CURRENT PROJECTS
loading
CATEGORIES AND POSTS
loading
overset
DEVELOPMENT LOG FOR JIM PALMER
Archive for Category: coldfusion
03/17/2008
coldfusion
02/13/2008
coldfusion
A concise coldfusion script to capture SHIFT+RELOAD requests from firefox to then take a list of javascript/css files, consolidate them into a single file, minify them via JSMIN and compress them via gzip -9.
12/17/2007
coldfusion
A much better Coldfusion implementation of flat-file caching on a set interval than the built-in CFCACHE.
03/21/2007
coldfusion
Use JSON instead of the homebrew CFAJAX serialization.
03/07/2007
coldfusion
03/02/2007
coldfusion
A quick how-to on storing and retrieving binary data from a MySQL database in Coldfusion.
02/14/2007
coldfusion
01/31/2007
coldfusion
An example onRequestEnd Application.cfc function on truly removing unwanted white-space from the rendered html returned to the client. This will not break CFAJAX support.
11/08/2006
coldfusion
Coldfusion historically has had problems purging client data stored in the database, especially in a clustered environment. Here's a quick direct-db way to purge.
09/25/2006
coldfusion
A robust XSLT transformation to convert legacy ADODB XML to WDDX XML.
09/18/2006
coldfusion
An example onRequestEnd Application.cfc function on truly removing unwanted white-space from the rendered html returned to the client.
09/18/2006
coldfusion
Building a large-scale e-commerce site in Coldfusion? You will need this pattern...