Skip to content

Latest commit

 

History

History

HTML5-cheatsheet2

HTML5-cheatsheet2

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 demos:
    1. AudioAPI
    2. Audio Element (webaudio revisited -- tests): (NOTE: this is NOT AudioAPI but the <audio> element)
    3. drag & drop ¹
    4. gamepad ⁶ (note: it seems better to just map pad to keyboard strokes...)
    5. mouselock ⁶
    6. swipegesture ²: sketchpad + noclickdelay

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