<?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>FlexOut</title>
	<atom:link href="http://flex.exposedout.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.exposedout.net</link>
	<description>i am an itemrendrer in the making!</description>
	<lastBuildDate>Wed, 18 Apr 2012 18:35:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sorting an Array of objects in JavaScript</title>
		<link>http://flex.exposedout.net/2012/03/sorting-an-array-of-objects-in-javascript/</link>
		<comments>http://flex.exposedout.net/2012/03/sorting-an-array-of-objects-in-javascript/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 02:56:47 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[sort function]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=379</guid>
		<description><![CDATA[How to sort an array of object on a object property name. In the past I used to write a complex functions or costly for loops to iterate each object of an array compare and sort them. But today I learned that the JavaScript sort function can be used to sort data in a more [...]]]></description>
		<wfw:commentRss>http://flex.exposedout.net/2012/03/sorting-an-array-of-objects-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeseries component</title>
		<link>http://flex.exposedout.net/2011/12/timeseries-component/</link>
		<comments>http://flex.exposedout.net/2011/12/timeseries-component/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 04:33:56 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[timeseries]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=384</guid>
		<description><![CDATA[Following is the screenshot of the timeseries component, It not only shows the actual vs forecast-ed values but also interpolated lines between them.]]></description>
		<wfw:commentRss>http://flex.exposedout.net/2011/12/timeseries-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export to Jpeg in flex.</title>
		<link>http://flex.exposedout.net/2011/05/export-to-jpeg-in-flex-using-screen-capture/</link>
		<comments>http://flex.exposedout.net/2011/05/export-to-jpeg-in-flex-using-screen-capture/#comments</comments>
		<pubDate>Fri, 13 May 2011 05:05:47 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[bitmapData]]></category>
		<category><![CDATA[ByteArray]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[JPEGencoder]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[save file]]></category>
		<category><![CDATA[save jpeg]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=343</guid>
		<description><![CDATA[There is always a need to way to export some sort of a report out to the user, previously I used the classical use of a serverside script in Java or PHP to enable user to take a screenshot of the component or the entire application. Since the flash player 10 provides the feature to [...]]]></description>
		<wfw:commentRss>http://flex.exposedout.net/2011/05/export-to-jpeg-in-flex-using-screen-capture/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Power of Flash Catalyst</title>
		<link>http://flex.exposedout.net/2011/05/power-of-flash-catalyst/</link>
		<comments>http://flex.exposedout.net/2011/05/power-of-flash-catalyst/#comments</comments>
		<pubDate>Thu, 12 May 2011 04:58:50 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[codeless]]></category>
		<category><![CDATA[Flash Catalyst]]></category>
		<category><![CDATA[Flex and the Facebook ActionScript 3 API]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[illustrator]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=331</guid>
		<description><![CDATA[Here is Kevin Lynch’s Keynote from the Web 2.0 conference where he shows how to build a full application using Illustrator, Flash Catalyst, Flex Builder, Flex and the Facebook ActionScript 3 API.]]></description>
		<wfw:commentRss>http://flex.exposedout.net/2011/05/power-of-flash-catalyst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save file as PDF in flex</title>
		<link>http://flex.exposedout.net/2011/05/save-file-as-pdf-in-flex/</link>
		<comments>http://flex.exposedout.net/2011/05/save-file-as-pdf-in-flex/#comments</comments>
		<pubDate>Thu, 05 May 2011 13:09:46 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[export pdf]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[save]]></category>
		<category><![CDATA[save pdf]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=319</guid>
		<description><![CDATA[Saving content as PDF from flex had always been a hassle, We know that doing such file operations in AIR is much simpler but due to the file saving ability added in Flash player 10 One can easily save files to the local system. The next big question is how do i convert my content [...]]]></description>
		<wfw:commentRss>http://flex.exposedout.net/2011/05/save-file-as-pdf-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: flex.exposedout.net @ 2012-05-20 14:29:36 -->
