<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title>ColdFusion</title>
<link>http://flex.sys-con.com/</link>
<description>Latest articles from ColdFusion</description>
<copyright>Copyright 2008 FLEX DEVELOPER&apos;S JOURNAL</copyright>
<lastBuildDate>Mon, 12 May 2008 05:37:00 GMT</lastBuildDate>
<generator>FLEX DEVELOPER&apos;S JOURNAL</generator>
<ttl>10</ttl>
<docs>http://backend.userland.com/rss</docs>

<item>
<title>The Web Is Exciting Again</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/288054.htm</guid><link>http://flex.sys-con.com/read/288054.htm</link>
<pubDate>Tue, 24 Oct 2006 15:45:00 GMT</pubDate>
<description>ColdFusion developers have known for years how powerful rapid development can be and how much of a difference that makes when building dynamic Web applications. Over the course of a little more than a year we&apos;ve watched as the Web model was turned on its head in favor of something that feels much more intuitive and is much more user-friendly. Part of this change has come about because of what most people call &apos;Web 2.0.&apos; Web 2.0 has brought about more buzzwords than a marketing convention. A lot of normal users have stopped trying to figure out what tagging is, what AJAX means, or what the blogosphere really is. They have to be wondering why most of the Web sites they&apos;re using suddenly have &apos;beta&apos; on them.</description>

</item><item>
<title>The Real Estate Sample Application Using ColdFusion and Flash Forms</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/180289.htm</guid><link>http://flex.sys-con.com/read/180289.htm</link>
<pubDate>Sun, 12 Feb 2006 17:00:00 GMT</pubDate>
<description>With the release of Macromedia ColdFusion 7 and the arrival of Flash Forms, developers were presented with an alternative to HTML forms that offered them additional functionality, such as full-featured controls not available in HTML and built-in validation. That alone made Flash Forms appealing - and with the addition of pieces of ActionScript code, developers were able to create truly responsive forms. But because they were meant to be compatible with HTML forms, they still shared the same submit-refresh model. What if you could &apos;submit&apos; the form and, without a page refresh, get feedback from the server?</description>

</item><item>
<title>Design Patterns: Using DAO, DG and VO in ColdFusion</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/170952.htm</guid><link>http://flex.sys-con.com/read/170952.htm</link>
<pubDate>Tue, 07 Feb 2006 15:45:00 GMT</pubDate>
<description>In modern-day ColdFusion development, we tend to rely heavily on various Design Patterns to automate or &apos;template&apos; our daily coding chores. The patterns most frequently touched on are the Data Access Objects (DAO), DataGateway (DG) and VO (Value Object) ­or Bean (VO with setter/getter routines).</description>

</item><item>
<title>Streamlining Application Development Using Struts in ColdFusion</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/166097.htm</guid><link>http://flex.sys-con.com/read/166097.htm</link>
<pubDate>Sun, 08 Jan 2006 15:30:00 GMT</pubDate>
<description>Although earlier versions of ColdFusion supported Java objects and servlets to some degree, ColdFusion MX does so in a big way. This support opens up commercially available libraries to ColdFusion developers that were previously only available to J2EE shops. Moreover, you can now draw from an immense library of free code from within the Java open-source community. This availability greatly enhances the features of your own applications and speeds your ColdFusion-based solutions to market. Use these objects to provide back-end processing or user-interface functionality, or simplify coding CFM pages by supplementing ColdFusion functions and tags with Java TagLibraries.</description>

</item><item>
<title>ColdFusion MX: A Web Service Example</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/142740.htm</guid><link>http://flex.sys-con.com/read/142740.htm</link>
<pubDate>Fri, 02 Dec 2005 11:15:00 GMT</pubDate>
<description>From the first day the Internet was conceived, its primary goal was to allow people to access information stored on remote computers. Over the last couple of years, the technology of Web services has evolved not only to enhance accessing this information, but to share it as well.</description>

</item><item>
<title>Getting Started With CFLDAP In ColdFusion</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/114248.htm</guid><link>http://flex.sys-con.com/read/114248.htm</link>
<pubDate>Wed, 03 Aug 2005 13:00:00 GMT</pubDate>
<description>The  can be very simple or very complicated. It all depends on what you&apos;re looking to do and how you want to authenticate your users. I wound up learning most of it on my own after getting an LDAP browser and snooping around in Active Directory for what I was looking for. To my surprise accessing Active Directory wasn&apos;t as complicated as it may seem. There are tutorials out on the Web that show you different ways to access Active Directory and references that show the different attributes of Active Directory that you can query.</description>

