Completed
5.3 Objects
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Become a Web Developer - From HTML to PHP
Automatically move to the next video in the Classroom when playback concludes
- 1 1.1 Introduction
- 2 1.2 What You Need
- 3 2.1 Networks and DNS
- 4 2.2 HTTP and the Web Server
- 5 3.1 Marking Up a Document small glitch here - skip to next lesson!
- 6 3.2 Making Our Document Valid
- 7 3.3 Semantic and Generic Elements
- 8 4.1 Adding Style
- 9 4.2 CSS Selectors
- 10 4.3 Modifying Layout
- 11 5.1 Variables and Functions
- 12 5.2 Writing Your Own Functions
- 13 5.3 Objects
- 14 6.1 DOM Basics
- 15 6.2 Finding Elements
- 16 6.3 Working With `NodeLists`
- 17 6.4 Manipulating an Element's CSS Classes
- 18 6.5 Listening for Events
- 19 6.6 Practicing the Concepts
- 20 7.1 The `fetch` API
- 21 8.1 Introduction to Server-Side Development
- 22 8.2 Your First Line of PHP Code
- 23 8.3 Functions and Variables
- 24 8.4 Parameters and Decisions
- 25 8.5 Getting Data From the User
- 26 9.1 Create a Users Table
- 27 9.2 Create a Posts Table
- 28 9.3 Inserting Data
- 29 10.1 Reading and Displaying Data
- 30 10.2 Passing and Validating Data
- 31 10.3 Updating Data
- 32 10.4 Joining Data And Deleting Posts
- 33 11.1 Conclusion