Skip to content

Latest commit

 

History

History

HTML5-cheatsheet1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HTML5-cheatsheet1

written by Nick Shin - [email protected]
this file is licensed under: Unlicense - http://unlicense.org/
and, is from - https://github.com/nickshin/CheatSheets/


WARNING: these are fairly old and i do not use anymore (for day to day development)

  • left here for reference...
  • covers the following HTML5 topics:
    1. canvas
    2. css3
    3. devicemotion ¹
    4. deviceorientation ¹
    5. eventsource ²
    6. fullscreen ¹
    7. geolocation ¹
    8. javascript ² classes and modules
    9. svg
    10. webaudio and webvideo
    11. webGL ¹: requestAnimationFrame (warning: many mobile browsers do not have hardware acceleration)
    12. websocket ²
    13. webstorage: appcache
    14. webstorage: FileReader ³
    15. webstorage: indexDB ² ⁴
    16. webstorage: localStorage
    17. webworkers ⁵

note: all files are written static (i.e. plain ol' HTML) so they can be looked up or run as-is.

  1. copy of reference source (or close to it) for testing purposes
  2. terse and was written to be re/usable
  3. WARNING: Safari does NOT support FileReader API (but WebKit [on Chrome] and Mozilla does).
  4. WARNING: WebKit has a slightly different handler requirement after accessing DB with no results
  5. WARNING: WebKit does NOT support subworkers (but Mozilla does). Mozilla does NOT support SharedWorker (but WebKit does).