<?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>CS8 &#187; Programming</title>
	<atom:link href="http://www.cs8.my/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cs8.my</link>
	<description>Rapid Web Applications Done The Right Way!</description>
	<lastBuildDate>Thu, 05 Aug 2010 08:22:21 +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>I.Am.Lazy.Programmer</title>
		<link>http://www.cs8.my/iamlazyprogrammer/</link>
		<comments>http://www.cs8.my/iamlazyprogrammer/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 04:04:17 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Idiom]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=21</guid>
		<description><![CDATA[http://c2.com/cgi/wiki?LazyProgrammer]]></description>
		<wfw:commentRss>http://www.cs8.my/iamlazyprogrammer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>to_proc or not to_proc</title>
		<link>http://www.cs8.my/to_proc-or-not-to_proc/</link>
		<comments>http://www.cs8.my/to_proc-or-not-to_proc/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:37:09 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=7</guid>
		<description><![CDATA[Instead of writing this [sourcecode language='ruby'] Profile.find(:all).collect{ &#124;x&#124; x.email } [/sourcecode] I could write this using Rails&#8217; Symbol#to_proc [sourcecode language='ruby'] Profile.find(:all).collect(&#038;:email) [/sourcecode] Nice.]]></description>
		<wfw:commentRss>http://www.cs8.my/to_proc-or-not-to_proc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World</title>
		<link>http://www.cs8.my/hello-world-2/</link>
		<comments>http://www.cs8.my/hello-world-2/#comments</comments>
		<pubDate>Thu, 08 May 2008 23:52:14 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=3</guid>
		<description><![CDATA[[sourcecode language='ruby']puts &#8216;Hello World&#8217;[/sourcecode]]]></description>
		<wfw:commentRss>http://www.cs8.my/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
