/customers/iconara.net/iconara.net/httpd.www/blog/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
Warning: Cannot modify header information - headers already sent by (output started at /customers/4/c/9/iconara.net/httpd.www/blog/wp-content/advanced-cache.php:1) in /customers/4/c/9/iconara.net/httpd.www/blog/wp-includes/feed-rss2.php on line 8
<?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</title>
	<atom:link href="http://blog.iconara.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jun 2012 14:54:32 +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>303 See Other</title>
		<link>http://blog.iconara.net/2012/06/06/303-see-other/</link>
		<comments>http://blog.iconara.net/2012/06/06/303-see-other/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 14:54:32 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=509</guid>
		<description><![CDATA[Location: http://architecturalatrocities.com]]></description>
		<wfw:commentRss>http://blog.iconara.net/2012/06/06/303-see-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stability tip for running Sequel in Rails on Passenger</title>
		<link>http://blog.iconara.net/2010/06/27/stability-tip-for-running-sequel-in-rails-on-passenger/</link>
		<comments>http://blog.iconara.net/2010/06/27/stability-tip-for-running-sequel-in-rails-on-passenger/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:10:16 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=494</guid>
		<description><![CDATA[If you use Sequel in a web app running in Apache, here&#8217;s a stability tip: make sure you reconnect to the database when Passenger forks. We&#8217;ve been running a Rails app that uses ActiveRecord and Sequel side by side for several months without noticing anything, but then we started getting strange and seemingly random errors. [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2010/06/27/stability-tip-for-running-sequel-in-rails-on-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby 1.9 and encodings, lament â„– 1</title>
		<link>http://blog.iconara.net/2010/05/21/ruby-1-9-and-encodings-lament-%e2%84%96-1/</link>
		<comments>http://blog.iconara.net/2010/05/21/ruby-1-9-and-encodings-lament-%e2%84%96-1/#comments</comments>
		<pubDate>Fri, 21 May 2010 05:32:29 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=487</guid>
		<description><![CDATA[Yehuda Katz, has done an excellent writeup on Ruby and encodings, but under the heading &#8220;Why this is, in practice, a rare problem&#8221;, I think he&#8217;s explained exactly why, in practice, there is a common problem: In practice, most sources of data, without any further work, are already encoded as UTF-8. For instance, the default [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2010/05/21/ruby-1-9-and-encodings-lament-%e2%84%96-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the MySQL gem in Snow Leopard</title>
		<link>http://blog.iconara.net/2010/03/19/installing-the-mysql-gem-in-snow-leopard/</link>
		<comments>http://blog.iconara.net/2010/03/19/installing-the-mysql-gem-in-snow-leopard/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 09:08:43 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=480</guid>
		<description><![CDATA[Installing the native MySQL gem (simply called mysql) isn&#8217;t as easy as it may seem &#8212; unless you&#8217;ve installed both MySQL and Ruby using MacPorts, in which case it is. There are a few problems that crop up when installing the mysql gem: the build process may not find the MySQL libraries, they may build [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2010/03/19/installing-the-mysql-gem-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Look! I&#8217;m not dead!</title>
		<link>http://blog.iconara.net/2009/12/12/look-im-not-dead/</link>
		<comments>http://blog.iconara.net/2009/12/12/look-im-not-dead/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 19:13:51 +0000</pubDate>
		<dc:creator>Theo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.iconara.net/?p=468</guid>
		<description><![CDATA[â€¦but I do other stuff now. I haven&#8217;t updated this blog in over half a year, sorry about that. It&#8217;s just that my focus used to be Flex, and I almost haven&#8217;t written a single line of Flex code in just as long. I&#8217;ve updated the about page with new info. Hopefully more will follow [...]]]></description>
		<wfw:commentRss>http://blog.iconara.net/2009/12/12/look-im-not-dead/feed/</wfw:commentRss>
		<slash:comments>3</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>3</slash:comments>
		</item>
	</channel>
</rss>
