October 23, 2003
The syntax for calling Oracle (8.1 or higher)stored procedures which return reference cursors in Macromedia ColdFusion MX is different from that of previous versions of ColdFusion. A new tech note on this subject has been posted at...
October 23, 2003
Which web server technology powers the US Federal Government? Most Government sites are private and behind firewalls, but the public face of the .gov domain hold valuable clues. A search on Google looking for specific file extensions (use "allinurl:cfm site:.gov", for example) yields the following...
October 11, 2003
I've just finished reviewing all of the ColdFusion related MAX sessions, providing comments and critique where appropriate. I've been swamped the past few months, and was quite late in getting outline and draft feedback back to presenters, but I have finally caught up, and the presenters have been...
October 6, 2003
Microsoft ASP is one of the most popular scripting languages out there, or rather, it was one of the most popular scripting languages out there. With the introduction of the Microsoft .NET platform, Microsoft is no longer developing ASP; it's investing in ASP.NET instead. ASP.NET is an entirely new...
October 1, 2003
I ran into an annoying one today. I have code that has been working for years, and recently moved lots of the core processing into a CFC. And everything kept working properly. I then started tinkering with Flash Remoting, and everything kept working properly. And then I tried invoking CFC methods...
September 30, 2003
As requested, I have posted a FlashPaper version of the "Undocumented ColdFusion MX 6.1" presentation that I have used in user group presentations. The URL is http://www.forta.com/cf/resources/flash/CFMX_61_Undocumented.swf. This presentation keeps evolving, each time I discover or am informed of...
September 30, 2003
Over the past few months I have met with over twenty user groups, briefed about a dozen members of press, visited dozens of customer sites in numerous countries, and addressed more conferences than I can recall. In all, I have had the opportunity to chat about ColdFusion with hundreds (or...
September 29, 2003
Flash now supports SOAP and Flash Remoting as ways to connect to back-end systems. From a ColdFusion perspective there is little difference, a CFC method can be invoked either way, but internally much is different. FlashORB has done a great job of comparing the two and benchmarking the results. See...
September 28, 2003
As mentioned previously, I have been actively soliciting user input as to future ColdFusion directions and features. I have received several requests for additional internet protocol tags, including (to access newsgroups), (read and perform DNS lookups), (as its name suggests, and could also return...
September 27, 2003
Windows users are familiar with .ini files, those plain text files that are really useful for storing configuration data and things like that. Java has a similar type of file, a properties file (usually with a .properties extension), and a set of APIs (rather ugly APIs, actually, in...