Firefox will rotate the web

One new feature that Mozilla will include as part of Firefox 3.6 is a support for web pages to access machine orientation information if it’s available. As you can see from the demo above you can use it to figure out if the machine is moving and what direction it’s facing. Using the API is very simple. All you have to do is add a simple event listener:

window.addEventListener("MozOrientation", function(e) {
/* 3 values: e.x, e.y, e.z */
}, true);



Originally they built as something that they would include for the upcoming mobile browser release, they’ve made it available on desktop systems as well. Many modern Macbooks and Thinkpads contain devices and drivers that expose this information. They’ve added support for Linux, Macs and some Thinkpads where drivers and devices are available.

I´m not sure, why they did it and which applications can use that function in a senseful way. We will see…

via Mozilla Hacks

This post was written by Thomas
on October 14th, 2009

envis on facebook

facebook

For those of you who don’t know this already: we also have a page on facebook now! If you become our fan, we’ll automatically keep you updated on the latest developments of interaction design, technology and of course our own little endeavor. Plus: we can then show off having you as a friend!

This post was written by Philipp
on September 16th, 2009

New on our portfolio: Q & Awesome

dd4d-blog

We just added a new project to our portfolio! »Q & Awesome« is an installation and web application for large conferences that makes Q&A sessions much faster and more effective. Read all about it on the official portfolio page.

This post was written by Philipp
on September 13th, 2009