I was wondering what service StackOverflow Careers use to determine their visitors location and if they can recommend a service.

link|improve this question
feedback

migrated from stackoverflow.com May 18 '11 at 9:40

This question came from our site for professional and enthusiast programmers.

1 Answer

There are many methods to do this sort of thing, such as the ever popular Maxmind GeoIP system (which ultimately is using whois data).

More accurate geolocation is available in more modern browsers using HTML5 features, but given browsers have to request permission to get this data, this method can be ruled out for the adverts you mention.

link|improve this answer
1  
We are in fact using MaxMind. It geocodes not just the Careers home page but the Careers ads you see on SO proper. – Matt Sherman May 19 '11 at 22:12
feedback

You must log in to answer this question.