This is a simple sorting class for executing MySQL Order By's via a MooTools XHR call. It can probably be used with other database servers, but has not been tested with them. The class is listed on MooTools Forge and stored in the GitHub repo. Comes with all the PHP code, CSS, JavaScript, and examples you need.
I had developed a lead generation application a while back that needed to integrate with an IMAP server. After searching the web and phpclasses.org for a good IMAP class I was left with some really bad options. I decided to develop a class that made things simple: setup a connection, access mailbox information, return message headers in a clean array, and return emails in an easy to use array. I decided to give away the code, hopefully preventing someone else from wasting their time plumbing an IMAP class. The class and an example script is currently hosted by phpclasses.org. It only supports IMAP right now, but could be altered for POP.
Simple class that implements two-way encryption using the RIJNDAEL 256 AES standard.
I'll be releasing this one soon. Just need to write some documentation and example files.
This MooTools based modal overlay window is designed to look similar to the modal used by a prominent social networking site. I'll put this on MooTools Forge once I get a chance to setup the GitHub repo and stuff. I should also point out that the idea and most of the CSS for this came from this blog post by David Walsh. I then enhanced the javascript making it object oriented.