This script displays a calendar page of the chosen month and year. The function takes a date object as its parameter. If it is omitted, the calendar will default to the date on the client computer.
Random Link Generator 2
Are you feeling, I don’t know…. A little random? Then check out this random link generator! It randomly selects a URL from a pre-determined list and sends the user there!
Drop Down Menu Generator
Simply select the options you would like in your pulldown menu, enter the text and URL for each listing, and click the button to generate the source code. Easy! And, we can even mail the generated code to you!
Vertical Marquee
Text scrolls from bottom to top, pauses, then scrolls up and out of view. A link can be added, opening in a new window. Configuration is simple.
insertAfter()
Use this snippet to insert a node after another node. Quite handy in laying out Web pages.
Reload on Resize
Useful for situations when a page resize moves the page elements improperly or causes JavaScript errors, which has been known to occasionally occur on pages with layers. As a solution, this script reloads the web page when the user resizes the page.
Multiple onLoad 2
Need to load several functions after the page loads? Use this snippet to call several functions using the onLoad event handler. Easy to use.
Scrolling Text Button
Display a scrolling text message on a form button. Completely customizable.
Quartic Equation Solver
This script can solve quartic equations in the form of ax^4 + bx+3 + cx^2 + dx + e = 0.
Multiple Choice Quiz
Add a quiz to your Web page without using a server-side script. Easy to set-up. Questions and answers are stored in a multi-dimensional array format in an external file. The quiz is marked in real time, and once answered, questions are set to read-only. A summary of the users score is alerted at the end.