Skip to content

Instantly share code, notes, and snippets.

View moskowite's full-sized avatar

Tyler Moskowite moskowite

  • Santa Rosa, CA
  • 17:25 (UTC -07:00)
View GitHub Profile
@whyisjake
whyisjake / index.html
Created February 28, 2012 22:03
Get Users Lat and Longitude
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Get web visitor's location</title>
<meta name="robots" value="none" />
</head>
<body>
<div id="yourinfo"></div>
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAp04yNttlQq-7b4aZI_jL5hQYPm-xtd00hTQOC0OXpAMO40FHAxQMnH50uBbWoKVHwgpklyirDEregg"></script>
<script type="text/javascript">