Archive for September, 2009

AVIS 216 - Fall 2009

Tuesday, September 15th, 2009

Hey Class,

Hey Class! This blog will be a place to review course content, download copies of files completed in class and get information on  assignments.

Class 1

This class we reviewed what we are going to learn over the next semester. On the Tuesday class we build a small PHP cat list/form and on the Thursday class we build a small baseball player list/form.

You were also assigned the Learning Journal assignment.

Class 2

This class will eb spent coveirng the DOM, variables and conrol structures:

DOM - Document Object Model
http://www.w3schools.com/js/js_obj_htmldom.asp

Where
http://www.w3schools.com/js/js_variables.asp
http://www.w3schools.com/js/js_whereto.asp

Variables
http://www.w3schools.com/js/js_variables.asp
http://www.w3schools.com/js/js_operators.asp

Control Structures
http://www.w3schools.com/js/js_if_else.asp
http://www.w3schools.com/js/js_comparisons.asp

Download class files form Tuesday or Thursday.

Class 3

Today we will be covering the switch, for loop, while loop, arrays and functions:

Switch
http://www.w3schools.com/jS/js_switch.asp

For Loop
http://www.w3schools.com/JS/js_loop_for.asp

While Loop
http://www.w3schools.com/JS/js_loop_while.asp

Functions
http://www.w3schools.com/JS/js_functions.asp

Arrays
http://www.w3schools.com/JS/js_obj_array.asp

You have also been assigned the JavaScript assignment.

Download class files form Tuesday or Thursday.

Assignment 2 is Due October 22, 2009

Class 4

This class will be spent creating a JavaScript validated form. Our form will include these items and rules:

Name - 5 to 50 - a-z,-,spaces
Email Address - 6 to 50 - x@x.xx
Phone Number - 7 to 20 - #,-,(),.,spaces
Address - 5 to 50
City - 4 to 20 - a-z,-,#,’,spaces
Postal Code - 6 or 7 - x9×9x9x - with an optional space
Province - select
Comment - not blank

Class 5

This class was spent setting up PHPMyAdmin for use in future classes: http://www.phpmyadmin.net/.

Class 6

This class was spent reviewing some of teh PHP basics:

Echo
http://www.w3schools.com/php/func_string_echo.asp

Variables
http://www.w3schools.com/php/php_variables.asp

Class 7

This class was spent reviewing PHP control structures and loops:

The If Statement
http://www.w3schools.com/php/php_if_else.asp

The Switch
http://www.w3schools.com/php/php_switch.asp

The For Loop
http://www.w3schools.com/php/php_looping_for.asp

Class 8

Today we build a basic PHP form. Your first PHP assignment will be to finish this form.

Download the PHP Form Assignment

Assignment 3 is Due November 26, 2009

Final Assignment

Download the PHP Module Assignment

Final Assignment is Due on the last Thursday of classes