<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments for Web App Solution Blog</title>
	<atom:link href="http://www.webappsolution.com/wordpress/comments/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>Sat, 04 Feb 2012 20:42:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Reusable Numeric Sort Method for Flex DataGrid Columns by Rachel</title>
		<link>http://www.webappsolution.com/wordpress/2010/03/31/reusable-numeric-sort-method-for-flex-datagrid-columns/comment-page-1/#comment-2762</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Sat, 25 Jun 2011 21:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=756#comment-2762</guid>
		<description>Thanks for posting the code, it worked brilliantly.

I called the function directly in my MXML file as so:

</description>
		<content:encoded><![CDATA[<p>Thanks for posting the code, it worked brilliantly.</p>
<p>I called the function directly in my MXML file as so:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Spark &amp; MX Components to Use Embedded Fonts :: UPDATED** by Jonathan</title>
		<link>http://www.webappsolution.com/wordpress/2011/01/20/getting-spark-mx-components-to-use-embedded-fonts/comment-page-1/#comment-2746</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 02 May 2011 22:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=956#comment-2746</guid>
		<description>I found one solution for the panel problem is to create a skin file... the one that FlashBuilder 4 auto-generates works fine. It implements the title as a spark label which works correctly.</description>
		<content:encoded><![CDATA[<p>I found one solution for the panel problem is to create a skin file&#8230; the one that FlashBuilder 4 auto-generates works fine. It implements the title as a spark label which works correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Numeric Sort Method for Flex DataGrid Columns by Brian Robert</title>
		<link>http://www.webappsolution.com/wordpress/2010/03/31/reusable-numeric-sort-method-for-flex-datagrid-columns/comment-page-1/#comment-2743</link>
		<dc:creator>Brian Robert</dc:creator>
		<pubDate>Tue, 26 Apr 2011 23:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=756#comment-2743</guid>
		<description>Hello, thanks for the awesome code. My dataprovider is an XML Collection, and my datafield is often like "stats.sensors" which didn't work. So here's my little modification (part of):

var fieldDepth:int = fieldName.split(".").length;

var fieldsNames:Array = fieldName.split(".");

var value1:Number = (obj1[fieldsNames[0]][fieldsNames[1]] == '' &#124;&#124; obj1[fieldsNames[0]][fieldsNames[1]] == null) ? null : new Number(obj1[fieldsNames[0]][fieldsNames[1]]);</description>
		<content:encoded><![CDATA[<p>Hello, thanks for the awesome code. My dataprovider is an XML Collection, and my datafield is often like &#8220;stats.sensors&#8221; which didn&#8217;t work. So here&#8217;s my little modification (part of):</p>
<p>var fieldDepth:int = fieldName.split(&#8221;.&#8221;).length;</p>
<p>var fieldsNames:Array = fieldName.split(&#8221;.&#8221;);</p>
<p>var value1:Number = (obj1[fieldsNames[0]][fieldsNames[1]] == &#8221; || obj1[fieldsNames[0]][fieldsNames[1]] == null) ? null : new Number(obj1[fieldsNames[0]][fieldsNames[1]]);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Flex Spark &amp; MX Components to Use Embedded Fonts :: Part 2 by Jonathan Campos</title>
		<link>http://www.webappsolution.com/wordpress/2011/04/06/getting-flex-spark-mx-components-to-use-embedded-fonts-part-2/comment-page-1/#comment-2737</link>
		<dc:creator>Jonathan Campos</dc:creator>
		<pubDate>Tue, 19 Apr 2011 14:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=990#comment-2737</guid>
		<description>Not to do the "me too" thing, but you really need to check out my blog post about this exact thing from late 2009. It also will show you how to optimize your font embedding, something you're missing here.

http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/</description>
		<content:encoded><![CDATA[<p>Not to do the &#8220;me too&#8221; thing, but you really need to check out my blog post about this exact thing from late 2009. It also will show you how to optimize your font embedding, something you&#8217;re missing here.</p>
<p><a href="http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/" rel="nofollow">http://www.unitedmindset.com/jonbcampos/2009/11/24/getting-through-black-magic-font-embedding/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Spark &amp; MX Components to Use Embedded Fonts :: UPDATED** by Getting Flex Spark &#38; MX Components to Use Embedded Fonts :: Part 2 &#124; Web App Solution Blog</title>
		<link>http://www.webappsolution.com/wordpress/2011/01/20/getting-spark-mx-components-to-use-embedded-fonts/comment-page-1/#comment-2727</link>
		<dc:creator>Getting Flex Spark &#38; MX Components to Use Embedded Fonts :: Part 2 &#124; Web App Solution Blog</dc:creator>
		<pubDate>Wed, 06 Apr 2011 17:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=956#comment-2727</guid>
		<description>[...] In my last post about this I found an ugly workaround in order to get embedded fonts to work in both MX and Spark Components. Since then I&#8217;ve learned the best way to do this is simply to select the checkbox in the Project Properties -&gt; Flex Compiler -&gt; &#8220;Use Flash Text Engine in MX Components&#8221; checkbox = true; [...]</description>
		<content:encoded><![CDATA[<p>[...] In my last post about this I found an ugly workaround in order to get embedded fonts to work in both MX and Spark Components. Since then I&#8217;ve learned the best way to do this is simply to select the checkbox in the Project Properties -&gt; Flex Compiler -&gt; &#8220;Use Flash Text Engine in MX Components&#8221; checkbox = true; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4 ModuleManager &amp; CSS Inheriting Styles by Ruwan-Indika</title>
		<link>http://www.webappsolution.com/wordpress/2011/03/17/flex-4-modulemanager-css-inheriting-styles/comment-page-1/#comment-2725</link>
		<dc:creator>Ruwan-Indika</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:09:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=980#comment-2725</guid>
		<description>Thank you.
This tip saved us a day</description>
		<content:encoded><![CDATA[<p>Thank you.<br />
This tip saved us a day</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4 ModuleManager &amp; CSS Inheriting Styles by Stefan</title>
		<link>http://www.webappsolution.com/wordpress/2011/03/17/flex-4-modulemanager-css-inheriting-styles/comment-page-1/#comment-2724</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 01 Apr 2011 10:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=980#comment-2724</guid>
		<description>thanks a thousand times for this info!</description>
		<content:encoded><![CDATA[<p>thanks a thousand times for this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex 4 ModuleManager &amp; CSS Inheriting Styles by xhtml css templates – Flex 4 ModuleManager &#38; CSS Inheriting Styles &#124; Web App Solution Blog &#124; XHTML CSS - Style sheet and html programming tutorial and guides</title>
		<link>http://www.webappsolution.com/wordpress/2011/03/17/flex-4-modulemanager-css-inheriting-styles/comment-page-1/#comment-2713</link>
		<dc:creator>xhtml css templates – Flex 4 ModuleManager &#38; CSS Inheriting Styles &#124; Web App Solution Blog &#124; XHTML CSS - Style sheet and html programming tutorial and guides</dc:creator>
		<pubDate>Fri, 18 Mar 2011 00:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=980#comment-2713</guid>
		<description>[...] the original here: Flex 4 ModuleManager &amp; CSS Inheriting Styles &#124; Web App Solution Blog Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] the original here: Flex 4 ModuleManager &amp; CSS Inheriting Styles | Web App Solution Blog Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Flex 3.3 SDK + Data Visualization 3.3 SWC by Venkat</title>
		<link>http://www.webappsolution.com/wordpress/2009/04/22/installing-flex-33-sdk-data-visualization-33-swc/comment-page-1/#comment-2702</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 10 Mar 2011 15:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=32#comment-2702</guid>
		<description>Why do I get watermarks, when I use ? If a license is required to remove watermarks, I have another question. Is "datavisualization_sdk3.3" part of Flex SDK or part of Flash Builder?</description>
		<content:encoded><![CDATA[<p>Why do I get watermarks, when I use ? If a license is required to remove watermarks, I have another question. Is &#8220;datavisualization_sdk3.3&#8243; part of Flex SDK or part of Flash Builder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Tomcat in a Sensible Way in an EC2 Cloud Machine: Part 3 by Sigmund Lundgren</title>
		<link>http://www.webappsolution.com/wordpress/2009/05/07/installing-tomcat-in-a-sensible-way-in-an-ec2-cloud-machine-part-3/comment-page-1/#comment-2701</link>
		<dc:creator>Sigmund Lundgren</dc:creator>
		<pubDate>Tue, 08 Mar 2011 21:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=174#comment-2701</guid>
		<description>I have the run.sh</description>
		<content:encoded><![CDATA[<p>I have the run.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RemoteObject ActionScript &amp; Java Serialization Tips by Raghuvir Konanki</title>
		<link>http://www.webappsolution.com/wordpress/2010/12/01/remoteobject-actionscript-java-serialization-tips/comment-page-1/#comment-2700</link>
		<dc:creator>Raghuvir Konanki</dc:creator>
		<pubDate>Tue, 08 Mar 2011 05:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=891#comment-2700</guid>
		<description>Hi,

I really liked this article. Infact these are the most common issues faced by the users. Now, I have a problem for which I am unable to find the solution. After hosting my application on tomcat, and when you leave tomcat idle for a long time the problem that arises is the arraycollections in flex are not being populated with data but my hibernate queries are executing as they should be. I'm guessing this should be a problem on the flex side. The integration that I've used for my application is
Flex + Cairngorm+ BlazeDS + Spring + Hibernate

Any thoughts ? 

Thanks,
Raghu</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really liked this article. Infact these are the most common issues faced by the users. Now, I have a problem for which I am unable to find the solution. After hosting my application on tomcat, and when you leave tomcat idle for a long time the problem that arises is the arraycollections in flex are not being populated with data but my hibernate queries are executing as they should be. I&#8217;m guessing this should be a problem on the flex side. The integration that I&#8217;ve used for my application is<br />
Flex + Cairngorm+ BlazeDS + Spring + Hibernate</p>
<p>Any thoughts ? </p>
<p>Thanks,<br />
Raghu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Tomcat in a Sensible Way in an EC2 Cloud Machine: Part 1 by mark</title>
		<link>http://www.webappsolution.com/wordpress/2009/05/07/installing-tomcat-in-a-sensible-way-in-an-ec2-cloud-machine-part-1/comment-page-1/#comment-2697</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 04 Mar 2011 22:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=156#comment-2697</guid>
		<description>Actually, the preferred way is to unpack the archive in /usr/local and then make a symbolic link:

ln -s apache-tomcat-6.0.14.tar.gz tomcat

That way, when you upgrade Tomcat later, all you have to do is to point the symbolic link to the new version.</description>
		<content:encoded><![CDATA[<p>Actually, the preferred way is to unpack the archive in /usr/local and then make a symbolic link:</p>
<p>ln -s apache-tomcat-6.0.14.tar.gz tomcat</p>
<p>That way, when you upgrade Tomcat later, all you have to do is to point the symbolic link to the new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Great Ant Build Series for Flex by Tweets that mention Great Ant Build Series for Flex &#124; Web App Solution Blog -- Topsy.com</title>
		<link>http://www.webappsolution.com/wordpress/2011/02/23/great-ant-build-series-for-flex/comment-page-1/#comment-2693</link>
		<dc:creator>Tweets that mention Great Ant Build Series for Flex &#124; Web App Solution Blog -- Topsy.com</dc:creator>
		<pubDate>Wed, 23 Feb 2011 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=970#comment-2693</guid>
		<description>[...] This post was mentioned on Twitter by ivieru, Renato Gomes. Renato Gomes said: Great Ant Build Series for Flex: Many people have asked if we use Maven or Ant for Flex builds…while we like Mav... http://bit.ly/eJGphb [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by ivieru, Renato Gomes. Renato Gomes said: Great Ant Build Series for Flex: Many people have asked if we use Maven or Ant for Flex builds…while we like Mav&#8230; <a href="http://bit.ly/eJGphb" rel="nofollow">http://bit.ly/eJGphb</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Tomcat in a Sensible Way in EC2 Cloud Machine: Part 4 Final by Torsten</title>
		<link>http://www.webappsolution.com/wordpress/2009/05/07/installing-tomcat-in-a-sensible-way-in-ec2-cloud-machine-part-4-final/comment-page-1/#comment-2690</link>
		<dc:creator>Torsten</dc:creator>
		<pubDate>Thu, 17 Feb 2011 23:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=176#comment-2690</guid>
		<description>Very good post, helpful!</description>
		<content:encoded><![CDATA[<p>Very good post, helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac + Adobe AIR 1.5.1 + Flex Builder 3.0.2 + Flex SDK 3.3 = No Run or Debug Without This Fix; UPDATE by Pete</title>
		<link>http://www.webappsolution.com/wordpress/2009/07/30/mac-adobe-air-151-flex-builder-302-flex-sdk-33-no-run-or-debug-without-this-fix/comment-page-1/#comment-2689</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 17 Feb 2011 16:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappsolution.com/wordpress/?p=483#comment-2689</guid>
		<description>Yup, worked for me with 3.6.16736 nightly.  I copied it from a windows box to a mac and it was broke until I did this.  Most grateful :)</description>
		<content:encoded><![CDATA[<p>Yup, worked for me with 3.6.16736 nightly.  I copied it from a windows box to a mac and it was broke until I did this.  Most grateful <img src='http://www.webappsolution.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

