<?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</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/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>Open Street Maps Experiments Take Two&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:44:02 +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[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=501</guid>
		<description><![CDATA[Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more! The first one uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_502" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-502" title="osm-wave" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/osm-wave.jpg" alt="OSM Mapped to a 3D Plane with as3Dmod" width="478" height="179" /><p class="wp-caption-text">OSM Mapped to a 3D Plane with as3Dmod</p></div>
<p>Building on my first experiment with OpenStreetMaps and Away3D, I decided to cook up two more!</p>
<p><a rel="shadowbox[OSM3DCubeGrid];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCubeGrid/CubeGridTiles.html" target="_blank">The first one</a> uses a block grid to display the map in 3D space. On zoom the blocks rotate 360. I used the ModestMap TweenMap, displayed in on the left, to allow control and capture the map&#8217;s bitmap data.</p>
<p><a rel="shadowbox[OSM3DWave];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSMWave/Wave.html" target="_blank">The second example</a> uses a 3D plane to display the map&#8217;s data. I added a Perlin deformation with as3Dmod to create a wave or fabric like floating look.</p>
<p>The stats shows a rapidly increasing memory usage due to ModestMaps&#8217; tile caching (defaults to 256 tiles). Once I have it cleaned up, I will upload the source code for these <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/27/open-street-maps-experiments-take-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I like HYPE</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:30:08 +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[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=488</guid>
		<description><![CDATA[Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a demo using HYPE and Away3DLite. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals. In this demo Away3DLite is used to render 900 cubes and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_489" class="wp-caption alignnone" style="width: 488px"><a href="http://hype.joshuadavis.com/blog/"><img class="size-full wp-image-489" title="hype" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/hype.jpg" alt="Demo on HYPE's blog" width="478" height="179" /></a><p class="wp-caption-text">Demo on HYPE&#39;s blog</p></div>
<p>Last night, while waiting for the London Flash Designer and Developer Meetup to start, I decided to create a <a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">demo</a> using <a href="http://hype.joshuadavis.com/" target="_blank">HYPE</a> and <a href="http://away3d.com/away3d-lite-v1-0-fastest-and-smallest-3d-engine-in-flash" target="_blank">Away3DLite</a>. It is nice to be able to just tinker with complex renderings using very little code and focus on visuals.</p>
<p>In this demo Away3DLite is used to render 900 cubes and animate the camera. HYPE processes the sound being streamed (Magenta) and resizes the cubes accordingly. Two Bitmap Canvas are used to display the 3D rendering of Away3DLite. One is used to create the blur trail. The actual code needed to render this is less the 40 lines. The rest is AS3 structure.</p>
<p>Using frameworks like HYPE and Away3DLite allows us to go back to the innocent days of AS2 and use code as a pure creative enabler. That&#8217;s probably why I was a bit thrown off when another attendant of the meeting said he didn&#8217;t like using frameworks, which is ironic for a Flex developer.</p>
<p>I don&#8217;t think people appreciate how lucky we are to have open source frameworks like these available. Well, I do! Thank you for all your hard work. Please check out <a href="http://hype.joshuadavis.com/">HYPE</a> and <a href="http://away3d.com/">Away3D</a> for some serious fun!</p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/main.html">Click here to view the demo.</a></p>
<p><a href="http://www.wemakedotcoms.com/_exp/hype/900Cubes/srcview/">Click here for the source code.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/19/i-like-hype/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using OpenStreetMap and Away3D</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:05:09 +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[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=480</guid>
		<description><![CDATA[It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230; I managed to customize the look of Google Maps [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_481" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/"><img class="size-full wp-image-481 " title="Maps in 3D" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/maps3D.jpg" alt="OpenStreetMap... The solution to Google's limitations" width="478" height="179" /></a><p class="wp-caption-text">OpenStreetMap... The solution to Google&#39;s limitations</p></div>
<p>It was with much disappointment that I discovered Google would not allow us to manipulate its map tiles with Flash bitmap processing. Thus limiting greatly what is possible visually with the look and feel of their maps. Of course that also means no Away3D, PV3D, etc&#8230;</p>
<p>I managed to <a href="http://www.stcassociates.com/clients/STC/locationsMap/demo/stc08-gmap-002.html" target="_blank">customize the look of Google Maps</a> by using Tweener&#8217;s de-saturation feature to render the map tiles in Black and White. Many have posted on the<a href="http://code.google.com/p/gmaps-api-issues/issues/detail?id=853" target="_blank"> Google Maps API bug reports and feature requests</a>. Google is afraid that we would harvest their tiles and does not want to put a cross domain policy file.</p>
<p>I decided to revisit the issue and to look for alternate services that would allow such use. Of couse no luck with Yahoo! and Microsoft, just like Google, they want to protect their tiles.</p>
<p>But behold the power of open source: <a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap.org</a> and <a href="http://code.google.com/p/modestmaps/" target="_blank">ModestMaps</a>. Using the Flash API from ModestMaps for openstreetmap and Away3D, I was able to map the maps onto a cube and have it <a rel="shadowbox[OSM3DCube];width=800;height=480;" href="http://www.wemakedotcoms.com/_exp/OSM3DCube/" target="_blank">renders beautifully</a>. OpenStreetMap allows you to go trigger happy with their tiles, just as long as you add their security policy file to you project (see the <a href="http://www.wemakedotcoms.com/_exp/OSM3DCube/srcview/" target="_blank">source code</a>). You can even download the tiles for offline use!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/11/using-openstreetmap-and-away3d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>February&#8217;s Landing Page Experiment: Roaming</title>
		<link>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:21:25 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Away3D]]></category>
		<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=470</guid>
		<description><![CDATA[Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_471" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/02/"><img class="size-full wp-image-471 " title="Little Cubes Roaming Around..." src="http://www.wemakedotcoms.com/blog/wp-content/uploads/roaming.png" alt="Little Cubes Roaming Around..." width="478" height="179" /></a><p class="wp-caption-text">3D Cubes Roaming in Away3D</p></div>
<p>Though a bit late, this month&#8217;s experiment builds on last month setup and adds a bit of AI. Cubes now roam and avoid each other when near collision. A very basic detection system using a vector and couple of recursive functions. All calculations are made using Away3D&#8217;s functions like distanceTo() and movement is handled by moveForward(). The newer post are represented by bigger cubes. The icons are from <a href="http://somerandomdude.com/projects/iconic/" target="_blank">PJ Onori&#8217;s excellent iconic</a>.</p>
<p>Click <a href="http://www.wemakedotcoms.com/landings/2010/02/" target="_self">here</a> to view this experiment. Source code can be viewed <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/index.html">here</a>.</p>
<p>Update: For Valentine&#8217;s Day here is a <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/">special version</a> and its <a href="http://www.wemakedotcoms.com/landings/2010/02/vday/srcview/">source code</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/02/08/februarys-landing-page-experiment-roaming/feed/</wfw:commentRss>
		<slash:comments>2</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>January&#8217;s Landing Page Experiment</title>
		<link>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/</link>
		<comments>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 10:51:42 +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[Experiments]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=430</guid>
		<description><![CDATA[New year, new homepage! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often! This month it is using a newly discovered layout API called Coordy. The 3D is rendered using Away3D and tweens are handled via TweenMax. For coloring the cube I draw a random feed from the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_431" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/landings/2010/01/"><img class="size-full wp-image-431 " title="landing-01-2010" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/landing-01-2010.jpg" alt="Randomized 3D Layout using Coordy and Away3D" width="478" height="179" /></a><p class="wp-caption-text">Randomized 3D Layout using Coordy and Away3D</p></div>
<p>New year, new <a href="http://www.wemakedotcoms.com/landings/2010/01/" target="_self">homepage</a>! My new year&#8217;s resolution: Publish a new experiment every month&#8230; And update this blog more often!</p>
<p>This month it is using a newly discovered layout API called <a href="http://code.google.com/p/coordy/" target="_blank">Coordy</a>. The 3D is rendered using <a href="http://away3d.com/" target="_blank">Away3D</a> and tweens are handled via <a href="http://blog.greensock.com/tweenlite/" target="_blank">TweenMax</a>. For coloring the cube I draw a random feed from the <a href="http://kuler.adobe.com/" target="_blank">Kuler API</a> and the blog data is a custom RSS Feed from my WordPress blog.<a href="http://www.puremvc.org/" target="_blank">PureMVC</a> was used to structure the application. Coded in Flash Builder Beta 2 and designed in the Flash IDE.</p>
<p>Update: Added a new component: <a title="as3sfxr library on Google Code" href="http://code.google.com/p/as3sfxr/" target="_blank">as3sfxr</a>. This is a Flash 10 library to dynamically generate sounds for classic arcade games. It even included a random function!</p>
<p>Update: Souce code <a href="http://www.wemakedotcoms.com/landings/2010/02/srcview/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2010/01/19/januarys-landing-page-experiment/feed/</wfw:commentRss>
		<slash:comments>0</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>Sound Spectrum Rendering</title>
		<link>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/09/15/sound-spectrum-rendering/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 17:03: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[Experiments]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=416</guid>
		<description><![CDATA[Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great! First video: A 2D rendering using bars, circles, blur filters all rendered to a bitmap. Second video: [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_417" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-417" title="Sound Spectrum Visualization" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/spectrum.jpg" alt="Sound Spectrum Rendered using Awa3DLite" width="478" height="179" /><p class="wp-caption-text">Sound Spectrum Rendered using Awa3DLite</p></div>
<p>Using Flash I generated animated sound spectrum renderings and edited them into two videos. The second video uses the new Away3DLite framework for Flash player 10. Amazingly the swf came in at 28kb and the framerate is great!</p>
<p>First video:<br />
A 2D rendering using bars, circles, blur filters all rendered to a bitmap.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" 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=6562989&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="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6562989&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>
<p>Second video:<br />
3D renderings using Away3DLite and 484 cubes <img src='http://www.wemakedotcoms.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="478" height="263" 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=6587701&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="478" height="263" src="http://vimeo.com/moogaloop.swf?clip_id=6587701&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/09/15/sound-spectrum-rendering/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>Video for Claude Merlet: Une Journée à l&#8217;Atelier</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/video-for-claude-merlet/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/video-for-claude-merlet/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:59:54 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=386</guid>
		<description><![CDATA[While in the South West of France I took a series of shots of my friend Claude Merlet to illustrate the process of restoring an antique armoire. I took these and created a small video to showcase his work. Une Journée à l&#8217;Atelier: Un petit montage photo d&#8217;une journée de restauration dans l&#8217;atelier de Claude [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_387" class="wp-caption alignnone" style="width: 488px"><a href="http://vimeo.com/channels/53444"><img class="size-full wp-image-387" title="Claude Merlet Working" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cm-video.jpg" alt="Shot in Claude's Workshop" width="478" height="179" /></a><p class="wp-caption-text">Shot in Claude&#39;s Workshop</p></div>
<p>While in the South West of France I took a series of shots of my friend Claude Merlet to illustrate the process of restoring an antique armoire. I took these and created a small video to showcase his work.</p>
<p><object width="489" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5800757&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5800757&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="489" height="281"></embed></object></p>
<p><span id="more-386"></span></p>
<p>Une Journée à l&#8217;Atelier: Un petit montage photo d&#8217;une journée de restauration dans l&#8217;atelier de Claude Merlet a Saint Martin Petit (47), France</p>
<p>A day with Claude Merlet. This is a short photo montage of a day spent with Claude Merlet in Saint Martin Petit (47), France.</p>
<p>www.claudemerlet.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/video-for-claude-merlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STC Associates 3D Portfolio</title>
		<link>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 08:48:43 +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[Design]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=379</guid>
		<description><![CDATA[This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site. The application includes an extensive configuration and all the data for galleries via external XML files. It includes re-creating the logo in code at run-time. [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_380" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html"><img class="size-full wp-image-380" title="STC 3D Interactive Portfolio" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/stc-portfolio.jpg" alt="The STC Logo re-created using only AS3" width="478" height="179" /></a><p class="wp-caption-text">The STC Logo re-created using only AS3</p></div>
<p>This project is (so far) the most complex implementation using Away3D I had to develop. It is used to display the visual portfolio of STC Associates on the new site.</p>
<p>The application includes an extensive configuration and all the data for galleries via external XML files.</p>
<p>It includes re-creating the logo in code at run-time. Using AS3DMod, I was able to dynamically deform the cube to match STC&#8217;s logo. Adding a Perlin noise over time creates a nice wave animation that brings the whole thing to life. The logo becomes the gateway to the various projects and the central interactive element.</p>
<p>I made extensive use of Away3D&#8217;s Object3DContainer to create a smooth animated carousel to display the projects. Including a flip to show galleries.</p>
<p>The latest revision can be viewed <a title="STC Portfolio Demo" href="http://www.wemakedotcoms.com/portfolio/stc/porfolio/STC_Portfolio_loader.html" target="_blank">here</a>.</p>
<p>I am not too happy with the way the final integration was done, you can view the live version on the STC site <a title="STC Portfolio Live Version " href="http://www.stcassociates.com/#portfolio" target="_blank">here</a>. Some of the sections are empty while others have too many items. I think I also gave too much control in the configuration XML!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2009/08/18/stc-associates-3d-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</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>Managed Hosting 3D Animations</title>
		<link>http://www.wemakedotcoms.com/blog/2009/02/18/managed-hosting-3d-animations/</link>
		<comments>http://www.wemakedotcoms.com/blog/2009/02/18/managed-hosting-3d-animations/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 20:41:41 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=408</guid>
		<description><![CDATA[Originally part of an interactive flash piece for the Managed Hosting Service micro-site, I was asked to create 4 animations to illustrate various concepts around the service. I extended a 2D mock-up, created by Dave Huffman at STC, using server racks of various sizes to show scale. From there I created the 3 other visual [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_409" class="wp-caption alignnone" style="width: 488px"><a href="http://www.vimeo.com/6167702"><img class="size-full wp-image-409" title="MHS 3D Animation" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/mhs-video.jpg" alt="MHS 3D Animation" width="478" height="179" /></a><p class="wp-caption-text">Frame from the 3D animation</p></div>
<p>Originally part of an interactive flash piece for the Managed Hosting Service micro-site, I was asked to create 4 animations to illustrate various concepts around the service. I extended a 2D mock-up, created by <a href="http://www.pervasivelight.com/" target="_blank">Dave Huffman</a> at <a href="http://www.stcassociates.com/" target="_blank">STC</a>, using server racks of various sizes to show scale. From there I created the 3 other visual renderings.</p>
<p>You can view both original mock-ups and final renderings in the video below.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="489" height="281" 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=6167702&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="281" src="http://vimeo.com/moogaloop.swf?clip_id=6167702&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/02/18/managed-hosting-3d-animations/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>Chad&#8217;s Eternal Beta Site&#8230;</title>
		<link>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/</link>
		<comments>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 12:12:48 +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[Beta Projects]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>
		<category><![CDATA[Unpublished Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=212</guid>
		<description><![CDATA[Happy Birthday Chadster! Chad and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests: Old Beta: AS2. Neat little slide mechanism for the sections. Latest Beta: AS3, Away3D&#8230;]]></description>
			<content:encoded><![CDATA[<div id="attachment_213" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-213" title="cdf" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cdf.jpg" alt="Tokyo Starfish likes Chad..." width="478" height="179" /><p class="wp-caption-text">Tokyo Starfish likes Chad...</p></div>
<p><strong>Happy Birthday Chadster!</strong></p>
<p><a href="http://chaddefranco.com/" target="_blank">Chad</a> and I have been trying to create his site for a looooooong time. I know we will eventually get it done&#8230; In the mean time I wanted to post some of the beta tests:</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_old_beta/" target="_blank">Old Beta</a>: AS2. Neat little slide mechanism for the sections.</p>
<p><a href="http://www.wemakedotcoms.com/_tmp/cdf/_beta/cdf_main_v1_r02.html" target="_blank">Latest Beta</a>: AS3, Away3D&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2008/08/21/chads-eternal-beta/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>Southern Resorts Website and interactive Brochure.</title>
		<link>http://www.wemakedotcoms.com/blog/2005/11/09/southern-resorts/</link>
		<comments>http://www.wemakedotcoms.com/blog/2005/11/09/southern-resorts/#comments</comments>
		<pubDate>Wed, 09 Nov 2005 18:17:16 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=74</guid>
		<description><![CDATA[For this project (developed through Cyber Sytes) I was contracted to design the site and create all the flash elements. Including a brochure application using a flip book effect. The brochure used a dynamic back-end and an XML layer to carry data to and from Flash. Created to be flexible this book is still online [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_75" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-75" title="souther-resorts" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/souther-resorts.jpg" alt="Detail of the homepage design comp" width="478" height="179" /><p class="wp-caption-text">Detail of the homepage design comp</p></div>
<p>For this project (developed through Cyber Sytes) I was contracted to design the site and create all the flash  elements. Including a brochure application using a flip book effect. The brochure used a dynamic back-end and an XML layer to carry data to and from Flash. Created to be flexible this book is still online today. It generates revenues via ad placements.</p>
<p>Functionality included: Search/Filter, bookmark and custom printing of listings. Coded in AS2 the application uses OOP and Classes to manage elements and ensure modularity. At the time this was one of the most complex application I had created.</p>
<p><a href="http://www.southernresorts.com/brochure/index.html" target="_blank">Click here to view the brochure application.</a></p>
<p>The site&#8217;s homepage design has been changed from the original one I created (see comps below).</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-home-jj-001-v2.jpg' rel='shadowbox[album-74];player=img;' title='sr-home-jj-001-v2'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-home-jj-001-v2-100x75.jpg" class="attachment-thumbnail" alt="Homapge Search Off" title="sr-home-jj-001-v2" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-home-jj-on-001.jpg' rel='shadowbox[album-74];player=img;' title='sr-home-jj-on-001'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-home-jj-on-001-100x75.jpg" class="attachment-thumbnail" alt="Hompage Search On" title="sr-home-jj-on-001" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-0041.jpg' rel='shadowbox[album-74];player=img;' title='sr-book-layout-0041'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-0041-100x75.jpg" class="attachment-thumbnail" alt="Final Book Layout" title="sr-book-layout-0041" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-002.jpg' rel='shadowbox[album-74];player=img;' title='sr-book-layout-002'><img width="100" height="75" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-002-100x75.jpg" class="attachment-thumbnail" alt="Book Alternate Comp" title="sr-book-layout-002" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-004.jpg' rel='shadowbox[album-74];player=img;' title='sr-book-layout-004'><img width="99" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sr-book-layout-004-99x37.jpg" class="attachment-thumbnail" alt="Final Book Layout" title="sr-book-layout-004" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/souther-resorts.jpg' rel='shadowbox[album-74];player=img;' title='souther-resorts'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/souther-resorts-100x37.jpg" class="attachment-thumbnail" alt="Detail of the homepage design comp" title="souther-resorts" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2005/11/09/southern-resorts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eimers Group</title>
		<link>http://www.wemakedotcoms.com/blog/2005/06/09/eimers-group/</link>
		<comments>http://www.wemakedotcoms.com/blog/2005/06/09/eimers-group/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 20:08:38 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[AS2]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=89</guid>
		<description><![CDATA[For this site I was contracted by Cyber Sytes to produce all of the main flash elements. The header/navigation portion of the page and an interactive neighborhood map. This was to be the first of many interactive maps I would create. I was brought into the team as a flash developer only. Design (including the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_90" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-90" title="eimers-group" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/eimers-group.jpg" alt="Eime Group Neighborhoods Page" width="478" height="179" /><p class="wp-caption-text">Eimers Group Neighborhoods Page</p></div>
<p>For this site I was contracted by Cyber Sytes to produce all of the main flash elements. The header/navigation portion of the page and an interactive neighborhood map. This was to be the first of many interactive maps I would create. I was brought into the team as a flash developer only. Design (including the map and GUI) was done by Eric from CYSY. I only produced and coded the flash.</p>
<p><a title="Eimers Group" href="http://www.eimersgroup.com" target="_blank">Visit the Eimers Group&#8217;s site</a></p>
<p>The map application uses XML as its data source. Including the dots (or locations) name, kind, positioning, link, etc&#8230; We included a debug or back-end version of the flash to help the crew at Eimers add the position of a  new location. Functionality includes filtering of the data and jump to a specific neighborhood. Control of the map mimics those of most map apps: Pan, Zoom and an interactive preview of the current visible area. The actual map application came out at around 40kb. The map&#8217;s background (under 100kb) and XML data (variable) are external.</p>
<p><a title="Interactive map" href="http://www.eimersgroup.com/neighborhoods.htm" target="_blank">Click here to see the interactive neighborhood map</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2005/06/09/eimers-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sunrise Flash Banners</title>
		<link>http://www.wemakedotcoms.com/blog/2005/01/10/sunrise-flash-banners/</link>
		<comments>http://www.wemakedotcoms.com/blog/2005/01/10/sunrise-flash-banners/#comments</comments>
		<pubDate>Mon, 10 Jan 2005 12:48:46 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 6]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=138</guid>
		<description><![CDATA[For this project I was contracted by Cyber Sytes to create three ad banners for a local boat dealership. The tagline &#8220;Does your boat raise fish?&#8221; wasn&#8217;t my idea but I had fun with it and created simple cartoon like animations to illustrate it. We actually won a Silver ADDY® Award for the campaign. Click [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_139" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-139" title="sunrise-banners" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/sunrise-banners.jpg" alt="Illustration for ad banner" width="478" height="179" /><p class="wp-caption-text">Illustration for ad banner</p></div>
<p>For this project I was contracted by Cyber Sytes to create three ad banners for a local boat dealership. The tagline &#8220;Does your boat raise fish?&#8221; wasn&#8217;t my idea but I had fun with it and created simple cartoon like animations to illustrate it. We actually won a Silver ADDY® Award for the campaign.</p>
<p><a rel="shadowbox[bannerAds];width=120;height=600;" href="http://www.wemakedotcoms.com/portfolio/sites/sunrise-flash-banners/sunrise-banner-001.swf" target="_blank">Click here to view banners One</a><br />
<a rel="shadowbox[bannerAds];width=120;height=600;" href="http://www.wemakedotcoms.com/portfolio/sites/sunrise-flash-banners/sunrise-banner-002.swf" target="_blank">Click here to view banners Two</a><br />
<a rel="shadowbox[bannerAds];width=120;height=600;" href="http://www.wemakedotcoms.com/portfolio/sites/sunrise-flash-banners/sunrise-banner-003.swf" target="_blank">Click here to view banners Three</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2005/01/10/sunrise-flash-banners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PlateNYC</title>
		<link>http://www.wemakedotcoms.com/blog/2004/12/09/platenyc/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/12/09/platenyc/#comments</comments>
		<pubDate>Thu, 09 Dec 2004 07:29:21 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 7]]></category>
		<category><![CDATA[GUI]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=37</guid>
		<description><![CDATA[Yet another New York eatery&#8230; But now in Flash 7! We produced the site as the restaurant was being built. I say we because my dear friend Dave modeled and texture the space seen in the homepage video from the architect&#8217;s blueprints. I then rendered and integrated the video into the site. Flash 7 introduced [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_38" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-38" title="platenyc" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/platenyc.jpg" alt="detail of the GUI" width="478" height="179" /><p class="wp-caption-text">detail of the GUI</p></div>
<p>Yet another New York eatery&#8230; But now in Flash 7! We produced the site as the restaurant was being built. I say we because my dear friend <a href="http://www.pervasivelight.com/" target="_blank">Dave</a> modeled and texture the space seen in the homepage video from the architect&#8217;s blueprints. I then rendered and integrated the video into the site. Flash 7 introduced better scripting of FLVs and also new encoding. I also used XHTML and the newly supported CSS to load and format menus and most text content at runtime.</p>
<p>I also created the audio soundscape.</p>
<p>You can <a title="PlateNYC Site" href="http://www.wemakedotcoms.com/portfolio/sites/platenyc.com/flash.html" target="_blank">visit the archived site</a><br />
<em>(keep in mind some of the links may be broken)</em></p>
<div id="attachment_48" class="wp-caption alignleft" style="width: 110px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/platenyc-home.jpg" rel="shadowbox[post-37];player=img;"><img class="size-thumbnail wp-image-48" title="PlateNYC Homepage" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/platenyc-home-100x70.jpg" alt="PlateNYC Homepage" width="100" height="70" /></a><p class="wp-caption-text">Homepage</p></div>
<div id="attachment_47" class="wp-caption alignleft" style="width: 110px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/platenyc-events.jpg" rel="shadowbox[post-37];player=img;"><img class="size-thumbnail wp-image-47" title="PlateNYC Events Page" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/platenyc-events-100x70.jpg" alt="Events Page" width="100" height="70" /></a><p class="wp-caption-text">Events Page</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/12/09/platenyc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La Casa Evita</title>
		<link>http://www.wemakedotcoms.com/blog/2004/09/15/la-casa-evita/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/09/15/la-casa-evita/#comments</comments>
		<pubDate>Wed, 15 Sep 2004 18:00:00 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 6]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=60</guid>
		<description><![CDATA[Site for our dear friend Evita, a party promoter in NYC. This was a redo of her previous site. The old design did not reflect who Evita was and what her crowd would expect to see. I re-branded, redesigned and produced La Casa Evita. The final site projected a dark, mysterious but slick image and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_61" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-61" title="evita" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/evita.jpg" alt="detail of la casa's homepage" width="478" height="179" /><p class="wp-caption-text">Detail of la casa&#39;s homepage</p></div>
<p>Site for our dear friend Evita, a party promoter in NYC. This was a redo of her previous site. The old design did not reflect who Evita was and what her crowd would expect to see. I re-branded, redesigned and produced La Casa Evita. The final site projected a dark, mysterious but slick image and was inline with what would be visually expected from a nightlife industry site in NYC.</p>
<div id="attachment_102" class="wp-caption alignleft" style="width: 110px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/evita-original-site.jpg" rel="shadowbox[post-60];player=img;"><img class="size-thumbnail wp-image-102" title="evita-original-site" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/evita-original-site-100x75.jpg" alt="Previous design" width="100" height="75" /></a><p class="wp-caption-text">Previous design</p></div>
<div id="attachment_67" class="wp-caption alignleft" style="width: 110px"><a href="http://www.wemakedotcoms.com/blog/wp-content/uploads/la-casa-comp-002-0820.jpg" rel="shadowbox[post-60];player=img;"><img class="size-thumbnail wp-image-67" title="la-casa-comp-002-0820" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/la-casa-comp-002-0820-100x75.jpg" alt="Homepage" width="100" height="75" /></a><p class="wp-caption-text">Re-designed site</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/09/15/la-casa-evita/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poking fun at Apple</title>
		<link>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/#comments</comments>
		<pubDate>Sun, 12 Sep 2004 07:56:28 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=343</guid>
		<description><![CDATA[Just a little bit of fun around the introduction of the iPod. I followed the apple product releases of that time (2004/2005). These creations were modeled and rendered in Lightwave.]]></description>
			<content:encoded><![CDATA[<div id="attachment_344" class="wp-caption alignnone" style="width: 488px"><a href="http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/"><img src="http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock.jpg" alt="Introducing the iCock, iCock Mini, etc..." title="introducing-the-icock" width="478" height="179" class="size-full wp-image-344" /></a><p class="wp-caption-text">Introducing the iCock, iCock Mini, etc...</p></div>
<p>Just a little bit of fun around the introduction of the iPod. I followed the apple product releases of that time (2004/2005). These creations were modeled and rendered in Lightwave.</p>

<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock.jpg' rel='shadowbox[album-343];player=img;' title='icock'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-100x57.jpg" class="attachment-thumbnail" alt="The original iCock" title="icock" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/fur_finish.jpg' rel='shadowbox[album-343];player=img;' title='fur_finish'><img width="100" height="54" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/fur_finish-100x54.jpg" class="attachment-thumbnail" alt="iCock in a fur finish" title="fur_finish" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini.jpg' rel='shadowbox[album-343];player=img;' title='icock-mini'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-100x57.jpg" class="attachment-thumbnail" alt="The mini..." title="icock-mini" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-dock.jpg' rel='shadowbox[album-343];player=img;' title='icock-mini-dock'><img width="100" height="57" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/icock-mini-dock-100x57.jpg" class="attachment-thumbnail" alt="Mini with the new dock" title="icock-mini-dock" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs.jpg' rel='shadowbox[album-343];player=img;' title='iplugs'><img width="100" height="62" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs-100x62.jpg" class="attachment-thumbnail" alt="iPlugs" title="iplugs" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs_closeup.jpg' rel='shadowbox[album-343];player=img;' title='iplugs_closeup'><img width="100" height="56" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/iplugs_closeup-100x56.jpg" class="attachment-thumbnail" alt="iPlugs closeup" title="iplugs_closeup" /></a>
<a href='http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock.jpg' rel='shadowbox[album-343];player=img;' title='introducing-the-icock'><img width="100" height="37" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/introducing-the-icock-100x37.jpg" class="attachment-thumbnail" alt="Introducing the iCock, iCock Mini, etc..." title="introducing-the-icock" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soho Cantina</title>
		<link>http://www.wemakedotcoms.com/blog/2004/09/09/soho-cantina/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/09/09/soho-cantina/#comments</comments>
		<pubDate>Thu, 09 Sep 2004 10:20:39 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 6]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=54</guid>
		<description><![CDATA[Part of the trend of trendy mexican eateries, Soho Cantina was my first project collaboration with the team at the Dene Group. They also launched PlateNYC that later became Soho Cantina East. Although the food was traditional the setting and location (fashionable Soho) required a more polished and trendy website. Click here to view the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_55" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-55" title="soho-cantina" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/soho-cantina.jpg" alt="GUI detail" width="478" height="179" /><p class="wp-caption-text">GUI detail</p></div>
<p>Part of the trend of trendy mexican eateries, Soho Cantina was my first project collaboration with the team at the Dene Group. They also launched PlateNYC that later became Soho Cantina East. Although the food was traditional the setting and location (fashionable Soho) required a more polished and trendy website.</p>
<p><a href="http://www.wemakedotcoms.com/portfolio/sites/sohocantina/index.php" target="_blank">Click here to view the archived site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/09/09/soho-cantina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cibar Lounge</title>
		<link>http://www.wemakedotcoms.com/blog/2004/05/04/cibar-lounge/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/05/04/cibar-lounge/#comments</comments>
		<pubDate>Tue, 04 May 2004 07:05:56 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 6]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=31</guid>
		<description><![CDATA[On the footsteps of Ilo came Cibar a martini bar in Manhattan&#8217;s exclusive Irving Place neighborhood. For this site I also took all the photographs. Although we&#8217;ve updated the content over the years, the design and functionality remains as it was when we first launched. Thanks to a minimalist approach the site has weathered trends [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_32" class="wp-caption alignnone" style="width: 488px"><img class="size-medium wp-image-32" title="cibar" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/cibar.jpg" alt="detail of a postcard created for Cibar" width="478" height="179" /><p class="wp-caption-text">detail of a postcard created for Cibar</p></div>
<p>On the footsteps of Ilo came Cibar a martini bar in Manhattan&#8217;s exclusive Irving Place neighborhood. For this site I also took all the photographs. Although we&#8217;ve updated the content over the years, the design and functionality remains as it was when we first launched. Thanks to a minimalist approach the site has weathered trends and still looks polished today.</p>
<p><a title="Cibar Lounge" href="http://www.cibarlounge.com/" target="_blank">Visit Cibar&#8217;s Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/05/04/cibar-lounge/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>
		<item>
		<title>Ilo Restaurant</title>
		<link>http://www.wemakedotcoms.com/blog/2003/08/08/ilo-restaurant/</link>
		<comments>http://www.wemakedotcoms.com/blog/2003/08/08/ilo-restaurant/#comments</comments>
		<pubDate>Fri, 08 Aug 2003 14:39:02 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash 5]]></category>

		<guid isPermaLink="false">http://www.wemakedotcoms.com/blog/?p=22</guid>
		<description><![CDATA[Ilo was my very first freelance flash project. A full site done in flash version 5 back in 2002-2003. I remember the drop down behavior was a struggle and I also spent extra time on getting the scroll bar to animate. I have noticed that the click behavior on the buttons of the scrollbars have [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_29" class="wp-caption alignnone" style="width: 488px"><img class="size-full wp-image-29" title="ilo restaurant" src="http://www.wemakedotcoms.com/blog/wp-content/uploads/ilo-restaurant.jpg" alt="Inside Ilo" width="478" height="179" /><p class="wp-caption-text">Inside Ilo</p></div>
<p>Ilo was my very first freelance flash project. A full site done in flash version 5 back in 2002-2003. I remember the drop down behavior was a struggle and I also spent extra time on getting the scroll bar to animate. I have noticed that the click behavior on the buttons of the scrollbars have stopped working (might be a backward compatibility issue.)</p>
<p><a title="ILO Website" href="http://www.wemakedotcoms.com/portfolio/sites/ilo/" target="_blank">Click here to view the archived site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2003/08/08/ilo-restaurant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
