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

<channel>
	<title>Web App Solution Blog</title>
	<atom:link href="http://www.webappsolution.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappsolution.com/wordpress</link>
	<description>When you're in need of an appsolution</description>
	<pubDate>Tue, 09 Mar 2010 16:09:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove Mac OS / Unix .DS_Store Files</title>
		<link>http://www.webappsolution.com/wordpress/2010/03/09/remove-mac-os-unix-ds_store-files/</link>
		<comments>http://www.webappsolution.com/wordpress/2010/03/09/remove-mac-os-unix-ds_store-files/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 16:09:45 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[mac]]></category>

		<category><![CDATA[.DS_Store]]></category>

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

		<category><![CDATA[mac-osx]]></category>

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=751</guid>
		<description><![CDATA[It seems that Ant won&#8217;t delete directories with .DS_Store files and you can&#8217;t get rid of them in finder (b/c it&#8217;ll just replace them when you remove them), so we needed to leverage a quick command in terminal:
sudo find . -name &#8220;.DS_Store&#8221; -depth -exec rm {} \;
The aforementioned command will recursively remove all of the [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2010/03/09/remove-mac-os-unix-ds_store-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Swiz Passive View Example :: Part 2</title>
		<link>http://www.webappsolution.com/wordpress/2010/01/07/swiz-passive-view-example-part-2/</link>
		<comments>http://www.webappsolution.com/wordpress/2010/01/07/swiz-passive-view-example-part-2/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 15:22:36 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[flex]]></category>

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

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

		<category><![CDATA[design-pattern]]></category>

		<category><![CDATA[passive-view]]></category>

		<category><![CDATA[service-locator]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=727</guid>
		<description><![CDATA[Introduction
After implementing Part 1 of the Swiz + Passive View (PV) Example, I immediately decided that one thing I missed from the original Spring ActionScript (SAS) version was the ability to create services in an XML file that&#8217;s loaded at runtime, thus allowing you to take your app from one environment to another and simply [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2010/01/07/swiz-passive-view-example-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Swiz Passive View Example :: Part 1</title>
		<link>http://www.webappsolution.com/wordpress/2010/01/06/swiz-passive-view-example-part-1/</link>
		<comments>http://www.webappsolution.com/wordpress/2010/01/06/swiz-passive-view-example-part-1/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 18:46:26 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[flex]]></category>

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

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

		<category><![CDATA[design-pattern]]></category>

		<category><![CDATA[passive-view]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=699</guid>
		<description><![CDATA[Introduction
If you followed my previous posts on the Employment Management Console application leveraging Spring ActionScript + Cairngorm, then you&#8217;ll be familiar with this small example as I simply ported it over from SAS + CG to Swiz using the Passive View (PV) design pattern.
Tutorial Goal: Create an Employee Management Console using Swiz and the Passive [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2010/01/06/swiz-passive-view-example-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dragon Dictation iPhone App &#8212; Incredible!</title>
		<link>http://www.webappsolution.com/wordpress/2009/12/23/dragon-dictation-iphone-app-incredible/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/12/23/dragon-dictation-iphone-app-incredible/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 13:40:59 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[iphone]]></category>

		<category><![CDATA[dragon-dictation]]></category>

		<category><![CDATA[iphone-app]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=686</guid>
		<description><![CDATA[My partner and I were chatting about this app and how we&#8217;ve both used Dragon on a computer back in the late 1990&#8217;s and thought it was quite impressive&#8230;well kids, this one takes the cake. No longer do you need to hand type text messages (SMS), emails, FaceBook or Twitter updates on your iPone &#8212; [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/12/23/dragon-dictation-iphone-app-incredible/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FlexUnit 4 Testing Services In Flash Player Issue</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/25/flexunit-4-testing-services-in-flash-player-issue/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/25/flexunit-4-testing-services-in-flash-player-issue/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 13:43:31 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[flex]]></category>

		<category><![CDATA[flex unit]]></category>

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

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

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

		<category><![CDATA[flash-player]]></category>

		<category><![CDATA[flex-unit-4]]></category>

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

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

		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=676</guid>
		<description><![CDATA[We&#8217;ve created a number of FlexUnit 4 (FU4) tests for our current, large project and the suite of tests that seems to be of the most importance to both us and our client is the one that tests the services. Our client&#8217;s back-end services are simple JSPs that return XML payloads for a number of [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/25/flexunit-4-testing-services-in-flash-player-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dude, Where’s My Chart Labels?</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/19/dude-where%e2%80%99s-my-chart-labels/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/19/dude-where%e2%80%99s-my-chart-labels/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:43:52 +0000</pubDate>
		<dc:creator>joes</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[data visualization]]></category>

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

		<category><![CDATA[flex builder]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=669</guid>
		<description><![CDATA[ 
Wondering where your Flex Chart labels are?  Well, you’re not alone. Turns out it may be related to your use of Embedded Fonts and Modules. 

Surfacing a charting component in a Module works just fine when not making use of Embedded Fonts. Embed fonts in your main application or the Module itself and [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/19/dude-where%e2%80%99s-my-chart-labels/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Headless Flex Builds on EC2 Using Hudson Against Remote SVN Repo on Assembla with FlexPMD</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 14:37:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[assembla]]></category>

		<category><![CDATA[data visualization]]></category>

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

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

		<category><![CDATA[flex builder]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=641</guid>
		<description><![CDATA[We&#8217;re doing a current project requiring continuous integration. We also maintain the SVN repo. There&#8217;s a lot here and you may/may not need all the pieces. We&#8217;re specifically doing headless Flex/DataViz Builds on Amazon EC2 Ubuntu with Hudson against a remote SVN repo on Assembla and have thrown in FlexPMD to see what it can [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/16/headless-builds-on-ec2-using-hudson-against-remote-svn-repo-on-assembla-with-flexpmd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RIA Unleashed Boston</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/11/ria-unleashed-boston/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/11/ria-unleashed-boston/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:47:39 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[general]]></category>

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

		<category><![CDATA[ria-unleashed-boston]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=633</guid>
		<description><![CDATA[If you&#8217;re going to be at the RIA Unleashed event in Boston this Friday, November 13, feel free to hit me and the WASI team up for a chat. And not that I&#8217;m not looking forward to see all you speakerz, but definitely psyched to hang with Jesse Warden and Andy Powell. See you kids [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/11/ria-unleashed-boston/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Mac Magic Mouse Quick Review</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/11/new-mac-magic-mouse-quick-review/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/11/new-mac-magic-mouse-quick-review/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:33:25 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[mac]]></category>

		<category><![CDATA[mac-magic-mouse]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=630</guid>
		<description><![CDATA[I had the Mac Mighty Mouse and I liked it, sans the fact that the scroll ball would get all gunked up with dust and shiz from my desk&#8230;I was forced to clean the sucker wkly at first and then daily as time went on in order to get it working and god forbid anything [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/11/new-mac-magic-mouse-quick-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting Flex Default Background Color  :: Ant MXMLC + FlexBuilder + SWF MetaData :: UPDATED</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/04/flex-default-background-color-ant-mxmlc-flexbuilder/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/04/flex-default-background-color-ant-mxmlc-flexbuilder/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:35:02 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[flex]]></category>

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

		<category><![CDATA[compiler-options]]></category>

		<category><![CDATA[compiler-switches]]></category>

		<category><![CDATA[default-background-color]]></category>

		<category><![CDATA[flex builder]]></category>

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

		<category><![CDATA[swf-metadata]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=625</guid>
		<description><![CDATA[I always forget this one so I decided to post it&#8230;wanna remove the default blue-gray background from your flex apps and make it the same color as your actual application?
Just put in the -default-background-color compiler switch and provide a hex color &#8212; I use white in the following example.
(Thanks for SWF MetaData reminder Ben: Return [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/04/flex-default-background-color-ant-mxmlc-flexbuilder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Axiis Drill Down Example</title>
		<link>http://www.webappsolution.com/wordpress/2009/11/02/axiis-drill-down-example/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/11/02/axiis-drill-down-example/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

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

		<category><![CDATA[data visualization]]></category>

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

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=572</guid>
		<description><![CDATA[I&#8217;ve seen a number of requests for a drill down version of an Axiis chart. We have a current client that will need that functionality as well so I figured I&#8217;d give it a shot.
The approach I&#8217;m taking is pretty straight forward. Put a drill down layout on the stage and make it invisible initially. [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/11/02/axiis-drill-down-example/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xcelsius Custom Component Logger</title>
		<link>http://www.webappsolution.com/wordpress/2009/10/29/xcelsius-custom-component-logger/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/10/29/xcelsius-custom-component-logger/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:44:31 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[xcelsius]]></category>

		<category><![CDATA[dev-tools]]></category>

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

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=604</guid>
		<description><![CDATA[If you&#8217;ve ever had the pleasure (cough) of developing custom Xcelsius (XC) components then you know it&#8217;s synonymous with the arcane days of the early 2000s and developing Flash applications &#8212; no real debugging tools to speak of and traditional enterprise devs that were trying to get into the Flash game were left playing with [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/10/29/xcelsius-custom-component-logger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where Can I Find fds.swc?</title>
		<link>http://www.webappsolution.com/wordpress/2009/10/27/where-can-i-find-fdsswc/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/10/27/where-can-i-find-fdsswc/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:22:10 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[flex]]></category>

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

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

		<category><![CDATA[bootstrap-loader]]></category>

		<category><![CDATA[fds.swc]]></category>

		<category><![CDATA[flex-sdk]]></category>

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=600</guid>
		<description><![CDATA[If you ever need to compile a Flex app that requires classes like:

mx.messaging.channels.RTMPChannel
mx.messaging.channels.SecureRTMPChannel

then you&#8217;ll need fds.swc which isn&#8217;t shipped with the Flex SDK, but is shipped with LCDS. Download a trial vr of LCDS and grab this file from the web-app:
WEB-INF/flex/libs/fds.swc
&#8230;why might you need these classes?&#8230;perhaps if you&#8217;re building a Bootstrap loader for LCDS apps [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/10/27/where-can-i-find-fdsswc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Axiis Examples with Lots of Comments</title>
		<link>http://www.webappsolution.com/wordpress/2009/10/17/axiis-examples-with-lots-of-comments/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/10/17/axiis-examples-with-lots-of-comments/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 09:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

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

		<category><![CDATA[data visualization]]></category>

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

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

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=561</guid>
		<description><![CDATA[We&#8217;ve begun using Axiis on a current client&#8217;s project. The application is loaded with graphs and charts and when we hand off the project, we needed to provide a framework for the development staff to quickly build and add new graphing components. Some of the charts are simple but there are some more complicated ones [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/10/17/axiis-examples-with-lots-of-comments/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Workaround to Flex SDK 3.4 Bug 22333 :: HTTPService Responders Are Called Twice&#8230;Here&#8217;s a Fix!</title>
		<link>http://www.webappsolution.com/wordpress/2009/09/29/workaround-to-flex-sdk-34-bug-22333-httpservice-responders-are-called-twiceheres-a-fix/</link>
		<comments>http://www.webappsolution.com/wordpress/2009/09/29/workaround-to-flex-sdk-34-bug-22333-httpservice-responders-are-called-twiceheres-a-fix/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 17:21:27 +0000</pubDate>
		<dc:creator>brianr</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

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

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

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

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

		<category><![CDATA[flex-sdk-3.4]]></category>

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

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

		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=551</guid>
		<description><![CDATA[This one kicked my team&#8217;s ass for a couple of hours so I&#8217;m hoping it&#8217;ll help somone else&#8230;so we updated our Flex SDKs to 3.4 and all of a sudden all of our Delegates&#8217; result handlers were getting called twice. We thought it was due to our service orchestration object (we have a base object [...]]]></description>
		<wfw:commentRss>http://www.webappsolution.com/wordpress/2009/09/29/workaround-to-flex-sdk-34-bug-22333-httpservice-responders-are-called-twiceheres-a-fix/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
