<?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>James Pederson &#187; Scripts</title>
	<atom:link href="http://www.jpederson.com/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jpederson.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:09:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting City and State by IP Address with PHP</title>
		<link>http://www.jpederson.com/scripts/get-location/</link>
		<comments>http://www.jpederson.com/scripts/get-location/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:29:19 +0000</pubDate>
		<dc:creator>James Pederson</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.jpederson.com/?p=194</guid>
		<description><![CDATA[A while back, I required a script like this one, but couldn&#8217;t find one that suited my exact needs, so I wrote one myself. Well, this year, I got bored and made an object out of it. This script uses hostip.info to look up a user&#8217;s IP address and attempt to determine the city, state, [...]]]></description>
			<content:encoded><![CDATA[<p>A while back, I required a script like this one, but couldn&#8217;t find one that suited my exact needs, so I wrote one myself. Well, this year, I got bored and made an object out of it.</p>
<p>This script uses hostip.info to look up a user&#8217;s IP address and attempt to determine the city, state, country and geographical coordinates.</p>
<p>Hostip.info is a community-based project to geolocate IP addresses, but it requires that individuals in the area have put in their city and state for their IP address or IP range, so it&#8217;s not completely accurate unless people are involved. Go there and make sure your location comes up correctly, and if it doesn&#8217;t fix it, as this will help make the database more precise. Don&#8217;t worry, it&#8217;s just your city and state, not your address specifically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpederson.com/scripts/get-location/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
