目錄表

HTML5

MSDN: http://msdn.microsoft.com/en-us/library/hh673546%28v=vs.85%29.aspx

Samples & Examples

HTML 5 Demos and Examples

IE Test Drive

File API

MSDN: http://msdn.microsoft.com/en-us/library/hh673542%28v=vs.85%29.aspx

http://robertnyman.com/html5/fileapi-upload/fileapi-upload.html

Reading local files in JavaScript

HTML5 Multiple File Upload with Progress Bar

Utilizing the HTML5 File API to choose, upload, preview and see progress for multiple files

input type=file element | input type=file object

Reading local files in JavaScript

HTML5 - File API 簡易教學

HTML5 Music Player

Video

HTML5 Video Events and API

Popcorn.js - The HTML5 Media Framework

HTML5 Rocks Tutorials

Canvas

Fun with the HTML5 Canvas

Web Sockets

Flexbox

Misc

Asynchronous script execution

<script async src="widgets.js"></script>
<script defer src="widgets.js"></script>