loading...

Development

Latest Posts
Using Azure App Service Certificate for Apache on an Ubuntu VM

The process of getting my Azure cert to work on an Azure VM seems needlessly complicated and took forever to…

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…

snippets.rb: Titanium Studio Snippets Ruble Customizations

This here is just a space for holding my Titanium Studio customizations to extend or overwrite the provided ruble for…

Titanium & Usergrid

I was trying to get a Titanium app up and running with a Usergrid backend and I kept getting the…

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

Zimbra ZmAppt Object Properties

As of this writing in July of 2009, the only documentation of the Zimbra ZmAppt object is a preliminary draft…

1 2