Blog


January 13, 2020

Update 2020

It's been a long time. Realized that I have not really had much of a chance to do any personal development in some time. Decided my personal word for the year 2020 was going to be...

Read

March 9, 2017

Getting Xdebug working within Intellij 2016

Using IntelliJ for PHP development is great and although it is slightly different then PhpStorm, it can still be configured to deliver everything PhpStorm does. Having been doing a lot of development...

Read

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...

Read

June 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