Category Archives: Coldfusion
Getting RESTful with Mach-II
Since working with Ruby, I have been inspired to improve my coldfusion practices. While using Sinatra, I enjoyed being able to specify HTTP methods while mapping routes. In the same flavor, I wanted to write something for Mach-II that would allow me to do something similar. I wrote a Mach-II filter to [...]
How To Use Search Engine Safe Urls With Mach-II
Search Engine Safe (SES) urls are increasing in demand, especially by SEO departments across the board. They look better and supposedly increase search engine optimization. Since my company upgraded to version 1.5 of Mach-II, we were able to use their built in SES url functionality.
Coldfusion Pageable Array
This class works just like the Coldfusion Pageable Query class that I created previously, with the exception that you obviously feed in an array rather than a query. I enjoy having this class for encapsulating logic, retreiving specific pages of the array, and having functions that help with the creation of pagination markup.
Coldfusion Pagable Query
I wrote this coldfusion class to encapsulate much of the logic that goes along with creating paginated results. I grew tired of the duplicate code that went from project to project.

Top 10 Blog Posts