Well, I'm working on making an instant messaging program, and right now I have a working chatroom. The login is based on my site and uses the SQL database. The theme is based on (heck, it is) the Aeolus phpNuke / phpBB theme.
Pics:


So, yeah, it's pretty much just a chatroom program.
The server runs on Python and just echoes everything sent to it to everything connected to it (which it stores in a list).
The window is resizable and movable, which took a while to do.
And, well, that's pretty much it.