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

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...
Working with JSON and JavaScript

Working with JSON and JavaScript

Gregory Alexander

This article discusses how to work with JSON objects using JavaScript.                                      
Read More...
Data types may be different between ColdFusion and jQuery.

Data types may be different between ColdFusion and jQuery.

Gregory Alexander

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

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...