Tag Archives: mozilla

Geolocation Address

Last week, I pushed a change that will enable tomorrow’s trunk Firefox builds (Minefield) to access user-readable position information. For example, instead only being able to work with: 37.3882005, -122.0834553 You can see the physical address as: 650 Castro St, Mountain View, California, 94041, US This should help aide the many people that already know [...]
Posted in mozilla | Also tagged , , | 11 Comments

Geolocation in Firefox 3.5 and Fennec

I’m excited to introduce a new feature in Firefox 3.5 Beta 4 that I’ve been working on called geolocation. Geolocation is an opt-in tool that lets users share their location information with web sites through Firefox and will enable a new range of services on the web. Geolocation can make web sites smarter and you [...]
Posted in mozilla | Also tagged , , , | 73 Comments

Device Orientation

I have a proposal for exposing device orientation in the browser. It is a pretty simple api that allows you to monitor motion changes from Javascript. For example: navigator.orientation.watchOrientation(draw); function draw(o) { // o.x, o.y, o.z } o in function draw is a vector in three dimensional space in meters / (seconds^2) units. This allows [...]
Posted in mozilla | Also tagged , , , , , , | 2 Comments

geolocation brown bag

tomorrow at 12:30 pm PT, I am giving a brown bag on Geolocation. It will be broadcasting over air mozilla (http://air.mozilla.com/). If you are interested in geolocation stuff in the browser, please tune in!
Posted in mozilla | Also tagged | Leave a comment