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 tutorial  for a beginner.  We 
are running CF 9 if that matters.

Thanks

Jerome Huff



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355119
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.


This is a pretty broad question. Typically you'd put the CFCs in your
webroot, just like a cfm file. If you are using a framework. or need some
security, you might end up putting them elsewhere.

-Cameron

...


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

-Mike Chabot


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 CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.

 Thanks

 Jerome Huff



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355121
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 might be a bit dense to get started but he
documents things nicely.
http://www.bennadel.com/blog/1515-Ask-Ben-Building-An-AJAX-jQuery-And-ColdFusion-Powered-Application.htm

That should get you going. Have fun!

G!


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 CFC's
 that will return the ajax data...  Can anyone recommend a good book or
 tutorial  for a beginner.  We are running CF 9 if that matters.

 Thanks

 Jerome Huff



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm