<?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>Tortoise IT &#187; US States</title>
	<atom:link href="http://www.sean-barton.co.uk/tag/us-states/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sean-barton.co.uk</link>
	<description>Homepage of Sean Barton, a freelance website developer from Cheshire</description>
	<lastBuildDate>Fri, 03 Sep 2010 23:54:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting US State names into their Abbreviations (and back!)</title>
		<link>http://www.sean-barton.co.uk/2008/05/converting-us-state-names-into-their-appreviations-and-back/</link>
		<comments>http://www.sean-barton.co.uk/2008/05/converting-us-state-names-into-their-appreviations-and-back/#comments</comments>
		<pubDate>Sat, 24 May 2008 13:59:35 +0000</pubDate>
		<dc:creator>Sean</dc:creator>
				<category><![CDATA[Time Savers]]></category>
		<category><![CDATA[US States]]></category>

		<guid isPermaLink="false">http://www.sean-barton.co.uk/?p=7</guid>
		<description><![CDATA[I&#8217;ve just had to find a way to convert a number of US state names into their abbreviations to make a clients life much easier so I thought I might share so that others wouldn&#8217;t have to go through the hassle I did.
First things first, here&#8217;s some PHP code&#8230;
function convert_state($name, $to='name') {
	$states = array(
	array('name'=&#62;'Alabama', 'abbrev'=&#62;'AL'),
	array('name'=&#62;'Alaska', [...]]]></description>
		<wfw:commentRss>http://www.sean-barton.co.uk/2008/05/converting-us-state-names-into-their-appreviations-and-back/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
