Creative Technology . Ideas for Digital Media

Archive for October, 2009

HTML5 – Apple.com

My friends on the web team at Apple,  helped create one of the first uses of HTML5 video tags on a production site. The HTML5-video-fied videos are for the new iMac and Magic Mouse. Using a non-webkit powered browser, you’ll see the original QuickTime version. This is actually pretty significant when you think about it on the scale of apple.com. Accomplishing this for a site like Apple.com, with all the technical, logistical, and political hoops that must be attended to, is a big accomplishment. Congrats guys!This got me thinking more about HTML5, which, admittedly, I’ve only been watching from afar. I found this summary off some of the new features:1. Web workers. I don’t really get the naming of this, but it’s cool! Basically, the ability to create separate background processes that can run without bogging down the performance of your webpage.2. Video. Embed video without plug-ins as just done by Apple.com….but what about the codec?3. Canvas. Some people don’t see the value of this, particularly if you only reference the example given here. But I can appreciate the potential.4. Application Cache (probably most interesting to me) Store content for applications locally, without needing to beonline and connected to a database on a server somewhere.5. Geolcation. Location information  - via GPS, IP, WiFi, RFID, Bluetooth.

No comments