Recently I’ve created a microblog within my site to post simple and interesting things I’ve come across on the net that don’t fit into my current blog structure. Technically speaking, it’s just a separate Wordpress page modified with a custom template and query to grab posts only from a specific category. Once I pulled the [...]
For a couple of years I administered a second website, I’m Not Allowed On The Couch.com, along side this one. The site was nothing more than a mere interest blog where I could post and publish thoughts about the random websites, images, games, and videos that I found in my travels across the interwebs. I [...]
Coldfusion’s IsDate() method has fooled me for the last time. Where as any self respecting programmer would think that a method name IsDate, that returns a value of ‘yes’ or ‘no’ no less, would be checking to ensure that the date in fact is valid. That is where I was wrong. Looking at the method [...]
I don’t understand why ColdFusion insists on making things difficult. I’ve come to understand that it is not possible for ColdFusion to make use of inherent input arrays when one or more input elements is left empty. For some reason ColdFusion always drops the empty values from the array. I can’t think of any possible [...]
I have a love/hate relationship with Coldfusion. (Okay, so it’s more hate than love) But one of the aspects of the programming language that I have come to love is it’s simplicity with dealing with regular expressions. Using predefined methods such as reFind() and reReplace() have made task, which could have been overly frustrating, very [...]