Jeffrey Gelens

HTML5 (redesign)

Hello all, finally some activity again! I redesigned the site using HTML5. Although HTML5 is still a working draft, I will be ready for the next major revision of HTML ;). Most browsers already support the HTML5 elements and more of very cool features. Check this handy site for a comparison between the major browsers.

As usual, Internet Explorer does not support any HTML5 elements. However by defining the new elements as block elements it does render something useful, e.g.:

document.createElement("article");
document.createElement("nav");

With this hack, IE7 & 8 renders the site reasonably. IE6 becomes confused and practically ignores the CSS, so upgrade if you're still using it ;-).