To begin with my first note on this blog, I ‘ll talk a bit of HTML5, I suppose that, with the buzz on the internet, everyone knows what i’m talking about! The new HTML norm has already appeared to wide public with Youtube and it’s video player written with html5 instead of Flash.
But for a Web developer, it’s interesting to see the infinite possibilities! For example, the html5vsflash website shows us a beautiful demonstration of flash animations reproduced with HTML5 without get a up to date flash version. (useful for the free only community, for who flash is an heretic anti-free software and they refuse to use the flashplugin-nonfree).
Html5.VS.Flash includes a bit of comics humor by placing the two heroes: Flash & Green Lantern with an apple, but don’t make confusion between HTML5 and the Apple company!
The documents structure is now easier to analyse to use the common CSS properties:
<br /><!doctype html><br /><html><br /><head><br /><%%KEEPWHITESPACE%%> <title>Page title</title><br /></head><br /><body><br /><%%KEEPWHITESPACE%%> <header><br /><%%KEEPWHITESPACE%%> <h1>Page title</h1><br /><%%KEEPWHITESPACE%%> </header><br /><%%KEEPWHITESPACE%%> <nav><br /><%%KEEPWHITESPACE%%> <!-- Navigation --><br /><%%KEEPWHITESPACE%%> </nav><br /><%%KEEPWHITESPACE%%> <section id="intro"><br /><%%KEEPWHITESPACE%%> <!-- Introduction --><br /><%%KEEPWHITESPACE%%> </section><br /><%%KEEPWHITESPACE%%> <section><br /><%%KEEPWHITESPACE%%> <!-- Main content area --><br /><%%KEEPWHITESPACE%%> </section><br /><%%KEEPWHITESPACE%%> <aside><br /><%%KEEPWHITESPACE%%> <!-- Sidebar --><br /><%%KEEPWHITESPACE%%> </aside><br /><%%KEEPWHITESPACE%%> <footer><br /><%%KEEPWHITESPACE%%> <!-- Footer --><br /><%%KEEPWHITESPACE%%> </footer></p><br /><p></body><br /></html><br />
To finish this little presentation, this link show you the start of an FPS entirely made with HTML5 and Javascript!
sources:
http://net.tutsplus.com/category/tutorials/html-css-techniques/
http://html5tutorial.net/category/general
http://html5vsflash.tumblr.com/













Slides/exercices/livres concernant mes cours à Linköping!