Posts in "MythBusters"

2 posts in MythBusters

ColdFusion ColdFusion MythBusters MythBusters

Myth: ColdFusion is Case Insensitive Rated OTHER I gave "ColdFusion is Case Insensitive" an Other rating because some attributes' values are case-sensitive like file names. Example: CreateObject function's port attribute. The ColdFusion server is case-insensitive, so you can mix case but for...

CFEclipse CFEclipse ColdFusion ColdFusion FusionDebug FusionDebug MythBusters MythBusters

CFDump and the standard Coldfusion Debugging Error Information didn't work. Charlie Arehart has mentioned several reasons why use a debugger when you can just use CFDump . I ran across a specific CFDUMP instance today when I found this very true. I was passing an xml string into a SQL Stored...