JavaScript and the Browser

Controlling browsers with JavaScript.

Every major browser has a JavaScript engine built-in. As you'll see, the three core web languages, HTML, CSS, and JavaScript are all you need to build sophisticated web applications.

Here, you'll learn about the Web and Browser API's - a set of built-in functions that enable you to access all of the elements of a web page with JavaScript. You'll also learn about the DOM (Document Object Model) and how it works.


Skills covered in this course: JavaScript Functions DOM Objects Prototypal Inheritance Events

Lessons

1. Html Structure (6:47) Preview
2. DOM Intro (6:57)
3. DOM Levels Webapis (3:06)
4. Window Properties (9:12)
5. Window Methods (6:51)
6. Document (12:20)
7. Node Properties (8:14)
8. Node Methods (4:40)
10. Events Intro (9:12)
11. More Common Events (4:05)
12. Bubbling Target (6:27)
13. Propagation Phases (2:43)
14. Delegation (4:09)
15. Prevent Default (2:37)
16. Page Lifecycle (5:43)
17. Forms (8:06)
18. Form Validation (6:46)
19. Jquery (12:20)
20. Cookies (6:23)