Archive for the ‘ColdFusion’ Category
Unfortunately I had to learn the hard way about the CF_SQL_DECIMAL option of cfqueryparam rounding my decimals off in SQL. I had used it for inserting, then after a while noticed my decimal places were being rounded (3.50 rounds to 4.00) in the database. Come to find out I needed to use CF_SQL_FLOAT instead. Am [...]
Well I’ve been playing with jQuery for a little while now and I really like its “query” like abilities to traverse the DOM. It has probably become my favorite javascript library. But I also discovered another project in the making.. CFJS, by Chris Jordan, a project working to implement many common CF functions using javascript. [...]
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 [...]
Ok, so I am happy with the popularity? of the aedCFC we’ve posted on riaforge.org. I am also happy with the progress we’ve made with it over the past few months. Mr. Belcher and I both agree that we need to change the config file some to make the configuration a more clearcut process. I [...]
