<?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"
	>

<channel>
	<title>Design Recipes</title>
	<atom:link href="http://www.designrecipes.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designrecipes.org</link>
	<description>How to cook a creative multimedia course...</description>
	<pubDate>Mon, 22 Sep 2008 03:37:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>AJAX Loading GIF image</title>
		<link>http://www.designrecipes.org/2008/09/21/ajax-loading-gif-image/</link>
		<comments>http://www.designrecipes.org/2008/09/21/ajax-loading-gif-image/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 03:37:52 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Sharing]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[loader]]></category>

		<category><![CDATA[loading gif]]></category>

		<category><![CDATA[loading image]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/09/21/ajax-loading-gif-image/</guid>
		<description><![CDATA[Found this useful site: <a href="http://www.ajaxload.info/" target="_blank">http://www.ajaxload.info/</a>. It helps to generate AJAX loader style image.

With the choice of image type, background color and foreground color, you can generate the loading image on the fly!

I have one sample here: <img src="http://www.designrecipes.org/wp-content/uploads/2008/09/ajax_loader.gif" alt="Ajax loader" />. It's generated from the site :D.]]></description>
			<content:encoded><![CDATA[<p>Found this useful site: <a href="http://www.ajaxload.info/" target="_blank">http://www.ajaxload.info/</a>. It helps to generate AJAX loader style image.</p>
<p>With the choice of image type, background color and foreground color, you can generate the loading image on the fly!</p>
<p>I have one sample here: <img src="http://www.designrecipes.org/wp-content/uploads/2008/09/ajax_loader.gif" alt="Ajax loader" />. It&#8217;s generated from the site :D.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/09/21/ajax-loading-gif-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google launches Google Chrome!</title>
		<link>http://www.designrecipes.org/2008/09/04/google-launches-google-chrome/</link>
		<comments>http://www.designrecipes.org/2008/09/04/google-launches-google-chrome/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 23:58:36 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Sharing]]></category>

		<category><![CDATA[address bar]]></category>

		<category><![CDATA[dynamic tabs]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<category><![CDATA[tab page]]></category>

		<category><![CDATA[Web browser]]></category>

		<category><![CDATA[web history]]></category>

		<category><![CDATA[web search]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/09/04/google-launches-google-chrome/</guid>
		<description><![CDATA[I've downloaded the Google Chrome, the web browser by Google. It's light and fast. Try it today! <a href="http://www.google.com/chrome" target="_blank">http://www.google.com/chrome</a>. Besides standard features like Web Search, Web History, Address Bar, Tab page, there's also a "Incognito Mode" option if you want to browse pages without showing it in your web history. The tabs can be dragged out to create new window or put multiple tabs into one. It's dynamic! Just arrange the tab as you like.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/09/chrome_logo.png" alt="Chrome logo" />

<img src="http://www.designrecipes.org/wp-content/uploads/2008/09/chrome.jpg" alt="Chrome" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve downloaded the Google Chrome, the web browser by Google. It&#8217;s light and fast. Try it today! <a href="http://www.google.com/chrome" target="_blank">http://www.google.com/chrome</a>. Besides standard features like Web Search, Web History, Address Bar, Tab page, there&#8217;s also a &#8220;Incognito Mode&#8221; option if you want to browse pages without showing it in your web history. The tabs can be dragged out to create new window or put multiple tabs into one. It&#8217;s dynamic! Just arrange the tab as you like.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/09/chrome_logo.png" alt="Chrome logo" /></p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/09/chrome.jpg" alt="Chrome" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/09/04/google-launches-google-chrome/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Enhanced your website with AJAX</title>
		<link>http://www.designrecipes.org/2008/08/27/enhanced-your-website-with-ajax/</link>
		<comments>http://www.designrecipes.org/2008/08/27/enhanced-your-website-with-ajax/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 00:09:18 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Tutorial/ Tips]]></category>

		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[dhtml]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/08/27/enhanced-your-website-with-ajax/</guid>
		<description><![CDATA[Integrating AJAX into the website has become one of the latest trend in web technology. Not everyone knows how to write the code. However, there's a site that help you to 'include' AJAX into your website, especially for web designers with a little knowledge of web programming. Check out this site: <a href="http://miniajax.com/" target="_blank">http://miniajax.com/</a>.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/mini_ajax.gif" class="img-shadow" alt="Mini AJAX" />

There are several simple and nice looking AJAX code for download. Click on the image and go to respective sites to read more on each AJAX code.]]></description>
			<content:encoded><![CDATA[<p>Integrating AJAX into the website has become one of the latest trend in web technology. Not everyone knows how to write the code. However, there&#8217;s a site that help you to &#8216;include&#8217; AJAX into your website, especially for web designers with a little knowledge of web programming. Check out this site: <a href="http://miniajax.com/" target="_blank">http://miniajax.com/</a>.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/mini_ajax.gif" class="img-shadow" alt="Mini AJAX" /></p>
<p>There are several simple and nice looking AJAX code for download. Click on the image and go to respective sites to read more on each AJAX code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/08/27/enhanced-your-website-with-ajax/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flash 8 too slow in Windows Vista</title>
		<link>http://www.designrecipes.org/2008/08/26/flash-8-too-slow-in-windows-vista/</link>
		<comments>http://www.designrecipes.org/2008/08/26/flash-8-too-slow-in-windows-vista/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 23:48:22 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Tutorial/ Tips]]></category>

		<category><![CDATA[Flash 8]]></category>

		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/08/26/flash-8-too-slow-in-windows-vista/</guid>
		<description><![CDATA[Flash 8 has this issue when working in Windows Vista. It is freaking slow if you zoom in while doing the editing, with an animated marque that took forever to open. So, try the solution below:
<ol>
	<li>Find the "flash 8.exe" file</li>
	<li>Right Click &#38; go to properties</li>
	<li>Set the compatability to win xp SP2</li>
	<li>“Disable desktop composition”</li>
</ol>
<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/flash8_vista.gif" alt="Flash 8 - Windows Vista" />

This should do the trick! ;)]]></description>
			<content:encoded><![CDATA[<p>Flash 8 has this issue when working in Windows Vista. It is freaking slow if you zoom in while doing the editing, with an animated marque that took forever to open. So, try the solution below:</p>
<ol>
<li>Find the &#8220;flash 8.exe&#8221; file</li>
<li>Right Click &amp; go to properties</li>
<li>Set the compatability to win xp SP2</li>
<li>“Disable desktop composition”</li>
</ol>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/flash8_vista.gif" alt="Flash 8 - Windows Vista" /></p>
<p>This should do the trick! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/08/26/flash-8-too-slow-in-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Evolutions of well-known logos - Part I (Starbucks)</title>
		<link>http://www.designrecipes.org/2008/08/25/evolutions-of-well-known-logos-part-i-starbucks/</link>
		<comments>http://www.designrecipes.org/2008/08/25/evolutions-of-well-known-logos-part-i-starbucks/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:27:50 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Change]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Doug Fast]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[Melusine]]></category>

		<category><![CDATA[Mermaid]]></category>

		<category><![CDATA[Siren]]></category>

		<category><![CDATA[Starbucks]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/08/25/evolutions-of-well-known-logos-part-i-starbucks/</guid>
		<description><![CDATA[Starbucks has a remarkable logo. Cheers to Doug Fast - The designer of the latest green Starbucks logo :).

After some research, I came to this site, <a href="http://www.deadprogrammer.com/starbucks-logo-mermaid" target="_blank">http://www.deadprogrammer.com/starbucks-logo-mermaid</a>, and found it comprehensive about Starbucks logo. Here's the brief of the evolution of Starbucks logo:

There's a chapter about Sirens in the book called <a href="http://www.amazon.com/exec/obidos/ASIN/0486425231/organaut/ref%3Dnosim/104-8569600-0367959" target="_blank" rel="nofollow">A Dictionary of Symbols</a> by J.E. Cirlot. The woman-graphic in the center of Starbucks logo was believed originated from the mythological half-women, typically called <a href="http://en.wikipedia.org/wiki/Siren" target="_blank">Siren</a> (with the half-bird/half-woman and the  half-fish/half-woman varieties). The half-fish type normally called <a href="http://en.wikipedia.org/wiki/Mermaid" target="_blank" rel="nofollow">Mermaids</a>. Wise mythologists came up with an answer that it is a two-tailed mermaid sometimes called a <a href="http://en.wikipedia.org/wiki/Melusine" rel="nofollow">Melusine</a>.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks01.jpg" alt="starbucks" />

The original brown  cigar band-shaped Starbucks logo had an slightly altered Siren from that book. The belly button and the unattractive shading around the bulging tummy were removed and the tail-legs was merged. The new Siren also smiles a little compared to the 15th century one.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks02.jpg" alt="starbucks" />

This is the original "cigar band" logo.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks03.jpg" alt="starbucks" />

New "cigar band" logo with the nipples covered up:

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks11.jpg" alt="starbucks" />

Next, here's the more familiar stylized green Starbucks logo.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks04.jpg" alt="starbucks" />

The current logo, with the Siren image cropped, only showing a hint of the tails.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks05.jpg" alt="starbucks" />

This is the new supporting graphic of Siren image with only one tail. It was used as part of store decoration and product packaging.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks06.jpg" alt="starbucks" />

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks12.jpg" alt="starbucks" />

Below is one of the latest coffee bags that re-imagines the siren in a modern and attractive way.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks10.jpg" alt="starbucks" />]]></description>
			<content:encoded><![CDATA[<p>Starbucks has a remarkable logo. Cheers to Doug Fast - The designer of the latest green Starbucks logo :).</p>
<p>After some research, I came to this site, <a href="http://www.deadprogrammer.com/starbucks-logo-mermaid" target="_blank">http://www.deadprogrammer.com/starbucks-logo-mermaid</a>, and found it comprehensive about Starbucks logo. Here&#8217;s the brief of the evolution of Starbucks logo:</p>
<p>There&#8217;s a chapter about Sirens in the book called <a href="http://www.amazon.com/exec/obidos/ASIN/0486425231/organaut/ref%3Dnosim/104-8569600-0367959" target="_blank" rel="nofollow">A Dictionary of Symbols</a> by J.E. Cirlot. The woman-graphic in the center of Starbucks logo was believed originated from the mythological half-women, typically called <a href="http://en.wikipedia.org/wiki/Siren" target="_blank">Siren</a> (with the half-bird/half-woman and the  half-fish/half-woman varieties). The half-fish type normally called <a href="http://en.wikipedia.org/wiki/Mermaid" target="_blank" rel="nofollow">Mermaids</a>. Wise mythologists came up with an answer that it is a two-tailed mermaid sometimes called a <a href="http://en.wikipedia.org/wiki/Melusine" rel="nofollow">Melusine</a>.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks01.jpg" alt="starbucks" /></p>
<p>The original brown  cigar band-shaped Starbucks logo had an slightly altered Siren from that book. The belly button and the unattractive shading around the bulging tummy were removed and the tail-legs was merged. The new Siren also smiles a little compared to the 15th century one.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks02.jpg" alt="starbucks" /></p>
<p>This is the original &#8220;cigar band&#8221; logo.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks03.jpg" alt="starbucks" /></p>
<p>New &#8220;cigar band&#8221; logo with the nipples covered up:</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks11.jpg" alt="starbucks" /></p>
<p>Next, here&#8217;s the more familiar stylized green Starbucks logo.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks04.jpg" alt="starbucks" /></p>
<p>The current logo, with the Siren image cropped, only showing a hint of the tails.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks05.jpg" alt="starbucks" /></p>
<p>This is the new supporting graphic of Siren image with only one tail. It was used as part of store decoration and product packaging.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks06.jpg" alt="starbucks" /></p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks12.jpg" alt="starbucks" /></p>
<p>Below is one of the latest coffee bags that re-imagines the siren in a modern and attractive way.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/starbucks10.jpg" alt="starbucks" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/08/25/evolutions-of-well-known-logos-part-i-starbucks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Movie Clip Tweening Prototype</title>
		<link>http://www.designrecipes.org/2008/08/21/movie-clip-tweening-prototype/</link>
		<comments>http://www.designrecipes.org/2008/08/21/movie-clip-tweening-prototype/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 01:49:34 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Tutorial/ Tips]]></category>

		<category><![CDATA[actionscripts]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[movie clip]]></category>

		<category><![CDATA[prototype]]></category>

		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/08/21/movie-clip-tweening-prototype/</guid>
		<description><![CDATA[Flash designer always need to do a lot of tweening animation or effect, whether using the frame or using actionscripts. Try this: <a href="http://laco.wz.cz/tween/" target="_blank">http://laco.wz.cz/tween/</a>. It saves a lot of time! It simplifies the way we write the actionscripts to animate the movie clips.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/tween_prototype.gif" alt="Movie Clip Tweening Prototype" />

First you need to download and install the .mxp file from <a href="http://laco.wz.cz/tween/?page=download" target="_blank">http://laco.wz.cz/tween/?page=download</a>.

#include "lmc_tween.as" for ActionScript 2.0 (runs fine on Flash Player 6) or #include "lmc_tween_as1.as" for ActionScript 1.0. After which, you can use following methods for every MovieClip, fast and easy to use:

MovieClip.tween()
MovieClip.stopTween()
MovieClip.isTweening()
MovieClip.getTweens()
MovieClip.lockTween()
MovieClip.unlockTween()
MovieClip.isTweenLocked()
MovieClip.alphaTo()
MovieClip.brightnessTo()
MovieClip.brightOffsetTo()
MovieClip.colorTo()
MovieClip.colorTransformTo()
MovieClip.contrastTo()
MovieClip.frameTo()
MovieClip.scaleTo()
MovieClip.slideTo()
MovieClip.rotateTo()

Go back to the site, <a href="http://laco.wz.cz/tween/" target="_blank">http://laco.wz.cz/tween/</a>, to read the online documentation for further explanation on how to use the functions. There are examples, <a href="http://laco.wz.cz/tween/?page=examples" target="_blank">http://laco.wz.cz/tween/?page=examples</a>, too to show you how to write the code.]]></description>
			<content:encoded><![CDATA[<p>Flash designer always need to do a lot of tweening animation or effect, whether using the frame or using actionscripts. Try this: <a href="http://laco.wz.cz/tween/" target="_blank">http://laco.wz.cz/tween/</a>. It saves a lot of time! It simplifies the way we write the actionscripts to animate the movie clips.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/tween_prototype.gif" alt="Movie Clip Tweening Prototype" /></p>
<p>First you need to download and install the .mxp file from <a href="http://laco.wz.cz/tween/?page=download" target="_blank">http://laco.wz.cz/tween/?page=download</a>.</p>
<p>#include &#8220;lmc_tween.as&#8221; for ActionScript 2.0 (runs fine on Flash Player 6) or #include &#8220;lmc_tween_as1.as&#8221; for ActionScript 1.0. After which, you can use following methods for every MovieClip, fast and easy to use:</p>
<p>MovieClip.tween()<br />
MovieClip.stopTween()<br />
MovieClip.isTweening()<br />
MovieClip.getTweens()<br />
MovieClip.lockTween()<br />
MovieClip.unlockTween()<br />
MovieClip.isTweenLocked()<br />
MovieClip.alphaTo()<br />
MovieClip.brightnessTo()<br />
MovieClip.brightOffsetTo()<br />
MovieClip.colorTo()<br />
MovieClip.colorTransformTo()<br />
MovieClip.contrastTo()<br />
MovieClip.frameTo()<br />
MovieClip.scaleTo()<br />
MovieClip.slideTo()<br />
MovieClip.rotateTo()</p>
<p>Go back to the site, <a href="http://laco.wz.cz/tween/" target="_blank">http://laco.wz.cz/tween/</a>, to read the online documentation for further explanation on how to use the functions. There are examples, <a href="http://laco.wz.cz/tween/?page=examples" target="_blank">http://laco.wz.cz/tween/?page=examples</a>, too to show you how to write the code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/08/21/movie-clip-tweening-prototype/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NewWebPick E-Magazine</title>
		<link>http://www.designrecipes.org/2008/08/14/newwebpick-e-magazine/</link>
		<comments>http://www.designrecipes.org/2008/08/14/newwebpick-e-magazine/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 00:23:44 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Design Sources]]></category>

		<category><![CDATA[advertising]]></category>

		<category><![CDATA[animation]]></category>

		<category><![CDATA[CG]]></category>

		<category><![CDATA[designer]]></category>

		<category><![CDATA[Digital art]]></category>

		<category><![CDATA[e-magazine]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[NewWebPick]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/08/14/newwebpick-e-magazine/</guid>
		<description><![CDATA[Need inspiration for new design, animation, digital art, CG, advertising idea, flash design, etc.? Wanted to know about some outstanding designers in another corner of the world? NewWebPick provides E-Magazine specially for designers.

<img src="http://www.designrecipes.org/wp-content/uploads/2008/08/newwebpick.jpg" alt="NewWebPick" />

To start downloading the magazines, first you need to sign up as member (Yeah, it's free!). Then go to <a href="http://ezine.newwebpick.com/" title="NewWebPick" target="_blank">http://ezine.newwebpick.com/</a>, login and choose the series that you like.

Well of course not everything is free, they provide free or lite version here: <a href="http://www.newwebpick.com/_issue/" title="Lite version" target="_blank">http://www.newwebpick.com/_issue/</a>. If you like their magazine and want to download the complete version then you'll have to pay. It's well worth anyway I think. Oh! The complete 16th issue is given out for free! More pages, more pictures, more designs!]]></description>
			<content:encoded><![CDATA[<p>Need inspiration for new design, animation, digital art, CG, advertising idea, flash design, etc.? Wanted to know about some outstanding designers in another corner of the world? NewWebPick provides E-Magazine specially for designers.</p>
<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/08/newwebpick.jpg" alt="NewWebPick" /></p>
<p>To start downloading the magazines, first you need to sign up as member (Yeah, it&#8217;s free!). Then go to <a href="http://ezine.newwebpick.com/" title="NewWebPick" target="_blank">http://ezine.newwebpick.com/</a>, login and choose the series that you like.</p>
<p>Well of course not everything is free, they provide free or lite version here: <a href="http://www.newwebpick.com/_issue/" title="Lite version" target="_blank">http://www.newwebpick.com/_issue/</a>. If you like their magazine and want to download the complete version then you&#8217;ll have to pay. It&#8217;s well worth anyway I think. Oh ya! The complete 16th issue is given out for free! More pages, more pictures, more designs!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/08/14/newwebpick-e-magazine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Orisinal The Original Flash Game</title>
		<link>http://www.designrecipes.org/2008/07/30/orisinal-the-original-flash-game/</link>
		<comments>http://www.designrecipes.org/2008/07/30/orisinal-the-original-flash-game/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 12:21:48 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Sharing]]></category>

		<category><![CDATA[Actionscript]]></category>

		<category><![CDATA[Ferry Halim]]></category>

		<category><![CDATA[Flash Game]]></category>

		<category><![CDATA[Orisinal]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/07/30/orisinal-the-original-flash-game/</guid>
		<description><![CDATA[<img src="http://www.designrecipes.org/wp-content/uploads/2008/07/orisinal.jpg" class="img-shadow" alt="Orisinal" />

It's been a few years back since the first time I came through this site: Orisinal, <a href="http://www.ferryhalim.com/orisinal/" target="_blank">http://www.ferryhalim.com/orisinal/</a>. This site contains a lot of flash games done by Ferry Halim. The games were creatively done with nice and cute graphics, and not forgetting the actionscript and database running behind that drive the games.

I just want to share and highlight the flash games done by Ferry Halim here, not to encourage playing games during office hour, alright? :p Let's get back to work.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/07/orisinal.jpg" class="img-shadow" alt="Orisinal" /></p>
<p>It&#8217;s been a few years back since the first time I came through this site: Orisinal, <a href="http://www.ferryhalim.com/orisinal/" target="_blank">http://www.ferryhalim.com/orisinal/</a>. This site contains a lot of flash games done by Ferry Halim. The games were creatively done with nice and cute graphics, and not forgetting the actionscript and database running behind that drive the games.</p>
<p>I just want to share and highlight the flash games done by Ferry Halim here, not to encourage playing games during office hour, alright? :p Let&#8217;s get back to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/07/30/orisinal-the-original-flash-game/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lorem Ipsum dummy text</title>
		<link>http://www.designrecipes.org/2008/07/29/lorem-ipsum-dummy-text/</link>
		<comments>http://www.designrecipes.org/2008/07/29/lorem-ipsum-dummy-text/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:45:45 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Design Sources]]></category>

		<category><![CDATA[Tutorial/ Tips]]></category>

		<category><![CDATA[dummy text]]></category>

		<category><![CDATA[lorem ipsum]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/07/29/lorem-ipsum-dummy-text/</guid>
		<description><![CDATA[<img src="http://www.designrecipes.org/wp-content/uploads/2008/07/lipsum.gif" class="img-shadow" alt="lorem ipsum" />

"Lorem Ipsum" is simply the most popular dummy text used in design industry. Instead of waiting for the content prepared by client, which may take "centuries", insert this dummy text to preview the design. Where to get this? Go to <a href="http://www.lipsum.com" title="lorem ipsum" target="_blank">http://www.lipsum.com</a>  and generate as many paragraph of dummy text as you like. Yes, it's free and just copy and paste.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/07/lipsum.gif" class="img-shadow" alt="lorem ipsum" /></p>
<p>&#8220;Lorem Ipsum&#8221; is simply the most popular dummy text used in design industry. Instead of waiting for the content prepared by client, which may take &#8220;centuries&#8221;, insert this dummy text to preview the design. Where to get this? Go to <a href="http://www.lipsum.com" title="lorem ipsum" target="_blank">http://www.lipsum.com</a>  and generate as many paragraph of dummy text as you like. Yes, it&#8217;s free and just copy and paste.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/07/29/lorem-ipsum-dummy-text/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Amazing Digital Art!</title>
		<link>http://www.designrecipes.org/2008/07/14/digital-art-illustration-design/</link>
		<comments>http://www.designrecipes.org/2008/07/14/digital-art-illustration-design/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 04:48:24 +0000</pubDate>
		<dc:creator>daniel</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Digital art]]></category>

		<category><![CDATA[Illustration]]></category>

		<guid isPermaLink="false">http://www.designrecipes.org/2008/07/14/digital-art-illustration-design/</guid>
		<description><![CDATA[<img src="http://www.designrecipes.org/wp-content/uploads/2008/07/evgeny_kiselev.jpg" alt="Digital Art" />

How complex can an illustration be? You must check this out: the site of <a href="http://www.ekiselev.com" target="_blank">evgeny kiselev</a>, a digital artist. You'll learn what we call Amazing!]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designrecipes.org/wp-content/uploads/2008/07/evgeny_kiselev.jpg" alt="Digital Art" /></p>
<p>How complex can an illustration be? You must check this out: the site of <a href="http://www.ekiselev.com" target="_blank">evgeny kiselev</a>, a digital artist. You&#8217;ll learn what we call Amazing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designrecipes.org/2008/07/14/digital-art-illustration-design/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
