Notes From Chapter 1

Big Ideas

HTML.5 makes coding a lot eaiser to code

Java script opens up the door to so many new oppertunites that were previously only possible with plugins. Offline accesibility is also now possiable

  1. First html.5 works by first the wepage loads your document
  2. Second an internal mockup of document is created
  3. Third your webpage loads your java script, typically after the wepage is done loading.
  4. Lastly the API's give you access to 2d drawings and a bunch of other technologies
  • Practice
  • Practice 2
  • Practice 3