Learning to Love JavaScript

Learn how to leverage the JavaScript libraries and APIs included in WordPress core to build rich, interactive user experiences on your sites.

Depending on time & overlap with other presentations, topics will include:
* Registering & enqueueing script files
* Embedding using script tags
* json_encode()
* wp_localize_script()
* Closures & Immediately-Invoked Function Expressions
* jQuery – DOM Selectors & Manipulation, other wins.
* AJAX ( including security measures like check_ajax_referer() & nonces )
* Callbacks & Promises
* Timeouts & Intervals
* Backbone / Underscore