Projects

Quote Book - [ View Quotes | Add a Quote ] - This is a CGI implementation of a quote book. If you have a favorite quote, add it to the quote book.
Same Game - [ Play The Same Game ] - This is a Java-based clone of the ever-popular Same Game. Just click the squares! Groups of squares that are touching (not diagonally) that share the same color are then removed from the board and the rest of the pieces fall down. If a whole column is removed, the pieces slide to the left. The goal is to get rid of the greatest number of pieces at once. The score is given by: score = (number_of_pieces_removed - 2)^2. So, the more pieces you remove at once, the greater your score. Just fool with it, you'll catch on.
Gradient Applet - Yup, it draws a horizontal gradient. You can specify both the starting and ending colors through <param> tags as well as the height and width (contained in the <applet> tag). Here's just a sample:

Math Lab CGI - [ Use Math Lab ] - This is a mathematical expression parser. Type in an expression and hit "Calculate" and drool over its awesome accuracy and speed (well, maybe not). It works well, even with parenthesis and some functions (like sin[], cos[], tan[], and a few others).