Traditionally, when dealing with AJAX, I have only ever had the server return JSON data or formatted HTML data. Then, in the client, I would take that return value and update the DOM using explicit manipulation. However, last night at the New York ColdFusion User Group , Rob Gonda demonstrated a very interesting idea. I am sure many out there have seen this, but this was new to me (and I ...
Read More »