<?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"
	>

<channel>
	<title>Sean Moore - Flex Developer, AIR Developer, ActionScript Programmer</title>
	<atom:link href="http://seantheflexguy.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://seantheflexguy.com/blog</link>
	<description>Flex Developer, AIR Developer, ActionScript Programmer</description>
	<pubDate>Fri, 21 Nov 2008 17:41:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Exploring the Strategy Design Pattern article on InsideRIA</title>
		<link>http://seantheflexguy.com/blog/2008/11/08/exploring-the-strategy-design-pattern-article-on-insideria/</link>
		<comments>http://seantheflexguy.com/blog/2008/11/08/exploring-the-strategy-design-pattern-article-on-insideria/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 18:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[General Development Notes]]></category>

		<category><![CDATA[OOD]]></category>

		<category><![CDATA[OOP]]></category>

		<category><![CDATA[Software development process]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=174</guid>
		<description><![CDATA[In case you missed it here is a link to the article discussing the Strategy Design Pattern that was recently featured on the O&#8217;Reilly, InsideRIA website. Writing the article was a really wonderful experience and I&#8217;m extremely excited to have another in the works now. More on that later. Here is a snip of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.insideria.com/2008/11/exploring-the-strategy-design.html"><img class="alignright" title="Sean Moore - Exploring The Strategy Design Pattern on OReilly InsideRIA.com" src="http://seantheflexguy.com/images/blog/sean-moore-strategy-design-.jpg" alt="" width="200" height="200" /></a>In case you missed it here is a link to the article discussing the <strong>Strategy Design Pattern</strong> that was recently featured on the <strong>O&#8217;Reilly, InsideRIA</strong> website. Writing the article was a really wonderful experience and I&#8217;m extremely excited to have another in the works now. More on that later. Here is a snip of the article, full link follows.</p>
<p>&#8220;The goal of this article is to help you gain a better understanding of the Strategy design pattern. The Strategy pattern is used to separate the areas of an application that differ from the areas of an application that remain the same. This design pattern sits on top of several fundamental OOP principals. For example the Strategy pattern uses the concept of programming to an interface rather than an implementation. Strategy also favors composition over inheritance. The reason you would use the Strategy pattern is to abstract an algorithm from a class and create a new class based on the algorithm. Using polymorphism the algorithms can be changed at runtime by the compositing class.<strong></strong>&#8221;</p>
<p><strong>Exploring the Strategy Design Pattern</strong><br />
November 3, 2008<br />
<a href="http://www.insideria.com/2008/11/exploring-the-strategy-design.html" target="_blank">http://www.insideria.com/2008/11/exploring-the-strategy-design.html</a></p>
<p>This was a great article to write and it solidified a lot of knowledge about OOP and Design Patterns. I may write another one on the Factory Method. Leave a comment if you have any interest.</p>
<p>In other news I&#8217;ll also have another Flex Best Practices article being published on the Adobe website soon.</p>
<p>I&#8217;ve also been researching Livecycle and BlazeDS a lot recently. I managed to get both set up and working on my laptop. There are a number of similarities however the default Livecycle setup runs JBoss and the default setup of Blaze runs Tomcat. So some system tweaks were needed here and there. In addition I also had an existing installation of Oracle that really hosed things up. The Oracle installer added some items to my laptops PATH variable which resulted in quite a bit of debugging. Next I installed MySQL. That was cool and I learned a lot. I&#8217;ve done the MySQL installation before however it&#8217;s been a while (4 years&#8217;ish). The next thing I did was locate a sample database from the web to play around with. I found a pretty large sample employees database on the web and installed it. Then I started trying to remember the various SQL statements needed to retrieve data, JOINs etc. While working on all of this I also found a way to expose my Blaze server to the open web, despite the dynamically assigned IP address from my ISP. That was really cool, but super slow. I was accessing the Blaze samples from my other computer across the web however it was too slow to deal with (not sure what the problem was there, more research is needed probably my upstream.) So the next steps are going to be to write some cool SQL statements to pull data from my sample database, then setup my Blaze application instance/context, write my Java classes (integrating my SQL), set up my remoting configurations and then finally I want to build a &#8220;dashboard&#8221; and pump the data into some Flex charts. I&#8217;m really busy with client work and articles right now so who knows when I&#8217;ll be able to finish but the whole experience was fun and I learned A TON.</p>
<p>I&#8217;ve also been working on a cool client Flex project and sneaking in time here and there for some music. Well gotta run for now, until next time&#8230; Happy Flexing!!</p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/11/08/exploring-the-strategy-design-pattern-article-on-insideria/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 new Flex and AIR books for Fall and Winter 2008</title>
		<link>http://seantheflexguy.com/blog/2008/09/03/5-new-flex-and-air-books-for-fall-and-winter-2008/</link>
		<comments>http://seantheflexguy.com/blog/2008/09/03/5-new-flex-and-air-books-for-fall-and-winter-2008/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 17:56:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=153</guid>
		<description><![CDATA[Here are five great Flex 3.0 and AIR books that are worth checking out in the next several months. Programming Flex 2 is an outstanding book and the updated Programming Flex 3 is sure to please. Creating Visual Experiences with Flex 3.0 by Juan Sanchez and Andy McIntosh is a must read and these AIR [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.seantheflexguy.com/images/blog/flexbookspostimages/fall2008.jpg" alt="" />Here are five great Flex 3.0 and AIR books that are worth checking out in the next several months. Programming Flex 2 is an outstanding book and the updated Programming Flex 3 is sure to please. Creating Visual Experiences with Flex 3.0 by Juan Sanchez and Andy McIntosh is a must read and these AIR books also look really awesome. I&#8217;m putting these books on my radar for those cold winter (stay-at-home) nights approaching&#8230;</p>
<p></p>
<p><img class="alignright" title="Programming Flex 3" src="http://seantheflexguy.com/images/blog/flexbookspostimages/progflex3.jpg" alt="" width="214" height="240" /><strong>Programming Flex 3: The Comprehensive Guide to Creating Rich Internet Applications with Adobe Flex </strong></p>
<p>Authors: Chafic Kazoun, Joey Lott</p>
<p>Available: September 24, 2008</p>
<p>Publisher: Adobe Dev Library</p>
<p>Description:</p>
<p>If you want to try your hand at developing rich Internet applications with Adobe&#8217;s Flex 3, and already have experience with frameworks such as .NET or Java, this is the ideal book to get you started. Programming Flex 3 gives you a solid understanding of Flex 3&#8217;s core concepts, and valuable insight into how, why, and when to use specific Flex features. Numerous examples and sample code demonstrate ways to build complete, functional applications for the Web, using the free Flex SDK, and RIAs for the desktop, using Adobe AIR. This book is an excellent companion to Adobe&#8217;s Flex 3 reference documentation.</p>
<p><strong><a href="http://www.amazon.com/Programming-Flex-Comprehensive-Creating-Applications/dp/0596516215/ref=sr_1_7?ie=UTF8&amp;s=books&amp;qid=1220412763&amp;sr=1-7">More info.</a></strong></p>
<p></p>
<p><img class="alignright" title="Adobe AIR A Guide for Developers" src="http://seantheflexguy.com/images/blog/flexbookspostimages/airguide.jpg" alt="" width="214" height="240" /><strong>Adobe AIR: A Guide for Developers </strong></p>
<p>Authors: Mark Blair, Andrew Muller, Andrew Spaulding</p>
<p>Available: February 1, 2009</p>
<p>Publisher: Adobe Dev Library</p>
<p>Description:</p>
<p>The only authoritative resource on Adobe AIR&#8217;s first full release, with content created, reviewed, and critiqued by Adobe&#8217;s AIR team. Lots of resources exist for Adobe AIR and more are on the way, but most try to cover too much information for a technology that&#8217;s changing rapidly. What most developers need right now is a definitive introduction to Adobe AIR: How it works and how to develop for it. Written and approved by Adobe experts who know the real story behind AIR, the information in this book comes straight from the source.</p>
<p><strong><a href="http://www.amazon.com/Adobe-AIR-Developers-Mark-Blair/dp/0596521766/ref=sr_1_6?ie=UTF8&amp;s=books&amp;qid=1220412840&amp;sr=1-6">More Info.</a></strong></p>
<p></p>
<p><img class="alignright" title="Professional Adobe Flex 3" src="http://seantheflexguy.com/images/blog/flexbookspostimages/profflex3.jpg" alt="" width="214" height="240" /><strong>Professional Adobe Flex 3</strong></p>
<p>Authors: Joseph Balderson, Peter Ent, Jun Heider, Todd Prekaski, Tom Sugden, Andrew Trice, David Hassoun, Joe Berkovitz</p>
<p>Available: February 24, 2009</p>
<p>Publisher: Wrox</p>
<p>Description:</p>
<p>With Professional Adobe Flex 3, put your prior experience with Flash, Actionscript and XML-based language to good use and learn how to use the Flex 3 platform to create rich Internet and Apollo applications. Understand the potential of the Flex 3 platform through practical examples and hands-on advice on topics like developing applications in MXML, creating custom flex components, charting, targeting Apollo runtime, and data interconnectivity. In addition, this book addresses the ways that you can contribute to the development of Flex 3, which is open source.</p>
<p><strong><a href="http://www.amazon.com/Professional-Adobe-Flex-Joseph-Balderson/dp/0470223642/ref=sr_1_5?ie=UTF8&amp;s=books&amp;qid=1220412840&amp;sr=1-5">More info.</a></strong></p>
<p></p>
<p><img class="alignright" title="Creating Visual Experiences with Flex 3.0" src="http://seantheflexguy.com/images/blog/flexbookspostimages/visexpflex3.jpg" alt="" width="214" height="240" /><strong>Creating Visual Experiences with Flex 3.0</strong></p>
<p>Authors: Juan Sanchez, Andy McIntosh</p>
<p>Available: November 17, 2008</p>
<p>Publisher: Addison-Wesley Professional</p>
<p>Description:</p>
<p>Don’t settle for Flex’s boring, standard user interface: set your Flex applications apart with the breakthrough skinning and programming techniques found in Creating Visual Experiences with Flex 3.0. Leading Flex developers Juan Sanchez and Andy McIntosh show how to build Flex and AIR applications that are stunningly beautiful — and amazingly usable. You’ll learn how to apply state-of-the-art branding and visual design techniques that add value to all your Flex applications, no  matter what they do or who you’re building them for.</p>
<p><strong><a href="http://www.amazon.com/Creating-Visual-Experiences-Developers-Library/dp/0321545370/ref=sr_1_24?ie=UTF8&amp;s=books&amp;qid=1220412914&amp;sr=1-24">More info.</a></strong></p>
<p></p>
<p><img class="alignright" title="Adobe AIR Cookbook: Solutions and Examples for Rich Internet Application Developers" src="http://seantheflexguy.com/images/blog/flexbookspostimages/aircb.jpg" alt="" width="214" height="240" /><strong>Adobe AIR Cookbook: Solutions and Examples for Rich Internet Application Developers</strong></p>
<p>Authors: David Tucker, Marco Casario, Koen De Weggheleire, Rich Tretola</p>
<p>Available: November 20, 2008</p>
<p>Publisher: Adobe Dev Library</p>
<p>Description:</p>
<p>The hands-on recipes in this cookbook help you solve a variety of tasks and scenarios often encountered when using Adobe AIR to build Rich Internet Applications for the desktop. Thoroughly vetted by Adobe&#8217;s AIR development team, Adobe AIR Cookbook addresses fundamentals, best practices, and topics that experienced web developers and application designers have inquired about most. This collection also includes solutions for using this runtime environment to build truly innovative applications.</p>
<p><strong><a href="http://www.amazon.com/Adobe-AIR-Cookbook-Application-Developers/dp/0596522509/ref=sr_1_23?ie=UTF8&amp;s=books&amp;qid=1220412914&amp;sr=1-23">More info;</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/09/03/5-new-flex-and-air-books-for-fall-and-winter-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008</title>
		<link>http://seantheflexguy.com/blog/2008/08/31/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/31/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008/#comments</comments>
		<pubDate>Sun, 31 Aug 2008 18:03:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=133</guid>
		<description><![CDATA[Autumn is here again and it&#8217;s time to review some of the happenings from the summer. Here are 43 hand selected Flex and ActionScript 3.0 libraries, APIs, tips, and tricks.  There have been several new APIs launched, Cairngorm was open sourced, a Flex 3 update was released and Grant Skinner created a new tweening engine. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.seantheflexguy.com/images/blog/computer-fire.jpg" alt="" width="200" height="262" />Autumn is here again and it&#8217;s time to review some of the happenings from the summer. Here are 43 hand selected Flex and ActionScript 3.0 libraries, APIs, tips, and tricks.  There have been several new APIs launched, Cairngorm was open sourced, a Flex 3 update was released and Grant Skinner created a new tweening engine. There have been new Flex application development frameworks released. There was a Flex code generator update and there have also been some design pattern updates released. You don&#8217;t want to miss out on this link round up!</p>
<p><strong>Introducing Flex SDK 3.1 and Flex Builder 3.0.1</strong><br />
Flex SDK 3.1 is what the team considers a milestone build, a certification of all of that work and a roll-up into a build that is recommended for all users<br />
<a href="http://www.adobe.com/devnet/flex/articles/sdk3_fb301.html" target="_blank"> http://www.adobe.com/devnet/flex/articles/sdk3_fb301.html</a><br />
<strong></strong></p>
<p><strong>Cairngorm Moved to Adobe Open Source</strong><br />
<a href="http://weblogs.macromedia.com/amcleod/archives/2008/08/cairngorm_moved.html" target="_blank"> http://weblogs.macromedia.com/amcleod/archives/2008/08/cairngorm_moved.html</a></p>
<p><strong><br />
Flex Architecture Basics - Models &amp; Data Transfer Objects</strong><br />
Demonstrates a relatively easy way of setting up a small Flex application using a model and a data transfer object<br />
<a href="http://nwebb.co.uk/blog/?p=228" target="_blank"> http://nwebb.co.uk/blog/?p=228</a></p>
<p><strong><br />
Tutorial: ActionScript 3 Dragging Methods</strong><br />
This tutorial is all about dragging an object around the stage.<br />
<a href="http://flashmymind.com/Tutorials/Actionscript/Advanced/actionscript-dragging.php" target="_blank"> http://flashmymind.com/Tutorials/Actionscript/Advanced/actionscript-dragging.php</a></p>
<p><strong><br />
Flex Paginate Component</strong><br />
A little paginator component<br />
<a href="http://www.darklump.co.uk/blog/?p=112" target="_blank"> http://www.darklump.co.uk/blog/?p=112</a></p>
<p><strong><br />
ModuleManager and IModuleInfo - loading Flex Modules dynamically</strong><br />
<a href="http://lowpitch.com/blog/2008/08/17/modulemanager-and-imoduleinfo-loading-flex-modules-dynamically/" target="_blank"> http://lowpitch.com/blog/2008/08/17/modulemanager-and-imoduleinfo-loading-flex-modules-dynamically/</a></p>
<p><strong><br />
Getting started with Degrafa</strong><br />
Simple code example by Mike Huntington<br />
<a href="http://www.mikehuntington.com/?p=22" target="_blank"> http://www.mikehuntington.com/?p=22</a></p>
<p><strong><br />
Advanced CSS with Degrafa</strong><br />
Another great code example by Mike Huntington<br />
<a href="http://www.mikehuntington.com/?p=31" target="_blank"> http://www.mikehuntington.com/?p=31</a></p>
<p><strong><br />
Alcon 3</strong><br />
Rewritten for Adobe AIR. This is a little debuger/logger, I used to use this back in the AS2 days and really enjoyed it. I still need to check this out but I&#8217;m sure it&#8217;s really cool.<br />
<a href="http://blog.hexagonstar.com/alcon/" target="_blank"> http://blog.hexagonstar.com/alcon/</a></p>
<p><strong><br />
Remove css type selector warnings in Flex Builder</strong><br />
Quick little tip to remove css type selector warnings from the Flex Builder problems panel<br />
<a href="http://www.nutrixinteractive.com/blog/?p=135" target="_blank"> http://www.nutrixinteractive.com/blog/?p=135</a></p>
<p><strong><br />
</strong><strong>VBox, HBox with gradient background</strong><br />
<a href="http://www.igorcosta.org/?p=160" target="_blank"> http://www.igorcosta.org/?p=160</a></p>
<p><strong><br />
Flex designer/developer workflow video tutorials</strong><br />
A series of short tutorials that cover using Fireworks CS3 and Flex Builder 3 to create a visual theme for Flex applications.<br />
<a href="http://www.ashorten.com/2008/08/11/flex-designerdeveloper-workflow-video-tutorials/" target="_blank"> http://www.ashorten.com/2008/08/11/flex-designerdeveloper-workflow-video-tutorials/</a></p>
<p><strong><br />
Six reasons to use ActionScript 3.0 - Lee Brimelow</strong><br />
<a href="http://www.adobe.com/devnet/actionscript/articles/six_reasons_as3.html" target="_blank"> http://www.adobe.com/devnet/actionscript/articles/six_reasons_as3.html</a></p>
<p><strong><br />
Custom flex skins</strong><br />
Creating web-applications with flex 3 is great. there are a ton of pre-made components, and an open-ended architecture to allow you to create your own.<br />
<a href="http://the.fontvir.us/b10g/?id=111" target="_blank"> http://the.fontvir.us/b10g/?id=111</a></p>
<p><strong><br />
Writing components in Flex, part 1</strong><a href="http://labs.flexperiments.nl/writing-components-in-flex-part-1/" target="_blank"><br />
http://labs.flexperiments.nl/writing-components-in-flex-part-1/</a></p>
<p><strong><br />
Writing components in Flex, part 2</strong><br />
<a href="http://labs.flexperiments.nl/writing-components-in-flex-part-2/" target="_blank"> http://labs.flexperiments.nl/writing-components-in-flex-part-2/</a></p>
<p><strong><br />
Flash Enabled Blog Actionscript 3 API roundup</strong><br />
<a href="http://flashenabledblog.com/2008/08/26/as3-actionscript-3-classes/" target="_blank"> http://flashenabledblog.com/2008/08/26/as3-actionscript-3-classes/</a></p>
<p><strong><br />
Create bitmap data object from a display object</strong><br />
<a href="http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/" target="_blank"> http://www.flexer.info/2008/08/20/how-to-make-a-bitmapdata-from-a-displayobjectuicomponent/</a></p>
<p><strong><br />
FCG 1.0 (Flex code generator)</strong><br />
Goes final and open source<br />
<a href="http://www.dehats.com/drupal/?q=node/45" target="_blank"> http://www.dehats.com/drupal/?q=node/45</a></p>
<p><strong><br />
New ActionScript 3 Singleton Method</strong><br />
Daniel Love&#8217;s version using static initializers<br />
<a href="http://www.daniellove.net/blog/?p=81" target="_blank"> http://www.daniellove.net/blog/?p=81</a></p>
<p><strong><br />
CSKDebugger</strong><br />
AIR debuger for Mac<br />
<a href="http://ultra-web.co.uk/?p=178" target="_blank">http://ultra-web.co.uk/?p=178</a><br />
<strong></strong></p>
<p><strong><br />
Fill Colors</strong><br />
Fill Colors is the embodiment of the separation between style and layout in Flex and a demonstration of what&#8217;s possible in terms of skinning a Flex application<br />
<a href="http://www.gskinner.com/blog/archives/2008/08/gtween_a_new_tw.html" target="_blank"> http://www.fillcolors.com/</a></p>
<p><strong><br />
gTween</strong><br />
Animation tweening library by Grant Skinner<br />
<a href="http://www.gskinner.com/blog/archives/2008/08/gtween_a_new_tw.html" target="_blank"> http://www.gskinner.com/blog/archives/2008/08/gtween_a_new_tw.html</a></p>
<p><strong><br />
Functional Testing Framework for AIR AJAX apps based on Selenium</strong><a href="http://corlan.org/2008/08/15/functional-testing-framework-for-air-ajax-apps-based-on-selenium"><br />
http://corlan.org/2008/08/15/functional-testing-framework-for-air-ajax-apps-based-on-selenium</a></p>
<p><strong><br />
Yahoo! Music API</strong><br />
The Yahoo! Music API gives developers access to the Yahoo! Music catalog of artists, albums, tracks, videos, ratings and more. It provides numerous ways to browse the catalog: through charts, search, similarities, genres, artists, and user recommendations and ratings.<br />
<a href="http://developer.yahoo.com/music/"> http://developer.yahoo.com/music/</a></p>
<p><strong><br />
ActionScript 3 Flexible Layout Class</strong><br />
The NpFlexLayout Class is designed to simplify aligning DisplayObjects to stage dimensions and responding to changes in stage dimensions at run time by a user or between different users.<br />
<a href="http://www.blog.noponies.com/archives/109" target="_blank"> http://www.blog.noponies.com/archives/109</a></p>
<p><strong><br />
mediacorelib - media core library for ActionScript 3.0</strong><br />
The MediaCoreLib is an Actionscript 3.0 library toolset for playing audio or video files effortlessly. MediaCoreLib allows you to manage a playlist and seemlessly crossfade tracks.<a href="http://code.google.com/p/mediacorelib/" target="_blank"><br />
http://code.google.com/p/mediacorelib/</a></p>
<p><strong><br />
Servebox ActionScript Foundry</strong><br />
An ActionScript 3 / Java framework designed for Flex 2 applications development. Its design is based on several design patterns,<a href="http://www.servebox.com/foundry/doku.php?id="><br />
http://www.servebox.com/foundry/doku.php?id=</a></p>
<p><strong><br />
Flest Framework</strong><br />
Flest is an ActionScript3 / Flex application framework for building enterprise level RIAs. It uses such design pattern as Controller, Factory, Command, etc. High efficiency, simplicity and practicality were set as its mandatory design features.<a href="http://code.google.com/p/flest/" target="_blank"><br />
http://code.google.com/p/flest/</a></p>
<p><strong><br />
Guasax Flex/AIR MVC - The MVC Flex/AIR Framework</strong><br />
Guasax is an ease of use programming framework to provide ordered and scalable Flex applications. Life cycle of guasax framework is based in the MVC pattern to take on our program actions<a href="http://www.guasax.com/guasax/web/en/index.php" target="_blank"><br />
http://www.guasax.com/guasax/web/en/index.php</a></p>
<p><strong><br />
Flex Mojos - HelloWorldTutorial</strong><br />
Tutorial for building a simple Hello World Flex application with flex-mojos<a href="http://code.google.com/p/flex-mojos/wiki/HelloWorldTutorial" target="_blank"><br />
http://code.google.com/p/flex-mojos/wiki/HelloWorldTutorial</a></p>
<p><strong><br />
Scott Evans - public discussion of new FlexBuilder 4 IDE features</strong><br />
Scott Evans, a lead engineer on the FlexBulder team, has started a new blog - Getting and Setting  that will be for public discussion of new FlexBuilder 4 IDE features.<br />
<a href="http://gettingandsetting.com/" target="_blank">http://gettingandsetting.com/</a></p>
<p><strong><br />
dpHibernate - Hibernate lazy loading with Adobe BlazeDS</strong><br />
dpHibernate is a custom Flex Library and a custom BlazeDS Hibernate adapter that work together to give you support for lazy loading of hibernate objects from inside your flex applications.<a href="http://blog.mikenimer.com/index.cfm/2008/5/21/dpHibernate--Hibernate-lazy-loading-with-Adobe-BlazeDS " target="_blank"><br />
http://blog.mikenimer.com/index.cfm/2008/5/21/dpHibernate&#8211;Hibernate-lazy-loading-with-Adobe-BlazeDS</a><a href="http://code.google.com/p/dphibernate" target="_blank"><br />
http://code.google.com/p/dphibernate</a></p>
<p><strong><br />
Alternativa3D — browser 3D-engine based on Adobe Flash</strong><br />
Create 3D-scenes in Flash: objects, mechanisms, buildings visualization. Import geometry from 3D-formats, upload textures (including animated). Three-dimentional projects and games, basic physics simulation (friction, collision).<a href="http://alternativaplatform.com/en/alternativa3d/" target="_blank"><br />
http://alternativaplatform.com/en/alternativa3d/</a></p>
<p><strong><br />
KwikUML - build UML models of ActionScript and PHP classes</strong><br />
A tool to quickly build UML models of ActionScript and PHP classes and interfaces, as well as, SQL Entity Relationship Designs (ERDs). Built on Adobe&#8217;s AIR runtime, this desktop application allows you to not only build those models but export PNGs of the models for use in specification documentation and generate stub code from the models to use as a starting point once it&#8217;s time to actually begin development.<a href="http://labs.otuome.com/kwikuml" target="_blank"><br />
http://labs.otuome.com/kwikuml</a></p>
<p><strong><br />
KitchenSync</strong><br />
KitchenSync is an ActionScript 3.0 library for sequencing animations and other time-based actions.<br />
<a href="http://code.google.com/p/kitchensynclib/" target="_blank"> http://code.google.com/p/kitchensynclib/</a></p>
<p><strong><br />
as3xls - read and write Excel files in Flex</strong><br />
Supports reading text, numbers, formulas, and dates from Excel version 2.x-2003 and writing text, numbers, and dates. Formulas also update to reflect changes in cells they reference.<br />
<a href="http://code.google.com/p/as3xls/" target="_blank"> http://code.google.com/p/as3xls/</a></p>
<p><strong><br />
ASDebugger - A run-time debugger for AS3 Projects</strong><br />
The ASDebugger allows you to trace variables. It has support for strings, integers, arrays, dates, arraycollections, objects and everything in between.<br />
<a href="http://labs.flexperiments.nl/asdebugger/" target="_blank"> http://labs.flexperiments.nl/asdebugger/</a></p>
<p><strong><br />
as3corelib update</strong><br />
This is an ActionScript 3 library that contains a lot of useful APIs for working with AS3.<br />
<a href="http://code.google.com/p/as3corelib/" target="_blank"> http://code.google.com/p/as3corelib/</a></p>
<p><strong><br />
swix framework - Flex development framework</strong><br />
Swiz is a framework for Adobe Flex that aims to bring complete simplicity to RIA development. Swiz provides Inversion of Control, event handing, and simple life cycle for asynchronous remote methods. In contrast to other major frameworks for Flex, Swiz imposes no JEE patterns on your code, no repetitive folder layouts, and no boilerplate code on your development. Swiz represents best practices learned from the top RIA developers at some of the best consulting firms in the industry, enabling Swiz to be simple, lightweight, and extremely productive.<br />
<a href="http://code.google.com/p/swizframework/" target="_blank"> http://code.google.com/p/swizframework/</a></p>
<p><strong><br />
Gaia - open-source front-end Flash Framework for AS3 and AS2</strong><br />
Gaia is an open-source front-end Flash Framework for AS3 and AS2 designed to dramatically reduce development time.<br />
<a href="http://www.gaiaflashframework.com/" target="_blank"> http://www.gaiaflashframework.com/</a></p>
<p><strong><br />
Penne Framework - lightweight framework for developing in Flex and Air</strong><br />
version 1.0 of The Penne Framework, a simplified Flex and Air framework, as a second option to the popular Cairngorm Framework.<br />
<a href="http://www.flexpasta.com/index.php/2008/04/19/introducing-the-penne-framework-for-flex-3/" target="_blank"> http://www.flexpasta.com/index.php/2008/04/19/introducing-the-penne-framework-for-flex-3/</a></p>
<p><strong><br />
An ActionScript Compiler Written In ActionScript</strong><br />
&#8220;It’s enough to warm the cockles of one’s heart. ActionScript nerds around the globe can celebrate their graduation to “real programmer” status (whatever that means).&#8221;<br />
<a href="http://www.brooksandrus.com/blog/2008/08/27/an-actionscript-compiler-written-in-actionscript/" target="_blank">http://www.brooksandrus.com/blog/2008/08/27/an-actionscript-compiler-written-in-actionscript/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/31/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex 4: flex.components example source code</title>
		<link>http://seantheflexguy.com/blog/2008/08/29/flex-4-flexcomponents-example-source-code/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/29/flex-4-flexcomponents-example-source-code/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 19:08:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=115</guid>
		<description><![CDATA[
Here is a very simple example that displays some of the components that are located in the new flex.components package.  The SWF is interesting because it is visually a little different than the classic Flex theme. No CSS has been altered in this example. Flash Player 10 is required to view the SWF.  The following [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 179px"><img src="http://www.seantheflexguy.com/images/blog/flex4comps.jpg" alt="" width="169" height="169" /><p class="wp-caption-text">Flex 4: flex.components</p></div>
<p>Here is a very simple example that displays some of the components that are located in the new flex.components package.  The SWF is interesting because it is visually a little different than the classic Flex theme. No CSS has been altered in this example. Flash Player 10 is required to view the SWF.  The following Flex 4 components can be seen: Panel, CheckBox, List, RadioButton, TextArea, TextInput, ToggleButton, HSlider, VSlider, VScrollBar, HScrollBar.</p>
<p>JPG showing the components: <a href="http://www.seantheflexguy.com/images/blog/flex4compsfull.jpg" target="_blank">Flex 4 components screehshot</a></p>
<p>SWF with the functional components: <a href="http://seantheflexguy.com/flex/flex4components/" target="_blank">Flex 4 components SWF<br />
</a></p>
<p>Here is the sample source code:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;Application xmlns=&#8221;http://ns.adobe.com/mxml/2009&#8243;<br />
layout=&#8221;flex.layout.VerticalLayout&#8221;<br />
backgroundColor=&#8221;white&#8221;<br />
xmlns:ns=&#8221;library:adobe/flex/gumbo&#8221;&gt;</p>
<p>&lt;Script&gt;<br />
&lt;![CDATA[</p>
<p>/**<br />
*<br />
* @project Flex 4 flex.components example<br />
* @author Sean Moore, http://www.seantheflexguy.com<br />
* @date: August 29, 2008<br />
*<br />
*/</p>
<p>private function onButtonClick():void<br />
{<br />
trace("&gt;&gt;onButtonClick");<br />
}<br />
private function onListSelectionChanged(event:Event):void<br />
{<br />
trace("&gt;&gt;onListSelectionChanged");<br />
trace("event.currentTarget.selectedItem="+event.currentTarget.selectedItem);<br />
}<br />
private function onRadioButtonClick():void<br />
{<br />
trace("&gt;&gt;onRadioButtonClick");<br />
}</p>
<p>]]&gt;<br />
&lt;/Script&gt;</p>
<p>&lt;Panel title=&#8221;Flex 4 flex.components example&#8221; width=&#8221;500&#8243;&gt;<br />
&lt;Button click=&#8221;onButtonClick();&#8221; label=&#8221;Flex 4 Button&#8221; /&gt;</p>
<p>&lt;CheckBox label=&#8221;Flex 4 CheckBox&#8221; /&gt;</p>
<p>&lt;Group&gt;<br />
&lt;Rect width=&#8221;200&#8243; height=&#8221;100&#8243;&gt;<br />
&lt;stroke&gt;<br />
&lt;SolidColorStroke weight=&#8221;1&#8243; color=&#8221;#000000&#8243; alpha=&#8221;0.5&#8243; /&gt;<br />
&lt;/stroke&gt;<br />
&lt;/Rect&gt;<br />
&lt;List content=&#8221;['row one','row two','row three','row four']&#8221; selectionChanged=&#8221;onListSelectionChanged(event);&#8221; /&gt;<br />
&lt;/Group&gt;</p>
<p>&lt;RadioButton label=&#8221;Flex 4 RadioButton&#8221; click=&#8221;onRadioButtonClick();&#8221;/&gt;</p>
<p>&lt;TextArea height=&#8221;50&#8243; content=&#8221;Flex 4 TextArea.&#8221;/&gt;</p>
<p>&lt;TextInput text=&#8221;Flex 4 TextInput&#8221;/&gt;</p>
<p>&lt;ToggleButton label=&#8221;Flex 4 ToggleButton&#8221; /&gt;</p>
<p>&lt;HSlider /&gt;<br />
&lt;VSlider  /&gt;</p>
<p>&lt;VScrollBar /&gt;<br />
&lt;HScrollBar  /&gt;</p>
<p>&lt;/Panel&gt;</p>
<p>&lt;/Application&gt;</p>
<p>Note that the &lt;Group&gt; element is not required to use the List component. It&#8217;s been added to help show where the List is in the example SWF. (Sorry that the code hasn&#8217;t been beautified&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/29/flex-4-flexcomponents-example-source-code/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Developer Connection Write and Give Program Donations</title>
		<link>http://seantheflexguy.com/blog/2008/08/28/adobe-developer-center-write-and-give-program-donations/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/28/adobe-developer-center-write-and-give-program-donations/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=105</guid>
		<description><![CDATA[
Thanks to the Adobe Developer Connection for putting together this awesome program! Authors that contributed work to the ADC from June through August in 2008 were each given an opportunity to choose from 5 charities to donate $100 to. The ADC Write and Give Program generated $6200 USD in Q3 of 08!! That&#8217;s fantastic! I [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 212px"><a href="http://www.nature.org"><img title="The Nature Conservancy - Protecting Nature, Preserving Life" src="http://www.nature.org/images/tnc_logo_2007.jpg" alt="The Nature Conservancy - Protecting Nature, Preserving Life" width="202" height="96" /></a><p class="wp-caption-text">The Nature Conservancy - Protecting Nature, Preserving Life</p></div>
<p>Thanks to the <a href="http://www.adobe.com/devnet/">Adobe Developer Connection</a> for putting together this awesome program! Authors that contributed work to the <a href="http://www.adobe.com/devnet/">ADC</a> from June through August in 2008 were each given an opportunity to choose from 5 charities to donate $100 to. The ADC Write and Give Program generated $6200 USD in Q3 of 08!! That&#8217;s fantastic! I donated to the <a href="http://www.nature.org/">Nature Conservancy </a>for my work on the <a href="http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html">Flex Best Practices series</a>. Shout out to the other authors who also contributed to the ADC Write and Give Program.</p>
<p>Sheri German<br />
<a href="http://www.swanilda.com/">http://www.swanilda.com/</a></p>
<p>Paulo Caroli<br />
<a href="http://caroli.org/">http://caroli.org/</a></p>
<p>Ayo Binitie<br />
<a href="http://mrbinitie.blogspot.com/">http://mrbinitie.blogspot.com/</a></p>
<p>Louie Penaflor<br />
<a href="http://www.restlessthinker.com/blog/index.php">http://www.restlessthinker.com/blog/index.php</a></p>
<p>Jonathan Tabak<br />
<a href="http://www.panachetech.com/">http://www.panachetech.com/</a></p>
<p>Jim Babbage<br />
<a href="http://www.communitymx.com/blog/index.cfm?blogger=32">http://www.communitymx.com/blog/index.cfm?blogger=32</a></p>
<p>Nick Myers<br />
<a href="http://www.cooper.com/">http://www.cooper.com/</a></p>
<p>DryIcons<br />
<a href="http://dryicons.com/">http://dryicons.com/</a></p>
<p>Tom Green<br />
<a href="http://www.tomontheweb.ca/">http://www.tomontheweb.ca/</a></p>
<p>Kumar Vivek<br />
<a href="http://blog.i2fly.com/">http://blog.i2fly.com/</a></p>
<p>John Wylie<br />
<a href="http://www.activata.co.uk/">http://www.activata.co.uk/</a></p>
<p>Samir Dash<br />
<a href="http://www.mobilewish.com/">http://www.mobilewish.com/</a></p>
<p>David Tucker<br />
<a href="http://www.davidtucker.net/">http://www.davidtucker.net/</a></p>
<p>Bill Bejeck<br />
<a href="http://www.adobe.com/devnet/flex/articles/flex_grails.html">http://www.adobe.com/devnet/flex/articles/flex_grails.html</a></p>
<p>Henrik Lindahl<br />
<a href="http://www.kodgruppen.com/">http://www.kodgruppen.com/</a></p>
<p>Sebastien Arbogast<br />
<a href="http://sebastien-arbogast.com/">http://sebastien-arbogast.com/</a></p>
<p>Zee Yang<br />
<a href="http://www.flexlive.net/">http://www.flexlive.net/</a></p>
<p>Thanks again to Hong Qiu for all the help with the article. The second part of the <a href="http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html">Best practices series</a> is in the works and should online in the next couple months. Thanks to Edward Sullivan the Product Manager at the Adobe Developer Connection as well.</p>
<p>Additional information can be found on the <a href="http://blogs.adobe.com/adc/2008/08/adc_write_and_give_program_don_1.html">ADC Blog.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/28/adobe-developer-center-write-and-give-program-donations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SeanTheFlexGuy attending Flash Forward 2008 SF</title>
		<link>http://seantheflexguy.com/blog/2008/08/18/seantheflexguy-attending-flash-forward-2008-sf/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/18/seantheflexguy-attending-flash-forward-2008-sf/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 22:45:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=99</guid>
		<description><![CDATA[Just a quick post regarding Flash Forward 2008. There is a killer line up this year including: David Carson, Erik Natzke, Grant Skinner, Keith Peters, Lee Brimelow, Paul Ortchanian, Tinic Uro,  Luke Bayes, Stacey Mulcahy and Branden Hall to name a few. David Carson should certainly have some interesting insight for the Flash community. [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post regarding Flash Forward 2008. There is a killer line up this year including: <a href="http://en.wikipedia.org/wiki/David_Carson_(graphic_designer)">David Carson</a>, <a href="http://jot.eriknatzke.com/">Erik Natzke</a>, <a href="http://gskinner.com/blog/">Grant Skinner</a>, <a href="http://www.bit-101.com/blog/">Keith Peters</a>, <a href="http://theflashblog.com/">Lee Brimelow</a>, <a href="http://reflektions.com/miniml/default.asp">Paul Ortchanian</a>, <a href="http://www.kaourantin.net/">Tinic Uro</a>,  <a href="http://www.asserttrue.com/">Luke Bayes</a>, <a href="http://www.bitchwhocodes.com/mt/">Stacey Mulcahy</a> and <a href="http://www.automatastudios.com/">Branden Hall</a> to name a few. David Carson should certainly have some interesting insight for the Flash community. I am extremely fortunate enough to have acquired a pass to this incredible event. If you want to chat or grab a coffee hit me up. Contact info follows:</p>
<p>email: <a href="mailto:info@seantheflexguy.com?subject=flashforward2008">info@seantheflexguy.com</a><br />
twitter: <a href="http://www.twitter.com/seantheflexguy">http://www.twitter.com/seantheflexguy</a></p>
<p>Extra-mega-super thanks to <a href="http://www.phillipkerman.com/">Phillip Kerman</a> for the hook up.</p>
<p>Hope to see you there&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/18/seantheflexguy-attending-flash-forward-2008-sf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get introduced to AIR with this awesome book from Manning</title>
		<link>http://seantheflexguy.com/blog/2008/08/16/get-introduced-to-air-with-this-awesome-book-from-manning/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/16/get-introduced-to-air-with-this-awesome-book-from-manning/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 18:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=89</guid>
		<description><![CDATA[Here is a great book from Manning about AIR development that you might want to check out. Topics include: windowing, menus, file system, drag-and-drop, local databases, SQLite, HTML in AIR, network connectivity and also updating/distributing apps. Flex and Flash based AIR development techniques are covered. &#8220;Adobe AIR in Action introduces AIR to developers familiar with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Adobe AIR In Action - Manning" src="http://www.manning.com/lott/lott_cover150.jpg" alt="" width="150" height="198" />Here is a great book from Manning about AIR development that you might want to check out. Topics include: <strong>windowing</strong>, <strong>menus</strong>, <strong>file system</strong>, <strong>drag-and-drop</strong>, <strong>local databases</strong>, <strong>SQLite</strong>, <strong>HTML in AIR</strong>, <strong>network connectivity</strong> and also <strong>updating/distributing apps</strong>. Flex and Flash based AIR development techniques are covered. &#8220;Adobe AIR in Action introduces AIR to developers familiar with Flash and Flex, showing them how to build solid AIR-driven desktop applications. Using examples, the expert authors walk web developers through the new topics they will need to develop AIR applications for the desktop.&#8221;</p>
<p>You can download two free sample chapters from the book in PDF format here:</p>
<p><a href="http://www.manning.com/lott/Chapter1.pdf" target="_blank">Introducing Adobe AIR</a> (1.7 MB)</p>
<p><a href="http://www.manning.com/lott/Chapter2.pdf" target="_blank">Applications, windows and menus</a> (3.1 MB)</p>
<p>You can also check out the <a href="http://www.manning.com/lott/excerpt_contents.html" target="_blank">Table of Contents here</a>.</p>
<p>Shout out to the great authors: <a href="http://www.oreillynet.com/pub/au/1139" target="_blank">Joey Lott</a>, <a href="http://www.kathrynrotondo.com/weblog/" target="_blank">Kathryn Rotondo</a>, <a href="http://www.foomonger.com/wp/" target="_blank">Sam Ahn</a> and <a href="http://www.razorberry.com/blog/" target="_blank">Ashley Atkins</a>. (And an extra special thanks to Kathryn for sharing that <em>other </em>source code.) Props to <a href="http://www.javadiva.com/" target="_blank">Karen Tegtmeyer</a> as well for coordinating my involvement with the review effort.</p>
<p>Visit the companion website here:<br />
<a href="http://www.manning.com/lott/" target="_blank">http://www.manning.com/lott/</a></p>
<p>I actually had the extreme pleasure of doing some technical reviews of the book while it was being written. As a thank you Manning placed a quote from me on the back of the book. In addition my name appears in the acknowledgments.  This is a huge, huge honor and I am extremely thankful. Thank you very, very for the opportunity.</p>
<p>Here are some photos of my copy of the book.</p>
<div class="wp-caption alignnone" style="width: 510px"><img title="Adobe AIR In Action - Manning" src="http://www.seantheflexguy.com/images/blog/AdobeAIRInAction.jpg" alt="Adobe AIR In Action - Manning" width="500" height="330" /><p class="wp-caption-text">Adobe AIR In Action - Manning</p></div>
<div class="wp-caption alignnone" style="width: 510px"><img title="Adobe AIR In Action - Sean Moore Quote" src="http://www.seantheflexguy.com/images/blog/AdobeAIRInAction-quote.jpg" alt="Adobe AIR In Action - Sean Moore Quote" width="500" height="261" /><p class="wp-caption-text">Adobe AIR In Action - Sean Moore Quote</p></div>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/16/get-introduced-to-air-with-this-awesome-book-from-manning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex 4 Gumbo Link Roundup: From getting started to skinning</title>
		<link>http://seantheflexguy.com/blog/2008/08/02/flex-4-gumbo-link-roundup-from-getting-started-to-skinning/</link>
		<comments>http://seantheflexguy.com/blog/2008/08/02/flex-4-gumbo-link-roundup-from-getting-started-to-skinning/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 17:46:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Bleeding Edge Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Flex 4]]></category>

		<category><![CDATA[General Development Notes]]></category>

		<category><![CDATA[Gumbo]]></category>

		<category><![CDATA[MXML]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=82</guid>
		<description><![CDATA[Flex 4 is certain to mold the future of RIA development. Building on the existing Halo theme the Flex Team has started to further refine the component model and architecture for Flex. Flex 4 has a strong focus on design. One primary goal is to allow designers and developers to collaborate in innovative and unseen [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 210px"><a href="http://opensource.adobe.com/wiki/display/flexsdk/Gumbo"><img title="Mock Flex 4 Gumbo logo" src="http://seantheflexguy.com/images/blog/Flex4GumboLogo-Med.gif" alt="Mock Flex 4 Gumbo logo" width="200" height="191" /></a><p class="wp-caption-text">Mock Flex 4 Gumbo logo</p></div>
<div class="mceTemp">Flex 4 is certain to mold the future of RIA development. Building on the existing Halo theme the Flex Team has started to further refine the component model and architecture for Flex. Flex 4 has a strong focus on design. One primary goal is to allow designers and developers to collaborate in innovative and unseen ways bending the RIA paradigm and pushing the expressive envelope even further.</p>
<p>Here is a useful list of links for finding information about Flex 4 - Gumbo. From getting started to the new skinning features this list of links will help introduce you to Flex 4.</p>
<p><strong>&#8220;Gumbo plan&#8221; video - Matt Chotin</strong><br />
<a href="http://flexorg.wip3.adobe.com/gumbo/gumboplan.htm">http://flexorg.wip3.adobe.com/gumbo/gumboplan.htm</a></p>
<p><strong>Flex Bug Database - Filtered to show 4 Gumbo Bugs</strong></div>
<div class="mceTemp"><a href="http://snurl.com/39jlk">http://snurl.com/39jlk</a><br />
<strong><br />
Gumbo Themes</strong><br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Gumbo+Themes">http://opensource.adobe.com/wiki/display/flexsdk/Gumbo+Themes</a></p>
<p><strong>An Introduction to the Gumbo Component Architecture</strong><br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Gumbo+Component+Architecture">http://opensource.adobe.com/wiki/display/flexsdk/Gumbo+Component+Architecture</a></p>
<p><strong>Compiling Your First Flex 4 Application</strong><br />
<a href="http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/">http://blog.smartlogicsolutions.com/2008/07/15/compiling-your-first-flex-4-application/</a></p>
<p><strong>Compiling Flex 4 (Gumbo)</strong><br />
<a href="http://sherifabdou.com/2008/07/compiling-flex-4-gumbo/">http://sherifabdou.com/2008/07/compiling-flex-4-gumbo/</a></p>
<p><strong>Adobe® Flex™ Gumbo Language Reference</strong><br />
<a href="http://livedocs.adobe.com/flex/gumbo/langref/">http://livedocs.adobe.com/flex/gumbo/langref/</a></p>
<p><strong>Gumbo Downloads from Adobe</strong><br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4</a></p>
<p><strong>Flex 4.0 Gumbo ~ Developer Designer workflow, just awesome</strong><br />
<a href="http://bkflex.wordpress.com/2008/07/15/flex-40-gumbo-developer-designer-workflow-just-awesome/">http://bkflex.wordpress.com/2008/07/15/flex-40-gumbo-developer-designer-workflow-just-awesome/</a></p>
<p><strong>Using the beta Gumbo SDK in Flex Builder 3</strong><br />
<a href="http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/">http://blog.flexexamples.com/2008/08/02/using-the-beta-gumbo-sdk-in-flex-builder-3/</a></p>
<p><strong>Downloading and installing Flex SDK builds from opensource.adobe.com</strong><br />
<a href="http://blog.flexexamples.com/2008/08/01/downloading-and-installing-flex-sdk-builds-from-opensourceadobecom/">http://blog.flexexamples.com/2008/08/01/downloading-and-installing-flex-sdk-builds-from-opensourceadobecom/</a></p>
<p><strong>Jumping Into Skinning with Flex 4</strong><br />
<a href="http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/">http://scalenine.com/blog/2008/07/17/jumping-into-skinning-with-flex-4/</a></p>
<p><strong>Gumbo (Flex 4) Skin with Transitions</strong><br />
<a href="http://scalenine.com/blog/2008/07/20/gumbo-flex-4-skin-with-transitions/">http://scalenine.com/blog/2008/07/20/gumbo-flex-4-skin-with-transitions/</a></p>
<p><strong>Flex 4 (Gumbo) VSlider, HSlider, Panel Skinny Example</strong><br />
<a href="http://sherifabdou.com/2008/07/flex-4-gumbo-vslider-hslider-panel-skinny-example/">http://sherifabdou.com/2008/07/flex-4-gumbo-vslider-hslider-panel-skinny-example/</a></p>
<p><strong>Flex 4(Gumbo) using the includeIn Property and States</strong><br />
<a href="http://sherifabdou.com/2008/07/flex-4gumbo-using-the-includein-property-and-states/">http://sherifabdou.com/2008/07/flex-4gumbo-using-the-includein-property-and-states/</a></p>
<p><strong>FXG kicks ass!</strong><br />
<a href="http://www.richapps.de/?p=156">http://www.richapps.de/?p=156</a></p>
<p><strong>ILOG Elixir Gauges using Flex 4 (aka Gumbo) FXG</strong><br />
<a href="http://blogs.ilog.com/elixir/2008/07/18/ilog-elixir-gauges-using-flex-4-aka-gumbo-fxg/">http://blogs.ilog.com/elixir/2008/07/18/ilog-elixir-gauges-using-flex-4-aka-gumbo-fxg/</a></p>
<p><strong>If you are Trying to Compile Gumbo (Flex 4) and getting a Verify Error</strong><br />
<a href="http://sherifabdou.com/2008/07/if-you-are-trying-to-compile-gumbo-flex-4-and-getting-a-verify-error/">http://sherifabdou.com/2008/07/if-you-are-trying-to-compile-gumbo-flex-4-and-getting-a-verify-error/</a></p>
<p><strong>Flex-mojos compiling Flex 4 Gumbo?</strong><br />
<a href="http://blog.flex-mojos.info/2008/07/16/flex-mojos-compiling-flex-4-gumbo/">http://blog.flex-mojos.info/2008/07/16/flex-mojos-compiling-flex-4-gumbo/</a></p>
<p>A couple other related, useful links:</p>
<p><strong>Cygwin</strong><br />
<a href="http://www.cygwin.com/">http://www.cygwin.com/</a></p>
<p><strong>J2SE 5.0_13</strong><br />
<a href="http://java.sun.com/products/archive/j2se/5.0_13/index.html">http://java.sun.com/products/archive/j2se/5.0_13/index.html</a></p>
<p><strong>Ant 1.7.0</strong><br />
<a href="http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.zip">http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.0-bin.zip</a></p>
<p><strong>mm.cfg</strong><br />
<a href="http://opensource.adobe.com/wiki/download/attachments/2392481/mm.cfg?version=1">http://opensource.adobe.com/wiki/download/attachments/2392481/mm.cfg?version=1</a></p>
<p><strong>FlexSDK.cfg</strong><br />
<a href="http://opensource.adobe.com/wiki/download/attachments/2392481/FlexSDK.cfg?version=1">http://opensource.adobe.com/wiki/download/attachments/2392481/FlexSDK.cfg?version=1</a></div>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/08/02/flex-4-gumbo-link-roundup-from-getting-started-to-skinning/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FREE Training DVD: Total Training, Adobe Flex 2 - Advanced Visual Programming</title>
		<link>http://seantheflexguy.com/blog/2008/07/28/free-training-dvd-total-training-adobe-flex-2-advanced-visual-programming/</link>
		<comments>http://seantheflexguy.com/blog/2008/07/28/free-training-dvd-total-training-adobe-flex-2-advanced-visual-programming/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 18:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://seantheflexguy.com/blog/?p=75</guid>
		<description><![CDATA[Here is your chance to win a free copy of: Total Training, Adobe Flex 2 - Advanced Visual Programming. Some highlights from the DVD are: Discover how to create data bound drag and drop functionality for virtually any Flex control. Learn to create mouse-aware application features. Understand loose component coupling, implemented through bindings and events. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.totaltraining.com/prod/adobe/flex2_avp.asp"><img class="alignright" title="Total Training Adobe Flex 2 Advanced Visual Programming" src="http://www.totaltraining.com/img/prod/150x150/flex2_avp.jpg" alt="" width="150" height="150" /></a>Here is your chance to win a free copy of: <a title="Total Training Adobe Flex 2 Advanced Visual Programming" href="http://www.totaltraining.com/prod/adobe/flex2_avp.asp" target="_blank">Total Training, Adobe Flex 2 - Advanced Visual Programming</a>. Some highlights from the DVD are: Discover how to create data bound drag and drop functionality for virtually any Flex control. Learn to create mouse-aware application features. Understand loose component coupling, implemented through bindings and events. Get inside tips on optimizing file size through programmatic shape creation. See how to implement and skin Flex components directly in ActionScript 3.0.</p>
<p>Be the first person to email me with the answer to the following question and I&#8217;ll mail you a copy of the training DVD.</p>
<p>What are three application development frameworks that can be used for the development of Flex rich internet applications?</p>
<p>Sorry but this giveaway is for US residents only at this time.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/07/28/free-training-dvd-total-training-adobe-flex-2-advanced-visual-programming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex best practices – Part 1: Setting up your Flex project article</title>
		<link>http://seantheflexguy.com/blog/2008/07/26/flex-best-practices-%e2%80%93-part-1-setting-up-your-flex-project-article/</link>
		<comments>http://seantheflexguy.com/blog/2008/07/26/flex-best-practices-%e2%80%93-part-1-setting-up-your-flex-project-article/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:56:16 +0000</pubDate>
		<dc:creator>sean</dc:creator>
		
		<category><![CDATA[ActionScript 3.0]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<category><![CDATA[Flash Platform]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Flex Builder]]></category>

		<category><![CDATA[OOP]]></category>

		<category><![CDATA[Software development process]]></category>

		<guid isPermaLink="false">http://seantheflashguy.com/blog/?p=63</guid>
		<description><![CDATA[Here is an article on Flex best practices that I had the extreme pleasure of recently writing for Adobe&#8217;s Dev Center. The article explores a number of things you can do to help clarify your Flex development process. The article was a community based effort and input was collected from quite a few prominent Flex, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.adobe.com/devnet/flex/articles/best_practices_pt1.html">Here is an article on Flex best practices</a> that I had the extreme pleasure of recently writing for <a href="http://www.adobe.com/devnet/">Adobe&#8217;s Dev Center</a>. The article explores a number of things you can do to help clarify your Flex development process. The article was a community based effort and input was collected from quite a few prominent Flex, Flash and ActionScript developers. I would like thank Hong Qiu for a ton of great input and direction. Also many thanks goes out to the <a href="http://blogs.adobe.com/flex/">Flex team</a> for their time and input. Lastly, many thanks to <a href="http://doloresjoya.com/blog/">Dolores Joya</a>, <a href="http://www.ericfeminella.com/blog/">Eric Feminella</a>, <a href="http://weblogs.macromedia.com/mchotin/">Matt Chotin</a>, <a href="http://jessewarden.com/">Jesse Warden</a> and <a href="http://chrisgriffith.wordpress.com/">Chris Griffith </a>to name a few, I couldn&#8217;t have written the article without your input, help and support.</p>
<p>I&#8217;m currently working on another article in the Flex best practices series. I&#8217;ve done a TON of research for the next article so it should be really good. Keep an eye out in the Adobe Dev Center for that sometime in September or October.</p>
<p>It was really, really, really cool to have an article published in the Dev Center, something I have wanted to do since at least 2002. Thanks again to Hong and Adobe for the opportunity!!</p>
<p>Some screen shots from the Adobe website:</p>
<p><img src="http://seantheflashguy.com/images/blog/sean-moore-adobe-article-01.jpg" alt="Flex best practices – Part 1: Setting up your Flex project" /><br />
<br />
<img src="http://seantheflashguy.com/images/blog/sean-moore-adobe-article-02.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://seantheflexguy.com/blog/2008/07/26/flex-best-practices-%e2%80%93-part-1-setting-up-your-flex-project-article/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
