-
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 11 minutes ago from web
- and... told... to... turn... it... down... come on JS guys.. wth. about 20 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: htc
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 browser, device api, mobile, mozilla, orientation, wince, windows mobile 2 Comments
A Short History of Mozilla on Windows Mobile
I thought it might be nice to reflect on my involvement in porting the Mozilla to Windows Mobile. In 2004 we had a project called Minimo — it was meant as a lighter weight build-time configuration of Mozilla for GTK. To showcase the build options, we had an application called TestGtkEmbed that developers could use [...]
Milestone 1: Fennec for Windows Mobile
Today we are releasing a pre-alpha version of Fennec for Windows Mobile. This release is pre-alpha. Did I say pre-alpha? Yes, this is pre-alpha and has a way to go in both stability and performance before we release this as “1.0″. Please try out and give us feedback! Please file bugs at bugzilla.mozilla.org. Download link: [...]
Orientation in Firefox and beyond