Vlachs Posted June 12, 2012 Report Posted June 12, 2012 Welcome 1m 1s What you should know 1m 44s Using the exercise files 43s 1. Getting Started 15m 41sIntroduction to JavaScript 8m 6s Creating your first JavaScript 2m 13s Getting to know the tools and applications 5m 22s 2. Core JavaScript Syntax 56m 8sUnderstanding the structure of JavaScript code 7m 9s Where to write your JavaScript 3m 56s Creating variables 6m 21s Working with conditional code 5m 44s Working with operators 13m 28s Sending messages to the console 2m 59s Working with loops 8m 1s Creating functions 8m 30s 3. Types and Objects 35m 25sWorking with arrays 7m 57s Working with numbers 6m 13s Working with strings 7m 39s Working with dates 5m 38s Working with objects 7m 58s 4. Understanding the Document Object Model 9m 6sWhat is the DOM? 5m 49s Working with nodes and elements 3m 17s 5. Working with the Document Object Model 25m 17sAccessing DOM elements 11m 3s Changing DOM elements 5m 42s Creating DOM elements 8m 32s 6. Working with Events and Event Listeners 24m 45sIntroduction to JavaScript event handling 8m 16s Working with onClick and onLoad events 7m 36s Working with onBlur and onFocus events 2m 36s Working with timers 6m 17s 7. Debugging JavaScript 21m 41sCommon JavaScript errors 7m 14s Using Firebug 4m 7s Going through a debugging session 10m 20s 8. Building Smarter Forms 10m 13sAccessing form elements 4m 20s Preventing a form from being submitted 2m 36s Hiding and showing form sections 3m 17s 9. UI Enhancement 9m 49sCSS and JavaScript 3m 46s Removing and applying CSS classes 2m 16s Changing inline styles 3m 47s 10. JavaScript Best Practices 19m 44sUnderstanding JavaScript style 7m 39s Minifying your code 4m 28s Using JavaScript code checkers 7m 37s 11. JavaScript Libraries 22m 24sIntroduction to JavaScript libraries 3m 17s Linking to multiple JavaScript files 2m 11s Introduction to jQuery 12m 7s Using a content distribution network to deliver JavaScript files 4m 49s 12. JavaScript and HTML5 17m 35sJavaScript in HTML5 9m 37s Using Modernizr 3m 2s Using Strict Mode 4m 56s 13. Advanced JavaScript Features 33m 3sKnowing the JavaScript to avoid 6m 35s Introduction to regular expressions 6m 56s Working with AJAX 10m 44s Working with objects and prototypes 8m 48s 14. Putting It All Together 21m 10sExample: Countdown 8m 3s Example: Resize 5m 47s Example: Accordion 7m 20s Conclusion 4m 58sWhere to go from here 4m 0s Goodbye 58s http://www.mediafire.com/?45kdcpax7s6icpa Quote