</item><item>
<title>Introducing the ColdFusion Enterprise Manager</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/100862.htm</guid><link>http://flex.sys-con.com/read/100862.htm</link>
<pubDate>Wed, 15 Jun 2005 11:00:00 GMT</pubDate>
<description>Wouldn&apos;t it be nice to get all the high-availability and scalability benefits of a cluster of multiple servers without the need to purchase multiple machines? How about being able to manage a number of isolated, performance tuned applications on one piece of hardware instead of taking up many machines in your server room?</description>

</item><item>
<title>Web Services-Enabling a ColdFusion Application</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/86108.htm</guid><link>http://flex.sys-con.com/read/86108.htm</link>
<pubDate>Wed, 18 May 2005 10:00:00 GMT</pubDate>
<description>For those not familiar with web services, they are a way for servers to exchange messages with each other using XML standards. Despite the extreme hype, web services do not enable you to do anything that was not previously possible. Since the earliest versions of ColdFusion, CF developers have used the CFHTTP tag to post an HTTP request to another server and then analyzed the response. Submitting (or receiving) a request via web services simply does the same thing, albeit using XML standards.</description>

</item><item>
<title>Printing Rich Document Formats with CFMX 7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48962.htm</guid><link>http://flex.sys-con.com/read/48962.htm</link>
<pubDate>Thu, 31 Mar 2005 00:00:00 GMT</pubDate>
<description>Most of us at one time or another have experienced the poor result of printing Web content from a browser. The page printout is ugly because the printer breaks the Web content into pages with borders and edges. Trying to fix the HTML code with style sheets and other layout tricks still yields an unsatisfactory outcome. You, the developer, and your end users desperately need a solution for printing rich document formats.</description>

</item><item>
<title>Creating Better Forms Faster with ColdFusion MX 7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48965.htm</guid><link>http://flex.sys-con.com/read/48965.htm</link>
<pubDate>Thu, 31 Mar 2005 00:00:00 GMT</pubDate>
<description>When the ColdFusion engineering team started planning ColdFusion MX 7, we finally had time to give the cfform tags some love. We talked to and heard from many customers and knew that we needed to do a cfform tag overhaul for HTML-based forms. We also knew that that if it was possible, we wanted to help ColdFusion developers harness the richness of Macromedia Flash Player and open up the cfform tag to the incredible flexibility of XForms.</description>

</item><item>
<title>Rolling Your Own Event Gateway</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48966.htm</guid><link>http://flex.sys-con.com/read/48966.htm</link>
<pubDate>Thu, 31 Mar 2005 00:00:00 GMT</pubDate>
<description>Event gateways are an exciting, new feature in Macromedia ColdFusion MX 7 that arose from one simple idea: that there are many applications out there that aren&apos;t part of the Web and don&apos;t communicate through the HTTP protocol.</description>

</item><item>
<title>Building Reports with ColdFusion MX 7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48640.htm</guid><link>http://flex.sys-con.com/read/48640.htm</link>
<pubDate>Tue, 15 Mar 2005 00:00:00 GMT</pubDate>
<description>Reporting is one of the most common tasks developers have faced since the beginning of the IT revolution. In the past, Macromedia ColdFusion developers didn&apos;t have many choices for easily creating reports and integrating them with their applications. They either had to leave the comfort of using ColdFusion and use a third-party solution or write CFML to generate HTML layouts - a solution that involved writing a lot of CFML code to read data from database, slice and dice the data, and generate HTML output.</description>

</item><item>
<title>Introducing... ColdFusion MX 7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48641.htm</guid><link>http://flex.sys-con.com/read/48641.htm</link>
<pubDate>Tue, 15 Mar 2005 00:00:00 GMT</pubDate>
<description>After an entire year spent meeting with and speaking to thousands of ColdFusion developers, The CF Team at Macromedia are unleashing this month the feature-rich new release, CFMX 7.</description>

</item><item>
<title>Deploying Applications with ColdFusion MX7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48642.htm</guid><link>http://flex.sys-con.com/read/48642.htm</link>
<pubDate>Tue, 15 Mar 2005 00:00:00 GMT</pubDate>
<description>The release of ColdFusion MX 7 provides developers with several options for deploying their CFML applications. While the current option of using ColdFusion Archives (CAR files) has worked to this point, a fundamental problem still remains in that the source code needed to be included.</description>

</item><item>
<title>IBM Targets UNIX And Linux Servers With eServer p5 510</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48144.htm</guid><link>http://flex.sys-con.com/read/48144.htm</link>
<pubDate>Tue, 08 Feb 2005 00:00:00 GMT</pubDate>
<description>IBM&apos;s eServer p5 510 is designed to bring impressive POWER5 performance and advanced virtualization capabilities to an entry level UNIX and Linux server, making POWER5 affordable for every small and medium business.</description>

