loading...

Month: <span>April 2011</span>

Latest Posts
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…