HTML5

TwitterFacebook
Get flash to fully experience Pearltrees
Feature table embedding The WCIU compatibility tables can be embedded through an iframe on your own website by appending "/embed" to any feature page's URL like this: http://caniuse.com/[feature id]/embed For additional customization, use the following form: Terms of use Use at your own discretion, and please do not abuse. While the service should be pretty reliable, I make no guarantees for uptime, correctness, etc. http://caniuse.com/#feat=json

When can I use... Support tables for HTML5, CSS3, etc

http://webdesigneraid.com/5-undeniably-awesome-things-html5-can-teach-you-now/ If you’re always reading or checking our blog, we are a big fan of HTML5. We even code and design a single-page HTML5 portfolio , we curated a list of HTML5 canvas graphing solutions , a collection of HTML5 Sketching tools and we even have our weekly HTML5 series; volume 1 and volume 2 . We do have also a step-by-step HTML tutorials for you to look at.

5 Undeniably Awesome Things HTML5 Can Teach You Now! | Web Designer Aid - Vimperator

http://ecma262-5.com/ELS5_HTML.htm#Section_11.9.3

ELS5_HTML - Vimperator

ECMA-262 5th Edition in HTML Format Complete document Ecma Standards and Technical Reports are made available to all interested persons or organizations, free of charge and copyright, in printed form and, as files in Acrobat ® PDF format. For more information, see http://www.ecma-international.org/publications/index.html This version was created by Richard Mallonée.

Les PDF succombent à la tentation du HTML5 et du JavaScript, pdf.js : un projet de la fondation Mozilla

Les navigateurs reposent à présent sur des plug-ins pour afficher les fichiers PDF, mais cela pourrait bientôt changer avec la révélation d'un nouveau projet de la fondation Mozilla. Ce projet en développement depuis quelques mois s'appelle « pdf.js ». Il substitue d'une manière encore perfectible, mais prometteuse, les rendu des plug-ins avec la balise <Canvas> (de dessin 2D en HTML5), pilotée par du JavaScript. Une démonstration disponible sur le site du contributeur principal du projet (le chercheur Andreas Gal) permet de parcourir les pages d'un fichier PDF d'exemple, riche en combinaisons de textes et d'illustrations, ou d'essayer avec son propre document. http://www.developpez.com/actu/34669/Les-PDF-succombent-a-la-tentation-du-HTML5-et-du-JavaScript-pdf-js-un-projet-de-la-fondation-Mozilla/

There's more to HTML escaping than &, <, >, and "

A few days ago I tweeted : If I had a dollar for every HTML escaper that only escapes &, <, >, and ", I'd have $0. Because my account would've been pwned via XSS." This was exaggeration for effect—there aren’t many cases where a simple XSS injection could actually empty a bank account—but I wanted to make a point. By some coincidence, I’ve found myself working with various open source projects recently that take a half-assed approach to HTML escaping. http://wonko.com/post/html-escaping
http://net.tutsplus.com/tutorials/javascript-ajax/canvas-from-scratch-transformations-and-gradients/

Canvas From Scratch: Transformations and Gradients

This entry is part 3 of 4 in the Canvas From Scratch Session - Show All « Previous Next » In this article, I’m going to walk you through transformations in the canvas, as well as shadows and gradients. Transformations are an extremely valuable set of methods that allow you to start being creative with the way you draw objects on the canvas. Let’s get started after the jump!

The Ultimate HTML5 Tutorials and Useful Techniques

We always prefer new technology and techniques for make better performance in our work, we’re talking about new new fundamental markup language for the web – HTML5 that you all love so much. HTML5 is giving web designers and developers new capabilities in the world of web development. With the presence of HTML5 , web application development will be more fun. HTML5 introduces a number of new elements and attributes that reflect typical usage on modern websites. Some of them are semantic replacements for common uses of generic block (<div>) and inline (<span>) elements, for example <nav> (website navigation block) and <footer> (usually referring to bottom of web page or to last lines of html code). http://www.dzinepress.com/2011/04/the-ultimate-html5-tutorials-and-useful-techniques/