<?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>Easy Flex &#187; Uncategorized</title>
	<atom:link href="http://evtimmy.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://evtimmy.com</link>
	<description>Evtim on Flex SDK</description>
	<lastBuildDate>Thu, 03 Nov 2011 07:18:58 +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>Slides from &#8220;Flex Performance Tips and Tricks&#8221;</title>
		<link>http://evtimmy.com/2011/04/slides-from-flex-performance-tips-and-tricks/</link>
		<comments>http://evtimmy.com/2011/04/slides-from-flex-performance-tips-and-tricks/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 06:46:02 +0000</pubDate>
		<dc:creator>Evtim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[360 Flex]]></category>
		<category><![CDATA[Flex 4.5]]></category>
		<category><![CDATA[FXG]]></category>
		<category><![CDATA[ItemRenderer]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Session]]></category>

		<guid isPermaLink="false">http://evtimmy.com/?p=376</guid>
		<description><![CDATA[Just a quick post to point to the slides from our &#8220;Flex Performance Tips and Tricks&#8221; session Steve and I gave at 360 Flex in Denver.  Steve posted the slides here.  My understanding is that the recording will be available at some point.  I&#8217;ll put up a link to it as well when I get [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flexponential.com/2011/04/20/flex-performance-tips-tricks/"><img class="alignleft size-full wp-image-380" title="slides-flex-tips-and-tricks-thumb" src="http://evtimmy.com/wordpress/wp-content/uploads/2011/04/slides-flex-tips-and-tricks-thumb.jpg" alt="" width="146" height="102" /></a>Just a quick post to point to the slides from our &#8220;Flex Performance Tips and Tricks&#8221; session <a href="http://flexponential.com/">Steve </a>and I gave at <a href="http://www.360flex.com/">360 Flex</a> in Denver.  Steve posted the slides <a href="http://flexponential.com/2011/04/20/flex-performance-tips-tricks/">here</a>.  My understanding is that the recording will be available at some point.  I&#8217;ll put up a link to it as well when I get it =)<a href="http://flexponential.com/2011/04/20/flex-performance-tips-tricks/"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://evtimmy.com/2011/04/slides-from-flex-performance-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spark Layouts with Flex 4 Beta</title>
		<link>http://evtimmy.com/2009/10/spark-layouts-with-flex-4-beta/</link>
		<comments>http://evtimmy.com/2009/10/spark-layouts-with-flex-4-beta/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 19:14:10 +0000</pubDate>
		<dc:creator>Evtim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://evtimmy.com/?p=153</guid>
		<description><![CDATA[Just a quick post to link to my layouts  article on the Adobe dev connection. It uses the same FlowLayout as an example, so no surprises in that department. Check it out, comments and feedback greatly appreciated.]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to link to my layouts  <a href="http://www.adobe.com/devnet/flex/articles/spark_layouts.html">article</a> on the Adobe dev connection. It uses the same FlowLayout as an example, so no surprises in that department. Check it out, comments and feedback greatly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://evtimmy.com/2009/10/spark-layouts-with-flex-4-beta/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Check Out Hans&#8217;s Article on Spark Viewports and Scrolling</title>
		<link>http://evtimmy.com/2009/06/check-out-hans-article-on-spark-viewports-and-scrolling/</link>
		<comments>http://evtimmy.com/2009/06/check-out-hans-article-on-spark-viewports-and-scrolling/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 21:56:07 +0000</pubDate>
		<dc:creator>Evtim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://evtimmy.com/?p=128</guid>
		<description><![CDATA[Just a quick note that Hans Muller has started a seriese  of articles regarding Flex on his blog. His spiffy article  here  has some very good info about the Spark Viewports and Scrolling Also you can check out how little I had to do to implement scrolling support in a custom layout here. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Just a quick note that Hans Muller has started a seriese  of articles regarding Flex on his blog. His spiffy article  <a href="http://hansmuller-flex.blogspot.com/2009/06/introduction-to-viewports-and-scrolling.html">here</a>  has some very good info about the Spark Viewports and Scrolling <img src='http://evtimmy.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Also you can check out how little I had to do to implement scrolling support in a custom layout <a href="http://evtimmy.com/2009/06/flowlayout-part-2-gap-verticalalign-and-scrolling/">here</a>.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://evtimmy.com/2009/06/check-out-hans-article-on-spark-viewports-and-scrolling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

