<?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>Flex Development</title>
	<atom:link href="http://dmallonee.com/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmallonee.com/flex</link>
	<description>Adobe Flex and Flash Projects</description>
	<lastBuildDate>Sat, 27 Dec 2008 03:03:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Simple RSS Reader</title>
		<link>http://dmallonee.com/flex/2008/12/15/simple-rss-feed/</link>
		<comments>http://dmallonee.com/flex/2008/12/15/simple-rss-feed/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 06:17:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[httpService]]></category>
		<category><![CDATA[level:beginner]]></category>
		<category><![CDATA[repeater]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss feed]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://dmallonee.com/flex/?p=147</guid>
		<description><![CDATA[There are quite a lot of Flex RSS feed examples out there already, but the format I&#8217;m using for my examples here would have made things easier for me to grasp earlier on, so I offer this example in case anyone else out there might likewise have an easier time with this format. This example [...]]]></description>
		<wfw:commentRss>http://dmallonee.com/flex/2008/12/15/simple-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blend modes</title>
		<link>http://dmallonee.com/flex/2008/12/04/blend-modes/</link>
		<comments>http://dmallonee.com/flex/2008/12/04/blend-modes/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 04:44:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[blend modes]]></category>
		<category><![CDATA[blendMode]]></category>
		<category><![CDATA[level:beginner]]></category>

		<guid isPermaLink="false">http://dmallonee.com/flex/?p=124</guid>
		<description><![CDATA[It wasn&#8217;t long into my Flex adventures that I&#8217;d discovered the blendMode property of UIComponents and became unspeakably delighted, as blend modes were a key feature lacking in the Juce SDK I&#8217;d previously worked with. To my dismay, it took a while before I became sufficiently accustomed with the Flex SDK that I could see [...]]]></description>
		<wfw:commentRss>http://dmallonee.com/flex/2008/12/04/blend-modes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>External TextArea</title>
		<link>http://dmallonee.com/flex/2008/12/04/external-textarea/</link>
		<comments>http://dmallonee.com/flex/2008/12/04/external-textarea/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 23:54:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Components]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[level:advanced]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[textArea]]></category>

		<guid isPermaLink="false">http://dmallonee.com/flex/?p=117</guid>
		<description><![CDATA[In working toward a simple, Flex-based CMS, I wanted to be able to load external html content without having to write numerous URLRequests in the main Flex project file, so I decided to just extend the TextArea component with a method for loading an external file.
Flex doesn&#8217;t handle html very well at all at this [...]]]></description>
		<wfw:commentRss>http://dmallonee.com/flex/2008/12/04/external-textarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>States and Transitions</title>
		<link>http://dmallonee.com/flex/2008/11/27/states-and-transitions/</link>
		<comments>http://dmallonee.com/flex/2008/11/27/states-and-transitions/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 22:40:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[level:intermediate]]></category>
		<category><![CDATA[states]]></category>
		<category><![CDATA[transitions]]></category>

		<guid isPermaLink="false">http://dmallonee.com/flex/?p=89</guid>
		<description><![CDATA[Flex allows for the creation of various states where component properties, such as x and y position and height and width, can be be stored in one state and altered in another state and each state could then be called easily and the properties of the components in those respective states will be instantly recalled.
Here&#8217;s [...]]]></description>
		<wfw:commentRss>http://dmallonee.com/flex/2008/11/27/states-and-transitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smileys</title>
		<link>http://dmallonee.com/flex/2008/11/26/smileys/</link>
		<comments>http://dmallonee.com/flex/2008/11/26/smileys/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:11:32 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Examples]]></category>
		<category><![CDATA[display smileys in textArea]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[images in textArea]]></category>
		<category><![CDATA[level:advanced]]></category>
		<category><![CDATA[smileys]]></category>
		<category><![CDATA[textArea]]></category>

		<guid isPermaLink="false">http://dmallonee.com/flex/?p=80</guid>
		<description><![CDATA[On my way to building my own Flex-based chat application, I came to learn that displaying smileys, or emoticons as they&#8217;re often known, is one of the most difficult things to achieve in Flash/Flex. I scoured Google once again searching for a ready-made component and found no such thing. I began a tedious endeavor to [...]]]></description>
		<wfw:commentRss>http://dmallonee.com/flex/2008/11/26/smileys/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
