<?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>Random Thoughts &#187; Flex</title>
	<atom:link href="http://blog.inflinx.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flex 4 Custom Validators in 5 Minutes</title>
		<link>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/</link>
		<comments>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:44:29 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Spark Components]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=483</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/';
var dzone_title = 'Flex 4 Custom Validators in 5 Minutes';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Flex out of the box provides several validators that can be used for validating user input. These validators are bundled in the mx.validator package. However, there will be times where we might need to write our own validators. In this post, I will create a custom validator that can be used for validating a combo [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with Flex &#8211; Setting up Development Environment</title>
		<link>http://blog.inflinx.com/2009/09/04/getting-started-with-flex-setting-up-development-environment/</link>
		<comments>http://blog.inflinx.com/2009/09/04/getting-started-with-flex-setting-up-development-environment/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 06:02:46 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=189</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2009/09/04/getting-started-with-flex-setting-up-development-environment/';
var dzone_title = 'Getting started with Flex &#8211; Setting up Development Environment';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
The first step in developing an enterprise level flex application is setting up a development environment. Adobe offers an eclipse based development tool called Flex builder that provides a variety of features making Flex development a breeze. This flex builder comes in two flavors: a standalone IDE and an eclipse plugin. Since I will be [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2009/09/04/getting-started-with-flex-setting-up-development-environment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

