ColdFusion MX7 and Apache
Seems like you can get CFMX 7.0.2 to play with Apache 2.2.x but if you have a prob Apache 2.0.59 is a safe bet.
Seems like you can get CFMX 7.0.2 to play with Apache 2.2.x but if you have a prob Apache 2.0.59 is a safe bet.
Doug Boude has a good code snippet do do this.
Stephen Collins has a good article on the subjet.
varScoper is a
"...cfc that can be used to parse cfm and cfc files and identify variables that haven't been locally scoped within cffunctions."
Brian Kotek has agood posting with massive comments on the best practice for variables within CFC's.
Andy Powell gave a good presentation to the Nashville CFUG.
Ray Camden has a short posting on Returning XML in ColdFusion for AJAX
Charlie Griefer has a good explaination of Structures and copying.
Seems like CFSWITCH can be slow in some situations!
Brian Kotek echoes my thoughts on Form Reuse.
Andy Jarrett has a good article Running CFUnit in CFEclipse quick guide which fit nicely with this CFEclipse's CFUnit from Robert Blackburn. I need to get into this!