HTML 5

I’m not a web designer (anymore) and I just stopped teaching web design courses earlier this year. I’ve been reading a lot about the new spec for HTML, which is HTML 5. If you do design pages, or even HTML pages that end up in LMS’s, then HTML 5 will be a game changer for you. First of all, the canvas element is something that will be huge. I talked a little about it in the previous post, but if you’ve ever attended a Wimba or Elluminate session, you’ve seen the whiteboard interface that those products provide. Canvas can act like a whiteboard – the interactivity isn’t there yet, but I can see a Javascript library extending the functionality of the canvas.

Also, inline support for video types (well, two video types) will also change how things work.  No more embedding in a player, as long as you use Ogg Vorbis and H.264. All that will be handled native in the browser. No more broken plug-ins, no more codec hunting (well, you’ll probably have to do this anyways). Of course, to get videos to display across all browsers, you’ll have to encode twice – once in the format that Firefox and Opera understand (Ogg Vorbis) and once in the format that Safari and Android browsers understand (H.264). Thankfully, Chrome understands both and Internet Explorer understands neither. I would suspect that IE will be the traditional pain in the ass that it is, and only support Windows Media formats.

Edit: IE will support H.264.