CS2623: Server-Side Programming (SSP) 11

Objectives:

Reference

  • If you go to the main Murach website (https://www.murach.com/) and find our book. You should be able to download the "Free Downloads" section for the student files.
  • Chapter 05
    • Excercise 05-1
  • Chapter 14
    • Excercise 14-1

Overview

No special assignment this week. Just going to have you do the end of chapter excercises in chapter 05 and 14.

Specifics:


Common Requirements for All Web Pages:

  1. Your code must adhere to HTML5 standards. W3C HTML5 Example: https://www.w3schools.com/html/html5_intro.asp
  2. All your pages must pass W3C validators
  3. The web pages must display correctly in all of the following: FireFox, Chrome, Internet Explorer.
  4. The links between the existing pages with the Pacific Trails Resort website cannot be broken.
  5. All HTML and CSS code must be well documented, properly indented, and easy to read.
    http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png
    http://coding.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/