ColdFusion
These posts are about old experiences with ColdFusion scripting.
December 5, 2013
How To Use Modulus for BigInteger in ColdFusion
Recently while working on a project for a client, I was tasked with creating a member number against a check digit routine. I have done this a hundred times I think and this particular check digit...
ReadJune 11, 2013
Use Java to Join Arrays In ColdFusion
Occasionally I forget that joining to arrays is not the same as appending and array to an array which leads to some real funky results. Of course ColdFusion does not have a real cute method to join...
Read