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

<channel>
	<title>wemakedotcoms &#187; Flash</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/category/flash/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>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>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>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>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>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>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>
