Random Code Pieces I created for various projects:
All code licensed under the Apache 2.0 license.Coldfusion
- CarpWannabe. A simple cfc for dealing with and Caching rss feeds. Just input the feed you want. Set some parameters for refreshing. Load the page. The cfc will then automatically load the feed, cache its contents for a predetermined timespan, and display it for users.
- Tree Manager. A cfc for dealing with nested trees. Uses delimited lists to establish the relationships. Complete tree queries are very fast and required no complicated or nested queries. Multiple trees are easily stored in the database and variables are mapped to static ones in the tables. You'll have to bear with me a bit as I have to organize the code.
PHP
- Template Manager. I know there are dozens of template managers out there. I figured one more could'nt hurt. Coming soon.
Javascript
- DHTML AJAX Data Grid. Instant client side sorting. Scrolleable vertically and scrolleable horizontal split view. Alas, I wrote this just before firefox (and AJAX for that matter) came out so its only ie 6. Coming soon.
