-
My Recent Posts
My Recent Tweets
- skyfire is the first link if you search for "mobile browser" on google, second on bing, and non-existent on yahoo. about 8 minutes ago from web
- and... told... to... turn... it... down... come on JS guys.. wth. about 17 minutes ago from web
- Pro Tip: Don't twitter "*yawn*" while in a staff meeting. about 4 hours ago from web
- *yawn* about 4 hours ago from web
- I do not lie when I say Rogers Deli makes the best sandwiches in Mountain View. about 23 hours ago from web
- "Package 'adobe-flashplugin' is virtual." 07:59:14 PM July 26, 2010 from web
- Great Job EFF! Jailbreaking is legal. http://news.yahoo.com/s/ap/20100726/ap_on_hi_te/us_tec_digital_copyright 06:20:10 PM July 26, 2010 from web
- XML Parsing Error: undefined entity Location: http://us.battle.net/en/ Line Number 68, Column 33: #fail 06:06:29 PM July 26, 2010 from web
- 8 bit color cycling in html5. http://www.effectgames.com/demos/canvascycle 03:21:07 AM July 26, 2010 from web
- Watching some band that is a cross between NIN and Garth Brooks at the Garlic Festival. 07:07:40 PM July 25, 2010 from Twitter for Android
Tag Archives: device api
Labyrinth Game in the browser
A few months ago, I mentioned the game Labyrinth and how I wanted this to work in the browser. Syd Lawrence took up the cause and put together a cool implementation. Play it here. You must be running Firefox 3.6 RC or better. This uses the new orientation events added to Firefox 3.6. Syd also [...]
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| [...]
Orientation Update…
A few days ago, I blogged about orientation support in Firefox. I am happy to report that linux patches landed over the weekend. (We also have Window Mobile and Thinkpads running Windows patches in the review process.) If you a linux laptop and have a few minutes, please download one of the Firefox Trunk nightly [...]
Desktop Notifications