ColdFusion, Railo & JSON
Just a quick blog post about a minor difference between ColdFusion and Railo when returning a query as JSON. 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 »
My misguided attempt at improving website performance caused an GC overhead limit exceeded error Read more »
A couple of weeks ago I announced that my book eBook "ColdFusion ORM – A guide to developing applications using ColdFusion ORM" was available. In response to some feedback from the awesome ColdFusion community you can now get it it print as well! Read more »
I am proud to announce that my eBook "ColdFusion ORM – A guide to developing applications using ColdFusion ORM" is now available! Read more »
I've just found that Google have an online tool for compressing and Javascript. Then I noticed that it has an API, so I couldn't resist putting it to the test! Read more »
For my own reference, in ColdFusion 9, you can get the primary key value when you do an insert into a database by using the result attribute. Read more »
I've been building a simple content managed website using FW/1 and needed some basic security to secure everything by default. Read more »
Passing lists to HQL parameters Read more »