|
Introduction to JavaScript
Here is the syllabus.
Here are some course evaluations:
[2004-10-23]
[2004-11-06]
.
Supplemental course materials:
- Search Google for RBG Color Codes.
- Here is the Color Calculator, one of the more advanced scripts I developed when I was new to JavaScript. Adjust the six hexadecimal digits until the background changes into a color of your choice, then use those digits. View the source of the Color Calculator and think of ways to improve the script (Hint: use arrays and loops.)
The JavaScript behind this document is beyond the scope of the Introduction to JavaScript class. Nevertheless, the Color Calculator is valuable in illustrating the manner in which relative proportions of red, green and blue are used to create color codes.
|