I've started coding a Wordpress plugin called 'LocateMe', the aim being more to learn about Wordpress plugin development than anything else. As of yesterday, I've got the plugin part working quite nicely (take a look at the sidebar). The plugin basically enables a widget to be shown in the sidebar. This widget displays a Google map of my current location and the geolocation data for my current location. I use the Google Maps V3 JavaScript API for the geolocation and mapping data. The data is upd
More
