<?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>Tue, 03 Apr 2012 14:03:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on If /Else Shorthand with the Ternary Operator by rabidgadfly</title>
		<link>http://rabidgadfly.com/2006/12/if-else-shorthand-with-the-ternary-operator/#comment-2593</link>
		<dc:creator>rabidgadfly</dc:creator>
		<pubDate>Tue, 03 Apr 2012 14:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=15#comment-2593</guid>
		<description>I find it funny that there&#039;s any argument at all over this common coding technique, let alone the never-ending battle that continues to play itself out here in the comments of a post I wrote over 5 years ago. 

That fact is, the more I&#039;ve coded, the more I&#039;ve seen the technique utilized. It was my job for 5 years to debug code that I didn&#039;t write myself, and dealing with ternary conditionals was never a problem. 

Knowing an alternative coding technique can only help. 

var problem = ( ternary hater ) ? &quot;yours&quot; : null;

Keep learning!
rG</description>
		<content:encoded><![CDATA[<p>I find it funny that there&#8217;s any argument at all over this common coding technique, let alone the never-ending battle that continues to play itself out here in the comments of a post I wrote over 5 years ago. </p>
<p>That fact is, the more I&#8217;ve coded, the more I&#8217;ve seen the technique utilized. It was my job for 5 years to debug code that I didn&#8217;t write myself, and dealing with ternary conditionals was never a problem. </p>
<p>Knowing an alternative coding technique can only help. </p>
<p>var problem = ( ternary hater ) ? &#8220;yours&#8221; : null;</p>
<p>Keep learning!<br />
rG</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If /Else Shorthand with the Ternary Operator by rejoin</title>
		<link>http://rabidgadfly.com/2006/12/if-else-shorthand-with-the-ternary-operator/#comment-2592</link>
		<dc:creator>rejoin</dc:creator>
		<pubDate>Tue, 03 Apr 2012 13:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=15#comment-2592</guid>
		<description>if you ever had to debug a programm you didnt write yourself and somebody is using a lot of ternary operators, or even chains em, you&#039;ll realize its hardly a timesaver...</description>
		<content:encoded><![CDATA[<p>if you ever had to debug a programm you didnt write yourself and somebody is using a lot of ternary operators, or even chains em, you&#8217;ll realize its hardly a timesaver&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Clickable Button Inside a Draggable Movie Clip by 4th year project and how I was debugging my 1 page app for [almost] 4 days &#171; Monika &#8211; Creative Digital Media</title>
		<link>http://rabidgadfly.com/2010/03/as3-clickable-button-inside-a-draggable-movie-clip/#comment-2555</link>
		<dc:creator>4th year project and how I was debugging my 1 page app for [almost] 4 days &#171; Monika &#8211; Creative Digital Media</dc:creator>
		<pubDate>Mon, 05 Mar 2012 23:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=129#comment-2555</guid>
		<description>[...] and drop I used and the link to the restrictions added to the drag and drop and the link to the magical piece of code which allows buttons inside movie clips to work outside of the movie clip. And the end code, in case you wanna see the fruits of my [...]</description>
		<content:encoded><![CDATA[<p>[...] and drop I used and the link to the restrictions added to the drag and drop and the link to the magical piece of code which allows buttons inside movie clips to work outside of the movie clip. And the end code, in case you wanna see the fruits of my [...]</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

