ColdFire Update

While not the most important news today, Nathan has released a new update to ColdFire. He talks about the update here:

ColdFire 1.1.51.59 Released

While there are a number of changes, the big one is the request queue. This means that if you hit a ColdFusion page with Ajax requests, you can introspect all of the ColdFusion debugging information for everything in the browser. This doesn't work well with ColdFusion 8's built in Ajax requests since they pass flags to disable debugging, but for your own Ajax code (like Spry sites) this is awesome!

Comments

The queue is also useful for framed sites, or if you happen to be using CF generated css or js files.
# Posted By Nathan Mische | 4/8/08 9:17 AM
What is this 'frame' you speak of? ;) Although to be fair, I used frames for SpoolMail.
# Posted By Raymond Camden | 4/8/08 9:32 AM