<?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: Caching Google Maps Geocoder Results</title>
	<atom:link href="http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/</link>
	<description>SEO, Web Development and Research</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:55:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Glynn</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-21089</link>
		<dc:creator>Glynn</dc:creator>
		<pubDate>Thu, 21 Oct 2010 10:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-21089</guid>
		<description>Sorry correction on that.

I know have it coming back into the database with the correct lat n lng but if it click show it still just says 0.</description>
		<content:encoded><![CDATA[<p>Sorry correction on that.</p>
<p>I know have it coming back into the database with the correct lat n lng but if it click show it still just says 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glynn</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-21088</link>
		<dc:creator>Glynn</dc:creator>
		<pubDate>Thu, 21 Oct 2010 10:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-21088</guid>
		<description>Hey Tom,

Great tutorial thanks for all the info. I have followed it and everything seems to work except the lat and lng are coming back as 0.

just saves into the database as 0.000000000 and if you click show lat n lng it just shows 0.

Do you have an idea what this could be?

Thanks

Glynn</description>
		<content:encoded><![CDATA[<p>Hey Tom,</p>
<p>Great tutorial thanks for all the info. I have followed it and everything seems to work except the lat and lng are coming back as 0.</p>
<p>just saves into the database as 0.000000000 and if you click show lat n lng it just shows 0.</p>
<p>Do you have an idea what this could be?</p>
<p>Thanks</p>
<p>Glynn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Coxon</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-21071</link>
		<dc:creator>Dave Coxon</dc:creator>
		<pubDate>Tue, 11 May 2010 19:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-21071</guid>
		<description>How do we get a HTTP request in ASP from google API in order to retrieve the longitude and latitude of any location and then use those variables to post forward to another API application that requires the long/lat to return its results in simple ASP script. 

In our website the user would search for plumbers in luton and post the request through to the results.asp page, which would then need to dig out the long/lat of luton from google API and post those through to a directory engine returning an xml feed of plumber in and around luton based on radial search of luton</description>
		<content:encoded><![CDATA[<p>How do we get a HTTP request in ASP from google API in order to retrieve the longitude and latitude of any location and then use those variables to post forward to another API application that requires the long/lat to return its results in simple ASP script. </p>
<p>In our website the user would search for plumbers in luton and post the request through to the results.asp page, which would then need to dig out the long/lat of luton from google API and post those through to a directory engine returning an xml feed of plumber in and around luton based on radial search of luton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: complex web development</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-21070</link>
		<dc:creator>complex web development</dc:creator>
		<pubDate>Tue, 11 May 2010 15:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-21070</guid>
		<description>Hi Tom,
Both the code and the explaination were top quality and were very useful.
Is it possible to archive your tutorial and post it for download.
Many thanks!</description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Both the code and the explaination were top quality and were very useful.<br />
Is it possible to archive your tutorial and post it for download.<br />
Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lee</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-21067</link>
		<dc:creator>lee</dc:creator>
		<pubDate>Fri, 07 May 2010 11:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-21067</guid>
		<description>Hi Tom 
a while ago you said
&quot;I should also mention, the other area for expansion with this tutorial is passing multiple postcodes to your server in a single query (both reading and writing). Which could be of significant help if you have lots and lots of markers.&quot;

How can we do this? I am trying to plot multiple markers on a map via twitter posts using the ajax lookup, it works fine for geocoder.getLatLng but using your example only the results of the first request are posted.

in the above example only marker B is at the posted address the other is posted at another location.

Any help is much appreciated - my head hurts</description>
		<content:encoded><![CDATA[<p>Hi Tom<br />
a while ago you said<br />
&#8220;I should also mention, the other area for expansion with this tutorial is passing multiple postcodes to your server in a single query (both reading and writing). Which could be of significant help if you have lots and lots of markers.&#8221;</p>
<p>How can we do this? I am trying to plot multiple markers on a map via twitter posts using the ajax lookup, it works fine for geocoder.getLatLng but using your example only the results of the first request are posted.</p>
<p>in the above example only marker B is at the posted address the other is posted at another location.</p>
<p>Any help is much appreciated &#8211; my head hurts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-20973</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 12 Apr 2009 11:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-20973</guid>
		<description>Hi Tom

I have just started looking at the Google maps software, when I stumbled on your page.  Both the code and the explaination were top quality and were very useful.

Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Hi Tom</p>
<p>I have just started looking at the Google maps software, when I stumbled on your page.  Both the code and the explaination were top quality and were very useful.</p>
<p>Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Generic Cialis</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-19909</link>
		<dc:creator>Generic Cialis</dc:creator>
		<pubDate>Thu, 01 Jan 2009 20:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-19909</guid>
		<description>&lt;strong&gt;Generic Cialis...&lt;/strong&gt;

Hi, I can\&#039;t seem to subscribe to this, Thanks....</description>
		<content:encoded><![CDATA[<p><strong>Generic Cialis&#8230;</strong></p>
<p>Hi, I can\&#8217;t seem to subscribe to this, Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veles</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-15857</link>
		<dc:creator>Veles</dc:creator>
		<pubDate>Sat, 26 Jul 2008 08:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-15857</guid>
		<description>Hi Tom i&#039;ve managed to build my own ASP/Access caching system. But I would like to hardcode UK postcode in script, but i don&#039;t know how ??? I would like that my location is immidiatly displayed and centered on the map without pasting uk post code in input file field.

Tnx</description>
		<content:encoded><![CDATA[<p>Hi Tom i&#8217;ve managed to build my own ASP/Access caching system. But I would like to hardcode UK postcode in script, but i don&#8217;t know how ??? I would like that my location is immidiatly displayed and centered on the map without pasting uk post code in input file field.</p>
<p>Tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Anthony</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-13670</link>
		<dc:creator>Tom Anthony</dc:creator>
		<pubDate>Mon, 07 Apr 2008 22:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-13670</guid>
		<description>O.K. - this is just a little too weird. Two fellows with the same name - both with a blog on the same topic. 

Tom Anthony
Virginia Beach, VA USA</description>
		<content:encoded><![CDATA[<p>O.K. &#8211; this is just a little too weird. Two fellows with the same name &#8211; both with a blog on the same topic. </p>
<p>Tom Anthony<br />
Virginia Beach, VA USA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Historic Hotels</title>
		<link>http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/comment-page-1/#comment-13644</link>
		<dc:creator>Historic Hotels</dc:creator>
		<pubDate>Sat, 05 Apr 2008 12:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomanthony.co.uk/blog/caching-google-maps-geocoder-results/#comment-13644</guid>
		<description>usePointFromPostcodeViaCache() function

Im having probs with the above part of the code. Can you explain a bit further?

Thanks</description>
		<content:encoded><![CDATA[<p>usePointFromPostcodeViaCache() function</p>
<p>Im having probs with the above part of the code. Can you explain a bit further?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

