I’ve been building a web app that analyzes data from an application called Ultimate Racer used to control the race track circuit…
I needed to build a function that would strip out characters in event information because, otherwise it would break a…
The DeserializeJSON() function in ColdFusion converts an epoch date/time in JSON from something like: 1281364965000 to: 1.281364965E+012. To prevent this…
It appears that CommonSpot (version 5, at least) ignores Application.cfc files when using a custom script in the same directory….
The DeserializeJSON() function in ColdFusion converts an epoch date/time in JSON from something like: 1281364965000 to: 1.281364965E+012. To prevent this…
As far as I could tell, there was no CFEclipse dictionary available for CF on Wheels so I created one….
The example available from JA-SIG is some of the ugliest code I’ve seen lately. This is what I came up…