<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Iconara &#187; ActionScript</title>
	<atom:link href="http://blog.iconara.net/category/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 16:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>parseInt and hexatridecimals</title>
		<link>http://blog.iconara.net/2010/02/23/parseint-and-hexatridecimals/</link>
		<comments>http://blog.iconara.net/2010/02/23/parseint-and-hexatridecimals/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 16:20:00 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=475</guid>
		<description><![CDATA[There&#8217;s a bug in ActionScript 2&#8242;s parseInt: it strips &#8220;0x&#8221; or &#8220;0X&#8221; from the start of the string, regardless of the base. It&#8217;s ok in most situations, since &#8220;0x&#8221; isn&#8217;t a valid part of any number base &#8212; except 35 and 36. And that&#8217;s where the bug lies. If you run parseInt("0XABC", 36) you should [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2010/02/23/parseint-and-hexatridecimals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quoted in &#8220;Professional Cairngorm&#8221;</title>
		<link>http://blog.iconara.net/2009/12/12/quoted-in-professional-cairngorm/</link>
		<comments>http://blog.iconara.net/2009/12/12/quoted-in-professional-cairngorm/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:39:18 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=461</guid>
		<description><![CDATA[Seems like I&#8217;ve been quoted in a book with the (contradictory) title Professional Cairngorm. It&#8217;s the now (in)famous Architectural Atrocities 9: Cairngorm&#8217;s Model Locator Pattern again. It&#8217;s not the best quote to take from that post, but beggars can&#8217;t be choosers. The quote is on page 267 in the chapter &#8220;Criticisms of Cairngorm&#8221; (where else), [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/12/12/quoted-in-professional-cairngorm/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Debug both Flex and AIR apps from the same FlexBuilder project</title>
		<link>http://blog.iconara.net/2009/03/19/debug-both-flex-and-air-apps-from-the-same-flexbuilder-project/</link>
		<comments>http://blog.iconara.net/2009/03/19/debug-both-flex-and-air-apps-from-the-same-flexbuilder-project/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:12:02 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[flexbuilder]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=429</guid>
		<description><![CDATA[For some reason FlexBuilder forces you to choose between creating Flex projects and AIR projects, and it doesn&#8217;t let you change a projects nature after it&#8217;s been created. This means that if you create a Flex project you will not be able to compile, debug or profile any AIR applications that you happen to build [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/03/19/debug-both-flex-and-air-apps-from-the-same-flexbuilder-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Architectural Atrocities, part 11: Not yet another namespace construct</title>
		<link>http://blog.iconara.net/2009/02/11/architectural-atrocities-part-11-not-yet-another-namespace-construct/</link>
		<comments>http://blog.iconara.net/2009/02/11/architectural-atrocities-part-11-not-yet-another-namespace-construct/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 07:48:49 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Architectural Atrocities]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=419</guid>
		<description><![CDATA[Gumbo introduces many new classes, some of which are re-implementations of existing Halo classes (and thus have the same name). In order to disambiguate between Halo and Gumbo, Gumbo classes are prefixed to avoid collisions. Gumbo components that have Halo equivalents, like Button, List and CheckBox, are now prefixed with the letters &#8220;Fx&#8221;. This means [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/02/11/architectural-atrocities-part-11-not-yet-another-namespace-construct/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to work around the lack of ExternalInterface.objectID in ActionScript 2</title>
		<link>http://blog.iconara.net/2009/02/06/how-to-work-around-the-lack-of-externalinterfaceobjectid-in-actionscript-2/</link>
		<comments>http://blog.iconara.net/2009/02/06/how-to-work-around-the-lack-of-externalinterfaceobjectid-in-actionscript-2/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:00:16 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=411</guid>
		<description><![CDATA[I would guess that not very many of those who read this blog have used ActionScript 2 lately. I have had the unfortunate luck of having to write some of it during the past few weeks and I don&#8217;t recommend it. However, I ran into a problem that I&#8217;d like to share the solution to, [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/02/06/how-to-work-around-the-lack-of-externalinterfaceobjectid-in-actionscript-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A very localized bug indeed</title>
		<link>http://blog.iconara.net/2009/02/06/a-very-localized-bug-indeed/</link>
		<comments>http://blog.iconara.net/2009/02/06/a-very-localized-bug-indeed/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 11:31:04 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=400</guid>
		<description><![CDATA[I found the nastiest bug the other day. I&#8217;m working on a small piece of code that will live inside ads made with Flash and reports some stats like the size and position on the page. I discovered that under some very localized conditions my code would make Safari crash. Hard. I managed to track [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/02/06/a-very-localized-bug-indeed/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ichabod explained</title>
		<link>http://blog.iconara.net/2008/12/14/ichabod-explained/</link>
		<comments>http://blog.iconara.net/2008/12/14/ichabod-explained/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 11:34:04 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=390</guid>
		<description><![CDATA[The Adobe MAX sessions are online, and among them is a presentation by Jim Corbett about how Adobe and Google&#8217;s new Flash indexer works. I think it&#8217;s great to get such a thorough explanation from Adobe, but it&#8217;s a shame that they didn&#8217;t do this at the same time their PR people were busy hyping [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2008/12/14/ichabod-explained/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Architectural Atrocities, part 10: Cairngorm&#8217;s Service Locator</title>
		<link>http://blog.iconara.net/2008/12/13/architectural-atrocities-part-10-cairngorms-service-locator/</link>
		<comments>http://blog.iconara.net/2008/12/13/architectural-atrocities-part-10-cairngorms-service-locator/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 15:46:31 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Architectural Atrocities]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[cairngorm]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=368</guid>
		<description><![CDATA[In this installment of the Architectural Atrocities series I&#8217;ll continue on the Cairngorm theme. This time it&#8217;s something that is truly an architectural atrocity if there ever was one, and one of the ugliest things I&#8217;ve seen in such a high profile piece of software that Cairngorm is (a fact that still baffles me): Cairngorm&#8217;s [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2008/12/13/architectural-atrocities-part-10-cairngorms-service-locator/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Creating a document-based application with Mate</title>
		<link>http://blog.iconara.net/2008/09/30/creating-a-document-based-application-with-mate/</link>
		<comments>http://blog.iconara.net/2008/09/30/creating-a-document-based-application-with-mate/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 07:49:59 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Works]]></category>
		<category><![CDATA[mate]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=347</guid>
		<description><![CDATA[Over the last few weeks I&#8217;ve put together an example application that shows how to build document-based applications with Mate. I&#8217;ve also started a Google Code project for Mate examples and extensions, and if you&#8217;re interested to contribute please contact me.]]></description>
		<wfw:commentRss>http://blog.iconara.net/2008/09/30/creating-a-document-based-application-with-mate/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Talking Flex SEO on The Flex Show</title>
		<link>http://blog.iconara.net/2008/09/11/talking-flex-seo-on-the-flex-show/</link>
		<comments>http://blog.iconara.net/2008/09/11/talking-flex-seo-on-the-flex-show/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 13:47:57 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Works]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=337</guid>
		<description><![CDATA[Jeff and John were kind enough to have me on the Flex Show to talk about Flex and SEO. If you follow this blog you&#8217;ve read it all already, but it never hurts to hear it again.]]></description>
		<wfw:commentRss>http://blog.iconara.net/2008/09/11/talking-flex-seo-on-the-flex-show/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.349 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 11:07:56 -->
