Web-W

DAY #1: Project #6 – jQuery Mobile Site

  • Creating a Mobile-Friendly Design
  • Adding jQuery UI Elements
  • Creating a JavaScript Photo Gallery

Project #6 – Complete Project #6 Review Questions

Project #6 – Project #6 Quiz

Project #5 Printing

  • HTML PAGE PRINTING INFORMATION
    • Add on the line below <!doctype html> a comment on all html pages
      • <!– Your Name – filename – Period #5 –>
      • example = <!– Todd Iwema – design.dwt – Period #5 –>
    • Code should print on front and back of document automatically
    • Print Pages – design.dwt, index.html, schedule.html, food.html, faqs.html, and sign-up.html
  • CSS PAGE PRINTING
    • Add Comment on first line of CSS page
      • /* Your Name – styles.css – Project #5 */
      • example /* Todd Iwema – styles.css – Project #5 */
    • Code should print on front and back of document automatically
    • Print styles.css only