<?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>Poli Bou &#187; IP</title>
	<atom:link href="http://www.polibou.com/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.polibou.com</link>
	<description>People. Places. Things.</description>
	<lastBuildDate>Tue, 22 Jun 2010 18:40:03 +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>Using IP address to Geo-locate</title>
		<link>http://www.polibou.com/2009/03/16/using-ip-address-to-geo-locate/</link>
		<comments>http://www.polibou.com/2009/03/16/using-ip-address-to-geo-locate/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 23:42:56 +0000</pubDate>
		<dc:creator>Poli</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[GeoCode]]></category>
		<category><![CDATA[GeoIP]]></category>
		<category><![CDATA[GeoLocate]]></category>
		<category><![CDATA[GeoTargeting]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">http://polibou.com/?p=31</guid>
		<description><![CDATA[The topic of geo-targeting content has come up from time to time here at work but I&#8217;ve never taken the time to really implement it. So today I&#8217;ve been searching around for a solution and notice that it usually entails purchasing an IP database and a subscription for updates. The idea of paying for something [...]]]></description>
			<content:encoded><![CDATA[<p>The topic of geo-targeting content has come up from time to time here at work but I&#8217;ve never taken the time to really implement it.  So today I&#8217;ve been searching around for a solution and notice that it usually entails purchasing an IP database and a subscription for updates.</p>
<p>The idea of paying for something before testing out the implementation never sits well for me.  So I was surprise to find <a href="http://www.hostip.info">www.hostip.info</a> Community GeoTarget IP Project.  Much like open source, everyone contributes to keep the database updated.  Best of all, the API queries are free.</p>
<p>Here&#8217;s a sample of the API for a simple GET:</p>
<div class="codecolorer-container text blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">http://api.hostip.info/country.php<br />
&nbsp; US<br />
<br />
http://api.hostip.info/get_html.php?ip=12.215.42.19<br />
&nbsp; Country: UNITED STATES (US)<br />
&nbsp; City: Sugar Grove, IL<br />
<br />
http://api.hostip.info/get_html.php?ip=12.215.42.19&amp;position=true<br />
&nbsp; Country: UNITED STATES (US)<br />
&nbsp; City: Sugar Grove, IL<br />
&nbsp; Latitude: 41.7696<br />
&nbsp; Longitude: -88.4588<br />
<br />
http://api.hostip.info/?ip=12.215.42.19<br />
&nbsp; [use the URL above for an example - XML too long to paste below]</div></div>
<p>Use the API with a wget or a curl operation and you&#8217;re set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.polibou.com/2009/03/16/using-ip-address-to-geo-locate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
