Web Design II - Quarter 3
Assignments
Complete these assignments with JavaScript, DreamWeaver, and Fireworks.
Index Page Update
Index Part I
Examples:
Index Page1
Index Page2
Index Page 3
Index Page 4
|
Awesome Index Page Online 100 points
We have been in class for half the school year. Your index page has to be awesome. If it's not awesome, make a new one. I don't want to feel shame when I look at it. ha ha. No really, make it GOOD.
See examples. They all have something interesting to offer.
Requirements:
See assignment029g2
Two or more columns are required. Make sure to have a container, wrapper, header(s), columns, and footer(s).
- Height Hack
- CSS Reset
- Column Padding
|
Index Part II
Index Page 1 |
Faux Columns (fake columns)
Remove background--colors from your columns and add a wrapper background-image.
See assignment029g3 |
Index Part III |
Required Background Images
- Three column layout (specs)
- Body background image
- Container background image
- Header background image
- Wrapper background image
- Content background image
- Footer background image
Plus Logo Header and/or Logo Footer
See assignment029g4
See assignment029g4a
Use the color wheel to select your colors. Start with the color wheel to get a good foundation of colors that go well together. Then experiment. Also check out these color scheme generators.
Feel free to break the rules, but go no wider than 960px on the required container. Also, you can choose not to include all the above images as long as your design looks pro. Again, use the color wheel to select your colors.
|
JavaScript - The Basics
| Assignment 010a |
JavaScript - Prompt() Method - Variable + Write() |
| Assignment 011 |
JavaScript - HTML Tags - Events - Body Styles |
| Assignment 011a |
JavaScript - HTML Tags - Events - Table Styles |
| Assignment 011b |
JavaScript - HTML Tags - Events - Body Styles |
| Assignment 012 |
JavaScript - Methods - Variables |
| Assignment 012a |
Events | Properties | Methods
Objects have events, properties, and methods (actions)
ABOUT TIME - Date Class
JavaScript - Date() - The Day
Get the current day
Uses client computer's clock |
| Assignment 012b |
JavaScript - Date() - The Time
Get the current time |
| Assignment 012c |
JavaScript - setTimeout Method for window object
Make code run after specified seconds |
| Assignment 012d |
JavaScript - setInterval Method for window object
Make code repeat after specified seconds |
| Assignment 012e |
JavaScript - setInterval/setTimeout/clearInterval Method for the window object
Combine Timer methods |
| Assignment 012f |
JavaScript - setInterval and date()
Putting it all together - Simple Clock |
Programming Structures
JavaScript - Forms Introduction
Programming Structures Part 1
|