Next lesson playing in 5 seconds
Cancel- Overview
- Transcript
1.1 Introduction
Welcome to How to Become a Web Developer. My name is Jeremy McPeak, and I'm going to teach you some of the most important aspects of web development. Let's get started!
1.Introduction2 lessons, 05:59
1.1Introduction01:25
1.2What You Need04:34
2.How the Web Works2 lessons, 16:03
2.1Networks and DNS09:20
2.2HTTP and the Web Server06:43
3.Creating Documents3 lessons, 27:13
3.1Marking Up a Document09:38
3.2Making Our Document Valid06:22
3.3Semantic and Generic Elements11:13
4.Styling Documents3 lessons, 34:07
4.1Adding Style08:17
4.2CSS Selectors16:15
4.3Modifying Layout09:35
5.Scripting Documents3 lessons, 22:36
5.1Variables and Functions09:06
5.2Writing Your Own Functions05:34
5.3Objects07:56
6.The Document Object Model6 lessons, 42:45
6.1DOM Basics08:58
6.2Finding Elements07:40
6.3Working With `NodeLists`04:30
6.4Manipulating an Element's CSS Classes04:29
6.5Listening for Events08:42
6.6Practicing the Concepts08:26
7.HTTP Requests With JavaScript1 lesson, 09:16
7.1The fetch() API09:16
8.Introduction to Server-Side Development5 lessons, 43:24
8.1Introduction to Server-Side Development10:31
8.2Your First Line of PHP Code06:57
8.3Functions and Variables08:00
8.4Parameters and Decisions08:13
8.5Getting Data From the User09:43
9.Getting Started With Databases3 lessons, 31:01
9.1Create a Users Table12:00
9.2Create a Posts Table10:20
9.3Inserting Data08:41
10.Using PHP to Interact With MySQL4 lessons, 51:59
10.1Reading and Displaying Data12:34
10.2Passing and Validating Data11:58
10.3Updating Data14:52
10.4Joining Data (And Deleting Posts)12:35
11.Conclusion1 lesson, 01:47
11.1Conclusion01:47
1.1 Introduction
So you want to be a web developer, but you're a bit overwhelmed with, well, everything. And that's perfectly understandable, because most of us have been in your shoes. Hi there, I am Jeremy McPeak. And in this course, I will help you understand the things that you need to know to get started as a web developer. We'll start this course by discussing the tools you'll need, not just for this course but for web development in general. We live in a fantastic time where tools are plentiful. And they can actually be difficult to find the tools that we love to use. Next, I will give you an overview of how the Internet works. There are a lot of technologies that work behind the scenes to make it function. I'll then introduce you to HTML and CSS. And teach you the fundamentals of each language so that you can mark up your pages and style them. Then we'll dive into some JavaScript. Now, JavaScript itself is a huge topic. And there's a few things that I've picked out that you just need to know. And you will learn those key concepts so that you can get started using it in your pages. After that, we'll jump into php. And you'll learn how to write code that executes on the server so that you can accept user input and process data. We have a ton of ground to cover. So when you're ready, cue up the next video, and we will get started.