<?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>Thu, 24 May 2012 07:23:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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>
<!-- Start Sociable --><div class="sociable"><div class="sociable_tagline">Be Sociable, Share!</div><ul class='clearfix'><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&body=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&ui=2&tf=1&shva=1"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" 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&title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" 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"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?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;srcURL=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;srcTitle=Web+Standards%2C+Accessibility+%26amp%3B+More+Personal+blog+of+Dennis+E.+Lembree%2C+web+site+professional"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" 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"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-44'), event, 'post-44')" onMouseOver="more(this,'post-44')"><img style='margin-top:9px' src='http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-44')" id="sociable-post-44" style="display:none;">   
    <div style="top: auto; left: auto; display: block;" id="sociable">

		<div class="popup">
			<div class="content">
				<ul><li style="heigth:32px;width:32px"><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?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"></a></li><li style="heigth:32px;width:32px"><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=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%20(via%20@sociablesite)%20/blogplay.com/%20blogplay.com"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?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"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&amp;Title=Simple%20Instructions%20for%20Google%20Map%20on%20Web%20Page&amp;URL=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=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"></a></li><li style="heigth:32px;width:32px"><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&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"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fweboverhauls.com%2Fdennislembree%2Fblog%2F2007%2F02%2F16%2Finstructions-for-google-map-on-web-page%2F"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" 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"></a></li><li style="heigth:32px;width:32px"><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome"  onClick="javascript:AddToFavorites();"></a></li></ul>			
			</div>        
		  <a style="cursor:pointer" onclick="hide_sociable('post-44',true)" class="close">
		  <img onclick="hide_sociable('post-44',true)" title="close" src="http://weboverhauls.com/dennislembree/blog/wp-content/plugins/sociable/images/closelabel.png">
		  </a>
		</div>
	</div> 
  </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" data-text="Simple Instructions for Google Map on Web Page - http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/  *blogplay.com* blogplay.com" data-url="http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://weboverhauls.com/dennislembree/blog/2007/02/16/instructions-for-google-map-on-web-page/" data-counter="right"></script></li></ul></div><!-- End Sociable -->]]></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>