</item><item>
<title>Macromedia Announces ColdFusion MX 7 - Live on SYS-CON.TV</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48097.htm</guid><link>http://flex.sys-con.com/read/48097.htm</link>
<pubDate>Mon, 07 Feb 2005 00:00:00 GMT</pubDate>
<description>&apos;The new version of ColdFusion extends the Internet to mobile devices and delivers groundbreaking rich forms support, reporting, and printing solutions,&apos; says Gruber, ColdFusion product manager at Macromedia on his SYS-CON.TV interview today with MX Developer&apos;s Journal chief-editor Charles Brown.</description>

</item><item>
<title>CFMX 7: &quot;This Is the Release That Will Make You a Hero Again,&quot; Says Macromedia&apos;s Tim Buntel</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48103.htm</guid><link>http://flex.sys-con.com/read/48103.htm</link>
<pubDate>Mon, 07 Feb 2005 00:00:00 GMT</pubDate>
<description>&apos;I get excited every time we release a new version of ColdFusion,&apos; writes Tim Buntel. &apos;I usually hit the road and talk about the release to customers at their companies, user group events, and conferences.  I start the conversation by saying, &apos;This is the best ColdFusion ever!  Wait till you see what you can do with this!&apos; Well, ColdFusion MX 7 is here and this time, I won?t need to say a word.  All you need to do is take a look at this release to see that I am not exaggerating whatsoever.&apos;</description>

</item><item>
<title>&quot;It&apos;s Here!&quot; - Editor-in-Chief of ColdFusion Developer&apos;s Journal Introduces ColdFusion MX 7</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/48104.htm</guid><link>http://flex.sys-con.com/read/48104.htm</link>
<pubDate>Mon, 07 Feb 2005 00:00:00 GMT</pubDate>
<description>ColdFusion Developer&apos;s Journal editor-in-chief Simon Horwith writes: &apos;It&apos;s finally here! ColdFusion MX 7 was released about an hour prior to this writing. This release is the most customer driven release of ColdFusion to date.&apos;</description>

</item><item>
<title>Introducing the Macromedia Knowledge Base</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/47852.htm</guid><link>http://flex.sys-con.com/read/47852.htm</link>
<pubDate>Fri, 21 Jan 2005 00:00:00 GMT</pubDate>
<description>&apos;I&apos;ve been looking for that!&apos; &apos;How did it know what I was looking for?&apos; If you&apos;ve made any of these comments recently, then you&apos;ve probably been using the Knowledge Base, a self-service guided search tool that allows you to access precise technical information on Macromedia products.</description>

</item><item>
<title>Getting Started with Macromedia Captivate</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/47858.htm</guid><link>http://flex.sys-con.com/read/47858.htm</link>
<pubDate>Fri, 21 Jan 2005 00:00:00 GMT</pubDate>
<description>By now you&apos;ve probably heard about Captivate (formerly RoboDemo), Macromedia&apos;s tool for creating engaging software simulations, demonstrations, and tutorials. You&apos;ve decided to take the plunge and create your first &apos;captivating&apos; demonstration, but how do you get started? This article will walk you through the basics of producing your very first Captivate project.</description>

</item><item>
<title>The 8 Line Ria Data Source</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/47584.htm</guid><link>http://flex.sys-con.com/read/47584.htm</link>
<pubDate>Tue, 21 Dec 2004 00:00:00 GMT</pubDate>
<description>In the first article in this series (MXDJ, Vol. 2, issue 10) I made the case for the rich Internet application (RIA) and discussed the advantages of the Flash client. Last month we examined the construction of an XML driven RIA built using Flash S data and UI components.</description>

</item><item>
<title>Macromedia Previews Next ColdFusion and Flash Releases</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/46938.htm</guid><link>http://flex.sys-con.com/read/46938.htm</link>
<pubDate>Wed, 03 Nov 2004 00:00:00 GMT</pubDate>
<description>At its annual developer conference, Macromedia provided a glimpse of new features that are under consideration in new releases of ColdFusion and Macromedia&apos;s Flash Player. The conference itinerary could be viewed using mobile phones.</description>

</item><item>
<title>A Little OOP, CF Style</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/46764.htm</guid><link>http://flex.sys-con.com/read/46764.htm</link>
<pubDate>Mon, 18 Oct 2004 00:00:00 GMT</pubDate>
<description>I love building applications, and I&apos;ve built some pretty good Flash and Central applications, if I may say so myself, but I never grasped the concept of building similar applications in ColdFusion (CF). By similar I am referring to how with Actionscript I can import a class and create an object containing properties, methods, and most likely some form of data.</description>

