Ajax and ColdFusion related posts

Handling Server-Side Errors with ColdFusion and JSON
Gregory Alexander
This article will show you how to implement extensive server-side error handling with ColdFusion and JSON. Although not necessary, we will leverage the Kendo UI Extended Message Boxes API to provide notifications to the user.

Working with JSON and JavaScript
Gregory Alexander
This article discusses how to work with JSON objects using JavaScript.

Data types may be different between ColdFusion and jQuery.
Gregory Alexander
When using Ajax, datatypes may be evaluated differently.

JSON Parse Error in jQuery when using a Coldfusion function inside a .cfm page.
Gregory Alexander
When using ColdFusion as a service endpoint for AJAX, is best to use a ColdFusion component (cfc) instead of a ColdFusion page (.cfm)