March 29, 2005
I just spent a long time troubleshooting a Flex ColdFusion connectivity issue, and now that we've figured out what was going on I am sharing this in case it bites anyone else. There are two basic ways for Flex to invoke back-end ColdFusion CFCs, SOAP (Web Services) or AMF (Flash Remoting). My app...
March 28, 2005
eWeek is running a review of ColdFusion MX 7 . The summary states: While maintaining the easy tagging and clean, effective language that have been the hallmarks of previous versions, Macromedia's ColdFusion MX 7 is now a much more powerful and enterprise-class solution for creating and delivering...
March 27, 2005
The Flash Forms calendar controls can restrict selectable date ranges. Fixes dates can be specified using the startRange and endRange attributes, but what if you need to programmatically change the ranges at runtime? The following example does just that, it uses two calendar controls to prompt for...
March 26, 2005
When you think of Detroit you think of the automobile industry, Motown, various sports teams ... and probably not ColdFusion or Macromedia. Well, at least not initially. The fact of the matter is that there is a whole lot of Macromedia product being used in the area, and lots of ColdFusion too. And...
March 26, 2005
Looking for tips and tricks on using CFMX7 Flash Forms? Looking for those XForm examples I used in my demos? Mike Nimer (the Macromedia developer responsible for the new functionality) has created a site named CFFORM.com that is home to this and more. An RSS feed is available, too.
March 23, 2005
ColdFusion MX 7 Web Application Construction Kit (new sixth edition) is now shipping. This edition was co-authored by Ray Camden , Leon Chalnick, and Angela Buraglia . Details can be found on the book page .
March 22, 2005
A day before it is scheduled to ship, ColdFusion MX 7 Web Application Construction Kit has made Amazon.com's Early Adopter Computers & Internet , debuting and #2. As per Amazon, " These are the newest and coolest products our customers of Computers & Internet are buying. This list, updated...
March 21, 2005
For a truly astounding example of what can be accomplished using Flash Forms in CFMX7, check out AS Fusion's CF Presenter . And this is not even a form!
March 20, 2005
The ColdFusion DevCenter page has been translated for our Spanish and Italian sites. (Much of the linked content is in English).
March 20, 2005
Back when I first discussed the new Application event model exposed via Application.cfc, several users asked if inheritance would be supported. At the time I said no (at the time it wasn't). But actually, inheritance did make it in. For example, you could define an Application.cfc in the root of...