http://net.tutsplus.com/tutorials/design-tutorials/quick-tip-how-to-work-with-font-face/
Jan 13 2012
7 HTML5 File Uploading Tutorials
http://html5designblog.com/2012/01/03/html5-file-uploading-tutorials/
Mar 29 2011
HTML5 canvas – the basics
The HTML5 specification includes lots of new features, one of which is the canvas element. HTML5 canvas gives you an easy and powerful way to draw graphics using JavaScript. For each canvas element you can use a “context” (think about a page in a drawing pad), into which you can issue JavaScript commands to draw […]