#Day32
MTA Lab javascript: https://gist.github.com/wofockham/06f6c9bad2abb985bdc9 Morning exercise: https://gist.github.com/mathildathompson/9923964
Javascript docs: https://gist.github.com/wofockham/3d9bd55fbe655cba06d3
Lisp programming language
####DOM: Document Object Model
Creates a model of the HTML file to create a page and then Javascript makes changes to this model that gets display on the actual web page.
Wikipedia about DOM: http://en.wikipedia.org/wiki/Document_Object_Model
Event-driven model: when an even occur, a certain part of the code is run. Example: when the users clicks, the color changes.
####Animations http://www.teaching-materials.org/javascript/slides/animevents.html
The DOM can be manipulated in the console and it doesnt change the original document.
####Images placeholders
Example: input say my name: http://jsbin.com/lomepayu/1/edit http://jsbin.com/lomepayu/2/edit
Mad Libs & Calculator exercises: https://gist.github.com/wofockham/54ef44f27bce00e8f1f7
Image width and opacity change: http://jsbin.com/canirixe/1/edit
###HOMEWORK:
Part one: https://gist.github.com/coldhead/e6dea71f148f948ba3d3 Part 2: http://discover-devtools.codeschool.com/ Part 3: https://www.khanacademy.org/computing/cs/programming