Course Resources and References
This is a growing list of resources in support of the aims of this course.
Javascript
- Eloquent Javascript: Second Edition by Marijn Haverbeke.
- Plain JS: a reference for working with the Document Object Model (DOM) without the need for jQuery
Javascript Debugging and Testing
- Google Developers > Javascript Console : a primer to the Google Chrome Developer’s Console for Javascript
Wordpress Resources
Learning Code and Having Fun
Human Resource Machine : a coding game available on lots of platforms
Coding Culture
- tl;dr : too long, didn’t read. Useful for sharing a quick summary of an article/post that you know someone won’t read.
- RTFM : “read the friendly manual.” Substitute your favorite “f-ing” four-letter word for “friendly.”