<?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"
	>
<channel>
	<title>Comments on: Google Maps API</title>
	<atom:link href="http://xavisys.com/google-maps-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com/google-maps-api/</link>
	<description>Control Your Internet</description>
	<pubDate>Fri, 16 May 2008 06:56:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aaron D. Campbell</title>
		<link>http://xavisys.com/google-maps-api/#comment-1368</link>
		<dc:creator>Aaron D. Campbell</dc:creator>
		<pubDate>Sun, 30 Mar 2008 19:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/google-maps-api/#comment-1368</guid>
		<description>Pamela:
Thanks for your comment.  I realize that you have to cater to everyone, including those that have never programmed at all and want maps on their site (and I must admit that I often overlook this group).  However, the more I think about it though, the more I think there should be a solution, it's just not as simple as changing from an alert to a global variable.  Instead, it's a two step process.  First, you need to allow your user to set a global before they include your JavaScript (similar to how you set your Google Analytics key).  Depending on the value of the global, you would either send an alert (default), or set another global (or reset the same, so as not to further pollute the global namespace).  You could even make a third setting which would do both (set the global AND send the alerts).  I'm out today, but I'll try to log a request as soon as I can.</description>
		<content:encoded><![CDATA[<p>Pamela:<br />
Thanks for your comment.  I realize that you have to cater to everyone, including those that have never programmed at all and want maps on their site (and I must admit that I often overlook this group).  However, the more I think about it though, the more I think there should be a solution, it&#8217;s just not as simple as changing from an alert to a global variable.  Instead, it&#8217;s a two step process.  First, you need to allow your user to set a global before they include your JavaScript (similar to how you set your Google Analytics key).  Depending on the value of the global, you would either send an alert (default), or set another global (or reset the same, so as not to further pollute the global namespace).  You could even make a third setting which would do both (set the global AND send the alerts).  I&#8217;m out today, but I&#8217;ll try to log a request as soon as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pamela Fox</title>
		<link>http://xavisys.com/google-maps-api/#comment-1367</link>
		<dc:creator>Pamela Fox</dc:creator>
		<pubDate>Sun, 30 Mar 2008 18:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://xavisys.com/google-maps-api/#comment-1367</guid>
		<description>Hi Adam-

The reason we can't have a key verification service is that we don't store a list of keys anywhere. The key is merely a hash of your domain and your google account, and the key is checked against window.location.host when the script is loaded into the page. The best thing to do is always register for http://domain.com, as this yields the most flexibility (subdomains, ports, folders, etc).

I suppose we could have a global variable, but I think we'd still have to have an alert - many newbie programmers wouldn't think to check the state of the global variable, and would be stuck in a state of confusion over their lack of a map.

Regardless, feel free to file feature requests at gmaps-api-issues.googlecode.com.

- pamela</description>
		<content:encoded><![CDATA[<p>Hi Adam-</p>
<p>The reason we can&#8217;t have a key verification service is that we don&#8217;t store a list of keys anywhere. The key is merely a hash of your domain and your google account, and the key is checked against window.location.host when the script is loaded into the page. The best thing to do is always register for <a href="http://domain.com" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/domain.com?referer=');">http://domain.com</a>, as this yields the most flexibility (subdomains, ports, folders, etc).</p>
<p>I suppose we could have a global variable, but I think we&#8217;d still have to have an alert - many newbie programmers wouldn&#8217;t think to check the state of the global variable, and would be stuck in a state of confusion over their lack of a map.</p>
<p>Regardless, feel free to file feature requests at gmaps-api-issues.googlecode.com.</p>
<p>- pamela</p>
]]></content:encoded>
	</item>
</channel>
</rss>
