<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2008/12/Getting-a-Complete-List-of-Timezones-from-Java.cfm" />
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2006/06/Java-The-Journey-Begins.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2008/12/Getting-a-Complete-List-of-Timezones-from-Java.cfm">
	<title>Getting a Complete List of Timezones from Java</title>
	<description>&lt;p&gt;&lt;font size=&quot;3&quot;&gt;I&apos;ve been doing some research on i18n, locales, timezones, and all that jazz lately. Today I wanted to build a dropdown list of possible timezones, and came across a bit of Java code that I converted to CFSCRIPT. Thought I&apos;d share it in case anybody else finds it useful. I will say that there are a LOT more timezones than I would have ever guessed (592 to be exact), and the results of my snippet probably aren&apos;t useful as-is to p</description>
	<link>http://www.dougboude.com/blog/1/2008/12/Getting-a-Complete-List-of-Timezones-from-Java.cfm</link>
	<dc:date>2008-12-17T07:16:11-05:00</dc:date>
	
	<dc:subject>goog, code snippets,Java</dc:subject>
	</item>
	
  	<item rdf:about="http://www.dougboude.com/blog/1/2006/06/Java-The-Journey-Begins.cfm">
	<title>Java: The Journey Begins</title>
	<description>This is the official kickoff of my Java journey, so I thought I&apos;d chronicle the trip for both posterity&apos;s sake and those who will be following this trail behind me. &lt;br /&gt;&lt;br /&gt;I will be doing Java development primarily with regard to the web (JSP), so right now what I&apos;m in search of is a 10,000 foot view of what the essential pieces and parts are and how they&apos;re related. For some strange reason it seems that once a person has this knowledge unde</description>
	<link>http://www.dougboude.com/blog/1/2006/06/Java-The-Journey-Begins.cfm</link>
	<dc:date>2006-06-21T17:26:39-05:00</dc:date>
	
	<dc:subject>goog, code snippets,Java</dc:subject>
	</item>
	</rdf:RDF> 