Archives: 2007

Session 12

Monday, Dec 8th, 2008
Classroom Session

Objectives

  • Identify data types
  • Organize and collect data
  • Create a form used to collect data from the user
  • Use Javascript to validate the data
  • Connect the form to a backend script that manipulates the data

Agenda

  • Reminders
    • Homework reminder
    • Final Project Review/Questions
  • About Forms
  • Examples
  • Classwork
    • Create a form that contains all of the form element types. Make it something realistic that matches a real life form or scenario. Your page needs to validate and be accessible.
  • Set up FTP Accts

Homework

Item 1

Review the connecting Assignments.

Item 2

Create 5 multiple choice exam questions that could be asked of students regarding the content discussed in the session 1 presentation. Mark up the questions in HTML and be sure the HTML validates.

Due: December 22nd, 2008

Write your HTML like this

<div class="question"> <p>What type of animal is Mr. Brown's pet named Maggie?</p> <ol> <li>Cat</li> <li class="c">Dog</li> <li>Mouse</li> <li>Fish</li> </ol> </div>

It will render like this

What type of animal is Mr. Brown's pet named Maggie?

  1. Cat
  2. Dog
  3. Mouse
  4. Fish

See the sample

Complete Sample

How do you want it?

I only want the questions, not any extra markup (do not send me the entire website). Save the questions in a text file, using notepad, and email to me as an attachment ( jeffrey[dot]todd[dot]brown[at]gmail[dot]com )

Gimme, Gimme

Sessions