<?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: Using Yahoo Geocode API and Google Maps</title>
	<atom:link href="http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/</link>
	<description></description>
	<lastBuildDate>Wed, 11 Mar 2009 08:51:12 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ethan</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-124</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Wed, 03 May 2006 18:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-124</guid>
		<description>nevermind, i got it</description>
		<content:encoded><![CDATA[<p>nevermind, i got it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-123</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Wed, 03 May 2006 18:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-123</guid>
		<description>and the arrow in the error does point to the xml declaration


^</description>
		<content:encoded><![CDATA[<p>and the arrow in the error does point to the xml declaration</p>
<p>^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-122</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Wed, 03 May 2006 18:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-122</guid>
		<description>im attempting to use your script, but i&#039;m having a bit of a problem.  when i add the alert i get &quot;ResultSet[0] has no properties.&quot; when i change the php file to type text/plain and type the url in directly, the xml object looks fine.  when i do this same thing with type text/xml i get &quot;XML Parsing Error: xml declaration not at start of external entity.&quot;  any ideas?

thanks</description>
		<content:encoded><![CDATA[<p>im attempting to use your script, but i&#8217;m having a bit of a problem.  when i add the alert i get &#8220;ResultSet[0] has no properties.&#8221; when i change the php file to type text/plain and type the url in directly, the xml object looks fine.  when i do this same thing with type text/xml i get &#8220;XML Parsing Error: xml declaration not at start of external entity.&#8221;  any ideas?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwini</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-107</link>
		<dc:creator>Ashwini</dc:creator>
		<pubDate>Fri, 21 Apr 2006 07:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-107</guid>
		<description>I have added the alert(e) before the fail message in code.
Its is giving me.
[object Error]
</description>
		<content:encoded><![CDATA[<p>I have added the alert(e) before the fail message in code.<br />
Its is giving me.<br />
[object Error]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Young</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-106</link>
		<dc:creator>Michael Young</dc:creator>
		<pubDate>Thu, 20 Apr 2006 23:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-106</guid>
		<description>Hi Ashwini,

Try adding an alert call to print out the exception in the javascript of index.html (before the â€œfailed to retrieve and parser geo resultsâ€ message). e.g.:

} catch(e) {
alert(e);
status.innerHTML = â€œFailed to retrieve and parse geo results!â€;
}

The alert should give you an idea of what the problem is.

Let me know...
</description>
		<content:encoded><![CDATA[<p>Hi Ashwini,</p>
<p>Try adding an alert call to print out the exception in the javascript of index.html (before the â€œfailed to retrieve and parser geo resultsâ€ message). e.g.:</p>
<p>} catch(e) {<br />
alert(e);<br />
status.innerHTML = â€œFailed to retrieve and parse geo results!â€;<br />
}</p>
<p>The alert should give you an idea of what the problem is.</p>
<p>Let me know&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwini</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-104</link>
		<dc:creator>Ashwini</dc:creator>
		<pubDate>Thu, 20 Apr 2006 07:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-104</guid>
		<description>Hello,

I have added this code in my website as per your instruction but when i enter the state city and address in the for it is giving me error 
&quot;Failed to retrieve and parse geo results!&quot;.

When i explicitly run geo_lookup.php page with passing paramenters to it that page shows me the xml data

Can youlz help me.
</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have added this code in my website as per your instruction but when i enter the state city and address in the for it is giving me error<br />
&#8220;Failed to retrieve and parse geo results!&#8221;.</p>
<p>When i explicitly run geo_lookup.php page with passing paramenters to it that page shows me the xml data</p>
<p>Can youlz help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lysle</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-69</link>
		<dc:creator>Lysle</dc:creator>
		<pubDate>Tue, 21 Mar 2006 20:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-69</guid>
		<description>hah i got it working... so stupid.  It was just because my browser wasnt refreshing the page properly.  I was pressing refresh (and it acted like it refreshed) but I dunno.  Its done that before to me, no clue why.
</description>
		<content:encoded><![CDATA[<p>hah i got it working&#8230; so stupid.  It was just because my browser wasnt refreshing the page properly.  I was pressing refresh (and it acted like it refreshed) but I dunno.  Its done that before to me, no clue why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lysle</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-68</link>
		<dc:creator>Lysle</dc:creator>
		<pubDate>Tue, 21 Mar 2006 19:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-68</guid>
		<description>This is an awesome script!  It is exactly what I&#039;m looking for...  But I keep getting an error.  When I goto geo_lookup.php?street=350%20Fifth%20Ave&amp;city=New%20York&amp;state=NY I get:

The XML page cannot be displayed.  Cannot view XML input using XSL style sheet.

Invalid at the top level of the document. Error processing resource &#039;http://xanthians.com/geo_lookup.php?street=350%20Fifth...



I am using PHP4, so I switched those comment tags around already.  I dont know anything about XML, I am a PHP guy, so this is all leaving me pretty clueless.</description>
		<content:encoded><![CDATA[<p>This is an awesome script!  It is exactly what I&#8217;m looking for&#8230;  But I keep getting an error.  When I goto geo_lookup.php?street=350%20Fifth%20Ave&amp;city=New%20York&amp;state=NY I get:</p>
<p>The XML page cannot be displayed.  Cannot view XML input using XSL style sheet.</p>
<p>Invalid at the top level of the document. Error processing resource &#8216;http://xanthians.com/geo_lookup.php?street=350%20Fifth&#8230;</p>
<p>I am using PHP4, so I switched those comment tags around already.  I dont know anything about XML, I am a PHP guy, so this is all leaving me pretty clueless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Young</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-67</link>
		<dc:creator>Michael Young</dc:creator>
		<pubDate>Thu, 09 Mar 2006 17:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-67</guid>
		<description>You&#039;re welcome!

I&#039;m using the CodeHighlight plugin for WordPress to handle the syntax highlighting.  Here is a link to it:

http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
<p>I&#8217;m using the CodeHighlight plugin for WordPress to handle the syntax highlighting.  Here is a link to it:</p>
<p><a href="http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/" rel="nofollow">http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://81nassau.com/blog/2005/12/01/using-yahoo-geocode-and-google-maps/comment-page-1/#comment-66</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 09 Mar 2006 16:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://81nassau.com/blog/?p=17#comment-66</guid>
		<description>That makes sense, Lycos throws in a lot of extra junk to put those banners on there. I&#039;m sure that&#039;s it, I&#039;ll try it on another site. Thanks!

BTW, how did you get that php syntax highlighting for your php code, is that just part WordPress? I see it&#039;s using CSS to do so, but I wasn&#039;t sure if that is hard coded or automatic :)</description>
		<content:encoded><![CDATA[<p>That makes sense, Lycos throws in a lot of extra junk to put those banners on there. I&#8217;m sure that&#8217;s it, I&#8217;ll try it on another site. Thanks!</p>
<p>BTW, how did you get that php syntax highlighting for your php code, is that just part WordPress? I see it&#8217;s using CSS to do so, but I wasn&#8217;t sure if that is hard coded or automatic <img src='http://81nassau.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
