<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Flex Pasta</title>
	<link>http://www.flexpasta.com</link>
	<description>Everything Flex, Java, BlazeDS, AMF, FlexBuilder...</description>
	<pubDate>Sun, 22 Aug 2010 20:10:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Flex Model Code Generator (and not just a single use)</title>
		<link>http://www.flexpasta.com/index.php/2010/08/22/flex-model-code-generator-and-not-just-a-single-use/</link>
		<comments>http://www.flexpasta.com/index.php/2010/08/22/flex-model-code-generator-and-not-just-a-single-use/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 20:10:34 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[BlazeDS]]></category>

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

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

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2010/08/22/flex-model-code-generator-and-not-just-a-single-use/</guid>
		<description><![CDATA[2 1/2 years ago I published annotations for BlazeDS that allowed for placing tags on Java getters/setters to determine if a value is serialized to the Flex client.  Soon I will publish a 3 part BlazeDS extension that does the following(with annotations of course).

Serialization Profiles with BlazeDS - This was mentioned in a previous post [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2010/08/22/flex-model-code-generator-and-not-just-a-single-use/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Serialization Profiles with BlazeDS</title>
		<link>http://www.flexpasta.com/index.php/2010/04/18/serialization-profiles-with-blazeds/</link>
		<comments>http://www.flexpasta.com/index.php/2010/04/18/serialization-profiles-with-blazeds/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 16:33:30 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[BlazeDS]]></category>

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2010/04/18/serialization-profiles-with-blazeds/</guid>
		<description><![CDATA[The problem is common when using BlazeDS and Hibernate: Lazy loading is not possible without inflating a large object graph.  The most common solution to the problem is to &#8220;break&#8221; parts of the model into manageable pieces based on how the application works.  So while there should be a many to many relationship between two [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2010/04/18/serialization-profiles-with-blazeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Uploading Files with Firefox Solution</title>
		<link>http://www.flexpasta.com/index.php/2010/02/21/uploading-files-with-firefox-solution/</link>
		<comments>http://www.flexpasta.com/index.php/2010/02/21/uploading-files-with-firefox-solution/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:19:19 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[BlazeDS]]></category>

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

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2010/02/21/uploading-files-with-firefox-solution/</guid>
		<description><![CDATA[A hand full of bugs have been field with Adobe&#8217;s Flash Player regarding problems uploading with Firefox.
https://bugs.adobe.com/jira/browse/FP-78
https://bugs.adobe.com/jira/browse/FP-1044
https://bugs.adobe.com/jira/browse/FP-419
https://bugs.adobe.com/jira/browse/FP-201
https://bugs.adobe.com/jira/browse/FP-568
There have also been plenty of posts describing the problem.
http://sethonflex.blogspot.com/2007/10/flex-and-filereferenceupload-using.html
http://thanksmister.com/index.php/archive/firefox-flex-urlrequest-and-sessions-issue/
http://stackoverflow.com/questions/351258/how-do-i-make-flex-file-upload-work-on-firefox-and-safari 
In Flash 9, there is really no good way around this problem.  However, in Flash 10 / Flex 4, an enhancement to flash.net.FileReference makes it possible to read the [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2010/02/21/uploading-files-with-firefox-solution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Avoid Timezone Headaches</title>
		<link>http://www.flexpasta.com/index.php/2010/01/20/how-to-avoid-timezone-headaches/</link>
		<comments>http://www.flexpasta.com/index.php/2010/01/20/how-to-avoid-timezone-headaches/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 02:15:05 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[BlazeDS]]></category>

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2010/01/20/how-to-avoid-timezone-headaches/</guid>
		<description><![CDATA[I wake up to the phone ringing.  I check the clock: 2:30 A.M on January 5th.  Groggy and dizzy I answer the phone.  It is my brother.  I am in Cincinnati(Eastern Time) and he lives in San Fransisco(Pacific Time).  &#8220;Why are you calling me at 2:30 in the morning&#8221;, I ask him.  &#8220;It&#8217;s only 11:30 [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2010/01/20/how-to-avoid-timezone-headaches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Command Line Execution in Air 2.0</title>
		<link>http://www.flexpasta.com/index.php/2009/12/01/command-line-execution-in-air-20/</link>
		<comments>http://www.flexpasta.com/index.php/2009/12/01/command-line-execution-in-air-20/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 01:46:47 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Air 2.0]]></category>

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/12/01/command-line-execution-in-air-20/</guid>
		<description><![CDATA[Air 2.0 comes with command line integration(Cheer!) among other features.  This means I can execute commands if I choose from directly within an air app.  Here is a simple AIR app having an input field and directly feeds the command line.  The results are then output in an mx:List control.

To get this running, Download Flash [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/12/01/command-line-execution-in-air-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flex 5: AdvancedDataGrid</title>
		<link>http://www.flexpasta.com/index.php/2009/11/23/flex-5-advanceddatagrid/</link>
		<comments>http://www.flexpasta.com/index.php/2009/11/23/flex-5-advanceddatagrid/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 02:09:35 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Data Visualization]]></category>

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/11/23/flex-5-advanceddatagrid/</guid>
		<description><![CDATA[Ever since the AdvancedDataGrid joined the SDK it has been a bit of a love hate relationship.  The great features the grid brought were essential for many projects and usually centerpieces in an application&#8217;s functionality.  But the shocking part was the amount of bugs and lines of code(30,000+ lines&#8230;yikes!) that still plagues it.  Doug McCune [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/11/23/flex-5-advanceddatagrid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Text Layout Features in Flex 4</title>
		<link>http://www.flexpasta.com/index.php/2009/10/27/text-layout-features-in-flex-4/</link>
		<comments>http://www.flexpasta.com/index.php/2009/10/27/text-layout-features-in-flex-4/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:48:52 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Flex 4]]></category>

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/10/27/text-layout-features-in-flex-4/</guid>
		<description><![CDATA[While still a work in progress, a new set of features will exist for text layout in Flex 4/Flash 10.  The package name for the text layout library is flashx.*, which is a shift from traditional Flex packages, but it looks like it will be open source.  Here is a demo with a simple slider [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/10/27/text-layout-features-in-flex-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Pulsing Progress Bar</title>
		<link>http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/</link>
		<comments>http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:53:38 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Flex 3]]></category>

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/</guid>
		<description><![CDATA[Progress Bars via the mx:ProgressBar tag are easy to use in Flex.  Unlike some kind of progress bars that can drive anyone insane&#8230;.

Flex progress bars are easy to implement and great for usability.  When there is a long database query or chance for network latency, a progress bar is always a good idea to keep [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/10/20/the-pulsing-progress-bar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modal Windows in MXML</title>
		<link>http://www.flexpasta.com/index.php/2009/09/09/modal-windows-in-mxml/</link>
		<comments>http://www.flexpasta.com/index.php/2009/09/09/modal-windows-in-mxml/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 02:00:33 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Flex 3]]></category>

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/09/09/modal-windows-in-mxml/</guid>
		<description><![CDATA[Up until the other day, when using modal and/or pop up windows in Flex, I have always instantiated them in Actionscript.  Since I use relative layout, I couldn&#8217;t really add an mxml component that would be a modal without it being drawn on the screen.  The advantages of declaring a modal in mxml would be:

Taking [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/09/09/modal-windows-in-mxml/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Smooth Scrolling for List Component in Flex 4</title>
		<link>http://www.flexpasta.com/index.php/2009/08/22/list-smooth-scrolling/</link>
		<comments>http://www.flexpasta.com/index.php/2009/08/22/list-smooth-scrolling/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 14:39:28 +0000</pubDate>
		<dc:creator>Brian Telintelo</dc:creator>
		
		<category><![CDATA[Flex 3]]></category>

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

		<guid isPermaLink="false">http://www.flexpasta.com/index.php/2009/08/22/list-smooth-scrolling/</guid>
		<description><![CDATA[A while back I did a post on the choppiness of mx:List scrolling and a mx:Repeater work around FTW(For the Win).  Well in Flex 4, the List component will be FTW out of the box!!!  Meaning, smooth scrolling item renderers!!  It looks like the Flex SDK team has spent some time improving the quality, scrolling, [...]]]></description>
		<wfw:commentRss>http://www.flexpasta.com/index.php/2009/08/22/list-smooth-scrolling/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
