Category Archives: HTML5

Caridy Patino @ DevCon5 NYC

Caridy describes how Yahoo! built Axis on three different platforms using Mojito. He talked a lot about lessons learned while building a complex UX on iOS, Android, and Chrome desktop. Build mobile products atop platforms designed for mobile products, lest … Continue reading

Posted in HTML5, Trip Reports, Uncategorized | Leave a comment

Tyler Smith (AppMobi) @ DevCon5 NYC

Tyler Smith talks about how to make great cross-platform games with HTML5 * Research and choose an HTML5 game engine (see bebraw’s excellent list at github) based on features you need, size, cost, and mobile compatibility. Beware of open source … Continue reading

Posted in HTML5, Trip Reports, Uncategorized | Leave a comment

David Kaneda @ DevCon5 NYC

David Kaneda is talking at DevCon5 NYC talking about cross-device development: * You only get access to four touch events on most devices right now. See Boris Smus’s pointer.js as a nice abstraction layer. Enhance your hit radius for touch … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

Greetings from DevCon5 NYC

Greetings from DevCon5 NYC. Our morning starts with Peter Lubbers giving an HTML5 overview. He’s reminding us about some important fundamentals: * Web Origins (see RFC 6454) are everywhere. You need to understand not only how they regulate JavaScript execution, … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

John Lilly – Lessons From Mozilla: WordCamp San Francisco 2009

I know I’m a bit late to the party, but I just watched this: John Lilly – Lessons From Mozilla: WordCamp San Francisco 2009. John lays out the state of the world from the Mozilla point of view back in … Continue reading

Posted in HTML5, Mozilla | Leave a comment

HTML5 Gaming, Ashley Gullen (Scirra) and Tyler Smith (appMobi), DevCon5

Notes from HTML5 Gaming, Ashley Gullen (Scirra) and Tyler Smith (appMobi), DevCon5 Scirra makes Construct2 The number one reason why your App is slow — software rendering instead of HW acceleration Why? graphics card drivers are a big, abysmal mess; … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

Intro to Canvas, 8bitrocket, DevCon5

Notes from an Intro to Canvas, 8bitrocket, DevCon5 Firefox Canvas performance got really bad six months ago, slowly coming back now Retained mode (Flash, DOM) versus Immediate mode (Canvas) They still use Modernizr.js to test for Canvas support They end … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

State of Mobile Web Gaming, Keith Wright, DevCon5

Within Android, breathtaking diversity of screen resolution, processor speed — HTML/JS/CSS parse speed ranges from 0.4 to 1.4 seconds (put JS at end of the page!) even with JS in cache later OS version doesn’t guarantee better device (see Cricket … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

David Kaneda, Mobile Design, DevCon5

-webkit-touch-overflow is cool but only mobile safari; in the meantime, see iscroll4 Sencha invested several engineers for six months making the scroller work well Zynga just released their scroller (can also work with Canvas) David isn’t impressed with the current … Continue reading

Posted in HTML5, Trip Reports | Leave a comment

Ronjon Nag, Future of Blackberry, DevCon5

BlackBerry 10 Jam coming next week in Orlando, FL many acquisitions including torch mobile, the astonishing tribe set the stage for blackberry 10 platform Q: why BlackBerry? A: 77 million smartphone subscribers; 55 million blackberry messenger subscribers; 75,000 Apps with … Continue reading

Posted in HTML5, Trip Reports | Leave a comment