ajax

Using CFAjaxProxy in a Shared Hosting Environment

As I mentioned in my last post (Drag and Drop Sorting with CFAjaxProxy and Script.aculo.us) I’ve started to use CFAjaxProxy. It’s been very easy to integrate and I had no problems at all on my local machine. However, after posting my work to a live site my AJAX functionality ceased working.
Thanks to Firebug, I [...]

ajax, coldFusion

Drag and Drop Sorting with CFAjaxProxy and Script.aculo.us

I made a video player recently containing a list of videos. My client requested the ability to put them in a custom order. It didn’t take much research to find the functionality in the Script.aculo.us library. The question was, how do I implement it with ColdFusion?
I knew I would need AJAX functionality and, up to [...]

ajax, coldFusion, script.aculo.us

Using Spry to Auto-select a Form Value

So far I’ve covered how to use multi-related selects in Spry and how to dynamically update the select list upon a database update. That’s good enough for a simple ‘add record’ form but when it comes to an editing an existing record I want to be able to have the saved column’s value automatically selected [...]

ajax, coldFusion, spry