Inject ColdSpring into your Beans

June 30, 2009

I've recently discovered that ColdSpring has the ability to inject itself into any of the singletons that it manages. Read more »

cfspec and a bit of jquery

June 10, 2009

I've been using cfspec a lot to test my specification and I really like it. However when you run a suite of tests you can end up with a long page of results to scroll through, so I thought it would be nice to hide all the passes and just leave the fails by default. Then have a link which would show passes if I wanted to see them. Read more »

Replicating MySQL's LIMIT clause in ColdFusion

June 08, 2009

Replicating MySQL's LIMIT clause in ColdFusion Read more »

Remove the last occurrence of a character in a string

June 03, 2009

Remove the last occurrence of a character in a string by taking advantage of the Java String methods. Read more »