<?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>omad.net &#187; Code</title>
	<atom:link href="http://omad.net/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://omad.net</link>
	<description>Damien Ayers - Irregular Musings</description>
	<lastBuildDate>Mon, 06 Jun 2011 13:30:37 +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>Pet Peeve: Date Formats!</title>
		<link>http://omad.net/2006/11/pet-peeve-date-formats/</link>
		<comments>http://omad.net/2006/11/pet-peeve-date-formats/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 00:46:40 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://omad.net/2006/11/pet-peeve-date-formats/</guid>
		<description><![CDATA[There is nothing that annoys me more than the variety of different ways different countries write their dates! The main problem affecting me occurs with Australian/UK and US formats, there is often no way to tell which is which. Most &#8230; <a href="http://omad.net/2006/11/pet-peeve-date-formats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is nothing that annoys me more than the variety of different ways different countries write their dates!</p>
<p>The main problem affecting me occurs with Australian/UK and US formats, there is often no way to tell which is which. Most well designs APIs avoid them both, and sensibly order elements year-month-day, but many people decide dates are simple and reimplement it themselves, <em>fools</em>. The PHP date functions expect things to be ordered in the American way, and blindly produce errors for the unwary programmer.</p>
<p>Java <em>solved</em> the problem by adding layers of confusion. If you want to use dates in Java in a particular format, you need to learn about dates, and then date formaters, and then locales, and then cross your fingers and hope for the best.</p>
<p><b>Beware the evil dates!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://omad.net/2006/11/pet-peeve-date-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silly Work, Silly Coding</title>
		<link>http://omad.net/2006/05/silly-work-silly-coding/</link>
		<comments>http://omad.net/2006/05/silly-work-silly-coding/#comments</comments>
		<pubDate>Thu, 25 May 2006 00:52:35 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.omad.net/2006/05/24/silly-work-silly-coding/</guid>
		<description><![CDATA[PHP code is ugly, and Java is way too huge. Ruby is nicer, and I shall endeavour to start using it next time I have to start a new project.]]></description>
			<content:encoded><![CDATA[<p>PHP code is ugly, and Java is way too huge.</p>
<p>Ruby is nicer, and I shall endeavour to start using it next time I have to start a new project.</p>
]]></content:encoded>
			<wfw:commentRss>http://omad.net/2006/05/silly-work-silly-coding/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

