Archive for the 'ColdFusion' Category

ColdFusion compiler is broken

Tuesday, September 22nd, 2009

Following on a tweet from Sean Corfield, I couldn’t believe it is possible to create a function called if, else, while and so on as well as declare variable called var. Here is the code that may hurt your head: [sourcecode lang="cf"] <cffunction name="if"> <cfargument name="val1" /> <cfargument name="val2" /> <cfif val1 eq val2> <cfreturn [...]

ColdFusion to Flex serializer needs better error messages

Wednesday, September 2nd, 2009

I’m using Flex with ColdFusion for a long time now but sometimes I really can’t stand these two products together. I’m sending nested CFCs through the remote object back to Flex so ColdFusion has to serialize them to the form that may be understood by Flex. But I’ve got an error, somewhere I have an [...]