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:
April 30, 2007
Last night's Scorpio presentation in Dallas was incredible. The venue was superb (although I was initially worried when I walked in, stuffing people with hot food and them putting them in big comfy chairs can be a recipe for disaster), the crowd was loud and animated and enthusiastic (it took over...
April 30, 2007
This one was met with a round of applause last night in Dallas. In Scorpio you can now use the following in CFML expressions: ++ -- % += -= *= /= %= && || ! In addition, in you can use the following operators: == != >=
April 29, 2007
I am in Dallas, the first of three Scorpio Usergroup tour venues in Texas, and later this week I visit Phoenix and Detroit (on the way home). If you are in the area, please drop by this evening where I plan on showing Scorpio features not shown previously (not even at the presentations last week).
April 28, 2007
CFML is a tag based language. When tags need arguments or options passed to them, they are passed as attributes. This is an integral part of what makes CFML so easy and so productive. But sometimes, having to pass attributes can be a hindrance. Consider a simple example, a where you sometimes just...
April 25, 2007
I'm on my way out of Denver, heading home. Last night's presentation was great, 85 attendees, and so many questions that the event ran almost 3 hours! Next week is TX, AZ, and MI. If you are in the area, please drop by. The full list of Scorpio Usergroup tour venues is online.
April 24, 2007
Terrence Ryan apparently is pleased with the Microsoft Exchange integration functionality in Scorpio that we've been demonstrating at usergroup meetings this week. As some of you will recall, I asked for feedback on Exchange integration over a year ago. Those comments helped drive this feature, so...
April 24, 2007
Like Seattle the night before, last night's presentation in San Francisco was very well received. I just arrived in Denver, the next stop on the Scorpio Usergroup tour. If you are in the area, please drop by this evening!
April 23, 2007
ColdFusion users have long wanted a way to define settings per application, rather than server-wide. In truth, this is doable right now, just install multiple instances of ColdFusion an each instance gets its own CF Admin and own settings. But, if that is not an option, then Scorpio will help, as I...