I have to say, it's been a refreshing break to work on one of our older apps that was written pre-Flex. Working on my old jQuery/ExtJS Javascript code has been fun and I've been able to add some new tricks I've learned in the last year and a half.
One...
In the ajaxCFC library, the CFJSON project is used to serialize data sent back from ColdFusion Components. One of the settings is the format in which the serialization should be returned: query or array. Unfortunately, Rob's Javascript interface to the...
As a heavy user of Rob Gonda's ajaxCFC library, I've incorporated it into almost every app I've written in the past two years. The only restriction that required me to write workarounds was the fact that you could only invoke ColdFusion Components...
These three Javascript libraries are at the core of how I build fun, well-organized, and easy to maintain web applications. Each one serves a different purpose:
jQuery - The best at DOM selection, manipulation and searching
Ext - Makes all my little...