loading...

Tag: coldfusion

Latest Posts
Using SQLite with Railo CFML Server

I’ve been building a web app that analyzes data from an application called Ultimate Racer used to control the race track circuit…

ColdFusion RegEx White List Example

I needed to build a function that would strip out characters in event information because, otherwise it would break a…

Preserve epoch dates in Zimbra JSON via ColdFusion DeserializeJSON function

The DeserializeJSON() function in ColdFusion converts an epoch date/time in JSON from something like: 1281364965000 to: 1.281364965E+012. To prevent this…

Adding CFWheels Applications as “Custom Script” elements in the CommonSpot CMS

It appears that CommonSpot (version 5, at least) ignores Application.cfc files when using a custom script in the same directory….

Preserve epoch dates in Zimbra JSON via ColdFusion DeserializeJSON function

The DeserializeJSON() function in ColdFusion converts an epoch date/time in JSON from something like: 1281364965000 to: 1.281364965E+012. To prevent this…

CFEclipse Dictionary for CF on Wheels

As far as I could tell, there was no CFEclipse dictionary available for CF on Wheels so I created one….

CAS + ColdFusion

The example available from JA-SIG is some of the ugliest code I’ve seen lately. This is what I came up…