Site Archives

Modularizing Ajax with ColdFusion Components


I was recently introduced to Ajax; a combination of technologies that together, provide the asynchronous interaction between browser and server that we’re all becoming familiar with on sites like Google. Using JavaScript, HTML, XMLHttpRequests, the DOM (document object model) and any server-side scripting language a developer can move data back and forth between client [...]