I have completed my scripts!
All of the following can be found at my home site
1) Rollover Image using Javascript:
rollover the image to see my evil twin.
2)Dropdown Menu
uses a combination of CSS and JavaScript to create a horizontal drop dow menu modifying the list tag in HTML.
3)Clock
constantly displays the current time using Javascript.
4) Cookie Check
It stores cookies and remembers the user and reason for visiting using Javascript. At first I had trouble getting both inputs, the reason and the name, by combining them. I found it easier to just keep them in separate conditional statements.
5)Browser information
The users browser information is display in the main body.
6)Modified Search
The search function has been added and has been compacted, this took a little perl scripting, by hard coding the sensitive and boolean variables.
7)Drop Down Menu
The javascript drop down menu has a complete list to all projects.
Validating caused me to learn the importance of placing all javascript inside comment tags. The files would validate inside Dreamweaver but would then fail by the wc3schools web validator. It would say that there were multiple syntax errors.