<?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>Simply Amused</title>
	<atom:link href="http://www.simplyamused.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simplyamused.com</link>
	<description></description>
	<lastBuildDate>Wed, 16 Nov 2011 15:31:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Implement a RESTful API</title>
		<link>http://www.simplyamused.com/2011/11/16/how-to-implement-a-restful-api/</link>
		<comments>http://www.simplyamused.com/2011/11/16/how-to-implement-a-restful-api/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 15:31:31 +0000</pubDate>
		<dc:creator>fuji</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.simplyamused.com/?p=79</guid>
		<description><![CDATA[Today we will discuss a REST API. We&#8217;ll briefly go over what it is and then we&#8217;ll implement one from both the server and client perspective. What is a REST API A lot of public APIs are REST APIs and &#8230; <a href="http://www.simplyamused.com/2011/11/16/how-to-implement-a-restful-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.simplyamused.com/2011/11/16/how-to-implement-a-restful-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl Exception Handling</title>
		<link>http://www.simplyamused.com/2011/04/22/perl-exception-handling/</link>
		<comments>http://www.simplyamused.com/2011/04/22/perl-exception-handling/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 21:06:54 +0000</pubDate>
		<dc:creator>fuji</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.simplyamused.com/?p=68</guid>
		<description><![CDATA[What Is Exception Handling? In it&#8217;s simplest form, Exception Handling allow you to write a block of code and wrap it in your own form of error handling. Typically a program will attempt to accomplish a number of tasks and &#8230; <a href="http://www.simplyamused.com/2011/04/22/perl-exception-handling/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.simplyamused.com/2011/04/22/perl-exception-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diff two source controlled directories</title>
		<link>http://www.simplyamused.com/2011/03/27/diff-two-source-controlled-directories/</link>
		<comments>http://www.simplyamused.com/2011/03/27/diff-two-source-controlled-directories/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 19:42:27 +0000</pubDate>
		<dc:creator>fuji</dc:creator>
				<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://simplyamused.com/?p=47</guid>
		<description><![CDATA[I constantly need to diff two directories just to check what files have changed between revisions. When you do a CVS checkout of two separate branches whether they&#8217;re incremental or not, sometimes you need to check which files differ as &#8230; <a href="http://www.simplyamused.com/2011/03/27/diff-two-source-controlled-directories/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.simplyamused.com/2011/03/27/diff-two-source-controlled-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Database Abstraction Is Useless 90% of The Time</title>
		<link>http://www.simplyamused.com/2011/03/27/why-database-abstraction-is-useless-90-of-the-time/</link>
		<comments>http://www.simplyamused.com/2011/03/27/why-database-abstraction-is-useless-90-of-the-time/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 18:53:11 +0000</pubDate>
		<dc:creator>fuji</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://simplyamused.com/?p=32</guid>
		<description><![CDATA[I&#8217;m sure you&#8217;ve read a lot of posts, articles and forums where one of the &#8220;best practices&#8221; is to use a database abstraction layer. It really isn&#8217;t, and experience has taught me that the amount of times you change database &#8230; <a href="http://www.simplyamused.com/2011/03/27/why-database-abstraction-is-useless-90-of-the-time/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.simplyamused.com/2011/03/27/why-database-abstraction-is-useless-90-of-the-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>saAlbumCoverArt: Download album covers from Amazon</title>
		<link>http://www.simplyamused.com/2011/03/18/download-album-covers-from-amazon/</link>
		<comments>http://www.simplyamused.com/2011/03/18/download-album-covers-from-amazon/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 14:10:35 +0000</pubDate>
		<dc:creator>fuji</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://simplyamused.com/?p=6</guid>
		<description><![CDATA[Abstract: These set of classes allow you to use Amazon to download your music album cover images.  Your script will need to pass it the search string, which for amazon works best as &#8220;[album name] [artist]&#8220;. Given these set of &#8230; <a href="http://www.simplyamused.com/2011/03/18/download-album-covers-from-amazon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.simplyamused.com/2011/03/18/download-album-covers-from-amazon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

