<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wemakedotcoms &#187; STC</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/category/stc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wemakedotcoms.com/blog</link>
	<description>Flash and Chips</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>3D Globe Map</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:35:59 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=540</guid>
		<description><![CDATA[STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously)...]]></description>
			<content:encoded><![CDATA[<div id="attachment_541" class="wp-caption alignnone" style="width: 488px"><a title="Launch the map!"rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank"><img class="size-full wp-image-541" title="Launch the map!" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/TCGMESMap.jpg" alt="3D World Map" width="478" height="179" /></a><p class="wp-caption-text">Interactive 3D World Map for TATA Communications</p></div>
<p>STC Associates asked me to produce yet another coverage map for TATA Communications! This time, since the data was pretty light and it included satellites, we thought doing it in 3D would add a bit of shinny. Truth be told, I am a 3D junky (obviously).<br />
<span id="more-540"></span><br />
In comes Away3DLite, picked for its small footprint and performance. The location data is XML driven and uses actual geo-locations to place the PoPs and satellites around the earth.</p>
<p>I had ported to Away3D the original script, from Andy Zupko&#8217;s excellent <a href="http://blog.zupko.info/?p=221" target="_blank">tutorial</a>, for a previous project. The scroll menu is based on this <a href="http://blog.soulwire.co.uk/code/group94-flash-scrolling-menu-list" target="_self">demo</a> by Soulwire.</p>
<p>I modeled &amp; texture the satellites and marker.. yea, these are some high class models <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a rel="shadowbox[TCTagCloud];" href="http://www.wemakedotcoms.com/projects/featured/TCGMESMap/index.html" target="_blank">Check out the map!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/3d-globe-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projection animation for ITW Event</title>
		<link>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:16:45 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=508</guid>
		<description><![CDATA[A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using this animation. Originally I started [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_510" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-510" title="ITWCloud" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ITWCloud.jpg" alt="Dynamic 3D Animation" width="478" height="179" /><p class="wp-caption-text">Dynamic 3D Animation</p></div>
<p>A cool little flash project built in collaboration with STC Associates for an event during International Telecoms Week (ITW) 2010 in DC. The party was attended by over 1700 guests. They were asked to vote for a keyword to best represent the future of telecom. The result were rendered using <a rel="shadowbox[TCTagCloud];width=800;height=600;" href="http://www.wemakedotcoms.com/projects/featured/TCTagCloud/ITUTagCloud.html" target="_blank">this animation</a>.</p>
<p>Originally I started using the built in 3D of FP10: that was a waste. Text looked horrible and native AS3 3D controls are not great. So I switched to Away3D and the amazing TextField3D class. The DOF is a simple blur applied to the ObjectContainer3D. I had a random movement on the camera but that was turned off in the event&#8217;s version.</p>
<p>Here are pictures of the animation and projection setup during the event.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155.jpg' rel='shadowbox[album-508];player=img;' title='img_0155'><img width="100" height="66" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0155-100x66.jpg" class="attachment-thumbnail" alt="Projection setup alternate angle" title="img_0155" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144.jpg' rel='shadowbox[album-508];player=img;' title='img_0144'><img width="66" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/img_0144-66x100.jpg" class="attachment-thumbnail" alt="Projection Sail" title="img_0144" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/07/07/projection-animation-itw-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a Puzzle! It&#8217;s a Maze!</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:36:37 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=452</guid>
		<description><![CDATA[A few 3D renders, mostly exploration around Puzzles, Mazes and Transparency. My favorite, the one with actual vegetation didn&#8217;t make the cut]]></description>
			<content:encoded><![CDATA[<div id="attachment_464" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-464" title="Maze Close-up" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze.jpg" alt="3D render of a maze with hedges" width="478" height="179" /><p class="wp-caption-text">3D render of a maze with hedges</p></div>
<p>A few 3D renders, mostly exploration around Puzzles, Mazes and Transparency. My favorite, the one with actual vegetation didn&#8217;t make the cut <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Final.jpg' rel='shadowbox[album-452];player=img;' title='Maze Final Version'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Final-100x100.jpg" class="attachment-thumbnail" alt="Final render used in the print ad" title="Maze Final Version" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Hedge.jpg' rel='shadowbox[album-452];player=img;' title='Maze with Hedge'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Maze-Hedge-100x100.jpg" class="attachment-thumbnail" alt="My Favorite!!! Complete with shrubs :)" title="Maze with Hedge" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-001.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Three (Dark)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-001-100x100.jpg" class="attachment-thumbnail" alt="Dark frosted glass puzzle (most intensive render)" title="Puzzle Three (Dark)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-002.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Three (Light)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-002-100x100.jpg" class="attachment-thumbnail" alt="Light glass puzzle" title="Puzzle Three (Light)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-003.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Two (Glass render)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-003-100x100.jpg" class="attachment-thumbnail" alt="Glass Puzzle" title="Puzzle Two (Glass render)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-004.jpg' rel='shadowbox[album-452];player=img;' title='Puzzle Two (test render)'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-004-100x100.jpg" class="attachment-thumbnail" alt="Solid version to check geometry" title="Puzzle Two (test render)" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-005.jpg' rel='shadowbox[album-452];player=img;' title='First Puzzle'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/Puzzle-005-100x100.jpg" class="attachment-thumbnail" alt="Yet another puzzle! This was the first I modeled and rendered." title="First Puzzle" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze.jpg' rel='shadowbox[album-452];player=img;' title='Maze Close-up'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/drc-maze-100x37.jpg" class="attachment-thumbnail" alt="3D render of a maze with hedges" title="Maze Close-up" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/19/its-a-puzzle-its-a-maze/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New World Ready 2 Launched!</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 10:53:29 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=437</guid>
		<description><![CDATA[After sitting in limbo for a while TATA Communications and STC Associates finally launched the updated New World Ready site. Due to launch in October 2009 and subject to a very aggressive timeline for completion, I decided to use the GAIA Framework to build the site. On top of SEO optimization and Deep Linking, GAIA [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_438" class="wp-caption alignnone" style="width: 488px"><a href="http://www.newworldready.com"><img class="size-full wp-image-438" title="nwr-2" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/nwr-2.jpg" alt="Dashboard and content bubles..." width="478" height="179" /></a><p class="wp-caption-text">Dashboard and content bubles...</p></div>
<p>After sitting in limbo for a while TATA Communications and STC Associates finally launched the updated <a href="http://www.newworldready.com" target="_blank">New World Ready site</a>. Due to launch in October 2009 and subject to a very aggressive timeline for completion, I decided to use the <a href="http://www.gaiaflashframework.com/" target="_blank">GAIA Framework</a> to build the site. On top of SEO optimization and Deep Linking, GAIA handles dynamic assets loading (like XML Data, Images, etc&#8230;) flawlessly. A real <span style="text-decoration: line-through;">time</span> life-saver.</p>
<p>Developed for the earlier version of the site, I had to update the <a href="http://www.newworldready.com/#/take-the-quiz" target="_blank">3D quiz</a> to run in the flash site. I also developed a simple but custom video player. Coded in Flex and designed in the Flash IDE.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/08/new-world-ready-2-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abylity Homepage 3D Carousel</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 11:28:41 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=443</guid>
		<description><![CDATA[Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics). Abylity&#8217;s website.]]></description>
			<content:encoded><![CDATA[<div id="attachment_444" class="wp-caption alignnone" style="width: 488px"><a href="http://www.abylity.com/"><img class="size-full wp-image-444" title="abylity-carousel" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/abylity-carousel.jpg" alt="3D Carousel using Away3D" width="478" height="179" /></a><p class="wp-caption-text">3D Carousel using Away3D</p></div>
<p>Latest iteration of my 3D carousel. Built for re-use, since this is a popular format these days. It uses Away3D, an extensive XML config and external XML data. Constructed using PureMVC, it makes extensive use of the ExternalInterface to interact with the site (and Google Analytics).</p>
<p><a href="http://www.abylity.com/" target="_blank">Abylity&#8217;s website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/04/abylity-homepage-3d-carousel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash 3D Interactive video montage</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:12:23 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=398</guid>
		<description><![CDATA[While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by Danger.]]></description>
			<content:encoded><![CDATA[<div id="attachment_405" class="wp-caption alignnone" style="width: 488px"><a href="http://www.vimeo.com/5817935"><img class="size-full wp-image-405" title="Flash Interactive 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/interactive-3D.jpg" alt="Video of interactive 3D projects" width="478" height="179" /></a><p class="wp-caption-text">Video of interactive 3D projects</p></div>
<p>While going through some of the recent interactive 3D work I produced, I thought it would be nice to create a video showcase. I also wanted to explore the workflow for capturing and editing these flash projects in action. Music is by <a title="Danger's myspaace page" href="http://www.myspace.com/2emedanger" target="_blank">Danger</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="276" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="489" height="276" src="http://vimeo.com/moogaloop.swf?clip_id=5817935&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/flash-3d-interactive-video-montage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TATA Communications 3D Quiz</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:22:18 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=375</guid>
		<description><![CDATA[As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_377" class="wp-caption alignnone" style="width: 488px"><a href="http://www.newworldready.com/quiz/"><img class="size-full wp-image-377" title="TATA Communications 3D Quiz" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-3D-quiz.jpg" alt="Results of the Quiz" width="478" height="179" /></a><p class="wp-caption-text">Results of the Quiz</p></div>
<p>As part of a global brand awareness campaign, I was tasked with developing a flash quiz for TATA Communications. To spice things up we agreed to use Away3D to render the questions and results and make this a richer and more entertaining experience. I also added Javascript interfaces to integrate with Google Analytics and back-end answers collection.</p>
<p>Visit the <a href="http://www.newworldready.com/" target="_blank">New World Ready site</a> or <a title="Take the quiz!" href="http://www.newworldready.com/quiz/" target="_blank">Take the  quiz</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/tata-communications-3d-quiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TATA Communication Holiday Card 2009</title>
		<link>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 07:35:06 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=338</guid>
		<description><![CDATA[The 2009 version of the TCL holiday card was to offer multiple options of colors, motifs, logos and message. Click to view the Flash card and the External Interface Controls via Javascript The design department created the static mosaics (except for the tree, which I did.) I then re-created the whole thing in Illustrator (using [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_339" class="wp-caption alignnone" style="width: 488px"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tata_holidaycard2009.jpg" alt="Motifs of the TCL Interactive Card" title="tata_holidaycard2009" width="478" height="179" class="size-full wp-image-339" /><p class="wp-caption-text">Motifs of the TCL Interactive Card</p></div>
<p>The 2009 version of the TCL holiday card was to offer multiple options of colors, motifs, logos and message.</p>
<p><a href="http://www.wemakedotcoms.com/portfolio/stc/tcl-hc-2008/">Click to view the Flash card and the External Interface Controls via Javascript</a></p>
<p><span id="more-338"></span></p>
<p>The design department created the static mosaics (except for the tree, which I did.) I then re-created the whole thing in Illustrator (using symbols) and imported the final mosaics in Flash for some coding fun. A little OOP magic and I setup a particle like system to animate each of the little triangles in sequence.</p>
<p>The second part was to expose some of the functions to be controlled via Javascript. I used the External Interface API to do so. It was then sent of to be coded into the html template.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/01/21/tata-communication-holiday-card-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch and Data New Homepage Flash Banner</title>
		<link>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 13:27:29 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=334</guid>
		<description><![CDATA[As part of the new S&#038;D branding and website, I was to produce a new banner loader along with the banners. The usual tricks (XML driven, using external assets, etc&#8230;) I did experiment a bit with duplications (see here for a great tutorial from Lee Brimelow). I stated to use the Natzke like animation but [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_335" class="wp-caption alignnone" style="width: 488px"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sd-homepage-flash.jpg" alt="New Homepage Flash Animated Banner" title="sd-homepage-flash" width="478" height="179" class="size-full wp-image-335" /><p class="wp-caption-text">New Homepage Flash Animated Banner</p></div>
<p>As part of the new S&#038;D branding and website, I was to produce a new banner loader along with the banners. The usual tricks (XML driven, using external assets, etc&#8230;)</p>
<p>I did experiment a bit with duplications (<a href="http://theflashblog.com/?p=461">see here for a great tutorial from Lee Brimelow</a>). I stated to use the Natzke like animation but ended up writing a custom animation class that uses Tweener and its special Bezier modifier. I will post some of these experiments soon.</p>
<p><a href="http://www.switchanddata.com/">New Switch &#038; Data Homepage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/12/30/switch-and-data-new-homepage-flash-banner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Stick Characters, Run!</title>
		<link>http://www.wemakedotcoms.com/blog/2008/12/30/run-stick-charaters/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/12/30/run-stick-charaters/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 13:09:17 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=331</guid>
		<description><![CDATA[Back in October, I was tasked with animating this banner. It was a nice return to basic keyframe animation, away from pure AS3 coding! I only wish I could have used the new Bones feature of CS4/FP10&#8230; Compliance 08 Microsite]]></description>
			<content:encoded><![CDATA[<div id="attachment_330" class="wp-caption alignnone" style="width: 488px"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-complience.jpg" alt="Complience 2008 Flash Animation" title="tcl-complience" width="478" height="179" class="size-full wp-image-330" /><p class="wp-caption-text">Complience 2008 Flash Animation</p></div>
<p>Back in October, I was tasked with animating this banner. It was a nice return to basic keyframe animation, away from pure AS3 coding! I only wish I could have used the new Bones feature of CS4/FP10&#8230;</p>
<p><a href="http://www.tatacommunications.com/security/compliance08/">Compliance 08 Microsite</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/12/30/run-stick-charaters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knappogue Whiskey 3D Postcards</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 22:16:17 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=191</guid>
		<description><![CDATA[I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_195" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-195" title="knappogue" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/knappogue.jpg" alt="Homepage 3D Flash" width="478" height="179" /><p class="wp-caption-text">Homepage 3D Flash</p></div>
<p>I have been working with Dave, Art Director at STC, for over 9 years. So by now we more or less share one brain. For the knappogue homepage he showed me a sketch via webcam and I knew what where we were heading. 3D Baby! And what is even better then 3D modeling/rendering? Real time interactive 3D. Now that&#8217;s magic. Ever since Flash 5 human beings have been doing 3D flash content, although at times more 3D<em>ish</em>. But with Flash 9 &amp; AS3, faster CPUs and open source APIs like PV3D or Away3D it has become a new avenue for designer/developers like me. For this particular case I used Away3D. Main reasons: clean API, easy to extend and straight forward mouse interactions. The concept is simple: a fold out postcard set. Its all custom built. I had to dig deep inside the API to get it where I needed.</p>
<p><a href="http://www.knappoguewhiskey.com/" target="_blank">Check out the 3D postcards (after the age verification)</a></p>
<p>Project details:</p>
<ul>
<li>AS3</li>
<li>Uses Away3D, Tweener and Bulkloader APIs</li>
<li>external XML data and assets</li>
<li>Click hot zones (to flip postcards, close them or for more info link) are set in the XM data</li>
<li>Dynamic reflections</li>
<li>OOP: extended several classes (like Plane to create a new Postcard3D class). Custom events and event dispatchers.</li>
</ul>
<p>Special thanks to <a href="http://www.infiniteturtles.co.uk/blog/" target="_blank">Rob</a> and the <a href="http://away3d.com/" target="_blank">Away3D</a> team.</p>
<p>PS: Can someone (Jorge or Andrew) implement the <a href="http://www.stcassociates.com/temp/exp/kn3Dpostcards_v2/MainPreload.html" target="_blank">latest version of the flash</a>&#8230; It has a way cooler intro animation, proper preload display and many tweaks&#8230; <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/12/knappogue-whiskey-3d-postcards/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Designing a network map</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/12/designing-a-network-map/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/12/designing-a-network-map/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 15:29:24 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=154</guid>
		<description><![CDATA[In this post I wanted to explore the evolution of the network and services maps I created for VSNL International and Tata Communications (TCL) over the years. I covered the interactive version in a previous post. The static maps were a huge undertaking. Up to the beginning of 2008, I was more or less designing [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_155" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/2008/08/12/designing-a-network-map/#more-154"><img class="size-full wp-image-155" title="exploring-maps" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/exploring-maps.jpg" alt="Close of TCL's 2008 MPLS Service Map" width="478" height="179" /></a><p class="wp-caption-text">Detail of TCL&#39;s 2008 MPLS Service Map</p></div>
<p>In this post I wanted to explore the evolution of the network and services maps I created for VSNL International and Tata Communications (TCL) over the years. I covered the interactive version in a <a href="http://www.wemakedotcoms.com/blog/2008/02/10/the-interactive-network-maps/" target="_self">previous post</a>. The static maps were a huge undertaking. Up to the beginning of 2008, I was more or less designing and maintaining all these maps for the client.</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-167" title="gfp-map-2005-2006" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-179x179.jpg" alt="Detail of the first Global Footprint map from 2005" width="179" height="179" /></a><p class="wp-caption-text">Detail of the 2005 Global Footprint map</p></div>
<p><span id="more-154"></span></p>
<p>The creation of the maps was a tedious but challenging task. It first required a lot of research to gather the core data. Then started the process of designing all the elements that would make up the map (icons, line styles, colors, fonts, architecture of data, etc&#8230;) Putting it all together in Illustrator required a few hundred hours.</p>
<p>The first version of the network map reflected the concept of Global Business Pathway. Used in the branding of VSNL International. The Pathway sphere was a container for the services icons for a location (see Tokyo in the illustration below.)</p>
<div id="attachment_168" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-168" title="gfp-map-2005-2006-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-002-179x179.jpg" alt="Close up of the complex connectivity to Japan" width="179" height="179" /></a><p class="wp-caption-text">Close up of the complex connectivity to Japan</p></div>
<p>VSNL International re-branded in 2006, the Global business Pathway was dropped. I designed a new visual style for most of the elements. More modern and streamlined. The network and services had expanded following the acquisition of Teleglobe. The new visual style needed to account for the increase in complexity.</p>
<div id="attachment_173" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-173" title="gfp-map-2006-2007" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-179x179.jpg" alt="New services icons and labels" width="179" height="179" /></a><p class="wp-caption-text">New services icons and labels</p></div>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-174" title="gfp-map-2006-2007-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-002-179x179.jpg" alt="North Asia... Still looks busy." width="179" height="179" /></a><p class="wp-caption-text">North Asia... Still looks busy.</p></div>
<p>I also experimented with completely different renderings. First was a connectivity view of the network. It illustrated the major undersea cables and the cities where they interconnect. But did not show geography. This map was dubbed the Schematic Network Map.</p>
<div id="attachment_175" class="wp-caption aligncenter" style="width: 248px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-001.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-175" title="ipl-map-schematic-001" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-001-238x179.jpg" alt="Major cables interconnect" width="238" height="179" /></a><p class="wp-caption-text">Major cables interconnect</p></div>
<div id="attachment_176" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-176" title="ipl-map-schematic-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-002-179x179.jpg" alt="Close up of the schematic view" width="179" height="179" /></a><p class="wp-caption-text">Close up of the schematic view</p></div>
<p>Rendering the undersea cable routes as subway lines are shown on maps from the Paris or London Subway. The routes would run along each other and follow angular turns to clean up the busy areas. Although the line style wasn&#8217;t used, the concept of Hubs and other new visual treatments would be use in later versions of the map.</p>
<div id="attachment_177" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-177" title="subway-like-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-002-179x179.jpg" alt="Clean lines" width="179" height="179" /></a><p class="wp-caption-text">Clean lines</p></div>
<div id="attachment_178" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-001.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-178" title="subway-like-001" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-001-179x179.jpg" alt="Close up of the Singapore Hub" width="179" height="179" /></a><p class="wp-caption-text">Close up of the Singapore Hub</p></div>
<p>Due to issues with the world map used (distorted projection, inaccurate data and no country polygons) it was time to re-create the maps on a new template. A new stock world map was used as a base for all the maps. It showed a less distorted view of the world and allowed for more accurate geodata. It also meant a complete re-creation of all the maps in a short time. I setup a system of includes, symbols and other modular elements to speed up production. This made revisions and updates much less disruptive.</p>
<div id="attachment_180" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-180" title="gfp-map-2008" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-179x179.jpg" alt="2008 GFP Map detail" width="179" height="179" /></a><p class="wp-caption-text">2008 GFP Map detail</p></div>
<div id="attachment_181" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-181" title="gfp-map-2008-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-002-179x179.jpg" alt="Hub and major locations" width="179" height="179" /></a><p class="wp-caption-text">Hub and major locations</p></div>
<p>The new template also allowed for new country by country coverage maps.</p>
<div id="attachment_182" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-002.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-182" title="mpls-map-2008-002" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-002-179x179.jpg" alt="MPLS Map detail" width="179" height="179" /></a><p class="wp-caption-text">MPLS Map detail</p></div>
<div id="attachment_183" class="wp-caption aligncenter" style="width: 189px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-001.jpg" rel="shadowbox[post-154];player=img;"><img class="size-medium wp-image-183" title="mpls-map-2008-001" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-001-179x179.jpg" alt="Close up on India" width="179" height="179" /></a><p class="wp-caption-text">Close up on India</p></div>
<p>The key for me (and STC) was to deliver meaningful maps that would also be visually pleasing. Creating vector based maps allowed us to use them from print to online interactive. As interactive PDFs to email (where layers of data could be turned on and off).</p>
<p>The latest Global Footprint map has over 30 undersea cables, a complex IP terrestrial network, hundreds of landings and service locations. It manages to represent a bird&#8217;s eye view of TCL&#8217;s network and services. This has been one of my most challenging and most rewarding project.</p>
<div id="attachment_289" class="wp-caption aligncenter" style="width: 314px"><img class="size-medium wp-image-289" title="gfp-on-cnbc" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-on-cnbc-304x179.jpg" alt="Global Footprint Map used on CNBC for TCL's launch" width="304" height="179" /><p class="wp-caption-text">Global Footprint Map used on CNBC for TCL&#39;s launch</p></div>
<p>As STC&#8217;s design department grew, I was able to spread the wealth to the other designers&#8230; Although one of them quit after working on a map update for a week. Like I said: tedious work.</p>
<p><a href="http://www.wemakedotcoms.com/blog/2008/02/10/the-interactive-network-maps/" target="_self">Read on: The interactive version.</a></p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/exploring-maps.jpg' rel='shadowbox[album-154];player=img;' title='exploring-maps'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/exploring-maps-100x37.jpg" class="attachment-thumbnail" alt="Close of TCL&#039;s 2008 MPLS Service Map" title="exploring-maps" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-001.jpg' rel='shadowbox[album-154];player=img;' title='mpls-map-2008-001'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-001-100x100.jpg" class="attachment-thumbnail" alt="Close up on India" title="mpls-map-2008-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-002.jpg' rel='shadowbox[album-154];player=img;' title='mpls-map-2008-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mpls-map-2008-002-100x100.jpg" class="attachment-thumbnail" alt="MPLS Map detail" title="mpls-map-2008-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-002.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2008-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-002-100x100.jpg" class="attachment-thumbnail" alt="Hub and major locations" title="gfp-map-2008-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2008'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2008-100x100.jpg" class="attachment-thumbnail" alt="2008 GFP Map detail" title="gfp-map-2008" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-001.jpg' rel='shadowbox[album-154];player=img;' title='subway-like-001'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-001-100x100.jpg" class="attachment-thumbnail" alt="Close up of the Singapore Hub" title="subway-like-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-002.jpg' rel='shadowbox[album-154];player=img;' title='subway-like-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/subway-like-002-100x100.jpg" class="attachment-thumbnail" alt="Clean lines" title="subway-like-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-002.jpg' rel='shadowbox[album-154];player=img;' title='ipl-map-schematic-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-002-100x100.jpg" class="attachment-thumbnail" alt="Close up of the schematic view" title="ipl-map-schematic-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-001.jpg' rel='shadowbox[album-154];player=img;' title='ipl-map-schematic-001'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-schematic-001-100x75.jpg" class="attachment-thumbnail" alt="Major cables interconnect" title="ipl-map-schematic-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-002.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2006-2007-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-002-100x100.jpg" class="attachment-thumbnail" alt="North Asia... Still looks busy." title="gfp-map-2006-2007-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2006-2007'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2006-2007-100x100.jpg" class="attachment-thumbnail" alt="New services icons and labels" title="gfp-map-2006-2007" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-002.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2005-2006-002'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-002-100x100.jpg" class="attachment-thumbnail" alt="Close up of the complex connectivity to Japan" title="gfp-map-2005-2006-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006.jpg' rel='shadowbox[album-154];player=img;' title='gfp-map-2005-2006'><img width="100" height="100" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-map-2005-2006-100x100.jpg" class="attachment-thumbnail" alt="Detail of the first Global Footprint map from 2005" title="gfp-map-2005-2006" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-on-cnbc.jpg' rel='shadowbox[album-154];player=img;' title='gfp-on-cnbc'><img width="100" height="58" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gfp-on-cnbc-100x58.jpg" class="attachment-thumbnail" alt="Global Footprint Map used on CNBC for TCL&#039;s launch" title="gfp-on-cnbc" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/12/designing-a-network-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I (heart) Powerpoint</title>
		<link>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 21:48:53 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=274</guid>
		<description><![CDATA[Aside being the resident Flash &#38; Map guy at STC, one of my main task was business illustrations&#8230; Cleaning up Powerpoint Illustrations to make them shiny and pretty. I actually started doing all the re-makes in Illustrator and gradually extracted icons and elements to use directly in Powerpoint. I tried as much as possible to [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_280" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-280" title="vsnli-illustrations" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations.jpg" alt="3D Stacks created in Illustrator..." width="478" height="179" /><p class="wp-caption-text">3D Stacks created in Illustrator...</p></div>
<p>Aside being the resident Flash &amp; Map guy at <a href="http://www.stcassociates.com/" target="_blank">STC</a>, one of my main task was business illustrations&#8230; Cleaning up Powerpoint Illustrations to make them shiny and pretty. I actually started doing all the re-makes in Illustrator and gradually extracted icons and elements to use directly in Powerpoint. I tried as much as possible to add depth to otherwise pretty borring stuff. Illustrator&#8217;s 3D capability was a huge time saver.</p>
<p>I helped develop an icon library that is still used to quickly create illustrations. Using vector art allowed us to use illustrations for print, web, PDF and Powerpoint distribution. It also allowed me to quickly port items or entire illustrations to flash for animation.</p>
<p>Below are samples of some of VSNL International&#8217;s illustrations (now TATA Communications) I created.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/techprocess-case-study-diagram-v2.jpg' rel='shadowbox[album-274];player=img;' title='techprocess-case-study-diagram-v2'><img width="100" height="89" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/techprocess-case-study-diagram-v2-100x89.jpg" class="attachment-thumbnail" alt="Case study illustration" title="techprocess-case-study-diagram-v2" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/integation-diagram.jpg' rel='shadowbox[album-274];player=img;' title='integation-diagram'><img width="100" height="66" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/integation-diagram-100x66.jpg" class="attachment-thumbnail" alt="100% Illustrator CS3" title="integation-diagram" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnl-international-portfolio-v3.jpg' rel='shadowbox[album-274];player=img;' title='vsnl-international-portfolio-v3'><img width="100" height="50" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnl-international-portfolio-v3-100x50.jpg" class="attachment-thumbnail" alt="Using Gradients and Multiply..." title="vsnl-international-portfolio-v3" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/service-offerings-002.jpg' rel='shadowbox[album-274];player=img;' title='service-offerings-002'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/service-offerings-002-100x75.jpg" class="attachment-thumbnail" alt="Isometric stacks to the extreme!" title="service-offerings-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations.jpg' rel='shadowbox[album-274];player=img;' title='vsnli-illustrations'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-illustrations-100x37.jpg" class="attachment-thumbnail" alt="3D Stacks created in Illustrator..." title="vsnli-illustrations" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/02/28/i-heart-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The interactive network map(s)</title>
		<link>http://www.wemakedotcoms.com/blog/2008/02/10/the-interactive-network-maps/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/02/10/the-interactive-network-maps/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 11:27:33 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=124</guid>
		<description><![CDATA[This post actually covers a project that spanned over the past three years, culminating last February with the launch of the TATA Communications brand. Started as the VSNL International network map, this application grew to various connectivity and services maps. I was responsible for the design and production of the Illustrator maps but also their [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_125" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-125" title="tcl-map" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-map.jpg" alt="Interactive map for TATA Communications" width="478" height="179" /><p class="wp-caption-text">Interactive map for TATA Communications</p></div>
<p>This post actually covers a project that spanned over the past three years, culminating last February with the launch of the TATA Communications brand. Started as the VSNL International network map, this application grew to various connectivity and services maps. I was responsible for the design and production of the Illustrator maps but also their porting to flash and development of an interactive application.</p>
<p>The creation of the maps was in itself a huge undertaking. Especially as the network grew in size and complexity. A lot of time was spent researching the data. I created all the icons, services and data structure. For three years I was dubbed &#8220;Mr. Map&#8221; as I created or updated all the major maps used by the organization.</p>
<p>For the launch of TATA Communications I redesigned all the maps and also rewrote the original application from the ground up. The new version uses OOP and is more manageable. All the data is external (maps, layer data, configuration, etc&#8230;) The 2008 version included the following new functionality:</p>
<ul>
<li>Layer visibility management</li>
<li>Interactive layer palette</li>
<li>Fullscreen mode</li>
<li>Scrollwheel support</li>
<li>Custom printable view</li>
<li>Full OOP (30+ classes and sub-classes)</li>
<li>Vector only GUI (full use of flash effects and filters)</li>
</ul>
<p>The actual application (GUI &amp; code) is only 44kb. The Most complex map came in at 100kb. Pretty amazing</p>
<p><a href="http://www.tatacommunications.com/map/gfp.html" target="_blank">View the interactive Global Footprint Map.</a></p>
<p>The interactive maps can be accessed from the <a href="http://www.tatacommunications.com/about/network.asp" target="_blank">Our Network</a> page.</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/3DMapChooser/v1r02/" target="_blank">A little experiment with a 3D map chooser&#8230;</a></p>
<p>Below are samples of the static map designed for this project.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-map.jpg' rel='shadowbox[album-124];player=img;' title='tcl-map'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/tcl-map-100x37.jpg" class="attachment-thumbnail" alt="Interactive map for TATA Communications" title="tcl-map" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/dge-map-v31.jpg' rel='shadowbox[album-124];player=img;' title='dge-map-v31'><img width="100" height="65" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/dge-map-v31-100x65.jpg" class="attachment-thumbnail" alt="DGE Map" title="dge-map-v31" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/enterprise-mpls-map-v20.jpg' rel='shadowbox[album-124];player=img;' title='enterprise-mpls-map-v20'><img width="100" height="65" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/enterprise-mpls-map-v20-100x65.jpg" class="attachment-thumbnail" alt="MPLS Map" title="enterprise-mpls-map-v20" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/satellite-map-v11.jpg' rel='shadowbox[album-124];player=img;' title='satellite-map-v11'><img width="100" height="64" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/satellite-map-v11-100x64.jpg" class="attachment-thumbnail" alt="Satellite Coverage Map" title="satellite-map-v11" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-v22.jpg' rel='shadowbox[album-124];player=img;' title='ipl-map-v22'><img width="100" height="65" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ipl-map-v22-100x65.jpg" class="attachment-thumbnail" alt="IPL Service Map" title="ipl-map-v22" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/02/10/the-interactive-network-maps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video &amp; Interactive applications</title>
		<link>http://www.wemakedotcoms.com/blog/2008/01/13/flv-videos/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/01/13/flv-videos/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 22:14:54 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=201</guid>
		<description><![CDATA[Flash Video doesn&#8217;t need an introduction. Thanks to sites like YouTube, Flash is the de facto solution for deploying videos online. On top of leveraging the Flash player install base it offers excellent scripting to allow for interactive video applications. Globalnumberportability.org&#8217;s flash demo uses Flash Video and incorporates a navigation and close captioning to synch [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_202" class="wp-caption alignnone" style="width: 488px"><a href="http://www.globalnumberportability.org/demo/"><img class="size-full wp-image-202" title="numberportability" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/numberportability.jpg" alt="Detail of the GUI" width="478" height="179" /></a><p class="wp-caption-text">Detail of the GUI</p></div>
<p>Flash Video doesn&#8217;t need an introduction. Thanks to sites like YouTube, Flash is the de facto solution for deploying videos online. On top of leveraging the Flash player install base it offers excellent scripting  to allow for interactive video applications.</p>
<p><a href="http://www.globalnumberportability.org/demo/" target="_blank">Globalnumberportability.org&#8217;s flash demo</a> uses Flash Video and incorporates a navigation and close captioning to synch the text with the animation. It also includes navigation controls to jump to a specific section. It uses an XML playlist that also include the copy for captions and cue points info.</p>
<p>I created both design and animations for the videos. These were produced in Flash and exported as videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/01/13/flv-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy Holidays from STC</title>
		<link>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 21:01:56 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[APIs goodness]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=146</guid>
		<description><![CDATA[Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions. In 2005 we created a little match game. In 2006 I applied the concept developed for print of making [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_147" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-147" title="stcholidays" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stcholidays.jpg" alt="2007 Holiday card" width="478" height="179" /><p class="wp-caption-text">2007 Holiday card</p></div>
<p>Every year, like clockwork, someone at STC realizes its December and we need a holiday card. For the past 3 years we actually had time (meaning 3 to 5 days) to produce some nice interactive versions.</p>
<p>In 2005 we created a little <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2005/" target="_blank">match game</a>.</p>
<p>In 2006 I applied the concept developed for print of <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2006/" target="_blank">making new faces from cutouts of the STC employees headshots.</a></p>
<p>For 2007 I just developed an <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">interactive 3D version of the printed card</a>. The card was a cube with the top and bottom open. Inside were everyone&#8217;s at STC signature. Outside were the employees making the letters of the card&#8217;s words&#8230; Hard to explain, just check out the actual <a href="http://www.wemakedotcoms.com/portfolio/stc/holiday-cards/2007/" target="_blank">flash</a> <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This last one was my first serious project using PV3D (Papervision). It also uses some of the new AS3 APIs like sound spectrum. Aside a few annoyances of Flash 9, a fun project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/12/10/happy-holidays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch and Data flash banner ads</title>
		<link>http://www.wemakedotcoms.com/blog/2007/11/24/switch-and-data-flash-banner-ads/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/11/24/switch-and-data-flash-banner-ads/#comments</comments>
		<pubDate>Sat, 24 Nov 2007 20:33:15 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 8]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=247</guid>
		<description><![CDATA[Based on designs by Laurent, I created these flash banner ads. I added the animated hand that draws content on screen. Although not an original idea, I thought it would work well with the hand drawn design. This was good old keyframe flash animation&#8230; All the effects (shadows, blurs, etc&#8230;) are using internal flash filters [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_250" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/snd-banners.jpg" rel="shadowbox[post-247];player=img;"><img class="size-full wp-image-250" title="snd-banners" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/snd-banners.jpg" alt="Hand drawing animation" width="478" height="179" /></a><p class="wp-caption-text">Hand drawing animation</p></div>
<p>Based on designs by Laurent, I created these flash banner ads. I added the animated hand that draws content on screen.  Although not an original idea, I thought it would work well with the hand drawn design. This was good old keyframe flash animation&#8230; All the effects (shadows, blurs, etc&#8230;) are using internal flash filters to deliver files below the 25kb allowed.</p>
<p>S&amp;D were so happy with the banners that they asked us to produce <a href="http://www.switchanddata.com/" target="_blank">a version for the homepage of the site</a>. That one also uses local connect to allow the body and header flash movies to communicate and play in synch.</p>
<p>These ad banners ran for about a month on <a href="http://www.forbes.com/" target="_blank">Forbes.com</a>.</p>
<p><a rel="shadowbox[bannersAds];width=120;height=600;" href="http://www.wemakedotcoms.com/portfolio/sites/switchanddata.com/sd-forbes-120x600-v1.0.swf">Banner 120&#215;600</a></p>
<p><a rel="shadowbox[bannersAds];width=336;height=280;" href="http://www.wemakedotcoms.com/portfolio/sites/switchanddata.com/sd-forbes-336x280-v1.0.swf" target="_blank">Banner 336&#215;280</a></p>
<p><a rel="shadowbox[bannersAds];width=728;height=90;" href="http://www.wemakedotcoms.com/portfolio/sites/switchanddata.com/sd-forbes-728x90-v1.0.html" target="_blank">Banner 728&#215;90</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/11/24/switch-and-data-flash-banner-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Presentation Platform</title>
		<link>http://www.wemakedotcoms.com/blog/2007/10/29/flash-presentation-platform/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/10/29/flash-presentation-platform/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 06:40:46 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 8]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=293</guid>
		<description><![CDATA[As requests for flash based presentation grew at STC, I developed a simple platform to quickly create and manage them. Each presentation uses a simple XML data structure to update the presentation&#8217;s config, sections and slides. The slides could be of 3 types: static, animated or stepped. Stepped would allow to use the main navigation [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_300" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/presentation.jpg" rel="shadowbox[post-293];player=img;"><img class="size-full wp-image-300" title="presentation" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/presentation.jpg" alt="Close up of the navigation bar" width="478" height="179" /></a><p class="wp-caption-text">Close up of the navigation bar</p></div>
<p>As requests for flash based presentation grew at STC, I developed a simple platform to quickly create and manage them. Each presentation uses a simple XML data structure to update the presentation&#8217;s config, sections and slides. The slides could be of 3 types: static, animated or stepped. Stepped would allow to use the main navigation to control the timeline in a loaded SWF file. This presentation system was used with several clients for standalone presentations or web delivery. We even used it to power STC&#8217;s new biz presentations.</p>
<p>Below are some screenshots of the customized presentations.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/presentation.jpg' rel='shadowbox[album-293];player=img;' title='presentation'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/presentation-100x37.jpg" class="attachment-thumbnail" alt="Close up of the navigation bar" title="presentation" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/telad-press-002.jpg' rel='shadowbox[album-293];player=img;' title='telad-press-002'><img width="100" height="77" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/telad-press-002-100x77.jpg" class="attachment-thumbnail" alt="Customized presentation." title="telad-press-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/telad-press-001.jpg' rel='shadowbox[album-293];player=img;' title='telad-press-001'><img width="100" height="77" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/telad-press-001-100x77.jpg" class="attachment-thumbnail" alt="This slide used a stepped animation." title="telad-press-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-001.jpg' rel='shadowbox[album-293];player=img;' title='board-pres-001'><img width="100" height="77" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-001-100x77.jpg" class="attachment-thumbnail" alt="Sample title slide" title="board-pres-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-003.jpg' rel='shadowbox[album-293];player=img;' title='board-pres-003'><img width="100" height="77" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-003-100x77.jpg" class="attachment-thumbnail" alt="Sample slide" title="board-pres-003" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-002.jpg' rel='shadowbox[album-293];player=img;' title='board-pres-002'><img width="100" height="77" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/board-pres-002-100x77.jpg" class="attachment-thumbnail" alt="Built in menu to jump to s specific section" title="board-pres-002" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/10/29/flash-presentation-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Staring at the Wallpaper&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 21:34:04 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=258</guid>
		<description><![CDATA[It was nice to walk into the Singapore office of then VSNL International and seeing the wallpaper I had designed on everyone&#8217;s desktop&#8230; I actually don&#8217;t like to have a background (other then a solid grey or black on my desktop(s)) but clients love them. They help remind people who they work for and/or that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_267" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg" rel="shadowbox[post-258];player=img;"><img class="size-medium wp-image-267" title="vsnli-wp" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg" alt="Closup of the 3D render..." width="478" height="179" /></a><p class="wp-caption-text">Closup of the 3D render...</p></div>
<p>It was nice to walk into the Singapore office of then VSNL International and seeing the wallpaper I had designed on everyone&#8217;s desktop&#8230;</p>
<p>I actually don&#8217;t like to have a background (other then a solid grey or black on my desktop(s)) but clients love them. They help remind people who they work for and/or that they are on the wrong floor or wrong office. Just kidding. When rolling out a new brand it&#8217;s a good way to surprise people. IT can update everyone&#8217;s desktop overnight.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-wp'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-wp-100x37.jpg" class="attachment-thumbnail" alt="Closup of the 3D render..." title="vsnli-wp" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vnsl-3-marbles-001.jpg' rel='shadowbox[album-258];player=img;' title='vnsl-3-marbles-001'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vnsl-3-marbles-001-100x75.jpg" class="attachment-thumbnail" alt="3D render of the Global map as Marbles..." title="vnsl-3-marbles-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-003.jpg' rel='shadowbox[album-258];player=img;' title='dna-wp-003'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-003-100x75.jpg" class="attachment-thumbnail" alt="Final option that was used." title="dna-wp-003" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-004.jpg' rel='shadowbox[album-258];player=img;' title='dna-wp-004'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/dna-wp-004-100x75.jpg" class="attachment-thumbnail" alt="Option created in Lightwave" title="dna-wp-004" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-white.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-dna-wp-option-01-white'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-white-100x75.jpg" class="attachment-thumbnail" alt="3D DNA created in Illustrator and tweaked in Photshop" title="vsnli-dna-wp-option-01-white" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01.jpg' rel='shadowbox[album-258];player=img;' title='vsnli-dna-wp-option-01'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/vsnli-dna-wp-option-01-100x75.jpg" class="attachment-thumbnail" alt="3D DNA (created in AI CS3) &amp; Starfish" title="vsnli-dna-wp-option-01" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/06/19/staring-at-the-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop the Haze</title>
		<link>http://www.wemakedotcoms.com/blog/2007/03/29/stop-the-haze/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/03/29/stop-the-haze/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 21:34:07 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=304</guid>
		<description><![CDATA[As STC expended to Singapore, we were asked by a local non-profit to create elements to support their effort. This included evites, a small site, events support, etc&#8230; For the site we used my slidy navigation script I had developed for my friend Chad&#8217;s site. I also used my simple Z order script to develop [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_305" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-305" title="stopthehaze" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stopthehaze.jpg" alt="Photoshop fun.. Unused :(" width="478" height="179" /><p class="wp-caption-text">Photoshop fun.. Unused <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p></div>
<p>As STC expended to Singapore, we were asked by a local non-profit to create elements to support their effort. This included evites, a small site, events support, etc&#8230;</p>
<p>For <a href="http://www.stopthehaze.org/" target="_blank">the site</a> we used my slidy navigation script I had developed for my friend Chad&#8217;s site.</p>
<p>I also used my simple Z order script to <a href="http://www.wemakedotcoms.com/portfolio/sites/stopthehaze.org/white-party-movie-3-001.html" target="_blank">develop animations</a> to play on LCD TVs during various events. <a href="http://www.wemakedotcoms.com/portfolio/sites/stopthehaze.org/" target="_blank">Another test using this simple z depth implementation.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/03/29/stop-the-haze/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Broadstreet Digital platform GUI</title>
		<link>http://www.wemakedotcoms.com/blog/2007/03/24/broadstreet-digital-platform-gui/</link>
		<comments>http://www.wemakedotcoms.com/blog/2007/03/24/broadstreet-digital-platform-gui/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 19:55:17 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=234</guid>
		<description><![CDATA[As part of the exploration process for re-branding Broadstreet Digital (BSD), I was tasked with updating the GUI of their platform. As far as I know this was never implemented internally by BSD&#8217;s IT team. The key here was to try to respect the original elements to allow for a quick and easy production of [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_242" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-gui.jpg" rel="shadowbox[post-234];player=img;"><img class="size-full wp-image-242" title="bsd-gui" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-gui.jpg" alt="Detail of the new GUI" width="478" height="179" /></a><p class="wp-caption-text">Detail of the new GUI</p></div>
<p>As part of the exploration process for re-branding Broadstreet Digital (BSD), I was tasked with updating the GUI of their platform. As far as I know this was never implemented internally by BSD&#8217;s IT team. The key here was to try to respect the original elements to allow for a quick and easy production of the new GUI. I tried to isolate and match the original images and re-skin existing elements as much as possible. I also tried to allow for most of the update to be CSS based.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-gui.jpg' rel='shadowbox[album-234];player=img;' title='bsd-gui'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-gui-100x37.jpg" class="attachment-thumbnail" alt="Detail of the new GUI" title="bsd-gui" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-original.jpg' rel='shadowbox[album-234];player=img;' title='bsd-rr-web-platform-original'><img width="100" height="72" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-original-100x72.jpg" class="attachment-thumbnail" alt="The original GUI." title="bsd-rr-web-platform-original" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-v03-002.jpg' rel='shadowbox[album-234];player=img;' title='bsd-rr-web-platform-v03-002'><img width="100" height="72" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-v03-002-100x72.jpg" class="attachment-thumbnail" alt="First comp (darker feel)" title="bsd-rr-web-platform-v03-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-v06-001.jpg' rel='shadowbox[album-234];player=img;' title='bsd-rr-web-platform-v06-001'><img width="100" height="72" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/bsd-rr-web-platform-v06-001-100x72.jpg" class="attachment-thumbnail" alt="Second comp (lighter feel)" title="bsd-rr-web-platform-v06-001" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2007/03/24/broadstreet-digital-platform-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arbinet site re-design</title>
		<link>http://www.wemakedotcoms.com/blog/2006/11/24/arbinet-site-re-design/</link>
		<comments>http://www.wemakedotcoms.com/blog/2006/11/24/arbinet-site-re-design/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 08:05:03 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=219</guid>
		<description><![CDATA[In late 2006 STC was commissioned by Arbinet to re-brand and re-design their site. As part of the exercise, I was asked to design some of the comps that were to be submitted to the client for review. Although these were rejected, I think they are cool enough to make it here&#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_245" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/arbinet-2006-branding.jpg" rel="shadowbox[post-219];player=img;"><img class="size-full wp-image-245" title="arbinet-2006-branding" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/arbinet-2006-branding.jpg" alt="3D renders of one option for a new logo icon" width="478" height="179" /></a><p class="wp-caption-text">3D renders of one option for a new logo icon</p></div>
<p>In late 2006 STC was commissioned by Arbinet to re-brand and re-design their site. As part of the exercise, I was asked to design some of the comps that were to be submitted to the client for review. Although these were rejected, I think they are cool enough to make it here&#8230;</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/arbinet-2006-branding.jpg' rel='shadowbox[album-219];player=img;' title='arbinet-2006-branding'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/arbinet-2006-branding-100x37.jpg" class="attachment-thumbnail" alt="3D renders of one option for a new logo icon" title="arbinet-2006-branding" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-001-frame-11.jpg' rel='shadowbox[album-219];player=img;' title='layout-jj-001-frame-11'><img width="100" height="93" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-001-frame-11-100x93.jpg" class="attachment-thumbnail" alt="Homepage v1: a more dynamic layout" title="layout-jj-001-frame-11" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-001-frame-21.jpg' rel='shadowbox[album-219];player=img;' title='layout-jj-001-frame-21'><img width="100" height="93" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-001-frame-21-100x93.jpg" class="attachment-thumbnail" alt="Homepage v1 second keyframe of the main flash animation" title="layout-jj-001-frame-21" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-002-frame-11.jpg' rel='shadowbox[album-219];player=img;' title='layout-jj-002-frame-11'><img width="100" height="93" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-002-frame-11-100x93.jpg" class="attachment-thumbnail" alt="A more classic look" title="layout-jj-002-frame-11" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-002-frame-21.jpg' rel='shadowbox[album-219];player=img;' title='layout-jj-002-frame-21'><img width="100" height="93" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/layout-jj-002-frame-21-100x93.jpg" class="attachment-thumbnail" alt="Calssic with second keyframe of the flash" title="layout-jj-002-frame-21" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2006/11/24/arbinet-site-re-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The STC fontBrowser</title>
		<link>http://www.wemakedotcoms.com/blog/2004/01/10/the-stc-fontbrowser/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/01/10/the-stc-fontbrowser/#comments</comments>
		<pubDate>Sat, 10 Jan 2004 09:50:47 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash 6]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=118</guid>
		<description><![CDATA[Take Flash 6, TextField.getFontList(), HTML text support, a list component and a textfield: you have the STC fontBrowser. A few thousand users later we have a hit. It helped STC&#8217;s site rank higher and generated a buzz around the agency&#8217;s interactive production. Pretty nice considering that it was a very simple tool to develop. Click [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_119" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-119" title="fontbrowser" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/fontbrowser.jpg" alt="Flash 6 goodness" width="478" height="179" /><p class="wp-caption-text">Flash 6 goodness</p></div>
<p>Take Flash 6, TextField.getFontList(), HTML text support, a list component and a textfield: you have the STC fontBrowser. A few thousand users later we have a hit. It helped STC&#8217;s site rank higher and generated a buzz around the agency&#8217;s interactive production. Pretty nice considering that it was a very simple tool to develop.</p>
<p><a title="STC Fontbrowser" href="http://www.stcassociates.com/lab/fontbrowser.html" target="_blank">Click here to use the original STC fontBrowser.</a></p>
<p><a href="http://www.stcassociates.com/lab/beta/fb-3-1.html" target="_blank">An updated version of the fontBrowser</a> in AS2 and with a new GUI.</p>
<p>Following the success of the fontBrowser I developed the <a href="http://www.stcassociates.com/lab/timetracker.html" target="_blank">STC Timetracker</a> an online tool to keep track time spent on tasks. Although a lesser success I still get emails from people using it today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/01/10/the-stc-fontbrowser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shinny Balls&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/</link>
		<comments>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/#comments</comments>
		<pubDate>Wed, 10 Dec 2003 09:44:05 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=111</guid>
		<description><![CDATA[This render was used to illustrate the 2003-2004 holiday card for Great Spirits. Modeled and rendered in Lightwave. The reflections and &#8220;fast&#8221; Fresnel took for ever to render on my work computer, at the time an AMD equivalent to a Pentium 2.]]></description>
			<content:encoded><![CDATA[<div id="attachment_112" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-112" title="gs-balls" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/gs-balls.jpg" alt="Detail of the 3D illustration" width="478" height="179" /><p class="wp-caption-text">Detail of the 3D illustration</p></div>
<p>This render was used to illustrate the 2003-2004 holiday card for Great Spirits. Modeled and rendered in Lightwave. The reflections and &#8220;fast&#8221; Fresnel took for ever to render on my work computer, at the time an AMD equivalent to a Pentium 2.</p>
<div id="attachment_113" class="wp-caption aligncenter" style="width: 139px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/great-spirits-card.jpg" rel="shadowbox[post-111];player=img;"><img class="size-medium wp-image-113" title="great-spirits-card" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/great-spirits-card-129x179.jpg" alt="Holiday Card Illustration" width="129" height="179" /></a><p class="wp-caption-text">Holiday Card Illustration</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2003/12/10/shinny-balls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s with the flying cows?</title>
		<link>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/</link>
		<comments>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/#comments</comments>
		<pubDate>Fri, 10 Oct 2003 08:38:52 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[STC]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=104</guid>
		<description><![CDATA[Originally created for Great Spirits (now Castle Brands). This exploration was to be used to support the launch of a new Irish Cream drink. Can&#8217;t remember how we (STC&#8217;s brains) arrived at the flying cow idea, but I executed on it and did a quick model and renders in Lightwave. Although the idea didn&#8217;t &#8220;fly&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_105" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-105" title="cows" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cows.jpg" alt="Flying cow render" width="478" height="179" /><p class="wp-caption-text">Flying cow render</p></div>
<p>Originally created for Great Spirits (now Castle Brands). This exploration was to be used to support the launch of a new Irish Cream drink. Can&#8217;t remember how we (STC&#8217;s brains) arrived at the flying cow idea, but I executed on it and did a quick model and renders in Lightwave. Although the idea didn&#8217;t &#8220;fly&#8221; with the client, I kept the flying cow as a visual element of wemakedotcoms. The original cow had green patches.</p>
<div id="attachment_106" class="wp-caption aligncenter" style="width: 278px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/brady-cow-montage.jpg" rel="shadowbox[post-104];player=img;"><img class="size-medium wp-image-106" title="brady-cow-montage" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/brady-cow-montage-268x179.jpg" alt="Original Cow" width="268" height="179" /></a><p class="wp-caption-text">Original Cow</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2003/10/10/whats-with-the-flying-cows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
