<?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>Ed Liang's Weblog</title>
	<atom:link href="http://www.xllusion.net/ed/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xllusion.net/ed</link>
	<description>Flash, Actionscript, Javascript, PHP and more?</description>
	<lastBuildDate>Sun, 28 Feb 2010 14:08:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dependency Injection Frameworks</title>
		<link>http://www.xllusion.net/ed/2010/02/28/dependency-injection-frameworks/</link>
		<comments>http://www.xllusion.net/ed/2010/02/28/dependency-injection-frameworks/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 14:03:25 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Pattern]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=383</guid>
		<description><![CDATA[Recently there have been trends with many latest AS3 frameworks, particularly MVC design patterns, built upon Dependency Injection concept. 
From Wikipedia:
&#8220;Dependency injection (DI) in object-oriented computer programming is a technique for supplying an external dependency (i.e. a reference) to a software component &#8211; that is, indicating to a part of a program which other parts [...]]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2010/02/28/dependency-injection-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Milky Particle Engine beta 0.6.8</title>
		<link>http://www.xllusion.net/ed/2010/02/19/milky-particle-engine-beta-0-6-8/</link>
		<comments>http://www.xllusion.net/ed/2010/02/19/milky-particle-engine-beta-0-6-8/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 16:03:56 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=370</guid>
		<description><![CDATA[Milky particle engine started out as a simple toolkit consists of 3 classes: manager, particle and controls classes, which works well on small scale projects.

After looking through various particle system APIs including C++ version, I found that Flint by Richard Lord is the most flexible way among those as it has separated particle initiation and [...]]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2010/02/19/milky-particle-engine-beta-0-6-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitmap Motion Trail</title>
		<link>http://www.xllusion.net/ed/2010/02/15/bitmap-motion-trail/</link>
		<comments>http://www.xllusion.net/ed/2010/02/15/bitmap-motion-trail/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:28:17 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=352</guid>
		<description><![CDATA[I&#8217;ve been asked how to create motion trail in Flash several times but didn&#8217;t have time to look into it until I started to build my own particle engine last year which is still in beta and refinement&#8230;

So here is a simple tutorial on how to create motion trail effect in Flash using BitmapData.
First, the [...]]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2010/02/15/bitmap-motion-trail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domo Tween Engine 1.0.1</title>
		<link>http://www.xllusion.net/ed/2010/02/02/domo-tween-engine-1-0-1/</link>
		<comments>http://www.xllusion.net/ed/2010/02/02/domo-tween-engine-1-0-1/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:38:54 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=345</guid>
		<description><![CDATA[I have updated Domo tween engine to 1.0.1, fixed some minor bugs.
Download Domo 1.0.1 here (for Flash CS4 &#038; Flex 3).
]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2010/02/02/domo-tween-engine-1-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2010!!</title>
		<link>http://www.xllusion.net/ed/2009/12/31/happy-new-year-2010/</link>
		<comments>http://www.xllusion.net/ed/2009/12/31/happy-new-year-2010/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 22:01:04 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=333</guid>
		<description><![CDATA[Happy New Year 2010!! Wish all your dreams come true!
Here is a little game to test your luck for 2010: New Year Ball 2010
All the best!!
]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2009/12/31/happy-new-year-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex 3.5 SDK Milestone Release</title>
		<link>http://www.xllusion.net/ed/2009/12/19/flex-3-5-sdk-milestone-release/</link>
		<comments>http://www.xllusion.net/ed/2009/12/19/flex-3-5-sdk-milestone-release/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 12:41:16 +0000</pubDate>
		<dc:creator>Ed</dc:creator>
				<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.xllusion.net/ed/?p=329</guid>
		<description><![CDATA[Adobe Open Source has just released Flex 3.5 SDK Milestone Release and 3.6 is underway too. Will they release 3.9 before Flex 4 is out?
Download from here.
Merry Xmas!
]]></description>
		<wfw:commentRss>http://www.xllusion.net/ed/2009/12/19/flex-3-5-sdk-milestone-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
