I was trying to call an Oracle function from ColdFusion today and was just receiving error, after error, after error... well you get the point. Long story short, I couldn't successfully get a response since there is no binding between ColdFusion and the...
While helping a colleague out with a tricky problem accessing Excel files, I downloaded the Java Excel API library from SourceForge. After a quick scan of the documentation, I started to write some ColdFusion code.
jxlWorkbook =...
You know the word caveat, right? Well, today I learned that there are a few caveats when setting up ColdSpring remote proxy beans.
When invoking a webservice that has logically optional arguments, you still have to pass all defined arguments with...
A colleague of mind asked me this afternoon if I knew of a way, in ColdFusion, and one of line of code, to determine if all of the elements in a short list are contained in a larger list. He also wanted to discount the order of the elements in the larger...
November 21, 2006 | In: cfml
I've one word for you, just one word... frames.
Amazing how simple it is to completely bust the CFLOCK tag. First, you create a simple page that has frames and loads another page into each frame.
Now for the code...