Alright SO users... Here\'s a seemingly impossible to go wrong conditional statement. It is very simple, however, I cannot figure out why it won\'t work the way it is expected to.
I\'m cleaning up a large website\'s huge variables scope, normally when cleaning up these things I find the variables and var scope them.
If I have component level properties in my application.cfc will they get evaluated every time a page is it or will they only get evaluated when the application is created?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I moved a web site that works perfectly on multiple other servers onto a new server. We just patched the server, but I am still getting the following error:
In my coldfusion Application.cfc file, I define an onError function. In certain situations, I explicitly throw an exception using a cfthrow tag - e.g. <cfthrow object=\"#myException#\">. My ques
I have a legacy application where an email.cfm file is used with a cfmail tag to send e-mail: <cfmail from=\"abc@123.com\" to=\"def@456.com\" subject=\"New e-mail!\">
What is the best way to test a function that returns an array of structres in mxunit?Right now i\'m doing something like this:
I am working on a property website and have record sets for property and for unit, unit has a one-to-many relationship with property. What I\'m trying to figure out is how to best create a search func
I have a form using jQuery and the Validation plugin.One element uses Ajax to check if a username is in use.When testing with a username known to be in use, it works correctly and highlights the field