Gregory's Blog

Ajax and ColdFusion related posts

Handling Server-Side Errors with ColdFusion and JSON

Handling Server-Side Errors with ColdFusion and JSON

Gregory Alexander, Tech

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.
Read More...
Convert a ColdFusion Query into a JSON Object

Convert a ColdFusion Query into a JSON Object

Gregory Alexander, Tech

This article will show you how to convert a ColdFusion query into a JSON object that can be used to populate various HTML5 controls, such as Kendo UI widgets.
Read More...
Data types may be different between ColdFusion and jQuery.

Data types may be different between ColdFusion and jQuery.

Gregory Alexander, Tech

When using Ajax, datatypes may be evaluated differently.                                      
Read More...
JSON Parse Error in jQuery when using a Coldfusion function inside a .cfm page.

JSON Parse Error in jQuery when using a Coldfusion function inside a .cfm page.

Gregory Alexander, Tech

When using ColdFusion as a service endpoint for AJAX, is best to use a ColdFusion component (cfc) instead of a ColdFusion page (.cfm)
Read More...