<?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>redemption in a blog &#187; Asides</title>
	<atom:link href="http://blog.codefront.net/category/asides/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Mon, 14 Jun 2010 03:22:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Living on the Edge (of Rails) in Spanish</title>
		<link>http://blog.codefront.net/2008/05/18/living-on-the-edge-of-rails-in-spanish/</link>
		<comments>http://blog.codefront.net/2008/05/18/living-on-the-edge-of-rails-in-spanish/#comments</comments>
		<pubDate>Sun, 18 May 2008 12:16:18 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Edge Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/?p=1109</guid>
		<description><![CDATA[Juan Lupión wrote in to inform me that he&#8217;s also translating my Living on the Edge (of Rails) series of blog posts to Español. Thanks Juan!]]></description>
			<content:encoded><![CDATA[<p><a href="http://sobrerailes.com/">Juan Lupión</a> wrote in to inform me that he&#8217;s also translating my Living on the Edge (of Rails) series of blog posts to Español. Thanks Juan!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2008/05/18/living-on-the-edge-of-rails-in-spanish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing libmemcached and memcached gem on Ubuntu</title>
		<link>http://blog.codefront.net/2008/03/31/installing-libmemcached-and-memcached-gem-on-ubuntu/</link>
		<comments>http://blog.codefront.net/2008/03/31/installing-libmemcached-and-memcached-gem-on-ubuntu/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:20:54 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2008/03/31/installing-libmemcached-and-memcached-gem-on-ubuntu/</guid>
		<description><![CDATA[Quick notes for installing libmemcached and Evan Weaver&#8217;s memcached gem, in case I forget (again): Get libmemcached source from http://tangent.org/552/libmemcached.html. Configure, make, make install. Make sure you get a version compatible with the Ruby memcached gem by opening the COMPATIBILITY file in the memcached gem files. gem install memcached Create a symlink ln -s /usr/local/lib/libmemcached.so.2 [...]]]></description>
			<content:encoded><![CDATA[<p>Quick notes for installing <a href="http://tangent.org/552/libmemcached.html">libmemcached</a> and Evan Weaver&#8217;s <a href="http://blog.evanweaver.com/files/doc/fauna/memcached/files/README.html">memcached gem</a>, in case I forget (again):</p>
<ol>
<li>Get libmemcached source from <a href="http://tangent.org/552/libmemcached.html">http://tangent.org/552/libmemcached.html</a>. Configure, make, make install. Make sure you get a version compatible with the Ruby memcached gem by opening the COMPATIBILITY file in the memcached gem files.</li>
<li><code>gem install memcached</code></li>
<li>Create a symlink <code>ln -s /usr/local/lib/libmemcached.so.2 /usr/lib/</code>.</li>
<li>Try it out with <code>irb -rubygems</code>, <code>require 'memcached'</code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2008/03/31/installing-libmemcached-and-memcached-gem-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adium themes use plain old XHTML, CSS and JS</title>
		<link>http://blog.codefront.net/2007/07/28/adium-themes-use-plain-old-xhtml-css-and-js/</link>
		<comments>http://blog.codefront.net/2007/07/28/adium-themes-use-plain-old-xhtml-css-and-js/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 06:07:18 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/07/28/adium-themes-use-plain-old-xhtml-css-and-js/</guid>
		<description><![CDATA[Just a quick note of something I found out while reading Transcending CSS: all the themes (message styles, contact list styles, etc.) in Adium are crafted with our old friends XHTML, CSS and JS. I opened up a few AdiumXtras to see for myself and true enough, &#60;div&#62;s and CSS rules make up the style. [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note of something I found out while reading <a href="http://www.transcendingcss.com/">Transcending CSS</a>: all the <a href="http://adiumxtras.com/">themes</a> (message styles, contact list styles, etc.) in <a href="http://adiumx.com/">Adium</a> are crafted with our old friends XHTML, CSS and JS. I opened up a few <a href="http://adiumxtras.com/">AdiumXtras</a> to see for myself and true enough, <code>&lt;div&gt;</code>s and CSS rules make up the style. Very smart decision by the Adium developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/07/28/adium-themes-use-plain-old-xhtml-css-and-js/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YSlow &#8211; Firefox extension that helps to optimize your web pages</title>
		<link>http://blog.codefront.net/2007/07/26/yslow-firefox-extension-that-helps-to-optimize-your-web-pages/</link>
		<comments>http://blog.codefront.net/2007/07/26/yslow-firefox-extension-that-helps-to-optimize-your-web-pages/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 05:24:51 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Neat Stuff]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/07/26/yslow-firefox-extension-that-helps-to-optimize-your-web-pages/</guid>
		<description><![CDATA[YSlow is a Firefox extension that works with Firebug to grade your web pages&#8217; performance and gives you advice on how to fix any problems. Awesome. It has JSLint built into it too. And yes I got a big freaking F. Via Arun (IRL).]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/yslow/">YSlow</a> is a Firefox extension that works with <a href="http://getfirebug.com/">Firebug</a> to grade your web pages&#8217; performance and gives you advice on how to fix any problems. Awesome. It has <a href="http://www.jslint.com/">JSLint</a> built into it too. And yes I got a big freaking <strong>F</strong>. Via <a href="http://arunthampi.wordpress.com/">Arun</a> (<acronym title="In Real Life">IRL</acronym>).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/07/26/yslow-firefox-extension-that-helps-to-optimize-your-web-pages/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Haruhi Season 2 announced!</title>
		<link>http://blog.codefront.net/2007/07/06/haruhi-season-2-announced/</link>
		<comments>http://blog.codefront.net/2007/07/06/haruhi-season-2-announced/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 12:06:02 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Anime]]></category>
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/07/06/haruhi-season-2-announced/</guid>
		<description><![CDATA[Season 2 of The Melancholy of Haruhi Suzimiya was announced in the August 2007 edition of NewType Japan &#8211; check out the scans. The announcement isn&#8217;t official, but there&#8217;ll be one on the 7th &#8211; that&#8217;s 7/7/2007!]]></description>
			<content:encoded><![CDATA[<p>Season 2 of The Melancholy of Haruhi Suzimiya was announced in the August 2007 edition of NewType Japan &#8211; check out <a href="http://www.moetron.com/2007/07/05/haruhi-season-2-large-scans-to-prove-it/">the scans</a>. The announcement isn&#8217;t official, but there&#8217;ll be one on the 7th &#8211; that&#8217;s 7/7/2007!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/07/06/haruhi-season-2-announced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Prototype 1.5.1 is baaaaad for Safari 1 and 2 users</title>
		<link>http://blog.codefront.net/2007/06/21/prototype-151-is-baaaaad-for-safari-1-and-2-users/</link>
		<comments>http://blog.codefront.net/2007/06/21/prototype-151-is-baaaaad-for-safari-1-and-2-users/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 11:15:00 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/06/21/prototype-151-is-baaaaad-for-safari-1-and-2-users/</guid>
		<description><![CDATA[Read the bug fix announcement. Upgrade! This was causing extremely puzzling crashes in Safari on Macs (pre-Safari 3 beta) on one of our applications and I&#8217;m glad (in some ways) that the problem lay with the Prototype library.]]></description>
			<content:encoded><![CDATA[<p>Read the <a href="http://prototypejs.org/2007/6/20/prototype-1-5-1-1-bugfix-release">bug fix announcement</a>. Upgrade! This was causing extremely puzzling crashes in Safari on Macs (pre-Safari 3 beta) on <a href="http://www.bezurk.com/hotels/singapore/singapore">one of our applications</a> and I&#8217;m glad (in some ways) that the problem lay with the Prototype library.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/06/21/prototype-151-is-baaaaad-for-safari-1-and-2-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Bezurk featured on Channel NewsAsia</title>
		<link>http://blog.codefront.net/2007/06/20/bezurk-featured-on-channel-newsasia/</link>
		<comments>http://blog.codefront.net/2007/06/20/bezurk-featured-on-channel-newsasia/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 10:31:30 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/06/20/bezurk-featured-on-channel-newsasia/</guid>
		<description><![CDATA[The company I work for was featured on a short &#8220;Surf Time&#8221; segment on Channel NewsAsia&#8216;s TV channel. Catch the Bezurk Surf Time video on YouTube.]]></description>
			<content:encoded><![CDATA[<p>The company I work for was featured on a short &#8220;<a href="http://www.channelnewsasia.com/ptm/surftime/">Surf Time</a>&#8221; segment on <a href="http://www.channelnewsasia.com/">Channel NewsAsia</a>&#8216;s TV channel. Catch the <a href="http://www.youtube.com/watch?v=mmVznPcPjdI">Bezurk Surf Time video on YouTube</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/06/20/bezurk-featured-on-channel-newsasia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LOLCATS + email</title>
		<link>http://blog.codefront.net/2007/06/14/lolcats-email/</link>
		<comments>http://blog.codefront.net/2007/06/14/lolcats-email/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 08:32:36 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/06/14/lolcats-email/</guid>
		<description><![CDATA[I IZ BORED: MY LOLEMAIL POST, LET ME SHOW YOU IT.]]></description>
			<content:encoded><![CDATA[<p>I IZ BORED: MY <a href="http://blog.bezurk.com/2007/06/14/lolemail/">LOLEMAIL</a> POST, LET ME SHOW YOU IT.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/06/14/lolcats-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>That &#8220;Safari&#8221; thing&#8230;</title>
		<link>http://blog.codefront.net/2007/06/13/that-safari-thing/</link>
		<comments>http://blog.codefront.net/2007/06/13/that-safari-thing/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 16:34:34 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2007/06/13/that-safari-thing/</guid>
		<description><![CDATA[So what exactly is new in Safari 3 (other than the big OMGWTFBBQ over Safari for Windows)? TUAW has the best writeup (with screenshots of course) of the new features in Safari 3 I&#8217;ve seen so far. Check it out if you&#8217;re lazy to try it out &#8211; I did install the beta and took [...]]]></description>
			<content:encoded><![CDATA[<p>So what exactly is new in <a href="http://www.apple.com/safari/">Safari 3</a> (other than the big OMGWTFBBQ over Safari for Windows)? TUAW has the <a href="http://www.tuaw.com/2007/06/12/beta-beat-new-to-safari-3/">best writeup (with screenshots of course) of the new features in Safari 3</a> I&#8217;ve seen so far. Check it out if you&#8217;re lazy to try it out &#8211; I did install the beta and took it for a test drive, but was never much of a Safari user to recognize what exactly did change in Safari 3 beta, so this helped. I must say the new Find interface is really slick and the draggable tabs has been a long time coming (one of my biggest annoyances with Safari and Camino).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2007/06/13/that-safari-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seen elsewhere: Glue sniffers on Singapore train</title>
		<link>http://blog.codefront.net/2006/12/24/seen-elsewhere-glue-sniffers-on-singapore-train/</link>
		<comments>http://blog.codefront.net/2006/12/24/seen-elsewhere-glue-sniffers-on-singapore-train/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 02:56:31 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2006/12/24/seen-elsewhere-glue-sniffers-on-singapore-train/</guid>
		<description><![CDATA[Tomorrow.sg has an entry with a photo of glue sniffing girls on a MRT train. This picture is tits (as Eric Cartman would say).]]></description>
			<content:encoded><![CDATA[<p>Tomorrow.sg has an entry with a photo of <a href="http://tomorrow.sg/archives/2006/12/19/glue_sniffing_still_in.html">glue sniffing girls on a <acronym title="Mass Rapid Transit">MRT</acronym> train</a>. This picture is tits (as Eric Cartman would say).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/12/24/seen-elsewhere-glue-sniffers-on-singapore-train/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup your Thrash/Sent/Drafts folders for IMAP on Mail.app</title>
		<link>http://blog.codefront.net/2006/12/04/how-to-setup-your-thrashsentdrafts-folders-for-imap-on-mailapp/</link>
		<comments>http://blog.codefront.net/2006/12/04/how-to-setup-your-thrashsentdrafts-folders-for-imap-on-mailapp/#comments</comments>
		<pubDate>Mon, 04 Dec 2006 05:07:46 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2006/12/04/how-to-setup-your-thrashsentdrafts-folders-for-imap-on-mailapp/</guid>
		<description><![CDATA[How to setup your Trash/Sent/Drafts folders for IMAP on Mail.app. &#8220;Select mailbox, Mailbox -> Use this mailbox for&#8230;, Sent&#8221;. (OK I misspelled &#8216;trash&#8217; in the post title &#8211; see trackback below.)]]></description>
			<content:encoded><![CDATA[<p>How to setup your <a href="http://www.whatdoiknow.org/archives/002420.shtml">Trash/Sent/Drafts folders for IMAP on Mail.app</a>. &#8220;Select mailbox, Mailbox -> Use this mailbox for&#8230;, Sent&#8221;. (OK I misspelled &#8216;trash&#8217; in the post title &#8211; see trackback below.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/12/04/how-to-setup-your-thrashsentdrafts-folders-for-imap-on-mailapp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seen elsewhere: The Single Most Important Rule for Retaining Software Developers</title>
		<link>http://blog.codefront.net/2006/11/20/seen-elsewhere-the-single-most-important-rule-for-retaining-software-developers/</link>
		<comments>http://blog.codefront.net/2006/11/20/seen-elsewhere-the-single-most-important-rule-for-retaining-software-developers/#comments</comments>
		<pubDate>Sun, 19 Nov 2006 16:01:25 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2006/11/20/seen-elsewhere-the-single-most-important-rule-for-retaining-software-developers/</guid>
		<description><![CDATA[Something true: The Single Most Important Rule for Retaining Software Developers.]]></description>
			<content:encoded><![CDATA[<p>Something true: <a href="http://www.softwarebyrob.com/archive/2006/11/17/Single_Important_Rule_Retaining_Software_Developers.aspx">The Single Most Important Rule for Retaining Software Developers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/11/20/seen-elsewhere-the-single-most-important-rule-for-retaining-software-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Job Ad: Java Web Developer for Bezurk</title>
		<link>http://blog.codefront.net/2006/09/22/job-ad-java-web-developer-for-bezurk/</link>
		<comments>http://blog.codefront.net/2006/09/22/job-ad-java-web-developer-for-bezurk/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 12:37:35 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/2006/09/22/job-ad-java-web-developer-for-bezurk/</guid>
		<description><![CDATA[We&#8216;re on the lookout for a Java Web Developer (ad on Craigslist). I managed to get &#8220;Ruby on Rails&#8221; into the ad copy somewhere heh &#8211; it gets kinda lonely working in a development team of Java heads. Anyway, we&#8217;re looking for a great Java developer to work with us in Singapore &#8211; if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bezurk.com/">We</a>&#8216;re on the lookout for a <a href="http://singapore.craigslist.org/sof/209737528.html">Java Web Developer (ad on Craigslist)</a>. I managed to get &#8220;Ruby on Rails&#8221; into the ad copy somewhere heh &#8211; it gets kinda lonely working in a development team of Java heads. Anyway, we&#8217;re looking for a great Java developer to work with us in Singapore &#8211; if you&#8217;re up for it, <a href="mailto:devel@bezurk.com">send us your resume</a>. I would really like to get someone with some interest in Rails development to work together with on some upcoming (Rails) projects (you know, like after all the real work is done).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/09/22/job-ad-java-web-developer-for-bezurk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSpec and BDD</title>
		<link>http://blog.codefront.net/2006/08/05/rspec-and-bdd/</link>
		<comments>http://blog.codefront.net/2006/08/05/rspec-and-bdd/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 08:08:33 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/archives/2006/08/05/rspec-and-bdd/</guid>
		<description><![CDATA[RSpec: Behavior Driven Development framework for Ruby. It&#8217;s like writing your specifications in English that&#8217;s executable. Eight tools in one, and a really nice Mock Objects framework.]]></description>
			<content:encoded><![CDATA[<p><a href="http://rspec.rubyforge.org/">RSpec</a>: Behavior Driven Development framework for Ruby. It&#8217;s like writing your specifications in English that&#8217;s executable. <a href="http://rspec.rubyforge.org/tools/index.html">Eight tools in one</a>, and a really nice <a href="http://rspec.rubyforge.org/documentation/mocks.html">Mock Objects framework</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/08/05/rspec-and-bdd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The first Firefox ads are out</title>
		<link>http://blog.codefront.net/2006/04/13/the-first-firefox-ads-are-out/</link>
		<comments>http://blog.codefront.net/2006/04/13/the-first-firefox-ads-are-out/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 17:34:33 +0000</pubDate>
		<dc:creator>Chu Yeow</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.codefront.net/archives/2006/04/13/the-first-firefox-ads-are-out/</guid>
		<description><![CDATA[Firefox Flicks has just put up 3 of the first ads that have been submitted to the Firefox ads competition. Check them out. Drama queen was my favorite of the three, though they are all surprisingly very good quality ads.]]></description>
			<content:encoded><![CDATA[<p><a href="http://firefoxflicks.com/">Firefox Flicks</a> has just put up 3 of the first ads that have been submitted to the Firefox ads competition. <a href="http://firefoxflicks.com/flicks/?&#038;sort=new">Check them out.</a> Drama queen was my favorite of the three, though they are all surprisingly very good quality ads.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codefront.net/2006/04/13/the-first-firefox-ads-are-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