</item><item>
<title>ColdFusion MX 6.1 Updater is Available</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/46203.htm</guid><link>http://flex.sys-con.com/read/46203.htm</link>
<pubDate>Wed, 01 Sep 2004 00:00:00 GMT</pubDate>
<description>Updates to ColdFusion MX 6.1 are now available and Macromedia is urging users to install the upgrader. Anyone expecting only minor bug-fixes from the 6.1 Updater will be pleasantly surprised by this comprehensive offering - much more than was at first speculated.</description>

</item><item>
<title>&quot;Sneak-Peek&quot; Preview of Blackstone Unveiled</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45959.htm</guid><link>http://flex.sys-con.com/read/45959.htm</link>
<pubDate>Thu, 12 Aug 2004 00:00:00 GMT</pubDate>
<description>The ColdFusion product team reveals that &apos;Blackstone&apos; - the next-generation version of CF - will among other things provide a new, integrated business reporting capability; the ability to print from the browser without chopping off margins or breaking up content; and new, tag-driven forms capability that will enable developers to quickly and easily build and deploy multi-step data-entry forms.</description>

</item><item>
<title>Beginning OOP in AS 2.0</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45945.htm</guid><link>http://flex.sys-con.com/read/45945.htm</link>
<pubDate>Wed, 11 Aug 2004 00:00:00 GMT</pubDate>
<description>I tend to keep myself available to help people with code and Web projects on a daily basis. It seems to be quite fruitful. The majority of the questions tend to refer to Actionscript 2.0 and/or object-oriented programming (OOP) in Actionscript 2.0. It has become the inspiration for this article.</description>

</item><item>
<title>Macromedia Offers Elementary Schools Contribute 3, Reduced Licensing Fee</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45835.htm</guid><link>http://flex.sys-con.com/read/45835.htm</link>
<pubDate>Thu, 05 Aug 2004 00:00:00 GMT</pubDate>
<description>In an effort geared towards familiarizing elementary students with media applications, Macromedia announced a new, affordable license for elementary schools. This is the first time that Macromedia has offered licenses, reduced or otherwise, on the elementary level.</description>

</item><item>
<title>Wharton&apos;s &quot;Spike&quot; Intranet Moves to its Groundbreaking X Release</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45758.htm</guid><link>http://flex.sys-con.com/read/45758.htm</link>
<pubDate>Fri, 30 Jul 2004 00:00:00 GMT</pubDate>
<description>The University of Pennsylvania&apos;s Wharton School of Business, considered by many to have one of the best MBA programs anywhere, has been raising the interest of IT professionals for ten years.</description>

</item><item>
<title>Flash!  Macromedia Releases Today Update for Flash MX and MX Professional 2004</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45700.htm</guid><link>http://flex.sys-con.com/read/45700.htm</link>
<pubDate>Tue, 27 Jul 2004 00:00:00 GMT</pubDate>
<description>Macromedia announced that a free update is available today for its Flash web applications program Flash MX 2004.  The update, version 7.2, applies to both Flash MX 2004 and MX Professional 2004.</description>

</item><item>
<title>An OO Approach to War</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45622.htm</guid><link>http://flex.sys-con.com/read/45622.htm</link>
<pubDate>Tue, 20 Jul 2004 00:00:00 GMT</pubDate>
<description>With the advent of ColdFusion components (CFCs), introduced in ColdFusion MX version 6.0 and greatly improved in version 6.1, ColdFusion MX allows CF programmers to enter the mainstream of object-oriented (OO) programming. With the overwhelming success of the J2EE and the .NET platforms, OO has become the dominant paradigm for building commercial software and gaining a thorough, working knowledge of it is essential to any programmer&apos;s long-term career success.</description>

</item><item>
<title>&quot;Blackstone&quot; - Ben Forta Tells All</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45530.htm</guid><link>http://flex.sys-con.com/read/45530.htm</link>
<pubDate>Tue, 06 Jul 2004 00:00:00 GMT</pubDate>
<description>So far, all the information about Blackstone, the next major version of ColdFusion, has been third-hand, based on what bloggers have been saying after seeing Ben Forta preview the product. Now you can read information straight from the horse&apos;s mouth, courtesy of &apos;The Blackstone Tour Report,&apos; which talks about all the features that Forta has been previewing (with the exception of the event gateway) and also gives some more information about what might be happening around CFCs, including serialized CFCs (so that you can replicate CFCs in session) and access to CFC code from Java.</description>

