Handling null db values with ORM
I had an email from someone who was trying to use ORM with an existing database and was having errors because of null values in the database. Read more »
I had an email from someone who was trying to use ORM with an existing database and was having errors because of null values in the database. Read more »
I've been getting occasional errors on a ColdBox 3.0.0 website which is using the ColdBox Object Cache Manager where the value is undefined. I've tried to replicate it but couldn't. However, I think I've figured it out. Read more »
ColdFusion first appeared in 1995. So if those people consider ColdFusion to be a old language then I assume they think the same of these languages as well... Read more »
I'm pleased to announce that I have been selected to present at cf.Objective() 2012. Read more »
I've been working on an ColdFusion ORM application so that it also runs on Railo and found a few differences. Read more »
Just a quick blog post about a minor difference between ColdFusion and Railo when returning a query as JSON. Read more »
I just asked on Twitter, if there was a ColdFusion equivalent of JavaScript's .slice() method. Marc Esher replied pointed me at Java's subList method. Read more »
I've been working on some code which needs to be able to run on ColdFusion and Railo. There are several posts about running them on top of a servlet container or JEE server, but I've gone for a quick and dirty solution which I use on Windows. Read more »
A lot of jQuery slideshow plugins load the images as the page renders. It would be better to use jQuery to append them. Read more »
A few years back, I wrote a post about Expanding Menus with jQuery. I was asked a question about it recently so I thought this would be a good time to post an updated version. Read more »