Adobe’s New Article Series: RIA Development

Adobe has posted the first in a series of articles article about building RIA’s. Check out Building RIAs from Front to Back – Part 1: Understanding the Approach The article, written by Carson Hager & Dave Wolf, has some good info on architecting your application using the “front-to-back” approach. Related Posts:Moxie’s New Features – Flex [...]

Display a message on a long running .cfm page…

Since this questions comes up quite often, I’ve posted a quick solution from the ColdFusion Cookbook blog. Check it out How can I display a message on a long-running page? Basically use the <cfflush> tag to push contents to the user before the long process initiates. Make sure you read the part about what doesn’t [...]