</item><item>
<title>Freaks &amp; Geeks</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/45293.htm</guid><link>http://flex.sys-con.com/read/45293.htm</link>
<pubDate>Thu, 17 Jun 2004 00:00:00 GMT</pubDate>
<description>The great thing about being a &apos;Freak&apos; and working with a &apos;Geek&apos; is not having to concern yourself with the nitty-gritty details of coding a dynamic site. The bad thing is that you will get involved with the nitty gritty details whether you like it or not.</description>

</item><item>
<title>XML for Web Designers</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44902.htm</guid><link>http://flex.sys-con.com/read/44902.htm</link>
<pubDate>Wed, 19 May 2004 00:00:00 GMT</pubDate>
<description>No doubt, you have heard about XML. XML is everywhere. For Web designers, that can add to the confusion. If something is everywhere, it&apos;s nowhere. If only you heard &apos;XML is the new HTML,&apos; then maybe you could wrap your mind around it as a markup language. But chances are, you&apos;ve heard much more than that about XML.</description>

</item><item>
<title>Making Headlines</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44908.htm</guid><link>http://flex.sys-con.com/read/44908.htm</link>
<pubDate>Wed, 19 May 2004 00:00:00 GMT</pubDate>
<description>In Part 1 of this two-part article (MXDJ, Vol. 2, issue 3) I showed how to invoke a Web service for the purpose of validating user input. Part 2 will delve a little deeper into the ColdFusion MX language structure specifically designed to handle XML result sets such as those returned from a Web service. The goal is to consume a Web service that will return headline news articles for a user-specified topic.</description>

</item><item>
<title>Do You Want Coffee with That Mojibake?</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44480.htm</guid><link>http://flex.sys-con.com/read/44480.htm</link>
<pubDate>Tue, 13 Apr 2004 00:00:00 GMT</pubDate>
<description>This is the second in a series of articles on globalizing ColdFusion MX (CFMX) applications. This article examines character encodings and CFMX, BIDI (bidirectional text), the use of Cascading Style Sheets (CSS) in application globalization (G11N), and why we should all just use Unicode.</description>

</item><item>
<title>Freaks and Geeks Unite Part 1</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44422.htm</guid><link>http://flex.sys-con.com/read/44422.htm</link>
<pubDate>Wed, 07 Apr 2004 00:00:00 GMT</pubDate>
<description>This past summer I decided that my courseware site needed a complete overhaul. It was, in fact, a bit of an embarrassment. As a teacher, writer, and lecturer I had been sticking my courseware and lectures notes up on a site that was designed more for convenience than anything else.</description>

</item><item>
<title>Integrating Flash MX 2004 and ColdFusion MX 6.1 with Web Services</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44423.htm</guid><link>http://flex.sys-con.com/read/44423.htm</link>
<pubDate>Wed, 07 Apr 2004 00:00:00 GMT</pubDate>
<description>This is a very good time to be a Web application developer. Over the years we have moved from complex and proprietary methods of sharing data, to a more standardized and easy-to-implement method of exchanging simple or complex objects over the Web.</description>

</item><item>
<title>News in Brief: Latest Figures Show ColdFusion Still At the Top</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/44215.htm</guid><link>http://flex.sys-con.com/read/44215.htm</link>
<pubDate>Fri, 26 Mar 2004 00:00:00 GMT</pubDate>
<description>80,000 IP addresses host sites using ColdFusion, according to this month&apos;s Web Server Survey from UK company Netcraft.</description>

</item><item>
<title>ColdFusion MX: A Web Services Example</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/43900.htm</guid><link>http://flex.sys-con.com/read/43900.htm</link>
<pubDate>Tue, 02 Mar 2004 00:00:00 GMT</pubDate>
<description>From the first day the Internet was conceived, its primary goal was to allow people to access information stored on remote computers. Over the last couple of years, the technology of Web services has evolved not only to enhance accessing this information, but to share it as well.</description>

</item><item>
<title>Customized ColdFusion</title>
<guid isPermaLink="true">http://flex.sys-con.com/read/43901.htm</guid><link>http://flex.sys-con.com/read/43901.htm</link>
<pubDate>Tue, 02 Mar 2004 00:00:00 GMT</pubDate>
<description>Three years ago, I wrote an article in ColdFusion Developers Journal discussing how to create customized roles-based Coldfusion {CF} authentication {CFDJ Vol. 2 Issue 3: &apos;Customize ColdFusion Authentication 1&apos;} The article focused on showing how to implement page-level security within CF without the pains of setting up advanced security in ColdFusion 4.5.1.</description>

</item></channel></rss>