Tag Archives: geolocation

Geolocation – Setting your position manually

I thought that this was written down somwhere, but I couldn’t easily find it…. so If you know how to muck with about:config, there is an easy way to set your location manually.  First figure out your longitude and latitude.  There area bunch of tools on the web that gets you this.  Once you have [...]
Posted in mozilla | Also tagged , | 14 Comments

Opera 10.6 Beta – Geolocation

Oh, cool!  Opera has geolocation! Opera employees do lots of heavy lifting on standards.  During my involvement at the geolocation working group, I saw first hand the great to work that the Opera folks do (Hi Lars-Erik + Max!).  And it is really great to see that this work be put into a product and [...]
Posted in mozilla | Also tagged , , | 6 Comments

Geolocation support in add-ons

Today, I checked-in a set of changes that will allow mozilla addons the ability to acquire the location information. It is pretty simple to do: geolocation = Cc["@mozilla.org/geolocation;1"] .getService(Ci.nsIDOMGeoGeolocation); geolocation.watchPosition(successCallback); In this trivial example, the object |geolocation| is fully compatible with the W3C’s geolocation object that exists under the navigator object in web content. |successCallback| [...]
Posted in mozilla | Also tagged , | 5 Comments

Location Privacy

A month ago, I was at the MetaPlaces conferences on a panel on Privacy. Dev, the moderator, asked a really interesting question: “what are you most scared about”. It is a very interesting question. Sitting next to me was the head lawyer of the CDT, someone who has giving me tons of grief about the [...]
Posted in General | Also tagged | Leave a comment