1: Use web storage in place of cookies
2: Use CSS Transitions instead of JavaScript animation
3: Use client-side databases instead of server roundtrips
4: JavaScript improvements lend considerable performance advantages
5: Use cache manifest for live sites, not just offline apps
6: Enable hardware acceleration to enhance visual experience
7: For CPU-heavy operations, Web Workers deliver
8: Use HTML5 Form attributes and input types
9: Use CSS3 effects instead of requesting heavy image sprites
10: WebSockets for faster delivery with less bandwidth than XHR
Bilddateien online in Base64 umwandeln Einfach die URL zu einem Bild eingeben und direkt im Anschluß den Base64-Code verwenden.
Dive into HTML5 Eine ausführliche und leicht verständlich geschrieben Einführung in die Welt von HTML5