Hi! I've a couple of (small) projects here. The first one is a PHP/MySQL-based poll. You can see it here. In order to see one, just type in "CatColor". There are several other polls as well, I'm currently working on an automatic table to display all of them (and do away with the silly code names).
Another project is my pong game. It's actually pretty fun. You can play solo mode, or against an AI. For some reason, it runs tragically slow sometimes on Firefox. FIXED! (And of course, the standards-ignorant IE doesn't do anything at all.) But it should run fine on Safari, Opera, and Chrome.
Also, I have a little platformer. The graphics are rather primitive, but I haven't really thought of much I could do beyond these. Perhaps once I progress to adding power-ups, monsters, etc, there will be more interesting elements in the graphics. One possibility, of course, is animated sprites - but drawing lots of frames isn't too much fun.
I always think it somewhat sad when people think "Oh, the programming must be really simple. Just bouncing and scrolling. But I bet graphics are tough." Of course, my graphics aren't too good, but honestly - I spend about 5 times longer doing programming than the graphics - no offense to any of you graphics artists out there, I realize that what you do is much more difficult!
Two other "applets" (if you can call them that) are my Collatz Calculator (Now also available as a Google gadget!), which calculates and plots the Hailstone sequence for any number you choose, and my Takagi Explorer, which allows the user to generate, play around with, and animate a generalized group of Blancmange curves (Wikipedia Link). I hope to add more advanced parameters to the Takagi explorer soon.
Under construction: I'm working on a section of the website where you can view some of my fractals. I'm just having some CSS issues that I can't seem to resolve, and I couldn't find help anywhere else. :-(