September 26, 2005
The update to ColdFusion previously known by the code name "Merrimack" is now available for download. Version 7.0.1 of ColdFusion includes: Native Mac OSX installer Support for Oracle AS and Oracle 10g Support for IBM WebSphere Network Deployment Lots of incremental improvements to Flash Forms,...
September 26, 2005
Someone just e-mailed me to ask if there was a way to see a dump of all query contents when viewing ColdFusion debug output. And, actually, there is. Here's the scoop. The ColdFusion debug output that we are all so familiar with is actually generated by a .cfm page. If you look in...
September 26, 2005
Ray Camden is running a contest for beginner ColdFusion programmers . He has posted a program that he wants created, and is looking for creative solutions. The contest is over on October 3rd, 2005, and the winner will get a copy of ColdFusion MX 7 Web Application Construction kit (which Ray...
September 22, 2005
KoldKast is ColdFusion MX 7 version powered blog software, and 2.0 is now available for download. The application takes advantage of CFMX7 functionality and features PDF/FlashPaper formatted printing, Flash Forms, comment anti-spam to reduce spam on your blog entries, unlimited polls and poll...
September 21, 2005
A CFC Bird-of-a-feather session has been added to the MAX 2005 schedule. It'll be Tuesday night at 6:30pm, and Ray Camden will be moderating.
September 21, 2005
Wharton Computing at the University of Pennsylvania is looking for a full time ColdFusion/ Flex developer in Philadelphia, PA. Duties primarily involve application development, though some server maintenance is involved. Contact: tpryan@wharton.upenn.edu.
September 18, 2005
As part of our planning for the next ColdFusion, we are collecting feedback from users via this online survey . Thanks.
September 15, 2005
The previous parts of this series explained what IM bots are and how they work , and then walked through the steps needed to create a Google Talk IM bot . In this part we'll look at using other IM networks, using gateway helper functions, and managing session state. Thus far we have concentrated on...
September 15, 2005
An update to the ColdFusion MX 7 XMPP gateway is now available . The changes include XMPP/Jabber 1.0 specification compliance, increased connection timeout, SASL/Plain support for servers requesting SASL/PLAIN authentication, and SASL/Digest-MD5 support. This update is not part of the upcoming...
September 14, 2005
As should be clear by Part I of this post, creating a Google Talk IM bot requires the following three items: An installed ColdFusion gateway type that is compatible with the Google Talk network. As Google Talk is built on top of Jabber which is XMPP based, the XMPP gateway that comes with...