Developing HTML5 Apps Jump Start (02b): CSS Selectors and Style Properties, Part 2

In this important module, Michael Palermo and Jeremy Foster focus on DOM interactions. This important module covers topics such as Querying the DOM, Manipulating the DOM, and Responding to events.
Complete course outline for the Developing HTML5 Apps Jump Start:
This series of videos are a great way to help you prepare for Exam 70-480. Register now to take the Programming in HTML5 with JavaScript and CSS3 exam (70-480) exam. The promotion for the free exam using the promo code HTMLJMP is over, no new registrations will be accepted using the code. If you've already registered using the code then you're set.
If you want to learn how to apply these HTML5 skills to build your own Windows Store app, check out the Developing Windows Store Apps with HTML5 Jump Start.
Excellent video. Thank you guys.
Jeremy, please note that not all the NodeLists are live. The NodeList returned by querySelectorAll is not live. This is true in win8 apps and also in the browser. The NodeLists returned by getElementsByClassName or getElementsByTagName or getElementsByName are indeed live.
Awesome jump start series guys... Thanks
Very informative videos.
Thanks you guys
Excellent material. I hope you continue to post more.
"horizontal knowledge, generating vertical growth. "
Cannot find Javascript Console in VS2012 - I searched everywhere for it, how do you get javascript console to open up??
Very nice and excellent material
Nice Videos. Helpfull in developement! Thanks Mans!!!
Great work for a quick start. Thanks guys.