HTML5, my dive head first

HTML5 is really starting to make some ground. With YouTube successfully using HTML5 for video, and iOS4 not supporting flash. If you want to be displaying video on an iphone, then you are going to want to use html5.

After diving in head first, I am a little worried about the non strict nature of html5, having used xhtml for a while, I really like the xml style of html writing and will continue to use this code style, because for me it is much more readable.

The audio and video formats were a bit confusing at first due to their codec issues, but I have learned ways to do audio and video tags so they degrade nicely even in older Microsoft based browsers.

The canvas tag I still have mixed feelings about, it seems like an awful lot of trouble to implement these things inside canvas especially when words inside canvas are not accessible to screen readers.

While I am excited about the new header, footer, and aside tags, i think that adoption of this particular set of features will take a while to pickup.

The idea behind having html markup replace some webform javascript is prettybadass, though until there are some better ways to change the display of these features, and better adoption of html5 form features, these will be reserved for those who are ok only working in a handful of newer browsers, and some of the interfaces being ugly and infinitely better looking in javascript.

That said HTML5 has an interesting feature set, which I am excited to use in upcoming projects. I look forward to native multimedia components, greater html5 browser adoption, and improvements in CSS to include these new html5 form elements.

Related Posts

PHP to Drupal: Get up to speed with drupal from a php developer background

While working on various projects with drupal I realized that there is really no one definitive place which lists the concepts that you need to become familiar with when dealing with drupal. So I decided that I would put them in one place for people who maybe are experienced php developers who are trying to learn to work with drupal for the first time.

HTML5 is kind of complicated

HTML5 is kind of complicated but then if sites like you tube have began using it then it means that it is slowly getting more popular.
The Vineyards Summerlin

There's always a learning

There's always a learning curve, luckily its usually an exponential one. Good luck!
http://www.realnioxinreviews.com

Great article! I appreciate

Great article! I appreciate you quick overview of the benefits of HTML5. I really learned a lot of new from this article http://www.picktorrent.com/download/13/9745771/introducing-html5 but yours impressed me as well. As a web developer, I am often concerned with issues of back-ward browser compatibility. I'm not sure what an HTML5 website will look like in older web browsers, so I will most likely be holding off on mass implementation for now. With multimedia - especially video - becoming more and more important online, any tools to make it easier for including that content in website content is a definite step forward. I develop CMS websites for my clients, so making it easier for them to add multimedia is worth looking into.

Post new comment