Murdoch University LogoB211 Advanced Internet Computing

Laboratory Week 3 - HTML Documents


Learning Objectives:

Before doing the tutorial, please read:

Software required:

Exercises:

It is critical after the above exercises that you understand the relationship between where you put the files (using FTP), and what URL people will type in on their browser to access it. This relationship is determined by the web server, who converts between URLs and it's internal file system.

For now, don't worry too much about the details dealing with CGI. We will get to that in future exercises. All the exercises leads an example CGI application which you can build on for assignment 2. Make sure you do know the details of the HTML code syntax. You will need to write Perl scripts to generate the exact syntax when we get to Perl/CGI exercises. If you have been depending on HTML generators to create HTML files for you, now is the time to brush up on your HTML syntax.

Make sure also that you are familiar with the rest of the procedures of uploading your files to the server. It is necessary for you to be familiar with this process, and the relationship between the web client and server, since your CGI applications will necessarily have to reside on a server to work. During your development, you will have to repeatedly upload your code to the server to make them live, so it is recommended that you become very familiar with how to do this efficiently.

Don't forget to keep up with current developments. Test your knowledge of major developments by going through the Good News Week self-tests. Your final exam will contain questions of the same type.

 

H.L. Hiew
Unit Coordinator


Document author: H.L. Hiew, Unit Coordinator
Last Modified: Tuesday, 18-Sep-2001 21:59:44 MST
Disclaimer & Copyright Notice © 2001 Murdoch University