> Just to add... AJAX itself is very small. I mean it just making connections
> to the server and returning data. The HeadRush book goes into detail about
> this and gives people a taste of how that can be used (I have not finished
> the book). If you want to learn how to really program huge applications with
> AJAX, that is beyond the scope of this book and AJAX itself. If that's what
> you want, you will probably need a variety of books that help you master
> DHTML.
>
> -my two cents
>
> .......................
> Ben Nadel

Yeah Ben...I think that is a very important distinction for those that may be 
just strating with AJAX.

AJAX is quite simple in the grand scheme of things.  What can get complicated 
is 
call back functions (or functions to call when the AJAX request is fired) that 
run when the AJAX response is received.  These are what all the various 
libraries are about (at least that's what I assume as wwe have essentiually 
rolled our own on top of CFAJAX).  These libraries contain functions to allow 
you to manipulate what is returned and do things like:

-change the innerHTML of a DIV (i.e. show an error message without reloading 
the 
page)
-show a "retriving results" message when the AJAX request fires
-closing the same box whenm the results come back
-re-populate a related select box
-highlight form fields that conyain errors
-create drag & drop interfaces

These are just simple examples baseda round standard web app interface 
bits.....it really ends where your imagination does.  That's why we are seeing 
interfaces we haven't seen before in web apps.

my 2 cents

Cheers


Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244433
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to