Tag Archives: browser

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

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

Layout Engine Internals Video

David Baron spoke last week at the Google Tech Talks.  It is a great talk if you want to understand a how browser work. [youtube=http://www.youtube.com/watch?v=a2_6bGNZ7bA]
Posted in mozilla | Also tagged , , , | Leave a comment