<?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 rabidGadfly</title>
	<atom:link href="http://rabidgadfly.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rabidgadfly.com</link>
	<description>Simple Solutions to Nagging Coding Problems</description>
	<lastBuildDate>Wed, 22 Feb 2012 08:10:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on Use cf_sql_timestamp for MS SQL and MySQL date types by Kirill</title>
		<link>http://rabidgadfly.com/2009/03/use-cf_sql_timestamp-for-mssql/#comment-2534</link>
		<dc:creator>Kirill</dc:creator>
		<pubDate>Wed, 22 Feb 2012 08:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=101#comment-2534</guid>
		<description>I also just found out that if you use cf_sql_date, hours and minutes get erased and zeros are inserted instead. However using cf_sql_timestamp saves hours and minutes information. MS SQL database.</description>
		<content:encoded><![CDATA[<p>I also just found out that if you use cf_sql_date, hours and minutes get erased and zeros are inserted instead. However using cf_sql_timestamp saves hours and minutes information. MS SQL database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How I Fixed My Failed WordPress Upgrade by mua sam vui</title>
		<link>http://rabidgadfly.com/2008/03/how-i-fixed-my-failed-wordpress-upgrade/#comment-2532</link>
		<dc:creator>mua sam vui</dc:creator>
		<pubDate>Mon, 20 Feb 2012 16:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=63#comment-2532</guid>
		<description>thanks ! i have the same problem !</description>
		<content:encoded><![CDATA[<p>thanks ! i have the same problem !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Font Embedding with Flex 4 by Usman Ashrarf</title>
		<link>http://rabidgadfly.com/2010/04/font-embedding-with-flash-builder-4/#comment-2494</link>
		<dc:creator>Usman Ashrarf</dc:creator>
		<pubDate>Sat, 14 Jan 2012 17:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=321#comment-2494</guid>
		<description>having same problem .</description>
		<content:encoded><![CDATA[<p>having same problem .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can I access Stage from an AS3 Class with no DisplayObject? by rabidgadfly</title>
		<link>http://rabidgadfly.com/2008/10/refer-to-stage-from-as3-class/#comment-2492</link>
		<dc:creator>rabidgadfly</dc:creator>
		<pubDate>Wed, 11 Jan 2012 19:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=80#comment-2492</guid>
		<description>Events are great, however, if the class included &#039;something with a stage reference&#039;, then a reference to the stage wouldn&#039;t be needed in the first place.</description>
		<content:encoded><![CDATA[<p>Events are great, however, if the class included &#8216;something with a stage reference&#8217;, then a reference to the stage wouldn&#8217;t be needed in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can I access Stage from an AS3 Class with no DisplayObject? by clayton</title>
		<link>http://rabidgadfly.com/2008/10/refer-to-stage-from-as3-class/#comment-2491</link>
		<dc:creator>clayton</dc:creator>
		<pubDate>Wed, 11 Jan 2012 18:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=80#comment-2491</guid>
		<description>Simply broadcast an event that is caught by something with a stage reference. I&#039;ve read far to much code where people pass the stage around. USE EVENTS!</description>
		<content:encoded><![CDATA[<p>Simply broadcast an event that is caught by something with a stage reference. I&#8217;ve read far to much code where people pass the stage around. USE EVENTS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple XML-Driven Flash AS3 Slider by Fefe</title>
		<link>http://rabidgadfly.com/2010/04/simple-xml-driven-flash-as3-slider/#comment-2477</link>
		<dc:creator>Fefe</dc:creator>
		<pubDate>Tue, 27 Dec 2011 22:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=250#comment-2477</guid>
		<description>Hi! Thanks for this, I&#039;m just starting with as3. I have a flash site and would like a slider just like this one, but on a frame. Is it possible to have it inside the mc for example? Also your FLA is empty, and if I drag things from the library to reposition and redesign them, it doesn&#039;t work. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi! Thanks for this, I&#8217;m just starting with as3. I have a flash site and would like a slider just like this one, but on a frame. Is it possible to have it inside the mc for example? Also your FLA is empty, and if I drag things from the library to reposition and redesign them, it doesn&#8217;t work. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Easy Dynamic Movie Clip Buttons by Nick</title>
		<link>http://rabidgadfly.com/2010/03/as3-easy-dynamic-movie-clip-buttons/#comment-2438</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 28 Nov 2011 00:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=145#comment-2438</guid>
		<description>Thanks a lot for this...
I have been having issues with the &quot;export to actionscript&quot; feature and now I finally understand WTF is going on with it...
Your example provided the key I needed to understand how to create dynamic items (versus pre-placing them directly on the stage).

Kudoos to you.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this&#8230;<br />
I have been having issues with the &#8220;export to actionscript&#8221; feature and now I finally understand WTF is going on with it&#8230;<br />
Your example provided the key I needed to understand how to create dynamic items (versus pre-placing them directly on the stage).</p>
<p>Kudoos to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Simple Color Code Converter by Gaurav</title>
		<link>http://rabidgadfly.com/2008/02/as3-simple-color-code-converter/#comment-2411</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Thu, 10 Nov 2011 22:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=57#comment-2411</guid>
		<description>var passedColor:String = &quot;#FFCC00&quot;;
var outputColor:uint=0x000000;
if(passedColor.indexOf(&quot;#&quot;)&gt;-1)
{
outputColor = uint(passedColor.split(&quot;#&quot;).join(&quot;0x&quot;));
}
return outputColor;</description>
		<content:encoded><![CDATA[<p>var passedColor:String = &#8220;#FFCC00&#8243;;<br />
var outputColor:uint=0&#215;000000;<br />
if(passedColor.indexOf(&#8220;#&#8221;)&gt;-1)<br />
{<br />
outputColor = uint(passedColor.split(&#8220;#&#8221;).join(&#8220;0x&#8221;));<br />
}<br />
return outputColor;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Swiz &#8216;Could not get a reference to class&#8217; Gotcha by Doahh</title>
		<link>http://rabidgadfly.com/2011/02/swiz-could-not-get-a-reference-to-class-gotcha/#comment-2381</link>
		<dc:creator>Doahh</dc:creator>
		<pubDate>Sat, 22 Oct 2011 11:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://rabidgadfly.com/?p=500#comment-2381</guid>
		<description>Thanks, it got me (and wasted an hour of my time) and your solution worked!</description>
		<content:encoded><![CDATA[<p>Thanks, it got me (and wasted an hour of my time) and your solution worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RabidGadfly Seeking Full Time Work in Massachusetts by anon</title>
		<link>http://rabidgadfly.com/2011/10/seeking-flex-flash-coldfusion-job-massachusetts/#comment-2370</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Mon, 17 Oct 2011 21:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://rabidgadfly.com/?p=549#comment-2370</guid>
		<description>You shouldn&#039;t have a problem finding work. There is a shortage of intelligent people with IT skills. An ample supply of unskilled people consist of the 9%. 

The irony, you should be able to build a really good resume.</description>
		<content:encoded><![CDATA[<p>You shouldn&#8217;t have a problem finding work. There is a shortage of intelligent people with IT skills. An ample supply of unskilled people consist of the 9%. </p>
<p>The irony, you should be able to build a really good resume.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

