Sunday, December 10, 2006
Final projects must have all pages and subpages working for the multimedia.dvc.edu web page. The galller y does not have to work, but should be presented in such a way that you can describe to me how it should work.
Tuesday, November 07, 2006
for 11/14 .. javascript
Using the following page as a starting point :
http://multimedia.dvc.edu/web/monday/form.htm
develop a (minimum) 5 question quiz that will tell the user what questions they got wrong and right when they press the submission button.
You are free to experiment with other implementations of javascript to provide interactivity with forms...or to adapth the code in the above link to give more detailed results.
At the very least come to class with the quiz questions formated inside of a form tag so we can work on the javascript in class.
http://multimedia.dvc.edu/web/monday/form.htm
develop a (minimum) 5 question quiz that will tell the user what questions they got wrong and right when they press the submission button.
You are free to experiment with other implementations of javascript to provide interactivity with forms...or to adapth the code in the above link to give more detailed results.
At the very least come to class with the quiz questions formated inside of a form tag so we can work on the javascript in class.
Sunday, November 05, 2006
for Election Day
Create a folder on your web site called "backgrounds". In it you should have an index.htm file that links to 5 different experiments with creating page backgrounds.
Possibilities include:
repeat
x-repeat
y-repeat
a style class like the one below:
.seriousbusinessman {
margin: 0;
padding: 0;
position: fixed;
float: left;
top: 0;
left: 0;
width: 1000px;
height: 800px;
background-image: url(??????????);
border: 0px solid #ff0000;
}
where the ????? is replaced by the path to an image file.
You can also use a style with the "background-position"
property to position a background along the bottom:
i.e.
body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
}
Each experiment should use a different image that is
appropriate to the method used.
Repeat: A folder in your root directory named "backgrounds"...
containing an images directory and an index file that links to 5
other html documents that experiment with 5 different backgrounds.
Possibilities include:
repeat
x-repeat
y-repeat
a style class like the one below:
.seriousbusinessman {
margin: 0;
padding: 0;
position: fixed;
float: left;
top: 0;
left: 0;
width: 1000px;
height: 800px;
background-image: url(??????????);
border: 0px solid #ff0000;
}
where the ????? is replaced by the path to an image file.
You can also use a style with the "background-position"
property to position a background along the bottom:
i.e.
body {
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
}
Each experiment should use a different image that is
appropriate to the method used.
Repeat: A folder in your root directory named "backgrounds"...
containing an images directory and an index file that links to 5
other html documents that experiment with 5 different backgrounds.
Tuesday, October 10, 2006
Next week's class 10/17
Create a single design of your homepage that uses the "disjointed rollover".
Get the tic-tac-toe page to work.
Get the tic-tac-toe page to work.
Tuesday, October 03, 2006
For next week (10/10)
Develop 5 distinctly different designs for a single web site home page.
The Home page should include links to at least 4 other pages and should function as a "self-portrait". Use examples shown in class as a guide.
Also there will be a quiz on all material covered in the text through Chapter 11.
The Home page should include links to at least 4 other pages and should function as a "self-portrait". Use examples shown in class as a guide.
Also there will be a quiz on all material covered in the text through Chapter 11.
Tuesday, September 26, 2006
Next class 9/14
Have a website created and uploaded to multimedia.dvc.edu that includes links to all the assignments you have done so far.
Page should link to the 1st page of your 10 flickr images, the table formatted with 10 images linked to each page, an html version of your 1 page report on web technology, the css formatting of a newspaper page, and a link to your blog.
Also read through Chapter 7 of the book.
Page should link to the 1st page of your 10 flickr images, the table formatted with 10 images linked to each page, an html version of your 1 page report on web technology, the css formatting of a newspaper page, and a link to your blog.
Also read through Chapter 7 of the book.

