Ajax tutorial or book

2013-03-21 Thread Huff, Jerome P (IS)
I have been using CF for 8 years and now have a project that I think ajax will be great for, but I don't understand how to get started. I have looked at some tutorials, but I don't understand where to place the CFC's that will return the ajax data... Can anyone recommend a good book or

Re: Ajax tutorial or book

2013-03-21 Thread Cameron Childress
On Thu, Mar 21, 2013 at 7:26 AM, Huff, Jerome P (IS) jerome.h...@ngc.comwrote: I have been using CF for 8 years and now have a project that I think ajax will be great for, but I don't understand how to get started. I have looked at some tutorials, but I don't understand where to place the

Re: Ajax tutorial or book

2013-03-21 Thread Mike Chabot
If you are interested in the AJAX features built into ColdFusion then the best place to start would be the free Adobe CF manuals. http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html That is all that I used when learning how to use the features, along with experimentation in code.

Re: Ajax tutorial or book

2013-03-21 Thread Gerald Guido
There is a bunch of stuff on Ray Camden's site. http://www.raymondcamden.com/search.cfm?search=cfccategory=BDF5ED6A-19B9-E658-9D5AB2B5C94A6A95 It might take a bit to tease it out. You might want to take a look at Ben Nadel's site and search for jQuery and CFC. Here is one that I found. It