Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.08 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.08 KB

Reading Material Browsers Week 1

Agenda

These are the topics for week 1:

  1. What is a web browser?
    • How a browser works
    • Different browsers work differently
  2. What is the Document-Object Model (DOM)?
    • JavaScript and the browser
    • The DOM
    • The Critical Rendering Path
    • Traversing the DOM
  3. What is DOM Manipulation?
    • Manipulating elements
    • Browser events
    • Event listeners and handlers
  4. Presentation module week 1

Week goals

All of the detailed information about every concept is in your study book. The following goal explanation will link you to the correct place to get studying. Read through the goal description once to get an idea of what you will be learning, then go through the different links (either from the agenda or this goal list).

This week we will learn about how we can use JavaScript to react to user interactions and change the website on the fly. We'll start off by learning about browsers here. After that we will look into something called the DOM that forms the framework of how a website is built, read all about that here. Then the fun part starts and we will have a look at how all the things we learned in the previous module can be used to actually interact with this DOM and adjust to pretty much anything the user does. Have a look here.

Besides that we will also work on our soft skills by following the first week of the presentation module. Have a look here to see what is expected.

Finished?

Are you finished with going through the materials? High five! If you feel ready to get practical, click here.