treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Jquery to find user information

  • Does anyone know a way to find a users info like this:

    http://www.iplocationtools.com/index.html

    I want to use the user's info as a design element. I'm particularly keen on displaying their location, Co ordinates, Time zone, Time.

    Is there anyway to do this without using this service, something you can do on your own or via google?
  • I haven't really messed with this, but here is some information on HTML5 geolocation that will get you the longitude and latitude. I'm not sure how you could get time zone from there, but I'm sure something is out there.