Archive for the ‘aedCFC’ Category
An old project of mine has moved its documentation to a new home on this website. AedCFC was my first significant open source project, which was a add/edit/delete module for ColdFusion. I would call it CRUD, but its a bit more elegant than that. This tool is meant to be for administrative areas for website [...]
For those of you not aware of what aedCFC is, it is a collection of cfc’s which dynamically build end user ready add/edit/delete, ideal for administration areas to websites. You’re asking yourself, “Well a bunch of frameworks build crud for me, why should I bother with this?”. The answer is simple, crud applications are for [...]
It’s taken a while but in less than a year aedCFC has reached the 1,000 downloads milestone! Much thanks has to go to RiaForge.org for even providing such a useful resource for ColdFusion. While an intermediate upgrade went out last week, the next major upgrade is version 3, which will be one for the ages. [...]
I’ve been working for a while on the aedCFC with the optional tree view. This uses an old database technique described on sitepoint.com .. however the tree.cfc I created was very basic as in only adding, deleting, and printing nodes which sortof holds back the possibility to making this a real fun, dynamic cfc with [...]
aedCFC 2.1 Finally Arrives!.. with XML Configurations
18 Dec
Posted by: admin in: aedCFC, ColdFusion, Database, Programming
Finally many of the features we have been working towards made it in the aedCFC. Our long time debated XML config file finally made it in as an option(mainly for backwards compatibility). The biggest downfall to the config before was the function calls with many parameters. I’ve read a few other postings on the great [...]

