The DeserializeJSON() function in ColdFusion converts an epoch date/time in JSON from something like: 1281364965000 to: 1.281364965E+012. To prevent this…
Fixing bootloaders when dual booting OS X and Ubuntu
I ran into a problem the last time Ubuntu upgraded either the kernel or grub (not sure which); Either way,…
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….
Gnome Screensaver Missing Lock Screen Prompt in Ubuntu Lucid 10.04
For some reason, the unlock dialog box for Gnome Screensaver suddenly stopped appearing. Screensaver works fine but, move the mouse…
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….