<?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 FlexOOP</title>
	<atom:link href="http://flexoop.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Thu, 15 Dec 2011 04:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Deduped ComboBox Component by Gareth</title>
		<link>http://flexoop.com/2008/11/deduped-combobox-component/comment-page-1/#comment-9766</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Thu, 15 Dec 2011 04:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://flexfusion.archfamily.com/?p=48#comment-9766</guid>
		<description>Glad to help.  Haven&#039;t updated these in a while, but it&#039;s good to know everything still works :)</description>
		<content:encoded><![CDATA[<p>Glad to help.  Haven&#8217;t updated these in a while, but it&#8217;s good to know everything still works <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deduped ComboBox Component by Chris Phillips</title>
		<link>http://flexoop.com/2008/11/deduped-combobox-component/comment-page-1/#comment-9760</link>
		<dc:creator>Chris Phillips</dc:creator>
		<pubDate>Wed, 14 Dec 2011 19:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://flexfusion.archfamily.com/?p=48#comment-9760</guid>
		<description>Gareth,

This is exactly what I needed. Thank you for providing this bit of code. I only changed one thing. I wanted the options in the combobox sorted. So, I set the dataprovider like this.

super.dataProvider = _returnArray.sortOn(labelField,Array.CASEINSENSITIVE)

Again, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Gareth,</p>
<p>This is exactly what I needed. Thank you for providing this bit of code. I only changed one thing. I wanted the options in the combobox sorted. So, I set the dataprovider like this.</p>
<p>super.dataProvider = _returnArray.sortOn(labelField,Array.CASEINSENSITIVE)</p>
<p>Again, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Date Utils &#8211; dateAdd by Jon</title>
		<link>http://flexoop.com/2008/12/flex-dateutils-dateadd/comment-page-1/#comment-4671</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=75#comment-4671</guid>
		<description>I ran into a small issue with DateAdd for months.  Using March 31st, 2011, adding 6 months, results in October 1st, 2011, since September has only 30 days.  I would have expected the result to be September 30th, 2011.</description>
		<content:encoded><![CDATA[<p>I ran into a small issue with DateAdd for months.  Using March 31st, 2011, adding 6 months, results in October 1st, 2011, since September has only 30 days.  I would have expected the result to be September 30th, 2011.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Date Utils &#8211; dayOfYear and weekOfYear by laokinsham</title>
		<link>http://flexoop.com/2008/12/flex-date-utils-dayofyear-and-weekofyear/comment-page-1/#comment-4229</link>
		<dc:creator>laokinsham</dc:creator>
		<pubDate>Fri, 04 Mar 2011 13:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=113#comment-4229</guid>
		<description>Thank u, i&#039;ll try to make a version in portuguese to help the comunity here.</description>
		<content:encoded><![CDATA[<p>Thank u, i&#8217;ll try to make a version in portuguese to help the comunity here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove View Source From Context Menu by Rui Baeta</title>
		<link>http://flexoop.com/2008/12/remove-view-source-from-context-menu/comment-page-1/#comment-1609</link>
		<dc:creator>Rui Baeta</dc:creator>
		<pubDate>Wed, 10 Nov 2010 17:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=103#comment-1609</guid>
		<description>&lt;a href=&quot;#comment-146&quot; rel=&quot;nofollow&quot;&gt;@Nate &lt;/a&gt; 
Hi!
I&#039;m interested in timezone support you mentioned! I see that your post is 2008, are you still on this subject?
You may reply directly to rui dot baeta at alert-online dot com
Thank you!</description>
		<content:encoded><![CDATA[<p><a href="#comment-146" rel="nofollow">@Nate </a><br />
Hi!<br />
I&#8217;m interested in timezone support you mentioned! I see that your post is 2008, are you still on this subject?<br />
You may reply directly to rui dot baeta at alert-online dot com<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Date Utils &#8211; isDate by Gareth</title>
		<link>http://flexoop.com/2008/12/flex-date-utils-isdate/comment-page-1/#comment-1321</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 22 Sep 2010 01:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=89#comment-1321</guid>
		<description>Haha, you are correct :)  I guess either no one uses this method or they only use it on more recent dates.  I&#039;ll have to go in and try to fix this one (although I&#039;m just using Date.parse so I&#039;m not sure what&#039;s needed to fix it yet).  Thanks for using the library and letting me know about the issue.</description>
		<content:encoded><![CDATA[<p>Haha, you are correct <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I guess either no one uses this method or they only use it on more recent dates.  I&#8217;ll have to go in and try to fix this one (although I&#8217;m just using Date.parse so I&#8217;m not sure what&#8217;s needed to fix it yet).  Thanks for using the library and letting me know about the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Date Utils &#8211; isDate by Dezenzio</title>
		<link>http://flexoop.com/2008/12/flex-date-utils-isdate/comment-page-1/#comment-1320</link>
		<dc:creator>Dezenzio</dc:creator>
		<pubDate>Wed, 22 Sep 2010 00:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=89#comment-1320</guid>
		<description>I think I found a defect in the isDate function.  I tried 08/26/1965 and it returned false.  It will only return true if the date is at least 01/01/1970.</description>
		<content:encoded><![CDATA[<p>I think I found a defect in the isDate function.  I tried 08/26/1965 and it returned false.  It will only return true if the date is at least 01/01/1970.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on isDate function for Flex&#8230;found! by Tony Monast</title>
		<link>http://flexoop.com/2008/04/isdate-function-for-flexfound/comment-page-1/#comment-1113</link>
		<dc:creator>Tony Monast</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://flexfusion.archfamily.com/?p=9#comment-1113</guid>
		<description>Hi,

Two years later, it&#039;s still working! Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Two years later, it&#8217;s still working! Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cannot perform web service invocation &#8211; Premature end of file by Gareth</title>
		<link>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/comment-page-1/#comment-1070</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 13 Jul 2010 03:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=202#comment-1070</guid>
		<description>Yeah, with ColdFusion, it handles that stuff for you.  In order to convert one of your ColdFusion Components (cfc) to a webservice, you just set access=&quot;remote&quot;, and add ?wsdl after the .cfc  It&#039;s a good and a bad thing as you get stuff automagically converted to a wsdl, but if something doesn&#039;t quite work correctly, then it&#039;s a pain to try to debug.</description>
		<content:encoded><![CDATA[<p>Yeah, with ColdFusion, it handles that stuff for you.  In order to convert one of your ColdFusion Components (cfc) to a webservice, you just set access=&#8221;remote&#8221;, and add ?wsdl after the .cfc  It&#8217;s a good and a bad thing as you get stuff automagically converted to a wsdl, but if something doesn&#8217;t quite work correctly, then it&#8217;s a pain to try to debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cannot perform web service invocation &#8211; Premature end of file by Tony Fendall</title>
		<link>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/comment-page-1/#comment-1030</link>
		<dc:creator>Tony Fendall</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://flexoop.com/?p=202#comment-1030</guid>
		<description>I don&#039;t have any experience with ColdFusion, but if this were PHP I would say it sounds to me like you are trying to set a request header after returning the part of the body of the request.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t have any experience with ColdFusion, but if this were PHP I would say it sounds to me like you are trying to set a request header after returning the part of the body of the request.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

