<?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>Joe Riggs Bloggs &#187; web tools</title>
	<atom:link href="http://joe-riggs.com/blog/tag/web-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe-riggs.com/blog</link>
	<description>simple man/complex world</description>
	<lastBuildDate>Mon, 07 May 2012 14:12:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Address Standardization &amp; Verification with USPS web tools and PHP</title>
		<link>http://joe-riggs.com/blog/2009/10/address-standardization-verification-with-usps-web-tools-and-php/</link>
		<comments>http://joe-riggs.com/blog/2009/10/address-standardization-verification-with-usps-web-tools-and-php/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:53:30 +0000</pubDate>
		<dc:creator>jriggs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[standard]]></category>
		<category><![CDATA[usps]]></category>
		<category><![CDATA[web tools]]></category>
		<category><![CDATA[zip code]]></category>

		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=419</guid>
		<description><![CDATA[Before using this code you will need to sign up for an account with USPS webtools here. Class, save as &#8216;usps_address_class.php&#8217; &#160; &#60;?php &#160; class usps &#123; &#160; public $account = 'xxxxxxx'; //you need to register for this public $url = 'http://production.shippingapis.com/ShippingAPI.dll'; public $address1, $address2, $city, $state, $zip; public $ship_address1, $ship_address2, $ship_city, $ship_state, $ship_zip; &#160; [...]]]></description>
		<wfw:commentRss>http://joe-riggs.com/blog/2009/10/address-standardization-verification-with-usps-web-tools-and-php/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

