Posts in "MythBusters"

2 posts in MythBusters

ColdFusion 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 ColdFusion FusionDebug 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...