CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
Jquery to find user information
Niplo
Permalink to comment
#
September 2011
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?
Mottie
Permalink to comment
#
September 2011
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.
Add a Comment
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?