<?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 The bAS3 Class</title>
	<atom:link href="http://www.brandondement.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandondement.com/blog</link>
	<description>Adventures in software development</description>
	<lastBuildDate>Sat, 09 Jan 2010 09:36:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating an Image Cache with ActionScript 3 by Geoffrey Hom</title>
		<link>http://www.brandondement.com/blog/2009/08/18/creating-an-image-cache-with-actionscript-3/comment-page-1/#comment-14</link>
		<dc:creator>Geoffrey Hom</dc:creator>
		<pubDate>Sat, 09 Jan 2010 09:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=3#comment-14</guid>
		<description>Ditto. I consider myself a very amateur programmer, so your examples really helped me. I spent at least 10 hours trying to figure out why my own caching system wasn&#039;t working. (Never did figure it out.) But thanks to you, it now works . . . I think!

I did not try another site with an &quot;ImageCache&quot;, but apparently it is also good:

http://thanksmister.com/?p=336</description>
		<content:encoded><![CDATA[<p>Ditto. I consider myself a very amateur programmer, so your examples really helped me. I spent at least 10 hours trying to figure out why my own caching system wasn&#8217;t working. (Never did figure it out.) But thanks to you, it now works . . . I think!</p>
<p>I did not try another site with an &#8220;ImageCache&#8221;, but apparently it is also good:</p>
<p><a href="http://thanksmister.com/?p=336" rel="nofollow">http://thanksmister.com/?p=336</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Formatter Plugin by Ernest</title>
		<link>http://www.brandondement.com/blog/2010/01/02/flex-formatter-plugin/comment-page-1/#comment-13</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=90#comment-13</guid>
		<description>Thanks for the writeup.  A couple of comments about your post though:
1. The Format flex code button is for both mxml and actionscript.  The format button will also perform the rearrange functions at the same time if that option is checked in the preferences.
2. Indent only affects leading whitespace, whereas format adds and removes newlines and space within a line (in addition to adjusting leading whitespace).  
3. Rearrange flex code doesn&#039;t format per se.  It reorders actionscript class elements, whether they appear in mxml or as files.  This is exposed as a separate button because it probably doesn&#039;t make sense for most users to reorder their methods every time they format.  However, they can set the option that does rearrange while formatting if they want to run the formatter over a large number of files.</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup.  A couple of comments about your post though:<br />
1. The Format flex code button is for both mxml and actionscript.  The format button will also perform the rearrange functions at the same time if that option is checked in the preferences.<br />
2. Indent only affects leading whitespace, whereas format adds and removes newlines and space within a line (in addition to adjusting leading whitespace).<br />
3. Rearrange flex code doesn&#8217;t format per se.  It reorders actionscript class elements, whether they appear in mxml or as files.  This is exposed as a separate button because it probably doesn&#8217;t make sense for most users to reorder their methods every time they format.  However, they can set the option that does rearrange while formatting if they want to run the formatter over a large number of files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Love Thy Flex Builder Keyboard Shortcuts by Damon</title>
		<link>http://www.brandondement.com/blog/2009/11/24/love-thy-flex-builder-keyboard-shortcuts/comment-page-1/#comment-7</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Thu, 26 Nov 2009 18:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=84#comment-7</guid>
		<description>Excellent post on shortcuts. There are a few of those I haven&#039;t tried yet. Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent post on shortcuts. There are a few of those I haven&#8217;t tried yet. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Image Cache with ActionScript 3 by Un cache pour les images avec Flex @ If THen ELse&#8230;</title>
		<link>http://www.brandondement.com/blog/2009/08/18/creating-an-image-cache-with-actionscript-3/comment-page-1/#comment-6</link>
		<dc:creator>Un cache pour les images avec Flex @ If THen ELse&#8230;</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=3#comment-6</guid>
		<description>[...] (et donc les temps de chargement répétés qu&#8217;il implique) a été proposée sur le blog Miscellanea. L&#8217;idée est la suivante: utiliser une classe static (ImageCache) dont le rôle est de [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (unknown) doesn&#039;t match the comment&#039;s URL host IP (212.27.63.162) and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] (et donc les temps de chargement répétés qu&#8217;il implique) a été proposée sur le blog Miscellanea. L&#8217;idée est la suivante: utiliser une classe static (ImageCache) dont le rôle est de [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (unknown) doesn&#8217;t match the comment&#8217;s URL host IP (212.27.63.162) and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Image Cache with ActionScript 3 by ithel</title>
		<link>http://www.brandondement.com/blog/2009/08/18/creating-an-image-cache-with-actionscript-3/comment-page-1/#comment-5</link>
		<dc:creator>ithel</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=3#comment-5</guid>
		<description>Hi, I just wanted to thank you for that very nice solution ;)</description>
		<content:encoded><![CDATA[<p>Hi, I just wanted to thank you for that very nice solution <img src='http://www.brandondement.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an Image with Rounded Corners by Will</title>
		<link>http://www.brandondement.com/blog/2009/06/21/creating-an-image-with-rounded-corners/comment-page-1/#comment-4</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandondement.com/blog/?p=15#comment-4</guid>
		<description>One additional note would be to ensure that the &quot;maintainAspectRatio&quot; is set to false so that the rounded corners will show up if the height/width properties are set to something other than the original dimensions of the image (non-proportionate).</description>
		<content:encoded><![CDATA[<p>One additional note would be to ensure that the &#8220;maintainAspectRatio&#8221; is set to false so that the rounded corners will show up if the height/width properties are set to something other than the original dimensions of the image (non-proportionate).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
