Module 1 - Get Started With Web Programming
Module 1 - Get Started With Web Programming
Overview
This module introduces the concepts and terms that you need for web application development. Have you ever wondered how a
website such as Amazon presents customized information for you and different information for your friends? Have you ever wanted to
build an interactive website that dynamically changes its response for different requests? After finishing this module, you will have all
the necessary background for learning how to write code for dynamic web applications.
Learning Outcomes
By the end of this module, you should be able to:
Distinguish between the way a web server processes static web pages and dynamic web pages.
Run a web application that is on your own computer (1) by entering its URL into the address bar of a browser or (2) by
getting and using an index of the applications on the web server.
Explain what the software components do as a web application runs: Apache, PHP, Chrome, and MySQL.
Describe the way a PHP application is deployed on your own computer or on an Internet server.
Assessment
There are no graded assessments for this module.
Activity Checklist
The following is a list of suggested activities that will help you to better learn the content of this module.
Read “How to Edit and Test a PHP Application” from your textbook.
Each exercise provides direction to the required files. You can also download these files, including the exercise startup files, the
exercise solutions, and the book-applications.
In the next module, you will learn how to create a simple dynamic web application.