Re: [Tutor] JS for location detection

2010-06-06 Thread bob gailer
On 6/6/2010 6:59 PM, Alan Gauld wrote: "Gaurav Kalra" wrote The list was suggested to me by a friend and he said that it's for General Programming discussions as well. Am sorry if I broke the laws of the list. But since I have already posted, if anyone up here is with a solution; please PM

Re: [Tutor] JS for location detection

2010-06-06 Thread Alan Gauld
"Gaurav Kalra" wrote The list was suggested to me by a friend and he said that it's for General Programming discussions as well. Am sorry if I broke the laws of the list. But since I have already posted, if anyone up here is with a solution; please PM me. It is for general programming dis

Re: [Tutor] JS for location detection

2010-06-06 Thread Gaurav Kalra
On Mon, Jun 7, 2010 at 01:13, bob gailer wrote: > On 6/6/2010 2:29 PM, Gaurav Kalra wrote: > >> Hi all, >> >> I was trying to get the user location based on 4 levels. >> 1. Try for Navigator telling the location (W3C recommendations followed) >> 2. In case the location is not available, fallback

Re: [Tutor] JS for location detection

2010-06-06 Thread bob gailer
On 6/6/2010 2:29 PM, Gaurav Kalra wrote: Hi all, I was trying to get the user location based on 4 levels. 1. Try for Navigator telling the location (W3C recommendations followed) 2. In case the location is not available, fallback on Google Gears 3. Again if not available, fall back on Google Aja

[Tutor] JS for location detection

2010-06-06 Thread Gaurav Kalra
Hi all, I was trying to get the user location based on 4 levels. 1. Try for Navigator telling the location (W3C recommendations followed) 2. In case the location is not available, fallback on Google Gears 3. Again if not available, fall back on Google Ajax API's (only for US) 4. Again if not avail