May 5, 2007
As announced at cfObjective earlier today, and since blogged by Ray Camden (in real time) and others, Scorpio will feature a real interactive debugger. This is an Eclipse plug-in, so it works well with CFEclipse and Flex Builder , and provides breakpoints (with step into, step over, etc. controls),...
May 3, 2007
This morning, at cfObjective , ColdFusion Product Manager Jason Delmore spilled the beans about a new tag in Scorpio named which can be used to read and create RSS or Atom syndication feeds. can read feeds from a URL or file (supporting RSS versions 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, and 2.0, and...
May 3, 2007
ColdFusion has supported Regular Expressions for a while, but I've always missed a REMatch() function, one that would locate all matches and return them. Over the years several of us have written our own functions to do this, but that's no longer needed - REMatch() and REMatchNoCase() are both in...
May 3, 2007
Lots of you have been asking about Scorpio's planned tag, wanting to know what image formats will be supported (many of you asking about GIF and PNG specifically). So, as long as you keep in mind that Scorpio is a work-in-progress and that features and specs can change ... Scorpio has two new...
May 3, 2007
Another venue added to the Scorpio Usergroup tour . If Atlanta is too far north for you, the day after the Atlanta event I'll be down in Warner Robins, GA, to speak to the Central Georgia CFUG .
May 2, 2007
I am back in Detroit, and will wrap week two of the Scorpio Usergroup tour this evening with a presentation to the local usergroup. If you are in the area, please drop by.
May 1, 2007
Tim Buntel just posted a note about a promotion being run by two Adobe partners. If you are running an older version of ColdFusion (pre-CFMX7) then you can buy CFMX7 with subscription right now for 25% off the list price, and as it includes subscription you'll get Scorpio for free when it ships. If...
May 1, 2007
Yesterday's Scorpio presentations in Austin and Houston went very well, despite unforeseeable gotchas. In Austin the group needed to find a new venue at the last minute because weather forced another event to be brought indoors forcing the usergroup out of their reserved room. This resulted in us...
May 1, 2007
There have been some comments on other entries here regarding JSON. JSON is a data interchange format, and is primarily used as a way to package data for use with Ajax development. ColdFusion 8 (aka Scorpio ) adds support for JSON in several ways: For starters, two new functions named...
April 30, 2007
This one was also met with loud applause last night's Dallas usergroup presentation. Scorpio supports implicit array and structure creation. Here are some simple examples, first array: Here's how it works for structures: