This course pack is designed to serve as a basic reference and a starting point, with basic examples, for creating your own pages. All of it is also on-line in the course web page, and contains links to additional material and outside tutorials and references.
You will be familiar with web pages, unless you have spent the last 25 years in a cave with no electricity. You know that every computer has a "browser" that will display web pages, and let you surf the Internet by clicking on links. As you click, you are contacting various "servers" whose job is to deliver content to you in the form of HTML "pages", your browser's job is to act as a "client" to display them.
In this course you will learn four languages that are used to describe pages (HTML), give them style (CSS), and to carry out programmers' directions, either by the server or by the client. Each week's lab session will build upon the last, it is important to learn by doing. The glue that holds these elements together is the html form, and the http protocol that sends the form data to the server, where your program instructions process it. We will be using PHP for this. Finally, JavaScript allows you to write instructions to be executed by the client (browser) to do a number of tasks, one of which is to check that a form has been properly filled out before it is sent.
|
2 6 7 9 10 17 20 22 24 27 30 32 36 38 41 42 44 46 49 50 54 58 |