<?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>Chris Dzombak &#187; Geolocator-PHP</title>
	<atom:link href="http://chris.dzombak.name/blog/category/geolocator-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://chris.dzombak.name</link>
	<description></description>
	<lastBuildDate>Thu, 26 Aug 2010 03:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IPGeolocationPHP / Geolocator-PHP Updates</title>
		<link>http://chris.dzombak.name/blog/2010/02/ipgeolocationphp-geolocator-php-updates/</link>
		<comments>http://chris.dzombak.name/blog/2010/02/ipgeolocationphp-geolocator-php-updates/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:11:09 +0000</pubDate>
		<dc:creator>Chris Dzombak</dc:creator>
				<category><![CDATA[Geolocator-PHP]]></category>

		<guid isPermaLink="false">http://chris.dzombak.name/a/?p=341</guid>
		<description><![CDATA[I&#8217;ve recently done a lot of work on my OSS Geolocator-PHP class (previously known as IPGeolocationPHP). The class now has many new features and more robust code with an improved interface.  It should be logical and easy to use. By now, I&#8217;ve reached v2 alpha 2.5, and I think it&#8217;s sufficiently ready for users to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently done a lot of work on my OSS Geolocator-PHP class (previously known as IPGeolocationPHP).</p>
<p>The class now has many new features and more robust code with an improved interface.  It should be logical and easy to use.</p>
<p>By now, I&#8217;ve reached v2 alpha 2.5, and I think it&#8217;s sufficiently ready for users to begin implementing and testing in their applications.  See <a href="http://code.chrisdzombak.net/geolocator-php">the project page</a> for docs, downloads, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://chris.dzombak.name/blog/2010/02/ipgeolocationphp-geolocator-php-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing IPGeolocation PHP 1.0</title>
		<link>http://chris.dzombak.name/blog/2009/07/announcing-ipgeolocation-php-1-0/</link>
		<comments>http://chris.dzombak.name/blog/2009/07/announcing-ipgeolocation-php-1-0/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 15:07:12 +0000</pubDate>
		<dc:creator>Chris Dzombak</dc:creator>
				<category><![CDATA[Geolocator-PHP]]></category>

		<guid isPermaLink="false">http://chris.dzombak.name/a/?p=198</guid>
		<description><![CDATA[I have released version 1.0 of IPGeolocation PHP, a class that provides easy access to an API that provides location information about IP addresses.  Check it out! For more information and to download the release, please see the project page.  I recommend that anyone using a previous release upgrade to 1.0; the interface is identical [...]]]></description>
			<content:encoded><![CDATA[<p>I have released version 1.0 of IPGeolocation PHP, a class that provides easy access to an API that provides location information about IP addresses.  Check it out!</p>
<p>For more information and to download the release, please see <a href="http://projects.chrisdzombak.net/ipgeolocationphp">the project page</a>.  I recommend that anyone using a previous release upgrade to 1.0; the interface is identical and you should see no problems using v1.0 instead of 0.99 or 0.9.</p>
<p>There are a few small changes in this release, but the most notable changes are that I am moving to github for source control, issue tracking, and downloads.  Thus far, I like it; it seems very nice, and I have not had any problems learning to use git.</p>
]]></content:encoded>
			<wfw:commentRss>http://chris.dzombak.name/blog/2009/07/announcing-ipgeolocation-php-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPGeolocationPHP Release 0.99</title>
		<link>http://chris.dzombak.name/blog/2009/06/ipgeolocationphp-release-0-99/</link>
		<comments>http://chris.dzombak.name/blog/2009/06/ipgeolocationphp-release-0-99/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 04:31:23 +0000</pubDate>
		<dc:creator>Chris Dzombak</dc:creator>
				<category><![CDATA[Geolocator-PHP]]></category>

		<guid isPermaLink="false">http://chris.dzombak.name/a/?p=161</guid>
		<description><![CDATA[I have released a new version of my IP geolocation class, IPGeolocation PHP.  The project page, with docs and downloads, is here: http://projects.chrisdzombak.net/ipgeolocationphp. Significantly, this fixes the fact that the class was broken for a while since the API endpoint&#8217;s address changed (!). Here are the changes from version 0.9: Added a bit of documentation [...]]]></description>
			<content:encoded><![CDATA[<p>I have released a new version of my IP geolocation class, IPGeolocation PHP.  The project page, with docs and downloads, is here: <a href="http://projects.chrisdzombak.net/ipgeolocationphp">http://projects.chrisdzombak.net/ipgeolocationphp</a>.</p>
<p>Significantly, this fixes the fact that the class was broken for a while since the API endpoint&#8217;s address changed (!).</p>
<p>Here are the changes from version 0.9:</p>
<ul>
<li> Added a bit of documentation about region codes. Basically, they seem to be internally useful to the API, but your app should not need to use them.</li>
<li>Various documentation improvements.</li>
<li>Updated API endpoint URL.</li>
<li>Set a few more cURL options.</li>
<li>Added error handling around the cURL code.</li>
<li>Added capability to use the API&#8217;s backup server.</li>
</ul>
<p>A 1.0 release will soon follow barring any bug discoveries!</p>
]]></content:encoded>
			<wfw:commentRss>http://chris.dzombak.name/blog/2009/06/ipgeolocationphp-release-0-99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing: IPGeolocation PHP</title>
		<link>http://chris.dzombak.name/blog/2009/05/announcing-ipgeolocation-php/</link>
		<comments>http://chris.dzombak.name/blog/2009/05/announcing-ipgeolocation-php/#comments</comments>
		<pubDate>Wed, 20 May 2009 20:37:04 +0000</pubDate>
		<dc:creator>Chris Dzombak</dc:creator>
				<category><![CDATA[Geolocator-PHP]]></category>

		<guid isPermaLink="false">http://chris.dzombak.name/a/?p=103</guid>
		<description><![CDATA[This is to be my first open-source project. I have just published IPGeolocation, a PHP class which allows you to get information on the physical location of an IP address. For more info, please see the project site.  I&#8217;ll post more on this later, but right now I am quite busy. Release 0.9 is available; [...]]]></description>
			<content:encoded><![CDATA[<p>This is to be my first open-source project. I have just published IPGeolocation, a PHP class which allows you to get information on the physical location of an IP address.</p>
<p>For more info, please see <a href="http://projects.chrisdzombak.net/ipgeolocationphp">the project site</a>.  I&#8217;ll post more on this later, but right now I am quite busy.</p>
<p>Release 0.9 is available; this release is probably suitable for production but has a few TODOs before I can call it 1.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://chris.dzombak.name/blog/2009/05/announcing-ipgeolocation-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
