creativelibrarian.com

The Creative Librarian is a hub for matters important to librarians/information scientists of today. There is a definite lean towards electronic issues, however it isn’t restricted to only those. Hopefully this site will also be useful for informing non-librarians on these issues as so many of them affect us all.

HTML5 and you

I imagine if web managers in libraries have even heard of HTML5 they consider it something to worry about in a few years. The truth is that it brings a lot of useful options that can be used now in most browsers, including IE6 (with a small javascript).

The thing that should make librarians happy is increased relevance of the code to the content. A header is marked <header> instead of <div id=“whatever”>, and so on. Not only is it more difficult for humans to read though and change when needed, computers have a harder time which complicates format changes. I have spent untold hours cleaning up old and unreadable code for simple website redesigns. Imagine the problems turning web content into handouts.

Another plus no one has spoken of is the fact that unlike earlier HTML tags, the new HTML5 tags don’t have predefined presentation in the browsers. When I redesigned this site I used HTML5 and it was the easiest browser verification I’ve ever had. It looks pretty much the same in all the major browsers and the problems in IE6 (which are most likely from the advanced CSS selectors I used instead of the html) don’t effect the readability of the content in the least.

If I’ve piqued your curiosity, the collection of HTML5 resources and tutorials at Speckyboy Design Magazine should give you a good start on learning the HTML specification.

This entry was posted on Sunday, December 13th, 2009 at 12:28 am and is filed under Website Design. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.

Comments are closed.