Becoming a Web Developer: What You Need To Know

Before you start taking courses on web development, it’s a good idea to get an overview of what web development is, what a web developer does, and what tools a web developer has to learn. What Is Web Development? Web development is work on websites. Pretty simple, right? Each website is unique, and it takes … Read more

Project 2 – Make a Dynamic Web Page (PHP)

The web page you created in the previous course was static. We added a form to the page, but there was still no way to persist data or get input from an end user. For this project, we will send the data to the server when the user submits the form. You can still use … Read more