<?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 flexNinja</title>
	<atom:link href="http://flexninja.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://flexninja.com</link>
	<description>I&#039;m a vet, I&#039;m a pro...hell, I&#039;ve been here 8 months</description>
	<lastBuildDate>Sat, 04 Sep 2010 14:18:28 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MAC Address Input Component by antique library table</title>
		<link>http://flexninja.com/?p=20&#038;cpage=1#comment-313</link>
		<dc:creator>antique library table</dc:creator>
		<pubDate>Sat, 04 Sep 2010 14:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=20#comment-313</guid>
		<description>A rather brilliant post. I am commenting in order to demonstrate my sincere love of this entry.</description>
		<content:encoded><![CDATA[<p>A rather brilliant post. I am commenting in order to demonstrate my sincere love of this entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Good God Adobe, please fix file uploading by christmas wreaths</title>
		<link>http://flexninja.com/?p=23&#038;cpage=1#comment-312</link>
		<dc:creator>christmas wreaths</dc:creator>
		<pubDate>Wed, 19 May 2010 14:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=23#comment-312</guid>
		<description>This is my first visit to your blog. We are starting a new initiative in the same niche as this blog. Your blog provided us with important information to work on. You have done a admirable job.</description>
		<content:encoded><![CDATA[<p>This is my first visit to your blog. We are starting a new initiative in the same niche as this blog. Your blog provided us with important information to work on. You have done a admirable job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAC Address Input Component by Lucchini</title>
		<link>http://flexninja.com/?p=20&#038;cpage=1#comment-311</link>
		<dc:creator>Lucchini</dc:creator>
		<pubDate>Sat, 03 Apr 2010 12:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=20#comment-311</guid>
		<description>What made you want to blog?  Not complaining, in fact I really enjoyed it; just curious.  :)

&lt;a href=&quot;http://altenergy.free-affiliate.org&quot; rel=&quot;nofollow&quot;&gt;Green Energy Information&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>What made you want to blog?  Not complaining, in fact I really enjoyed it; just curious.  <img src='http://flexninja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://altenergy.free-affiliate.org" rel="nofollow">Green Energy Information</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MAC Address Input Component by roman@wlan</title>
		<link>http://flexninja.com/?p=20&#038;cpage=1#comment-310</link>
		<dc:creator>roman@wlan</dc:creator>
		<pubDate>Sat, 06 Mar 2010 12:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=20#comment-310</guid>
		<description>Does my mac adresse change if I upgrade my computer with some other hardware? For example change the graphic card?</description>
		<content:encoded><![CDATA[<p>Does my mac adresse change if I upgrade my computer with some other hardware? For example change the graphic card?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whoever wrote mx.core.Container is awesome by Sunil</title>
		<link>http://flexninja.com/?p=41&#038;cpage=1#comment-309</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=41#comment-309</guid>
		<description>I recall reading this comment too.  I think what makes this quote cool is the context of where the comment was written:  making the distinction between the &quot;rawChildren&quot; and &quot;children&quot; of a Container object.

With that in mind, I think the quote is humorous and brightens your day of pouring through source code :)</description>
		<content:encoded><![CDATA[<p>I recall reading this comment too.  I think what makes this quote cool is the context of where the comment was written:  making the distinction between the &#8220;rawChildren&#8221; and &#8220;children&#8221; of a Container object.</p>
<p>With that in mind, I think the quote is humorous and brightens your day of pouring through source code <img src='http://flexninja.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex4 broke fully-qualified identifiers by Dusty</title>
		<link>http://flexninja.com/?p=48&#038;cpage=1#comment-240</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=48#comment-240</guid>
		<description>Maybe I&#039;m missing something... but imports aren&#039;t required if you&#039;re using the Fully Qualified Name.  FB is working exactly as it should.  If you want an import statement, use just the class and add the import statement.  

You shouldn&#039;t be using FQN in your code unless you want to use BOTH Responders in your class.

IF FB is throwing errors saying that it needs an import, then there is a bug there.</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something&#8230; but imports aren&#8217;t required if you&#8217;re using the Fully Qualified Name.  FB is working exactly as it should.  If you want an import statement, use just the class and add the import statement.  </p>
<p>You shouldn&#8217;t be using FQN in your code unless you want to use BOTH Responders in your class.</p>
<p>IF FB is throwing errors saying that it needs an import, then there is a bug there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whoever wrote mx.core.Container is awesome by DavidD</title>
		<link>http://flexninja.com/?p=41&#038;cpage=1#comment-207</link>
		<dc:creator>DavidD</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=41#comment-207</guid>
		<description>...awesome.</description>
		<content:encoded><![CDATA[<p>&#8230;awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Whoever wrote mx.core.Container is awesome by DavidD</title>
		<link>http://flexninja.com/?p=41&#038;cpage=1#comment-206</link>
		<dc:creator>DavidD</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=41#comment-206</guid>
		<description>What&#039;s awesome about quoting one of Orwell&#039;s most famous line ?
 
A cat with a bob hat exchanging witticism about middle-east with a wood-legged wild pig ...
that ... would be</description>
		<content:encoded><![CDATA[<p>What&#8217;s awesome about quoting one of Orwell&#8217;s most famous line ?</p>
<p>A cat with a bob hat exchanging witticism about middle-east with a wood-legged wild pig &#8230;<br />
that &#8230; would be</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (Finally) A workaround for tab text shift by Dennis Falling</title>
		<link>http://flexninja.com/?p=34&#038;cpage=1#comment-198</link>
		<dc:creator>Dennis Falling</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=34#comment-198</guid>
		<description>Awesome- thanks.  I kept looking in Button.as since that&#039;s the class that&#039;s referred to the most in TabBar.  Totally forgot about Tab.</description>
		<content:encoded><![CDATA[<p>Awesome- thanks.  I kept looking in Button.as since that&#8217;s the class that&#8217;s referred to the most in TabBar.  Totally forgot about Tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on (Finally) A workaround for tab text shift by Doug McCune</title>
		<link>http://flexninja.com/?p=34&#038;cpage=1#comment-194</link>
		<dc:creator>Doug McCune</dc:creator>
		<pubDate>Tue, 29 Dec 2009 20:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://flexninja.com/?p=34#comment-194</guid>
		<description>check out the layoutContents method of the Tab class in the SDK:

override mx_internal function layoutContents(unscaledWidth:Number,
												 unscaledHeight:Number, 
												 offset:Boolean):void
{
	super.layoutContents(unscaledWidth, unscaledHeight, offset);

	// If we&#039;re pressed, offset the label down by a pixel
	if (selected)
	{
		textField.y++;

		if (currentIcon)
			currentIcon.y++;
	}</description>
		<content:encoded><![CDATA[<p>check out the layoutContents method of the Tab class in the SDK:</p>
<p>override mx_internal function layoutContents(unscaledWidth:Number,<br />
												 unscaledHeight:Number,<br />
												 offset:Boolean):void<br />
{<br />
	super.layoutContents(unscaledWidth, unscaledHeight, offset);</p>
<p>	// If we&#8217;re pressed, offset the label down by a pixel<br />
	if (selected)<br />
	{<br />
		textField.y++;</p>
<p>		if (currentIcon)<br />
			currentIcon.y++;<br />
	}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
