Gregory's Blog

Popular Blogs

Read More...

All Blogs

Handling Server-Side Errors with ColdFusion and JSON

Handling Server-Side Errors with ColdFusion and JSON


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...
Data types may be different between ColdFusion and jQuery.

Data types may be different between ColdFusion and jQuery.


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.


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