Managing Tech

ad

Entries Tagged ‘javascript’

Javascript Reverse Geo options (that work outside the US)

A HTML5 mobile app that I was working needed to get the city and province (ie state for you non-Canadians) that the user was in. Using the HTML5 geolocation method made it easy to get the latitude and longitude. But the missing piece was how to translate that into city, county (if applicable) and province/state. [...]

Leave a Comment

New version of jQuery released – even faster

On the weekend, a new version of jQuery was relesed (1.4.2). What was already a good library has been optimized and runs even faster. Those that make heavy use of the library might want to try and upgrade. And obviously, any new projects should start with the latest version.

Leave a Comment