Is HTML5 ready to lure us away from native?

Is HTML5 ready to lure us away from native?

There has been a lot of buzz lately about HTML5 being the long sought-after alternative to the closed-market model currently making any reasonable mobile presence price-prohibitive for many companies.  After completing some recent work that pushed the envelope of what is possible with HTML5 on mobile devices, we asked ourselves – is HTML5 really ready to lure us all away from native application development.  The unanimous verdict was an overwhelming...

Recent Tutorials

ExternalInterface.call() problem with IE - Feb 28th 2009

If your Flash uses ExternalInterface.call() and you're getting and error in IE that says "Error:'null' is null or not an object" then you need to add an ID attribute to your <object> element. Read for more

Detecting Flash Player 10 - Feb 12th 2009

A quick and dirty method to check if your user is running Flash Player 10. This solution will not yeild detailed information on your user and is instead intended more for ensuring that your site is usable when using some of FP10s new goodies and your users are still on FP9.

Get .z value for Display Object - Feb 9th 2009

How to get the .z value for a display object that is relative to the stage (or, root). This is more just an attempt to propagate information that I thought was kinda hard to find.