<?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>James Whittaker &#187; actionscript</title>
	<atom:link href="http://jameswhittaker.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameswhittaker.com</link>
	<description>Front-end Developer, Designer and Consultant</description>
	<lastBuildDate>Sat, 19 Sep 2009 17:36:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex resources</title>
		<link>http://jameswhittaker.com/journal/flex-resources/</link>
		<comments>http://jameswhittaker.com/journal/flex-resources/#comments</comments>
		<pubDate>Fri, 22 May 2009 12:51:24 +0000</pubDate>
		<dc:creator>jmwhittaker</dc:creator>
				<category><![CDATA[journal]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[flex]]></category>

		<guid isPermaLink="false">http://jameswhittaker.com/?p=314</guid>
		<description><![CDATA[
Adobe Flex is a great platform to work with for creating rich engaging applications of all sizes for the web and now the desktop with AIR. Now we are at Flex version 3 and the next version Flex 4, which is the SDK, and the editor now called Flash Builder are just around the corner.
There [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://jameswhittaker.com/wordpress/wp-content/uploads/2009/05/flexresources.jpg" alt="flexresources" title="flexresources" width="535" height="150" class="alignnone size-full wp-image-315 bdr" /></p>
<p><a href="http://www.adobe.com/go/flex">Adobe Flex</a> is a great platform to work with for creating rich engaging applications of all sizes for the web and now the desktop with <a href="http://refreshingapps.com">AIR</a>. Now we are at Flex version 3 and the next version Flex 4, which is the SDK, and the editor now called Flash Builder are just around the corner.</p>
<p>There are a number of resources, guides and articles that I use regularly when building Flex or AIR applications. This is a growing resource so bookmark the page and feel free to suggest anything that I may have missed.</p>
<p>Here we go then:</p>
<p><span id="more-314"></span></p>
<h4>Explorers</h4>
<ul>
<li><a href="http://examples.adobe.com/flex3/consulting/styleexplorer/Flex3StyleExplorer.html#">Flex 3 style explorer (Adobe)</a></li>
<li><a href="http://www.adobe.com/devnet/flex/tourdeflex/">Tour de Flex &#8211; Flex 3 component explorer also available as an AIR application (Adobe)</a></li>
<li><a href="http://ryanswanson.com/regexp/#start">Regular Expression explorer</a></li>
<li><a href="http://www.jamesward.com/easingFunctionFun/easingFunctionFun.html">Effects explorer (James Ward)</a></li>
<li><a href="http://www.efflex.org/">Designer effects for Flex components (Tink)</a></li>
</ul>
<h4>Guides and cheat sheets</h4>
<ul>
<li><a href="http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html">Flex 3 Developers Guide (Adobe)</a></li>
<li><a href="http://livedocs.adobe.com/flex/3/langref/">Flex 3 Language Reference</a></li>
<li><a href="http://elromdesign.com/blog/2009/03/28/finally…-flex-builder-shortcut-cheat-sheet-for-mac-os/">Flex Builder cheat sheet (OS X)</a></li>
<li><a href="http://blogs.4point.com/armaghan.chaudhary/2009/04/remote-debugging-using-flex-builder-ide.html">Debug a remote application in Flex Builder</a></li>
</ul>
<h4>Coding standards, conventions and best practice</h4>
<ul>
<li><a href="http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions">The guidelines used by the Adobe team on the Flex SDK</a></li>
<li><a href="http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html">Flex best practices part 1 (Adobe DevNet)</a></li>
<li><a href="http://www.adobe.com/devnet/flex/articles/best_practices_pt2.html">Flex best practices part 2 (Adobe DevNet)</a></li>
<li><a href="http://www.infoq.com/news/2008/04/top-10-flex-mistakes">Top 10 Flex mistakes</a></li>
</ul>
<h4>Flex performance</h4>
<ul>
<li><a href="http://www.insideria.com/2009/04/51-actionscript-30-and-flex-op.html">AS3 and Flex optimisation techniques (Inside RIA)</a></li>
<li><a href="http://www.adobe.com/devnet/flex/articles/client_perf.html">Improve client performance (Adobe DevNet)</a></li>
<li><a href="http://gauravj.com/blog/?p=20">Creating smaller SWF&#8217;s (3 part)</a></li>
</ul>
<h4>AIR performance</h4>
<ul>
<li><a href="http://www.gskinner.com/blog/archives/2009/05/idle_cpu_usage.html">Idle CPU usage in AIR (Grant Skinner)</a></li>
<li><a href="http://arno.org/arnotify/2009/05/writing-well-behaved-efficient-air-applications/">Writing efficient AIR applications (AIR core team developer)</a></li>
<li><a href="http://blogs.adobe.com/air/2009/05/performance_tips_for_adobe_air.html">AIR performance tips (Adobe AIR blog)</a></li>
</ul>
<h4>Styling &amp; skinning Flex</h4>
<ul>
<li><a href="http://www.loscavio.com/downloads/blog/flex3_css_list/flex3_css_list.htm">Flex 3 CSS properties list</a></li>
<li><a href="http://degrafa.org">Degrafa &#8211; declarative graphics framework for AS3 and Flex</a></li>
<li><a href="http://axiis.org/">Axiis &#8211; data visualisation in open source</a></li>
</ul>
<h4>External Libraries</h4>
<ul>
<li><a href="http://code.google.com/p/flexlib/">Flexlib &#8211; open source components (Google code)</a></li>
<li><a href="http://code.google.com/p/as3corelib/">AS3CoreLib &#8211; open source core library (Google code)</a></li>
</ul>
<h4>Further help</h4>
<ul>
<li><a href="http://www.flexdeveloper.eu/forums/">Flexdeveloper.eu forum</a></li>
<li><a href="http://forums.adobe.com/community/flex">Adobe community forum for Flex</a></li>
<li><a href="http://www.actionscript.org/">ActionScript.org</a></li>
<li><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&amp;productId=2">Adobe Flex Cookbook</a></li>
</ul>
<p>This is just a small list that you can use everyday. It&#8217;s not definitive and does not try to be.</p>
]]></content:encoded>
			<wfw:commentRss>http://jameswhittaker.com/journal/flex-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
