Name:

PHP - CCIS 2630

Class 2 - January 19, 2006

Homework 2 (due by end of next class period)

  1. Research - 5pts: Find an open source program which analyzes web server log files. Write a short description (2 - 4 sentences) of the program which must include it's current version, a summary of it's capabilites, and some type of history about the program (i.e. who started the development, or why was the program created).
  2. Research - 5pts: Find an open source program which runs on a Linux platform that is designed to allow linux users to run windows applications in linux. Write a short description (2 - 4 sentences) of the program which must include it's current version, a summary of it's capabilites, and some type of history about the program (i.e. who started the development, or why was the program created).
  3. Linux - 5pts: Rename all the .htm or .html files in your web pages from homework one to end with .php. Update all the links as needed. If you already created your files with a .php extension, and all your links work, you just got 5 points!
  4. Web Development - 15 pts: Create a web page which displays the current date and time on the server. The date and time should be in the following format:
    dd/mm/yyyy - xx:xx:xx [AM or PM]

    Incorporate this page into the rest of the site you created in homework 1 including updating the other pages with the appropriate links to this page. This new page must have a similar layout and navigational structure as the rest of your site and must be either XHTML1.0 Strict or XHTML1.1 compliant. You may not use tables for layout.

Extra Credit - 5pt

In the page you created for #4 above, display the visitors IP address in black, italic, 8pt, sans-serif font.