Aug 26
I recently completed the beta version of CFjqAjax. This is a library of custom tags that replicate the CFGRID, CFWINDOW, and CFTOOLTIP tags from ColdFusion 8. The CF8 tags work, but I find YUI and Ext much harder to work with than jQuery, and the file size of the JavaScript libraries that CF8 includes is excessive. So, I created CFjqAjax.
Read more and/or download ...
Read more...
Apr 5
One of my colleagues recently mentioned to me that he was frustrated with CFGRID because after a grid row is selected, you can't trigger an action when it is clicked again. So, I set out to find a solution...
Read more...
Mar 1
The more I use the CF8 Ajax features, the more I like them.
CFTOOLTIP is a fairly simple tag, but you can do some fairly powerful things with it ...
Read more...
Dec 12
I gave a presentation titled "Introductionto Ajax Features in ColdFusion 8" at the Syracuse ColdFusion User Group meeting this week.
Read the full blog entry to download the sample code and presentation files.
Read more...
Oct 18
Since I started doing JavaScript and Ajax development I have always been frustrated with the lack of a good debugging tool for Internet Explorer. Firefox has Firebug, which is outstanding.
I think I may have finally found a solution - http://www.debugbar.com/
This can be a big help for those Ajax calls and JavaScript functions that work in Firefox but just don't seem to work right in IE.
Some of the features...
- See every Ajax request, the response headers, and the source code.

- View all the linked and inline scripts, html, and css in any loaded page.
- An enhanced JavaScript console
- HTML check - for validation
There are also some nice extras in there, such as the color picker, window resizing to preset sizes, and the ability to e-mail screen shots when an error occurs.
Read more...
Recent Comments