<?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>Web Standards, Accessibility &#38; More &#187; salon web site</title>
	<atom:link href="http://weboverhauls.com/dennislembree/blog/tag/salon-web-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://weboverhauls.com/dennislembree/blog</link>
	<description>Personal blog of Dennis E. Lembree, web site professional</description>
	<lastBuildDate>Sun, 12 Feb 2012 01:33:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple Instructions for Google Map on Web Page</title>
		<link>http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/</link>
		<comments>http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 17:22:48 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[salon web site]]></category>

		<guid isPermaLink="false">http://checkengineusa.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/</guid>
		<description><![CDATA[So you want to embed an interactive Google Map on your web page? Here are the basic steps/instructions to do so. 1) Go to the Google Maps API page and request a free API Key. You&#8217;ll get the key and &#8230; <a href="http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you want to embed an interactive <a href="http://maps.google.com">Google Map</a> on your web page? Here are the basic steps/instructions to do so.</p>
<p>1) Go to the <a href="http://www.google.com/apis/maps/">Google Maps API page</a> and request a free API Key. You&#8217;ll get the key and some sample code. It&#8217;s good for all pages under one domain. Keep this open and/or save the page content.</p>
<p>2) Open the HTML page for the map, and copy the linked JavaScript from the sample code into the document head. This is the first SCRIPT tag.</p>
<p>3) Copy the load() function from the sample code into the HTML page or into an externally linked JavaScript file. This is in the second SCRIPT tag.</p>
<p>4) Call the load() function in the body onload event, and the GUnload() function in the body unload event.</p>
<p>5) Replace the longitude and latitude values in the load() function with the values of your location on your map (these are the two numbers after &#8220;GLatLng&#8221;). You can find the longitude and latitude of your location. Here are some sites to help with this:</p>
<ul>
<li><a href="http://maps.huge.info/geocoder/">GeoCoder</a></li>
<li><a href="http://world.maporama.com/idl/maporama/">Maporama</a></li>
<li>Find the location in Google Maps, the run this code from the browser&#8217;s location bar (paste and hit Enter or Go): javascript:void(prompt(&#8221;,gApplication.getMap().getCenter()));</li>
</ul>
<p>6) One way or another, be sure to have alternative content (such as a static map) when JavaScript is not available on the client side (browser). A popular method is the NOSCRIPT tag.</p>
<p>You&#8217;re done! check out this <a href="http://www.salonx-pressions.com/map.htm">Google Map example</a> on this salon web site that I did. Go to the <a href="http://www.google.com/apis/maps/documentation/">Google Map documentation</a> for more details.</p>



Share and Enjoy


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;bodytext=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="Digg"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;notes=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="del.icio.us"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;t=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page" title="Facebook"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;annotation=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="Google Bookmarks"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" /></a>
	<a rel="nofollow"  href="http://posterous.com/share?linkto=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;selection=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="Posterous"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/posterous.png" title="Posterous" alt="Posterous" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page" title="Reddit"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page" title="StumbleUpon"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;t=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;s=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="Tumblr"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/tumblr.png" title="Tumblr" alt="Tumblr" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page%20-%20http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F" title="Twitter"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" /></a>
	<a rel="nofollow"  href="http://www.friendfeed.com/share?title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;link=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F" title="FriendFeed"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;source=Web+Standards%2C+Accessibility+%26amp%3B+More+Personal+blog+of+Dennis+E.+Lembree%2C+web+site+professional&amp;summary=So%20you%20want%20to%20embed%20an%20interactive%20Google%20Map%20on%20your%20web%20page%3F%20Here%20are%20the%20basic%20steps%2Finstructions%20to%20do%20so.%0D%0A%0D%0A1%29%20Go%20to%20the%20Google%20Maps%20API%20page%20and%20request%20a%20free%20API%20Key.%20You%27ll%20get%20the%20key%20and%20some%20sample%20code.%20It%27s%20good%20for%20all%20pages%20under%20o" title="LinkedIn"><img src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

