<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: navigator.geolocation: Using the W3C Geolocation API today</title>
	<atom:link href="http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: wingi</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-274928</link>
		<dc:creator>wingi</dc:creator>
		<pubDate>Thu, 06 Aug 2009 06:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-274928</guid>
		<description>Client side geolocation accessis limited. 1) safari in iPhone ask the visitor to allow it 2) it works only on mobile devices. Try a look at the IP to Geolocation APIs, combine it and you can access via javascript!

http://united-coders.com/christian-harms/ip2-geolocation-mashup-tutorial</description>
		<content:encoded><![CDATA[<p>Client side geolocation accessis limited. 1) safari in iPhone ask the visitor to allow it 2) it works only on mobile devices. Try a look at the IP to Geolocation APIs, combine it and you can access via javascript!</p>
<p><a href="http://united-coders.com/christian-harms/ip2-geolocation-mashup-tutorial" rel="nofollow">http://united-coders.com/christian-harms/ip2-geolocation-mashup-tutorial</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AmitChauhan</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-272004</link>
		<dc:creator>AmitChauhan</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-272004</guid>
		<description>Nice article. I also created a google gadget application to display a host&#039;s geolocation on google maps. Take a look at it here: http://www.codazzle.com. Hope you guys like it.</description>
		<content:encoded><![CDATA[<p>Nice article. I also created a google gadget application to display a host&#8217;s geolocation on google maps. Take a look at it here: <a href="http://www.codazzle.com" rel="nofollow">http://www.codazzle.com</a>. Hope you guys like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archolyte</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-271966</link>
		<dc:creator>archolyte</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-271966</guid>
		<description>Sorry, I have to correct my previous comment. Replace the line with:
&lt;code&gt;if(typeof(google.gears)!=&#039;object&#039;){return}&lt;/code&gt;
(I forgot the Not! and second it&#039;s better to test the type of google.gears instead of just doing a boolean check)</description>
		<content:encoded><![CDATA[<p>Sorry, I have to correct my previous comment. Replace the line with:<br />
<code>if(typeof(google.gears)!='object'){return}</code><br />
(I forgot the Not! and second it&#8217;s better to test the type of google.gears instead of just doing a boolean check)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-268205</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Thu, 16 Oct 2008 15:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-268205</guid>
		<description>Great idea! By the way Firefox 3.1 beta has support for the geo location API, haven&#039;t tested yet though.

I have 2 problems with your current implementation:
- computer that doesn&#039;t have gears installed doesn&#039;t fall back to ClientLocation for some reason
- computer that has gears installed doesn&#039;t fall back on ClientLocation when Deny is clicked.

Will let you know if I find a solution.</description>
		<content:encoded><![CDATA[<p>Great idea! By the way Firefox 3.1 beta has support for the geo location API, haven&#8217;t tested yet though.</p>
<p>I have 2 problems with your current implementation:<br />
- computer that doesn&#8217;t have gears installed doesn&#8217;t fall back to ClientLocation for some reason<br />
- computer that has gears installed doesn&#8217;t fall back on ClientLocation when Deny is clicked.</p>
<p>Will let you know if I find a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grah</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-266946</link>
		<dc:creator>grah</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-266946</guid>
		<description>I&#039;m getting the same issue as Matthew. Gears can&#039;t find me ;[</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same issue as Matthew. Gears can&#8217;t find me ;[</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webEater</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-266938</link>
		<dc:creator>webEater</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-266938</guid>
		<description>Take a look at Nico Goeminne&#039;s client side ReverseGeocoder - based on Google Maps API: http://nicogoeminne.googlepages.com/documentation.html

I used it to reverse geocode many points, and it works great.</description>
		<content:encoded><![CDATA[<p>Take a look at Nico Goeminne&#8217;s client side ReverseGeocoder &#8211; based on Google Maps API: <a href="http://nicogoeminne.googlepages.com/documentation.html" rel="nofollow">http://nicogoeminne.googlepages.com/documentation.html</a></p>
<p>I used it to reverse geocode many points, and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Lieder</title>
		<link>http://ajaxian.com/archives/navigatorgeolocation-using-the-w3c-geolocation-api-today/comment-page-1#comment-266926</link>
		<dc:creator>Matthew Lieder</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4209#comment-266926</guid>
		<description>Looks neat, though for whatever reason the HTML5 version couldn&#039;t find me (though I clicked Allow on the Gears prompt) while the pure ClientLocation version could find me. It doesn&#039;t look like you&#039;re using ClientLocation as a fallback for the HTML5 version?</description>
		<content:encoded><![CDATA[<p>Looks neat, though for whatever reason the HTML5 version couldn&#8217;t find me (though I clicked Allow on the Gears prompt) while the pure ClientLocation version could find me. It doesn&#8217;t look like you&#8217;re using ClientLocation as a fallback for the HTML5 version?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

