Delving into Coldfusion, jQuery, HTML5 and Linux

Here’s a little method I wrote to merge a CF list into an existing array.

Read more...

§118 · November 7, 2011 · Coldfusion · (No comments) · Tags: , ,


Look below for a little function I wrote to convert an array to a query. I had to write this to allow for my use of java.io.File.list() rather than cfdirectory due to speed limitations of the latter. More on that with benchmarks later here. /* * arrayToQuery * Allows us to convert an array into [...]

Read more...

§120 · October 27, 2011 · Coldfusion · (No comments) · Tags: , , , , , ,