<?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; Personal Projects</title>
	<atom:link href="http://www.wemakedotcoms.com/blog/category/personal-projects/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>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>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>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>Poking fun at Apple</title>
		<link>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/</link>
		<comments>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/#comments</comments>
		<pubDate>Sun, 12 Sep 2004 07:56:28 +0000</pubDate>
		<dc:creator>Jerome</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal Projects]]></category>

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

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

]]></content:encoded>
			<wfw:commentRss>http://www.wemakedotcoms.com/blog/2004/09/12/poking-fun-at-apple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
