<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://au.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Articles by Ben Forta</title>
 <link>http://au.sys-con.com/</link>
 <description>Latest articles from Ben Forta</description>
 <language>en</language>
 <copyright>Copyright 2009 </copyright>
 <generator></generator>
 <lastBuildDate>Fri, 09 Jan 2009 19:13:21 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Building an IM Bot Using ColdFusion</title>
 <link>http://au.sys-con.com/node/138960</link>
 <description>I recently brought a Google Talk bot that I put online at &lt;a href=&quot;mailto:cfdocs@gmail.com&quot;&gt;cfdocs@gmail.com&lt;/a&gt;. Google Talk users can add this user to their buddy list and then submit CFML tag and function lookups to it. (I&#039;ve also brought Yahoo IM and AIM versions online as nickname cflivedocs, but more on those shortly). In this column I&#039;ll explain exactly what the IM bot is and what it does, and show you how to easily create a bot of your own.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/138960&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 07 May 2008 13:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/138960</guid>
</item>
<item>
 <title>ColdFusion AJAX Tutorial 6: Editable Data Grids</title>
 <link>http://au.sys-con.com/node/394634</link>
 <description>Like the previous incarnations of, the new AJAX enabled HTML grid allows data to be updated right within the grid. When it is used in edit mode, column values may be edited as needed, and rows may be deleted. Unfortunately, the current implementation of the HTML does not support inserting new rows. This is a pretty serious limitation, and one that we&#039;ll hopefully address in the future - for now you&#039;ll need to use another form to add new rows.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/394634&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Jun 2007 06:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/394634</guid>
</item>
<item>
 <title>Adobe ColdFusion 8 Tips</title>
 <link>http://au.sys-con.com/node/386348</link>
 <description>Everyone is excited about ColdFusion 8; the blogs have been buzzing, feedback has been superb, lots of attendees expressed relief and gratitude at seeing such a compelling ColdFusion built in this new Adobe era - no complaints, no negative feedback, just real enthusiasm and excitement. The only frequently heard complaint was from users who want it now!&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/386348&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 13 Jun 2007 18:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/386348</guid>
</item>
<item>
 <title>ColdFusion Helps &quot;finalsite&quot; Power Hundreds Of Educational Sites</title>
 <link>http://au.sys-con.com/node/388717</link>
 <description>Since 1998, finalsite has been bringing cutting-edge web design and web software to leading independent schools and organizations around the world. finalsite currently serves nearly 200 independent schools and a total of nearly 500 schools and educational organizations of all types. finalsite offers portals and modules as add-ons to the CMS, including modules for admissions, alumni, board, trustee &amp; friends, faculty &amp; Staff, parents, students, major donor, alerts, athletic, blogs, calendar, commerce, forms, intranet, multimedia, news, and registration. finalsite runs on ColdFusion MX7, and also utilizes Flash.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/388717&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 12 Jun 2007 17:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/388717</guid>
</item>
<item>
 <title>What&#039;s New In Adobe Flex 3?</title>
 <link>http://au.sys-con.com/node/388110</link>
 <description>Here is some more information about the first public beta release of Flex 3 (now available on Adobe labs), the first major deliverable for the open source Flex project (including a public bug base, and the beginning of public nightly builds). Some of the new features in Flex Builder 3 are ...&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/388110&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 12 Jun 2007 10:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/388110</guid>
</item>
<item>
 <title>Get Your Fresh Adobe AIR</title>
 <link>http://au.sys-con.com/node/388333</link>
 <description>Adobe Integrated Runtime (AIR), formerly known as Apollo, is a cross-operating system runtime that allows developers to use their existing web development skills to build and deploy rich Internet applications to the desktop. And you can get it right now on Labs.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/388333&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 12 Jun 2007 10:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/388333</guid>
</item>
<item>
 <title>ColdFusion AJAX Tutorial 1: Auto-Suggest</title>
 <link>http://au.sys-con.com/node/383085</link>
 <description>I plan to post a series of examples demonstrating how to use the new Ajax functionality in ColdFusion 8 (many based on examples used during our recent usergroup tour). The first one I&#039;ll start with is the auto-suggest control. Auto-suggest is a modified text input box, one that displays suggestions as the user types. The auto-suggest control in ColdFusion 8 can be used in two ways, with local client-side data, and with asynchronous calls back to ColdFusion.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/383085&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Jun 2007 22:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/383085</guid>
</item>
<item>
 <title>ColdFusion AJAX Tutorial 2: Related Selects</title>
 <link>http://au.sys-con.com/node/384431</link>
 <description>Many of us have built related select controls, forms with two (or more) drop down controls, where making a change in one control causes the available selections in the related control to change. For example, selecting a category in one control displays category products in a related control, or selecting a state in one control updates a related control with the cities in that state.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/384431&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Jun 2007 22:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/384431</guid>
</item>
<item>
 <title>Working With JSON In ColdFusion 8</title>
 <link>http://au.sys-con.com/node/370355</link>
 <description>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.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/370355&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Jun 2007 22:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/370355</guid>
</item>
<item>
 <title>Multi-Threaded Application Development In ColdFusion 8</title>
 <link>http://au.sys-con.com/node/378711</link>
 <description>ColdFusion MX7 introduced the ability to asynchronously spawn ColdFusion requests using an event gateway. While many take advantage of this capability, it has some significant limitations, the biggest of which is that threads can only be spawned, there is no way to monitor spawned threads or wait for them to finish. (The other limitation is that the functionality is only available in ColdFusion Enterprise).&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/378711&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 02 Jun 2007 18:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/378711</guid>
</item>
<item>
 <title>Getting Started With The ColdFusion 8 Debugger</title>
 <link>http://au.sys-con.com/node/382427</link>
 <description>After a 7 year hiatus, ColdFusion once again has an interactive debugger, and this time it is built on top of Eclipse (and uses the same debugging interface as Flex Builder, and other Eclipse plug-ins). If you are interested in taking the debugger for a spin, here&#039;s what you need to know to get started:  First of all, you need ColdFusion 8. If you don&#039;t have it yet, get it!&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/382427&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 02 Jun 2007 16:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/382427</guid>
</item>
<item>
 <title>ColdFusion 8 - GetDriveInfo() UDF Powered By .NET</title>
 <link>http://au.sys-con.com/node/382646</link>
 <description>This is an example that I used when demonstrating ColdFusion 8 .NET integration on the recent usergroup tour, and as requested, I am posting it publicly. GetDriveInfo() returns a query containing specifics about the hard drives on your server, it returns all drives unless an optional drive letter is passed to it. GetDriveInfo() uses the .NET System.IO.DriveInfo class (which was introduced in .NET 2, and thus this example requires .NET 2 or 3).&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/382646&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 31 May 2007 08:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/382646</guid>
</item>
<item>
 <title>Installing ColdFusion 8 Eclipse Extensions</title>
 <link>http://au.sys-con.com/node/382377</link>
 <description>The ColdFusion extensions for Eclipse include RDS panels, a Services Browser panel, a CF Log Viewer, RDS support, help, wizards, and of course the interactive debugger. These extensions are available for download along with ColdFusion 8 and will be distributed with the product when it ships. To install the Eclipse extensions, do the following&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/382377&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 30 May 2007 12:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/382377</guid>
</item>
<item>
 <title>ColdFusion Blog - Scorpio and Apache Derby</title>
 <link>http://au.sys-con.com/node/381677</link>
 <description>So what does this have to do with ColdFusion? Well, Jason Delmore mentioned this in passing at cf:Objective (and few picked up on it), but we plan to include Apache Derby in ColdFusion Scorpio. The practical implication of this is that if you have to distribute an app that needs a database, you&#039;ll now have one that will work consistently on all platforms (no more having to tinker with different databases on different platforms).&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/381677&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 29 May 2007 11:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/381677</guid>
</item>
<item>
 <title>Scorpio Makes Obtaining Database And Table Info Easy</title>
 <link>http://au.sys-con.com/node/376982</link>
 <description>This is a feature first demonstrated in CT yesterday, a new tag in Scorpio named which does just that, it returns information about databases (and data sources, and tables, and columns, and stored procedures, and more). This first code snippet shows how to obtain a list of tables in a specified data source (using the default database):&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/376982&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 16 May 2007 13:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/376982</guid>
</item>
<item>
 <title>Ben Forta&#039;s Blog - Scorpio Presentation in New York City</title>
 <link>http://au.sys-con.com/node/376378</link>
 <description>One of the Scorpio features that we&#039;ve been demoing to wide acclaim, is the increased control and flexibility in managing ColdFusion Administrator Access and RDS access. In ColdFusion today, there is a single password for each of these features, and a user with the Administrator password has full access to CF Administrator, and no access without it. The same is true of RDS.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/376378&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 15 May 2007 17:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/376378</guid>
</item>
<item>
 <title>Ben Forta&#039;s Blog - Scorpio File I/O Enhancements</title>
 <link>http://au.sys-con.com/node/374834</link>
 <description>At one of the usergroup sessions this week someone asked if there was a way to get file information (size, date time, etc.) easily using a function. I said they should use, but afterwards remembered that we did indeed add a new function to Scorpio called GetFileInfo() which returns a structure containing:&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/374834&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 13 May 2007 18:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/374834</guid>
</item>
<item>
 <title>The FLEXifier Is Live</title>
 <link>http://au.sys-con.com/node/291816</link>
 <description>Amidst the hustle and bustle leading up to MAX, I managed to steal some time to work on a skunkworks project. The idea was to let people experience the fun and instant gratification of Flex, without needing to download and install anything at all. And thus The FLEXifier.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/291816&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 30 Oct 2006 06:30:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/291816</guid>
</item>
<item>
 <title>MAX 2006: Day 1 Roundup</title>
 <link>http://au.sys-con.com/node/290348</link>
 <description>The opening keynote was superb, definitely one of our more exciting keynotes, and without a doubt the loudest. After several &#039;let&#039;s tease Ben&#039; segments courtesy of Kevin and Shantanu, I got to present two segments. The first concentrated on ColdFusion. I talked about the CF/Flex integration in CFMX 7.0.2, showed the ColdFusion Flex Application Wizard, and then discussed &#039;Scorpio&#039;.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/290348&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 25 Oct 2006 15:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/290348</guid>
</item>
<item>
 <title>A Couple Of New Adobe Bloggers You Should Know About</title>
 <link>http://au.sys-con.com/node/263476</link>
 <description>Marcel Boucher is the Product Manager in the Technical Marketing Team for the Adobe Enterprise and Developer Business Unit (whatever that means!). In practice, he&#039;s a hardcore techie who has been with Adobe for a decade or so, has been involved with LiveCycle for years, is a Java-head ...&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/263476&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 22 Aug 2006 16:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/263476</guid>
</item>
<item>
 <title>Top 10 Reasons to Attend MAX 2006</title>
 <link>http://au.sys-con.com/node/260262</link>
 <description>It&#039;s been more than half a year now since Macromedia and Adobe combined, and during this time we&#039;ve been hard at work leveraging the strengths of each of these companies to forge the new Adobe. One of Macromedia&#039;s greatest strengths was its user community and the resultant relationship between company and customer. Each and every year, since 1999, this relationship culminated in the event we affectionately call MAX.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/260262&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Aug 2006 19:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/260262</guid>
</item>
<item>
 <title>Favorite Flex Builder Shortcuts</title>
 <link>http://au.sys-con.com/node/233743</link>
 <description>I&#039;ve been spending quite a bit of time in FlexBuilder lately, and have started to rely extensively on some shortcuts. Some of these are actually Eclipse shortcuts, but regardless, these are some of my favorite:&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/233743&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 09 Jun 2006 13:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/233743</guid>
</item>
<item>
 <title>WHIR: OHL Online Draft Powered By AJAX, ColdFusion And Oracle</title>
 <link>http://au.sys-con.com/node/229429</link>
 <description>Web Host Industry Review is running a story about how &#039;minor league hockey organization the Ontario Hockey League has begun conducting its draft online through an interface resembling those used in many online fantasy sports pools.&#039; As per the story, the application saves time and money, and &#039;is built using AJAX, ColdFusion and Oracle&#039;.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/229429&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 31 May 2006 15:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/229429</guid>
</item>
<item>
 <title>Spry AJAX Library Available On Labs</title>
 <link>http://au.sys-con.com/node/220649</link>
 <description>Spry is a JavaScript framework for creating AAJX applications, a library that makes it easy to incorporate XML data into HTML pages using HTML, CSS, and JavaScript. Want to learn more? Paul Gubbay has written an introduction to Spry. Spry examples are posted on Labs. And you can download Spry from Labs.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/220649&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 11 May 2006 13:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/220649</guid>
</item>
<item>
 <title>Flex Beta 3 And ColdFusion 7.0.2 Beta Released</title>
 <link>http://au.sys-con.com/node/218610</link>
 <description>Flex beta 3 is now available for download from Adobe Labs. Download new versions of Flex Builder, Flex Data Services, Charting, Flash Player, the ColdFusion/Flex connectivity bits, and the sample applications. The ColdFusion updater updated ColdFusion to 7.0.2. In addition to the Flex connectivity features, the updater also includes other goodies, including an updated reporting engine, a fix for ColdFusion generated Flash to address the IE EOLAS update, and more. Damon Cooper has posted details.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/218610&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 May 2006 10:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/218610</guid>
</item>
<item>
 <title>Free Flex, Get Your Hot Fresh FREE Flex!</title>
 <link>http://au.sys-con.com/node/218495</link>
 <description>In Flex 2 this all changes. A server is no longer needed to actually serve Flex requests. You may in fact want a server (Flex Data Services), but it is not actually needed. In Flex 2 you can write your code (MXML and AS) and then compile it, generating a complete SWF (in much the same way as Flash generates standalone SWFs from FLA files) which can be deployed on your HTTP server just like any other assets (HTML files, GIFs, CSS files, etc.). And the generated and deployed SWF can talk back to the server via HTTP call, AMF (Flash Remoting), and SOAP (Web Services) - and no, once again, this can be accomplished without needing Flex installed on the server.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/218495&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 May 2006 10:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/218495</guid>
</item>
<item>
 <title>Public Deployment Of Flex 2 Apps Requires Beta Flash 8.5 Player</title>
 <link>http://au.sys-con.com/node/200823</link>
 <description>We&#039;re being really open with the Flex 2 beta. Anyone can download the bits from the Labs site, and you are free to share the MXML/AS code you write and even deploy the Flex 2 apps that you create. Just keep in mind that in order to execute your apps, users will need to be running the Flash 8.5 player which is also currently in beta. As this player is a beta, it will not be automatically installed the way player updates usually are.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/200823&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 May 2006 09:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/200823</guid>
</item>
<item>
 <title>Flex Developer Derby Deadline Extended</title>
 <link>http://au.sys-con.com/node/208702</link>
 <description>The Flex Developer Derby is your chance to write cool Flex code and win sweet prizes (six chances to win a Xbox 360 and a 42&#039; plasma TV to use it with). The deadline for the contest has been extended to May 31st - more time for you to create one of the winning entries!&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/208702&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 19 Apr 2006 11:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/208702</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: RSS Filtering Via Feed Rinse</title>
 <link>http://au.sys-con.com/node/199958</link>
 <description>This one is intriguing, Feed Rinse allows you to define your RSS feeds, define filters, and then access a single filtered RSS feed.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/199958&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 28 Mar 2006 14:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/199958</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: ColdFusion Flash Remoting Configuration in Flex 2 Beta 2</title>
 <link>http://au.sys-con.com/node/197494</link>
 <description>Several of you have contacted me with problems using Flex beta 2 to connect to ColdFusion via Flash Remoting. A couple of the issues turned out to be configuration problems in flex-enterprise-services.xml (installed under WEB-INF\flex, and needed by the Flex compiler). Here is the file as it works for me:&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/197494&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Mar 2006 11:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/197494</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: ColdFusion Flex Enterprise Services Based Session Tracker Online</title>
 <link>http://au.sys-con.com/node/189046</link>
 <description>One of the examples that I have been using in my user group presentations is a ColdFusion Session Tracker. This application uses Flex Enterprise Services to push real time session details to a connected Flex client.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/189046&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Mar 2006 10:45:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/189046</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: ColdFusion Flex 2 Sample Application</title>
 <link>http://au.sys-con.com/node/177970</link>
 <description>I have posted a sample ColdFusion powered Flex 2 application to Adobe Labs. The Phone Selector application is a very simple example of a ColdFusion powered Flex application. This sample application is deliberately small and highly focused so as to demonstrate ColdFusion Flex integration options. These include: Accessing ColdFusion Components via Flash Remoting  The automatic conversion between ColdFusion Components and equivalent ActionScript objects&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/177970&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 01 Feb 2006 11:45:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/177970</guid>
</item>
<item>
 <title>Event Gateways</title>
 <link>http://au.sys-con.com/node/172616</link>
 <description>ColdFusion MX 7 has some exciting new functionality but the most important and revolutionary of these new features, hands down, is the event gateway. Event gateways are to application server environments what the CFQUERY tag was to database interaction.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/172616&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 28 Jan 2006 17:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/172616</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: User Group Presentations In February And March</title>
 <link>http://au.sys-con.com/node/172257</link>
 <description>It looks like I am going to get the opportunity to present to user groups all over the U.S. in February and March. The subject will be Flex 2, with an in depth look at what this means for us ColdFusion developers, and will include coverage of Flex Builder 2 as well as new ColdFusion Flex integration technologies.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/172257&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 17 Jan 2006 17:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/172257</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: ColdFusion And SQL Server 2005</title>
 <link>http://au.sys-con.com/node/170133</link>
 <description>Several users have wanted to know if ColdFusion supports SQL Server 2005. And the answer appears to be yes. I am using ColdFusion MX 7.01 with the default SQL Server driver, and am connected to SQL Server 2005, and so far so good. Microsoft does have a new SQL Server 2005 JDBC driver in beta, but thus far I have not installed it, and not needed to. All testing thus far has worked flawlessly, using basic statements as well as browsing tables and schemas via RDS.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/170133&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 10 Jan 2006 19:45:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/170133</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: CNet News.com Sensationalism And Fearmongering, Part II</title>
 <link>http://au.sys-con.com/node/168921</link>
 <description>Apparently CNet&#039;s News.com staff writers Declan McCullough and Anne Broache just can&#039;t resist the lure of sensationalism and fearmongering. After yesterday&#039;s blatantly inaccurate and highly inflammatory Government Web sites are keeping an eye on you (which undoubtedly generated lots of page views and thus advertising revenue for CNet), they followed up today with Part 2 entitled Congress&#039; hands caught in the cookie jar.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/168921&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 06 Jan 2006 13:45:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/168921</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: CNet News.com Writers Demonstrate Desire For Sensationalism and Poor Technical Understanding</title>
 <link>http://au.sys-con.com/node/168631</link>
 <description>The text reads: &#039;agencies are prohibited from using persistent cookies or any other means (e.g., web beacons) to track visitors&#039; activity on the Internet&#039;. It does not prohibit all persistent cookies, only those used to &#039;track visitors&#039; activity on the Internet&#039;. The text does not explain what &#039;track&#039; actually means, but the context is clear, cookies are prohibited when used for the tracking of user activity. Indeed, the text goes on to say that persistent cookies may be used (subject to approval and authorization) so long as the agency posts &#039;clear notice in the agency&#039;s privacy policy of the nature of the information collected, the purpose and use for the information, whether and to whom the information will be disclosed; and the privacy safeguards applied to the information collected.&#039;. This clarifies things quite a bit, and explains what the concern is; the collection of information (and possible subsequent disclosure).&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/168631&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 05 Jan 2006 21:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/168631</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: Check Out FusionReactor</title>
 <link>http://au.sys-con.com/node/167428</link>
 <description>FusionReactor is a really powerful add-on for monitoring, debugging and performance tuning your ColdFusion applications and servers throughout the development, testing and production cycle. It lets you look inside ColdFusion and take action when there are problems. Key features include: see running requests, stack trace and kill requests, system metrics and memory graphs, on the fly search and replace content fixing, page compression and the ability to capture requests/responses in XML! It even has an automatic Crash Protection feature that will notify you when something is wrong and act on it if you want. You can check it out under &lt;a href=&quot;http://www.fusion-reactor.com&quot; title=&quot;http://www.fusion-reactor.com&quot;&gt;http://www.fusion-reactor.com&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/167428&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 03 Jan 2006 18:00:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/167428</guid>
</item>
<item>
 <title>Ben Forta&#039;s ColdFusion Blog: SQL Injection Attacks, Easy To Prevent, But Apparently Still Ignored</title>
 <link>http://au.sys-con.com/node/165921</link>
 <description>I was just on a web site (no, not a ColdFusion powered site, and no I will not name names) browsing for specific content. The URLs used typical name=value query string conventions, and so I changed the value to jump to the page I wanted. And I made a typo and added a character to the numeric value. The result? An invalid SQL error message.&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/165921&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 21 Dec 2005 18:15:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/165921</guid>
</item>
<item>
 <title>CIO Magazine Misses The Point On ColdFusion Based Web Services</title>
 <link>http://au.sys-con.com/node/163487</link>
 <description>CIO Magazine ran a story on Web Services last month. The story is presented as a quiz entitled &#039;Are You Ready For Web Services?&#039; with 12 multiple choice questions, each with answers worth from 0 to 5 points. I have issues with a few of the supposed right answers, but question 8 really irks me:  8.I plan to develop Web services in:&lt;p&gt;&lt;a href=&quot;http://au.sys-con.com/node/163487&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 14 Dec 2005 08:15:00 EST</pubDate>
 <guid isPermaLink="true">http://au.sys-con.com/node/163487</guid>
</item>
</channel>
</rss>
