Ben Forta

Tag: ColdFusion

← All posts
November 11, 2003

ColdFusion Hot Fix: Access to SOAP Headers

If you use Web Services (either publishing or consuming them) then this one will be of interest to you, a CFMX hot fix which provides SOAP header support is now available. This hot fix adds three new functions that may be used from within CFC methods: GetRequestHeader() is used to get a SOAP...

November 10, 2003

Bloggers at MAX?

So, any bloggers planning on attending MAX? We're working on a centralized blog aggregator for all MAX related blogs (product stuff, session comments, thoughts, photos, gossip, you name it). The intent is to both to record the MAX experience, and to share MAX with those who might not be attending....

November 5, 2003

Local WSDL Can Improve Web Service Performance

takes the URL of the WSDL file for the Web Service to be used. That URL is retrieved by ColdFusion via an HTTP call, and that HTTP call takes time. To improve the performance of Web Service invocation you may save the WSDL locally and then use a local URL in . The remote Web Service will still be...

November 4, 2003

Horwith on Dreamweaver MX 2004 and ColdFusion

ColdFusion expert (and long time CF Studio user) Simon Horwith has written an intriguing article on using Dreamweaver MX 2004 with ColdFusion. He presents some very compelling ways to extend Dreamweaver for ColdFusion use, and even confesses "the truth is that the more I use Dreamweaver MX 2004,...

November 3, 2003

Looking for Macromedia Web Buttons?

A cf-talk subscriber today wanted to know where to obtain a "Powered by ColdFusion MX" button from. The Macromedia Web Buttons are somewhat buried on the site, so I thought I'd share the URL here in case others wanted it to: http://www.macromedia.com/macromedia/style_guide/buttons/. You'll find...

November 1, 2003

How to Process Retrieved CFML?

Honestly, I have never needed to do this myself, but apparently many ColdFusion users have, and several have asked me for advice in the past few days. So ... If you were to store CFML source code in a database so that it may be retrieved via a simple database query, what would be the best way to...

Page 150 of 157 (1562 posts)