Hi Everyone.
I’ve been playing with the Javascript Geolocation API on my
iPhone and I’ve set up a Safari home page that sends the
co-ordinates of my iPhone to my server whenever the browser
is started so I can see where it’s being used. All in
Javascript, no need for the SDK or a dev license.
Looking forward to seeing you at Ajax Pub Nite to see
what you’ve been up to.
var deets = {
'what' : 'Ajax Pub Nite',
'when' : Date.parse('Monday, August 10, 2009 7:00pm'),
'where' : {
'venue' : 'The Rhino, 1249 Queen St W, Parkdale'
'url' : 'http://therhino.ca'
'll' : '43.641778,-79.430707'
}
};
2 COMMENTS