Category Archives: ColdFusion
-
Where Does The Mysterious Method Added To Your CFCs Come From?
If you’ve been working with CFCs in ColdFusion 8, you may come across a mysterious method. Consider this screen shot from a CFC descriptor:
By Raymond CamdenRead More
March 15, 2010 -
Serving Up CFIMages Via Image Tags
Todd Sharp recently pinged me about an interesting problem. He was working with Images generated in ColdFusion 8 and was trying to use this imaga via the HTML IMG tag, like so: <img src="foo.cfm"> The code in foo.cfm generated the graphic and he couldn’t quite figure out how to display …
By Raymond CamdenRead More
March 15, 2010 -
Using ColdFusion.navigate Instead Of Bindings
A user pinged me during MAX (what’s wrong with you guys, didn’t I warn you about questions??!? with a problem. He wanted to use a CFDIV tag that bound to a form. The problem was – he didn’t want to actually do anything until the form was complete. He was …
By Raymond CamdenRead More
March 15, 2010