<?xml version="1.0" encoding="ISO-8859-1" ?>
  <!-- RSS generated by EasyCFM.COM, LLC. on {ts '2009-01-03 14:04:35'} -->
  <rss version="2.0">
    <channel>
       <title>EasyCFM.COM Tutorials</title>
       <link>http://www.easycfm.com</link>
       <description>All the EasyCFM.COM Tutorials!</description>
       <language>en-us</language>
       <copyright>Copyright 2003 EasyCFM.COM, LLC.</copyright>
       <docs>http://backend.userland.com/rss/</docs>
       <lastBuildDate>Sat, 03 Jan 2009 14:04:35 EST</lastBuildDate>
       <image>
            <title>EasyCFM.COM</title>
            <url>http://www.easycfm.com/images/logo_small.png</url>
            <link>http://www.easycfm.com</link>
       </image>

   <item>
         <title><![CDATA[Inserting data into a database]]></title> 
         <description><![CDATA[This tutorial will show you how to insert data into a database, then have that information emailed to you and the person submitting the data.]]></description>
         <link><![CDATA[http://tutorial1.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Thu, 01 Aug 2002 20:47:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Retrieving Records From a Database..]]></title> 
         <description><![CDATA[This is the basics of ColdFusion. This tutorial will demonstrate how to query a database and then display the records found.]]></description>
         <link><![CDATA[http://tutorial2.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sat, 03 Aug 2002 21:14:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Having Your Database Do The Work… not ColdFusion!]]></title> 
         <description><![CDATA[ This tutorial will demonstrate how you can use the functions that come built in on your database to do the work, instead of doing the work in your code the hard way!]]></description>
         <link><![CDATA[http://tutorial3.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Thu, 08 Aug 2002 21:18:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A Simple Contact Us Page….]]></title> 
         <description><![CDATA[Learn how to create a contact page in ColdFusion.]]></description>
         <link><![CDATA[http://tutorial4.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 13 Aug 2002 21:21:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[DSNLess Coldfusion?]]></title> 
         <description><![CDATA[Learn how to create database connection, by skipping the old ODBC connections with ColdFusion.]]></description>
         <link><![CDATA[http://tutorial5.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 16 Aug 2002 21:23:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Quick and Dirty Hit Counter]]></title> 
         <description><![CDATA[Learn how to Create a quick and dirty hit counter.]]></description>
         <link><![CDATA[http://tutorial7.easycfm.com]]></link>
         <author><![CDATA[mailto:michael@teratech.com (Michael Smith)]]></author>
         <pubDate><![CDATA[Mon, 19 Aug 2002 19:32:48 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a user athentication (Login) area.]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can create a 'member's only' area. It will show you how to log them in and how to check that they are logged in.]]></description>
         <link><![CDATA[http://tutorial8.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 19 Aug 2002 20:26:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[User Defined Functions....]]></title> 
         <description><![CDATA[Learn how to use User-Defined Functions in ColdFusion 5.0.]]></description>
         <link><![CDATA[http://tutorial9.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 21 Aug 2002 15:31:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Validating Form Input With Regular Expressions]]></title> 
         <description><![CDATA[CF5 has added a trick for form validation based on regular expressions that many have missed. If you've ever wanted to validate form input such as email addresses and phone numbers, but have found the built-in validations of CFFORM to be lacking, here's a solution. And you don't need to be a genius with Regular Expressions to start using it.]]></description>
         <link><![CDATA[http://tutorial10.easycfm.com]]></link>
         <author><![CDATA[carehart@systemanage.com (Charles Arehart)]]></author>
         <pubDate><![CDATA[Sat, 24 Aug 2002 16:16:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Multiple dynamic drop-down selection boxes]]></title> 
         <description><![CDATA[This code allows the user to dynamically populate the contents of a select box based on a selection from a previous select box.]]></description>
         <link><![CDATA[http://tutorial11.easycfm.com]]></link>
         <author><![CDATA[mcorbridge@smoothlink.com (Mike Corbridge)]]></author>
         <pubDate><![CDATA[Sun, 25 Aug 2002 14:11:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Count Active Users On Your Site.]]></title> 
         <description><![CDATA[Have you ever wanted to display a count of how many people are on your web site at any given moment? This tutorial will demonstrate to you how to achieve just that. It will count your web site's active sessions and allow you to display them to your visitors.]]></description>
         <link><![CDATA[http://tutorial12.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sun, 25 Aug 2002 14:38:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Create a WORD Document with ColdFusion!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can use ColdFusion and COM Objects to create a Word Document.]]></description>
         <link><![CDATA[http://tutorial13.easycfm.com]]></link>
         <author><![CDATA[dainanderson@nc.rr.com (Dain Anderson)]]></author>
         <pubDate><![CDATA[Sun, 25 Aug 2002 14:52:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Newsletter System....]]></title> 
         <description><![CDATA[This tutorial will show you how to create a fully automated system to allow visitors to subscribe and unsubscribe to your newsletter, and for administrators to send out a newsletter to all the registered users.]]></description>
         <link><![CDATA[http://tutorial14.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 06 Sep 2002 18:22:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A brief demonstration of Fusebox 2.0]]></title> 
         <description><![CDATA[This is a brief demonstration on how to use Fusebox 2.0 Methodology.]]></description>
         <link><![CDATA[http://tutorial15.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 06 Sep 2002 21:54:36 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A quick intro into the world of Custom Tags!]]></title> 
         <description><![CDATA[The following tutorial will briefly touch over Custom Tags and show you what they are, how you use them, and how they benfit you by using them.]]></description>
         <link><![CDATA[http://tutorial18.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 06 Sep 2002 23:44:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using Query String Values....]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to use query string values instead of form values.]]></description>
         <link><![CDATA[http://tutorial19.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sun, 15 Sep 2002 04:09:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Previous / Next n Records  ]]></title> 
         <description><![CDATA[This tutorial demonstrate how to implement 'Previous' &amp; 'Next' into your existing results page.]]></description>
         <link><![CDATA[http://tutorial20.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 17 Sep 2002 09:21:02 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The CFAPPLICATION tag and Session variables..]]></title> 
         <description><![CDATA[In order to use session variables, first you have to instruct the Cold Fusion server that you wish to use them. Here's a tutorial on how to do just that!]]></description>
         <link><![CDATA[http://tutorial21.easycfm.com]]></link>
         <author><![CDATA[jbartlett@strangejourney.net (John Bartlett)]]></author>
         <pubDate><![CDATA[Tue, 17 Sep 2002 09:31:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Alternating Row Colors!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to alternate row colors when outputing your data.]]></description>
         <link><![CDATA[http://tutorial22.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 17 Sep 2002 21:55:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using PayPal's IPN with ColdFusion!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to implement the PayPal IPN (Instant Payment Notification) into your e-commerce applications to accept credit cards in real time!]]></description>
         <link><![CDATA[http://tutorial23.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 25 Sep 2002 23:02:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Clearing your session variables!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to clear your applications sessions variables with just three lines of code!]]></description>
         <link><![CDATA[http://tutorial24.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 04 Oct 2002 01:10:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion and .INI Files!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to use .INI files with ColdFusion. Perfect for users wishing to create administration areas for existing software titles that are INI file driven (i.e. FTP Servers).]]></description>
         <link><![CDATA[http://tutorial25.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 04 Oct 2002 06:21:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting Data Into Flash With ColdFusion!]]></title> 
         <description><![CDATA[More and more developers are becoming aware of creating dynamic applications with Flash and Cold Fusion. Now the question is, 'How do I get external data into my Flash movie and what are my options?'. There is not one simple answer to this question since there are a few ways to accomplish this.]]></description>
         <link><![CDATA[http://tutorial26.easycfm.com]]></link>
         <author><![CDATA[dennis@flashcfm.com (Dennis Baldwin)]]></author>
         <pubDate><![CDATA[Wed, 09 Oct 2002 11:08:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Sending multiple attachments with CFMAIL!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to send out multiple attachments with &amp;lt;cfmail>.]]></description>
         <link><![CDATA[http://tutorial27.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 11 Oct 2002 15:49:31 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating, Altering and Deleting database tables with ColdFusion.]]></title> 
         <description><![CDATA[This tutorial will show you how to create, modify and delete database tables easily with ColdFusion.]]></description>
         <link><![CDATA[http://tutorial28.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 14 Oct 2002 08:24:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Inserting FORM data into multiple database tables!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can use one form a user fills out to insert into multiple database tables.]]></description>
         <link><![CDATA[http://tutorial29.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 15 Oct 2002 08:45:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Implementing FORM Error Checking On Your Pages!]]></title> 
         <description><![CDATA[This tutorial will show you two two ways you can implement error checking, to ensure that your users are actually entering the required fields on your forms!]]></description>
         <link><![CDATA[http://tutorial30.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 16 Oct 2002 10:22:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically adding CF comments in blank document]]></title> 
         <description><![CDATA[All the books on CF tell you to comment your code. And yet, when you create a new CF file in Dreamweaver MX, you have to add the standard comments manually every time. Not anymore!]]></description>
         <link><![CDATA[http://tutorial31.easycfm.com]]></link>
         <author><![CDATA[emyers@capital.edu (Eric G. Myers)]]></author>
         <pubDate><![CDATA[Wed, 16 Oct 2002 13:31:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using Arrays in ColdFusion To Properly Display Data....]]></title> 
         <description><![CDATA[This tutorial will show you how to use arrays to display data properly in ColdFusion.]]></description>
         <link><![CDATA[http://tutorial32.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 28 Oct 2002 15:32:04 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically Adding Smiles To Your Messages!]]></title> 
         <description><![CDATA[This tutorial will show you how you can add smiles to your messages on the fly!]]></description>
         <link><![CDATA[http://tutorial33.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 29 Oct 2002 12:28:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Reading your IIS Log Files with ColdFusion!]]></title> 
         <description><![CDATA[This tutorial will show you how you can parse through your IIS (web server) log files and insert the values into a database, therefore allowin you to display real-time stats to your visitors (i.e hits this week, etc..)]]></description>
         <link><![CDATA[http://tutorial34.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 04 Nov 2002 15:50:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using CFRegistry to Add Your IP To CF Debug IP List!]]></title> 
         <description><![CDATA[This tutorial is intended to show you how to use the ColdFusion tag &amp;lt;CFRegistry>. This tutorial will show you how to add your current IP to the IP Debug List in the ColdFusion Administrator.]]></description>
         <link><![CDATA[http://tutorial35.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 06 Nov 2002 21:52:17 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using &lt;CFPOP> and creating an email client for POP3 Email Reading!]]></title> 
         <description><![CDATA[This tutorial will show you how to create a mail system for your site. It will allow you to get your email from a POP3 server, view your inbox, then view the message (with attachments), reply and delete that message as well.]]></description>
         <link><![CDATA[http://tutorial36.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Thu, 07 Nov 2002 21:45:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Send Page Url to A Friend]]></title> 
         <description><![CDATA[A simple script where a user can click a link that will take the current templates url and pass it to a email form which they can than fill in with their friends emails addresses to send their friends your site address.]]></description>
         <link><![CDATA[http://tutorial38.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Sat, 23 Nov 2002 07:58:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Advanced Form Checking]]></title> 
         <description><![CDATA[This tutorial places the submitted form values into a session, than error checks them. If there is an error it will show the form again with the previous values the user entered pre-entered in the form. It will also tell the user which form fields had errors in them.]]></description>
         <link><![CDATA[http://tutorial39.easycfm.com]]></link>
         <author><![CDATA[redmanz55@hotmail.com (Redmanz)]]></author>
         <pubDate><![CDATA[Tue, 26 Nov 2002 16:50:47 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Advance uses of CFMAIL and CFMAILPARAM]]></title> 
         <description><![CDATA[Make your email messages stick out in the users inbox with barely any effort]]></description>
         <link><![CDATA[http://tutorial41.easycfm.com]]></link>
         <author><![CDATA[mail@thebluefrogcompany.net (Andy Jarrett)]]></author>
         <pubDate><![CDATA[Tue, 26 Nov 2002 19:43:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Changing site color scheme]]></title> 
         <description><![CDATA[Add some personalization to your pages by letting the user pick their own color scheme. It's really quite simple and the benifits are awsome. This tutorial shows you how to set up your pages to use a dynamicly included scheme. It will also show you how to create all the pages neccessary to administer the color schemes.]]></description>
         <link><![CDATA[http://tutorial42.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Fri, 29 Nov 2002 16:53:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Sorting]]></title> 
         <description><![CDATA[This tutorial shows the basics of allowing your end-users to dynamically sort the order in which they view your records. You can have as many sort orders as you have fields viewed!]]></description>
         <link><![CDATA[http://tutorial43.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Thu, 05 Dec 2002 23:10:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Image Gallery]]></title> 
         <description><![CDATA[You  will be shown how to display the images in the desired number of
columns and desired number of records per page  with minimal coding. When the thumbnail image is clicked on it will open another window with the large image and image description under it.]]></description>
         <link><![CDATA[http://tutorial44.easycfm.com]]></link>
         <author><![CDATA[nyghtfal@hotmail.com (D Evans)]]></author>
         <pubDate><![CDATA[Sun, 08 Dec 2002 13:56:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Duplicate Data Checking]]></title> 
         <description><![CDATA[This tutorial uses a opt-in mailing list as an example. After the end-user enters their information the information goes to an action page which checks to see if the users email address already exists in the database. If it exists it lets them know and will not enter the duplicate data, if it does not exist it enters them into the mailing list.]]></description>
         <link><![CDATA[http://tutorial45.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Mon, 09 Dec 2002 09:57:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Trouble Shooting Cookies that work for you, One Possibility]]></title> 
         <description><![CDATA[I had had created a login that used cookies to give access to an area of the web
site. The owner of the web site could not login to the area using Windows NT, but upon testing I could always login with my windows 98 system. I could not figure out why the NT system would not login, but I could.
It seemed to be a coding error by the site owner, since other sites could be
logged in to. Some time later I stumbled upon the answer.]]></description>
         <link><![CDATA[http://tutorial46.easycfm.com]]></link>
         <author><![CDATA[nyghtfal@hotmail.com (Deborah Evans)]]></author>
         <pubDate><![CDATA[Mon, 09 Dec 2002 12:02:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Recordset Paging in Cold Fusion]]></title> 
         <description><![CDATA[This will pull a predefined number of records from a database, allow the user to change the number of records to be shown, and write the 'NEXT' or 'BACK' (or both) buttons at the bottom of the page. Thus allowing the user to 'surf' through the database.

See it in action at http://freecfm.com/t/tentonhead/ and click on the 'CTCS' link when you get there.

The HTML for this page has changed a little since I first did this (so it validates as XHTML1.1) but the CFML remains as it is in this snippet.]]></description>
         <link><![CDATA[http://tutorial47.easycfm.com]]></link>
         <author><![CDATA[jimsummer@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Mon, 09 Dec 2002 13:30:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Database Dates (between ranges)]]></title> 
         <description><![CDATA[This deals with database dates:

(1)inserting a properly formatted date into the database, and then

(2)pulling a query from the database between a date range defined by 2 text boxes.]]></description>
         <link><![CDATA[http://tutorial48.easycfm.com]]></link>
         <author><![CDATA[jimsummer@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Mon, 09 Dec 2002 14:31:04 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Aliasing Your SQL Statements]]></title> 
         <description><![CDATA[Many developers I have talked to are not aware of the ability to create an 'alias' in an SQL statement, concatenate, and even add strings into your SQL statements. A little work up front in the SQL can cut out a lot of tedious coding in the &amp;lt;cfoutput> tag.]]></description>
         <link><![CDATA[http://tutorial49.easycfm.com]]></link>
         <author><![CDATA[jimsummer@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Tue, 10 Dec 2002 23:20:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Frameless Frames in CF]]></title> 
         <description><![CDATA[The appeal of frames and the continued use is -- to leave one constant item on a part of the page.
However clever, they are a pain to code, setting targets and defining the columns and then there that scroll bar thing. Here is an easy way to create the illusion of frames on your page.

]]></description>
         <link><![CDATA[http://tutorial50.easycfm.com]]></link>
         <author><![CDATA[nyghtfal@clearshot.net (D Evans)]]></author>
         <pubDate><![CDATA[Wed, 11 Dec 2002 09:19:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Navigation as an include file]]></title> 
         <description><![CDATA[Create an include file (custom tag) for your navigation to help make maintenance easier! This include file lights up the button depending on where the user is at in your website, and is XHTML 1.1 validated! If you need to edit your navigation, just do it in 1 place, the include file! Javascript included :)]]></description>
         <link><![CDATA[http://tutorial51.easycfm.com]]></link>
         <author><![CDATA[jimsummer@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Thu, 12 Dec 2002 10:00:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Relationships with ColdFusion]]></title> 
         <description><![CDATA[This tutorial shows how you create Relationships between tables to speed up queries and decrease the overall size of the database]]></description>
         <link><![CDATA[http://tutorial52.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 12:13:02 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Replacing "enter" key with "&lt;br>" tag]]></title> 
         <description><![CDATA[This little piece of code will transform those pesky 'enter' keys in a textarea into '&amp;lt;br>' tags so your users input is printed out properly in your html page.]]></description>
         <link><![CDATA[http://tutorial53.easycfm.com]]></link>
         <author><![CDATA[jimsummer@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 13:08:41 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Guest Book (Part 1 / 2)]]></title> 
         <description><![CDATA[This Guestbook is part one of a two part tutorial. This part deals with the guest book itself the second part will build a administration area for this guestbook. The guest book submits to two tables in a mySql database the first table being for the actual guest book display template and the second table to be used for an opt-in mailing list.]]></description>
         <link><![CDATA[http://tutorial54.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 17:07:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Checking for submitted form fields]]></title> 
         <description><![CDATA[This sets all of the submitted form fields and values into a list then loops through the list of fields and values.]]></description>
         <link><![CDATA[http://tutorial55.easycfm.com]]></link>
         <author><![CDATA[nyghtfal@hotmail.com (D Evans)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 19:15:36 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Make a generic email form processor]]></title> 
         <description><![CDATA[This code will process any form submitted and email the submitted form fields  excluding the submit, the redirect, the hidden, and the required fields; to the designated recipient.]]></description>
         <link><![CDATA[http://tutorial56.easycfm.com]]></link>
         <author><![CDATA[nyghtfal@hotmail.com (D Evans)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 19:21:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Count Down]]></title> 
         <description><![CDATA[Easy CFM file that counts down from a distant date to the present. Can show how many days, months, or years.]]></description>
         <link><![CDATA[http://tutorial58.easycfm.com]]></link>
         <author><![CDATA[TheAmazingRhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 22:46:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[IP checker]]></title> 
         <description><![CDATA[Checks to see where the user came from and then decides where to send them.]]></description>
         <link><![CDATA[http://tutorial61.easycfm.com]]></link>
         <author><![CDATA[TheAmazingRhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 22:56:03 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Auto Event Emailer]]></title> 
         <description><![CDATA[Queries the database everyday and sends an email automatically when certain events happen.]]></description>
         <link><![CDATA[http://tutorial62.easycfm.com]]></link>
         <author><![CDATA[TheAmazingRhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Fri, 13 Dec 2002 23:12:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Databases in MS SQL2000]]></title> 
         <description><![CDATA[How to get your Data into MS SQL2000 and interface with Coldfusion in 34 Easy Steps!]]></description>
         <link><![CDATA[http://tutorial64.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Sun, 15 Dec 2002 13:22:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Print your web pages on the fly!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how use ColdFusion, Javascript and Style sheets to create the perfect Printing Machine! ;)]]></description>
         <link><![CDATA[http://tutorial66.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sun, 15 Dec 2002 15:06:21 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Securing Your Dynamic Applications With CFLOGIN]]></title> 
         <description><![CDATA[MX based view of secuirty ... contains components and infrastructure to support/manage users from both admin and user perspectives as well as an in-depth look at securing your apps at the application level, page level, and data level.]]></description>
         <link><![CDATA[http://tutorial67.easycfm.com]]></link>
         <author><![CDATA[KBridges@collectamerica.com (Kevin Bridges)]]></author>
         <pubDate><![CDATA[Tue, 17 Dec 2002 15:58:48 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple dynamic calendar]]></title> 
         <description><![CDATA[Simple and effective code to output an endlessly dynamic calendar using just basic ColdFusion functions]]></description>
         <link><![CDATA[http://tutorial68.easycfm.com]]></link>
         <author><![CDATA[dave@siles.com (David Siles)]]></author>
         <pubDate><![CDATA[Tue, 17 Dec 2002 17:11:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Link Management System]]></title> 
         <description><![CDATA[This quick tutorial, shows you how to creat a Link system, that will count the amount of hits that your links create.]]></description>
         <link><![CDATA[http://tutorial69.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Tue, 17 Dec 2002 18:04:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Voting System]]></title> 
         <description><![CDATA[This is a very quick tutorial on how to create a voting system for page relavances and other such things from a scale of 1 to 5!]]></description>
         <link><![CDATA[http://tutorial70.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Sat, 21 Dec 2002 10:08:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy automatic debugging]]></title> 
         <description><![CDATA[Extend the use of the new &amp;lt;cf_dump> tag in CF5
to display any and all ColdFusion and CGI variables.]]></description>
         <link><![CDATA[http://tutorial71.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Sat, 21 Dec 2002 11:48:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Guest Book (Part 2 / 2) ]]></title> 
         <description><![CDATA[This is part two of my guestbook tutorial, in part one we created the actual guestbook. In this part we will now look at creating an administration area for our guestbook. In this admin area we will be able to edit and delete guestbook entries as well as add or delete administrators. ]]></description>
         <link><![CDATA[http://tutorial72.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Sat, 21 Dec 2002 19:21:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Dynamic Image Galleries]]></title> 
         <description><![CDATA[A tutorial showing you how you can upload one Full sized picture, and have a thumbnail automatically created for you, along with descriptions of the image!]]></description>
         <link><![CDATA[http://tutorial73.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Tue, 24 Dec 2002 15:17:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Dynamic Bar Charts]]></title> 
         <description><![CDATA[A tutorial showing you how you can create a dynamic bar chart!]]></description>
         <link><![CDATA[http://tutorial74.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Tue, 24 Dec 2002 15:18:49 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The Easiest Way to make a form!]]></title> 
         <description><![CDATA[This is by far the most easiest and simplest way to make a form and update it to the database, very low maintenance and very very quick!! ]]></description>
         <link><![CDATA[http://tutorial75.easycfm.com]]></link>
         <author><![CDATA[dearohdear@hotmail.com (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Tue, 24 Dec 2002 18:16:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating an ODBC Connection within ColdFusion MX Server...]]></title> 
         <description><![CDATA[This tutorial will show you how to create an ODBC (Database) connection from within your ColdFusion MX Administration Area.]]></description>
         <link><![CDATA[http://tutorial77.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 06 Jan 2003 04:18:21 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Writing your first custom tag]]></title> 
         <description><![CDATA[A step by step guide on writing your first custom tag]]></description>
         <link><![CDATA[http://tutorial78.easycfm.com]]></link>
         <author><![CDATA[Robert.Bailey@GMail.com (Robert Bailey)]]></author>
         <pubDate><![CDATA[Mon, 06 Jan 2003 13:24:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Changing the Developer Edition IP Address]]></title> 
         <description><![CDATA[This article gives background and instructions on how to change the IP used in the Developer Edition of both CF5 &amp; MX.

You can link through to my site at www.defusionx.com]]></description>
         <link><![CDATA[http://tutorial79.easycfm.com]]></link>
         <author><![CDATA[ian@defusionx.com (Ian Winter)]]></author>
         <pubDate><![CDATA[Wed, 08 Jan 2003 04:10:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Writing CFC's and Web Services]]></title> 
         <description><![CDATA[This will help you understand what a CFC and a web service is, and get you started on writing your own]]></description>
         <link><![CDATA[http://tutorial80.easycfm.com]]></link>
         <author><![CDATA[Robert.Bailey@GMail.com (Robert Bailey)]]></author>
         <pubDate><![CDATA[Wed, 15 Jan 2003 15:58:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Introduction to Stored Procedures]]></title> 
         <description><![CDATA[This will help you get started on writing stored procedures. A good place to start and understand how they are written.]]></description>
         <link><![CDATA[http://tutorial83.easycfm.com]]></link>
         <author><![CDATA[Robert.Bailey@GMail.com (Robert Bailey)]]></author>
         <pubDate><![CDATA[Fri, 17 Jan 2003 19:13:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CFSCRIPT Intro]]></title> 
         <description><![CDATA[An introductory look at CFSCRIPT.  Rules, some basic syntax, and a couple of examples of loops and conditional processing.]]></description>
         <link><![CDATA[http://tutorial84.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Sat, 18 Jan 2003 17:59:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Adding an indexed Search to your site (Part 1)]]></title> 
         <description><![CDATA[It is very easy to set up and create a professional search function much like a real search engine. Use Verity Collections and the &amp;lt;CFSEARCH> tag to create fast search forms for your web sites. ]]></description>
         <link><![CDATA[http://tutorial85.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Sat, 01 Feb 2003 05:00:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Interacting Flash with Cold Fusion (Insert Data)]]></title> 
         <description><![CDATA[This tutorial will allow you to interact Cold Fusion with Flash, by using a simple language into flash.
Creating an insertion data form.]]></description>
         <link><![CDATA[http://tutorial88.easycfm.com]]></link>
         <author><![CDATA[i_netmaster@hotmail.com (Marcos Placoná)]]></author>
         <pubDate><![CDATA[Mon, 03 Feb 2003 18:07:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CaSe SensitiVe password logins!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to verify users passwords to be CaSe SensiTive so add another layer of security to your applications!]]></description>
         <link><![CDATA[http://tutorial89.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 05 Feb 2003 17:52:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[SE Friendly URL's]]></title> 
         <description><![CDATA[Get the search engines to really dig deep into your site by replacing the ? and &amp; in your dynamic URL's with /.  Tricks the SE bot into thinking it's a regular folder and eats up your content!]]></description>
         <link><![CDATA[http://tutorial90.easycfm.com]]></link>
         <author><![CDATA[phil@webmasteredge.com (Phil Williams)]]></author>
         <pubDate><![CDATA[Wed, 12 Feb 2003 14:01:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Flash Remoting in 10 minutes]]></title> 
         <description><![CDATA[A quick look at how fast and easy Flash Remoting is to use.]]></description>
         <link><![CDATA[http://tutorial91.easycfm.com]]></link>
         <author><![CDATA[marcus@diariesofwar.com (Marcus J. Dickinson)]]></author>
         <pubDate><![CDATA[Wed, 12 Feb 2003 14:20:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Show Source to Friends]]></title> 
         <description><![CDATA[Not really a tutorial but some code to help you solve programming problems by showing your code online to your friends or associates.]]></description>
         <link><![CDATA[http://tutorial92.easycfm.com]]></link>
         <author><![CDATA[rez_productions@ideaz.ca (Redmanz)]]></author>
         <pubDate><![CDATA[Tue, 18 Feb 2003 10:27:55 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Shout Box [LIVE]!]]></title> 
         <description><![CDATA[Ever want a place where people can chat or post their opinions? Ever heard of a shout box? This tutorial will give you an easy example of having a shout box on your site.]]></description>
         <link><![CDATA[http://tutorial93.easycfm.com]]></link>
         <author><![CDATA[admin@xp-resources.com (Drew Tempelmeyer)]]></author>
         <pubDate><![CDATA[Sat, 22 Feb 2003 14:18:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[In Search of Dynamic Dependent Lists]]></title> 
         <description><![CDATA[Example of how to dynamically populate a drop-down list from database tables based on a selection in another drop-down list.]]></description>
         <link><![CDATA[http://tutorial95.easycfm.com]]></link>
         <author><![CDATA[megan@aracnet.com (Megan Garrison)]]></author>
         <pubDate><![CDATA[Mon, 24 Feb 2003 14:31:55 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically Determine URL and File Path of Application]]></title> 
         <description><![CDATA[A handy timesaver - 
Automatically determine the URL and file path to the root of any application, this allows you to easily transfer sites from development to production servers without having to modify settings.]]></description>
         <link><![CDATA[http://tutorial96.easycfm.com]]></link>
         <author><![CDATA[peter@digital-crew.com (Peter Coppinger)]]></author>
         <pubDate><![CDATA[Thu, 06 Mar 2003 06:15:48 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy XML creation in 2 minutes]]></title> 
         <description><![CDATA[This tutorial describes the easy application of the tag CFXML to creates XML documents.
It helps a lot to integrate XML to your sites]]></description>
         <link><![CDATA[http://tutorial97.easycfm.com]]></link>
         <author><![CDATA[i_netmaster@hotmail.com (Marcos Placoná)]]></author>
         <pubDate><![CDATA[Thu, 06 Mar 2003 20:41:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Combining two queries into one..]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to create a query from two different queries based from two separate datasources. This is the easiest way to combine your data.]]></description>
         <link><![CDATA[http://tutorial98.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 10 Mar 2003 23:54:56 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Preventing People From Leeching Your Images!]]></title> 
         <description><![CDATA[This tutorial will show you how to load your images from an actual .cfm page. Therefore, allowing you to prevent people from using your content on their web sites.]]></description>
         <link><![CDATA[http://tutorial99.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 14 Mar 2003 07:19:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Customer Complaint System]]></title> 
         <description><![CDATA[this is just a customer complaint tracking system i put together with coldfusion. i got alot of help from easycfm.com so i figured i would get back with an app. its using an access database to store usernames and passwords.   did all of the login authentication code myself because my damn server behaviors were not taking.
copy the dbase somewhere and use the HCCTS datasource name
enjoy]]></description>
         <link><![CDATA[http://tutorial105.easycfm.com]]></link>
         <author><![CDATA[chris.mcintosh@haysrpc.com (chris mcintosh)]]></author>
         <pubDate><![CDATA[Sun, 23 Mar 2003 11:59:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Calculating imag size]]></title> 
         <description><![CDATA[Ever wanetd to know the size of an uploaded image so that you can store in the database, or check if it falls into allowed sizes etc.]]></description>
         <link><![CDATA[http://tutorial107.easycfm.com]]></link>
         <author><![CDATA[webmaster@cfdeveloper.co.uk (Russ Michaels)]]></author>
         <pubDate><![CDATA[Mon, 31 Mar 2003 10:11:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Have web site errors emailed to you]]></title> 
         <description><![CDATA[This tutorial will allow you to enable sitewide error handling with CFERROR. Look like a real professional and display your own custom error page when an error has occurred, instead of the default Cold Fusion page. Not only that, once the error page has been displayed, the details of the error will be automatically emailed to you.]]></description>
         <link><![CDATA[http://tutorial108.easycfm.com]]></link>
         <author><![CDATA[jason@rockenbach.net (Jason Rockenbach)]]></author>
         <pubDate><![CDATA[Mon, 31 Mar 2003 11:12:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Template Delivery (DTD) in FB3 (Fusebox 3) and as a CFC...]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to speed up development and simply your life by using template delivery in FuseBox and CFC's.]]></description>
         <link><![CDATA[http://tutorial109.easycfm.com]]></link>
         <author><![CDATA[rbayly@baylyconsulting.com (Ray Bayly)]]></author>
         <pubDate><![CDATA[Thu, 03 Apr 2003 12:01:06 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Get A Folder Size Using ColdFusion and FSO...]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can get the size of a folder (and sub folders) using ColdFusion and Windows File System Object (FSO).]]></description>
         <link><![CDATA[http://tutorial112.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 08 Apr 2003 17:40:47 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Password encryption for increased security using keys]]></title> 
         <description><![CDATA[You might have already noticed that even database servers like Microsoft's SQL Server 2000 have no method of hiding even password fields from prying eyes. Instead passwords are stored as plain text. Not good. Even Microsoft Access provides a way to mask fileds you would prefer not to be easily read. Not so SQL Server - and probably quite a few other database servers suffer the same issue.

This is easily rectified however using two handy functions built-in to ColdFusion, from at at least version 5.0 and above (I think they were in 4.x also). I've developed the following code using CFMX updated 3.]]></description>
         <link><![CDATA[http://tutorial113.easycfm.com]]></link>
         <author><![CDATA[peter@coldgen.com (Peter Tilbrook)]]></author>
         <pubDate><![CDATA[Mon, 14 Apr 2003 02:22:19 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Display random images each time a page loads or is refreshed]]></title> 
         <description><![CDATA[This tutorial will show you how easy it is to display an unlimited number of images randomly on your pages.  Each time a page is loaded or refreshed a random image will load.]]></description>
         <link><![CDATA[http://tutorial114.easycfm.com]]></link>
         <author><![CDATA[rbemiller@pushcode.com (Ryan BeMiller)]]></author>
         <pubDate><![CDATA[Tue, 22 Apr 2003 12:53:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[WHOIS Search]]></title> 
         <description><![CDATA[This will show you how to make a simple WHOIS search that can be easily added to any site.]]></description>
         <link><![CDATA[http://tutorial115.easycfm.com]]></link>
         <author><![CDATA[admin@xp-resources.com (Drew Tempelmeyer)]]></author>
         <pubDate><![CDATA[Sun, 27 Apr 2003 20:19:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting Live Half-Life Stats From ColdFusion]]></title> 
         <description><![CDATA[Tutorial that goes into more depth than you really want to know about using ColdFusion to get live game stats from any Half-Life/Counter-Strike game server for your website.]]></description>
         <link><![CDATA[http://tutorial117.easycfm.com]]></link>
         <author><![CDATA[webmaster@intrafoundation.com (Lewis Sellers)]]></author>
         <pubDate><![CDATA[Wed, 30 Apr 2003 05:27:39 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[RMA on RIA]]></title> 
         <description><![CDATA[This tutorial shows you how to serve banner ads directly into Rich Internet Applications.  With the evolution of Macromedia Central, now is the time for companies to receive Return on Investment on Rich Internet Applications]]></description>
         <link><![CDATA[http://tutorial119.easycfm.com]]></link>
         <author><![CDATA[grover.fields@revorg.net (Grover Fields)]]></author>
         <pubDate><![CDATA[Wed, 30 Apr 2003 21:33:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[File Upload Size Checker]]></title> 
         <description><![CDATA[When you allow file uploading... Set a File Max Size and reject the file if it is too large.

Others will check it after it is uploaded.. then deletes it if too large.. but not this... it won't let them even upload a single bit... if it is too large!]]></description>
         <link><![CDATA[http://tutorial120.easycfm.com]]></link>
         <author><![CDATA[info@neofactor.com (David McIntosh)]]></author>
         <pubDate><![CDATA[Mon, 05 May 2003 16:39:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Adding an indexed Search to your site (Part 2) ]]></title> 
         <description><![CDATA[The long overdue part two of adding a verity search function. This part demonstrates how to index the information in your database so that it becomes usefull too.]]></description>
         <link><![CDATA[http://tutorial121.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Mon, 05 May 2003 22:08:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[What version of CFMX is my host running?]]></title> 
         <description><![CDATA[As of writing this there are four flavours of CFMX, for Windows at least, floating about. You may know what version YOU are running but what about your hosting provider? Run the code below to find out.]]></description>
         <link><![CDATA[http://tutorial122.easycfm.com]]></link>
         <author><![CDATA[peter@coldgen.com (Peter Tilbrook)]]></author>
         <pubDate><![CDATA[Wed, 07 May 2003 21:42:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Chat System in ColdFusion without using a database!]]></title> 
         <description><![CDATA[Have you ever wanted to have your own chat room? This tutorial will help you have one, but the best thing about this tutorial is that you will not need to use any type of database!]]></description>
         <link><![CDATA[http://tutorial123.easycfm.com]]></link>
         <author><![CDATA[chrisatt_@hotmail.com (Chris A.)]]></author>
         <pubDate><![CDATA[Sat, 10 May 2003 17:27:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Do you want to remember your members?]]></title> 
         <description><![CDATA[This tutorial will show you how to you can provide your members with the ability to save their username and password into memory, so they dont have to type it in everytime the want to log in to your web site.]]></description>
         <link><![CDATA[http://tutorial125.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 13 May 2003 07:08:21 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Flash Remoting in over Ten Minutes]]></title> 
         <description><![CDATA[Well, we have covered the basics. Let's continue the series and explore many of the options available to us in SQL. Then, in future tutorials, we can cover error handling and more advanced functionality.]]></description>
         <link><![CDATA[http://tutorial127.easycfm.com]]></link>
         <author><![CDATA[marcus@diariesofwar.com (Marcus J. Dickinson)]]></author>
         <pubDate><![CDATA[Wed, 14 May 2003 10:49:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[SlideShow Revisited]]></title> 
         <description><![CDATA[Going back to the beginning. Our first tutorial 'Flash Remoting in under Ten Minutes' isn't as efficient as it could be. This time round, we cut out 60% of the code, including the database!!!]]></description>
         <link><![CDATA[http://tutorial128.easycfm.com]]></link>
         <author><![CDATA[marcus@diariesofwar.com (Marcus J. Dickinson)]]></author>
         <pubDate><![CDATA[Wed, 14 May 2003 16:32:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using an image as a Data Pipe! (Example creates editable data grid!)]]></title> 
         <description><![CDATA[Have you ever wanted to accomplish server side tasks without ever leaving the current page? I'm not talking hidden frames, I'm talking about using JavaScript to process cfm templates without ever leaving the page!]]></description>
         <link><![CDATA[http://tutorial129.easycfm.com]]></link>
         <author><![CDATA[aadams@cfxchange.com (Abram Adams)]]></author>
         <pubDate><![CDATA[Thu, 15 May 2003 14:21:31 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple Regular Expressions]]></title> 
         <description><![CDATA[It's a first in a three part tutorial on Regular Expressions, what they are, simple uses for them and also a test at the end.  It goes through simple matching, start and end of strings, grouping and the | (OR) operator.]]></description>
         <link><![CDATA[http://tutorial130.easycfm.com]]></link>
         <author><![CDATA[paul@pjnetsolutions.com (Paul Johnston)]]></author>
         <pubDate><![CDATA[Fri, 16 May 2003 11:10:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[9 Day Weather Forecast]]></title> 
         <description><![CDATA[This will retrieve the 9 day weather forecast for the specified ZIP code.]]></description>
         <link><![CDATA[http://tutorial131.easycfm.com]]></link>
         <author><![CDATA[admin@xp-resources.com (Drew Tempelmeyer)]]></author>
         <pubDate><![CDATA[Fri, 16 May 2003 23:19:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically build a FORM using SQL Server system tables]]></title> 
         <description><![CDATA[Use SQL server's system tables to automatically create a form to insert data into your database.]]></description>
         <link><![CDATA[http://tutorial132.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Mon, 19 May 2003 14:46:12 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The better way to handle session variables]]></title> 
         <description><![CDATA[You can use these simple loops in place of many lines of code to clear out or delete session variables]]></description>
         <link><![CDATA[http://tutorial133.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Mon, 19 May 2003 16:42:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Scope your variables]]></title> 
         <description><![CDATA[Increase performace and readability by always scoping your variables]]></description>
         <link><![CDATA[http://tutorial134.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Mon, 19 May 2003 17:28:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Create dynamic PDFs on the fly, and email them too]]></title> 
         <description><![CDATA[Create dynamic PDF's on the fly and automatically send them as attachments.

There are a bunch of people out there that claim to have this elusive process figured out, or to have a wonder-tag that does it all for you.  Well, I tried a lot of them, and the results were always less than desirable, if you want to call them results.  However, through this trial and error, I was able to take the good points of some of these failed attempts, and piece them together into a working solution.  

Right off the bat, this is a solution for those of you who have the ability to install software on your own hosting server or, those of you who can convince your web host to install a little harmless application for you.]]></description>
         <link><![CDATA[http://tutorial135.easycfm.com]]></link>
         <author><![CDATA[info@pushcode.com (Ryan BeMiller)]]></author>
         <pubDate><![CDATA[Sun, 25 May 2003 12:06:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion Mad Libs - Part I]]></title> 
         <description><![CDATA[A silly but fun time-waster that you can easily include on your Web site.  You might be surprised at how addicting it can become :)]]></description>
         <link><![CDATA[http://tutorial136.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 29 May 2003 04:35:36 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion Mad Libs - Part II]]></title> 
         <description><![CDATA[You've finished the first Mad Libs tutorial, but you feel like there's something missing.  Of course there is!  You want to be able to save the final output to a database to let your visitors browse through other user's stories.  Includes a bad-words filter for the more conservative among us :)]]></description>
         <link><![CDATA[http://tutorial137.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 29 May 2003 04:37:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[to cfqueryparam or not to cfqueryparam]]></title> 
         <description><![CDATA[It's been out there since ColdFusion 4.5...most of us have heard of it...few of us use it.  Here are some compelling reasons why you should get into the habit of using the &amp;lt;cfqueryparam> tag.]]></description>
         <link><![CDATA[http://tutorial138.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 29 May 2003 04:45:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Column Output (Part One)]]></title> 
         <description><![CDATA[Have you ever wanted to display your &amp;lt;cfoutput> content in rows of 3 columns?  

If you ever wanted to specify the number of columns per row within your &amp;lt;cfoutput> content, here's the tutorial for you.]]></description>
         <link><![CDATA[http://tutorial140.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 29 May 2003 20:26:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Column Output (Part Two)]]></title> 
         <description><![CDATA[This tutorial picks up where the Dynamic Columns tutorial left off, showing you how to not only output your data in a specified number of columns, but how to do it while still publishing well formed HTML.]]></description>
         <link><![CDATA[http://tutorial141.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Sat, 31 May 2003 17:35:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Remote File Management]]></title> 
         <description><![CDATA[Manage text-based files on your server from any Web browser.  Create a new file, edit a file, or delete a file.  Can be a life saver if you're on the road, and find an error in some of your code that needs a quick fix.]]></description>
         <link><![CDATA[http://tutorial144.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Tue, 03 Jun 2003 15:24:39 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Small difference that can cause big troubles!]]></title> 
         <description><![CDATA[Trying to restrict certain pages of a CF MX Site via server behaviours isn't every time an easy task!]]></description>
         <link><![CDATA[http://tutorial146.easycfm.com]]></link>
         <author><![CDATA[florian.carstens1@gmx.de (Florian Carstens)]]></author>
         <pubDate><![CDATA[Wed, 11 Jun 2003 13:12:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Memory allocation error]]></title> 
         <description><![CDATA[How to restart the ColdFusion service automatically when certain errors occur.]]></description>
         <link><![CDATA[http://tutorial147.easycfm.com]]></link>
         <author><![CDATA[amoore@glasgow-ky.com (Anthony Moore)]]></author>
         <pubDate><![CDATA[Fri, 13 Jun 2003 17:12:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Secured Login with Flash Remoting]]></title> 
         <description><![CDATA[A small tutorial on how to send data securely from Flash to verify a user login using Remoting.]]></description>
         <link><![CDATA[http://tutorial148.easycfm.com]]></link>
         <author><![CDATA[marcus@diariesofwar.com (Marcus J. Dickinson)]]></author>
         <pubDate><![CDATA[Mon, 16 Jun 2003 14:14:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Save your visitor's clickstreams]]></title> 
         <description><![CDATA[A nifty little custom tag that will allow you to save a visitor's clickstream through your site, as well as display it back to them (with links).

Did I really just say 'nifty'?]]></description>
         <link><![CDATA[http://tutorial149.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Mon, 16 Jun 2003 18:58:47 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Grouping Output in CF]]></title> 
         <description><![CDATA[How to group cfquery output in order to effectively display relational database data.  Includes an overview of how to output nested groups as well.]]></description>
         <link><![CDATA[http://tutorial150.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Tue, 17 Jun 2003 20:17:41 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[User Friendly Webmail Client]]></title> 
         <description><![CDATA[This is an expansion of Pablo Varando's Email client, I heard a few folks say that they had problems viewing the attachments in the way that Pablo's tutorial outlined it, so I came up with a new way.]]></description>
         <link><![CDATA[http://tutorial151.easycfm.com]]></link>
         <author><![CDATA[help@themefund.org (Robert Jones)]]></author>
         <pubDate><![CDATA[Thu, 19 Jun 2003 18:20:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Nested Custom Tags]]></title> 
         <description><![CDATA[This tutorial explains how to use nested custom tags in ColdFusion. It also presents one 'basic quiz' in CF MX where nested custom tags show an interesting behavior]]></description>
         <link><![CDATA[http://tutorial152.easycfm.com]]></link>
         <author><![CDATA[claudio.dias@embraer.com.br (Claudio Dias)]]></author>
         <pubDate><![CDATA[Mon, 23 Jun 2003 06:18:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Zip Code Radius]]></title> 
         <description><![CDATA[Ever wondered how sites are able to return stores that are within a certain radius of your own zip code?  ]]></description>
         <link><![CDATA[http://tutorial153.easycfm.com]]></link>
         <author><![CDATA[kaigler@cfmsource.com (kaigler)]]></author>
         <pubDate><![CDATA[Sun, 29 Jun 2003 19:05:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Insert data with Flash Remoting and Cold Fusion MX (RIA)]]></title> 
         <description><![CDATA[This tutorial has the purpose to teach people how to develop a simple way to insert data into a database using Flash Remote and Rich internet Application concepts.
Helping developers to be at the most top of the new technology.]]></description>
         <link><![CDATA[http://tutorial154.easycfm.com]]></link>
         <author><![CDATA[i_netmaster@hotmail.com (Marcos Placoná)]]></author>
         <pubDate><![CDATA[Tue, 01 Jul 2003 22:37:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Adding form results to a file (not database)]]></title> 
         <description><![CDATA[A very simple tutorial that explains how to add information submitted from a form into a logging file. Very simple, yet lots of possibilities. Important for the beginning CFM programmer]]></description>
         <link><![CDATA[http://tutorial155.easycfm.com]]></link>
         <author><![CDATA[admin@sikweb.com (Mike Bamberger)]]></author>
         <pubDate><![CDATA[Thu, 03 Jul 2003 13:31:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Delete Records From Your Database With ColdFusion!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to delete records from a database via your website using ColdFusion.]]></description>
         <link><![CDATA[http://tutorial156.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Fri, 04 Jul 2003 17:49:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Why have my CFFORM's suddenly broken - using CFFORM in a hosted environment]]></title> 
         <description><![CDATA[If you are using the CFFORM tag in a shared hosting environment, and why wouldn't you as CF form elements can be very useful, you may now be receiving obscure JavaScript errors when your form loads. Never fear, the solution is a simple fix to an annoying problem]]></description>
         <link><![CDATA[http://tutorial157.easycfm.com]]></link>
         <author><![CDATA[peter@coldgen.com (Peter Tilbrook)]]></author>
         <pubDate><![CDATA[Tue, 08 Jul 2003 01:24:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Color Picker]]></title> 
         <description><![CDATA[Sometimes, you want to be able to change the color of something on your page. Be it one item, or every item on the page. Using this simple color picker, you can create admin areas that can allow you or your visitors to pick their own colors and the value is automatically inserted into a text field.]]></description>
         <link><![CDATA[http://tutorial158.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Sat, 12 Jul 2003 12:22:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a file content crawler with ColdFusion....]]></title> 
         <description><![CDATA[This tutorial will show you how to make a file content crawler with ColdFusion to find specified documents in a folder and its children folders. (Similar to find files or folder in Windows(c) Operating Systems 'find' feature).]]></description>
         <link><![CDATA[http://tutorial160.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sat, 19 Jul 2003 14:40:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Boolean Saves Time, and Space]]></title> 
         <description><![CDATA[Boolean values are excellent ways to save on precious coding time when you are using a boatload of IF statements in an application.

Having only 2 possible states allows you to kind of cheat on creating your IF statements and minimize redundancy.]]></description>
         <link><![CDATA[http://tutorial163.easycfm.com]]></link>
         <author><![CDATA[david.patricola@mindspring.com (David Patricola)]]></author>
         <pubDate><![CDATA[Thu, 24 Jul 2003 17:06:47 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Random Image]]></title> 
         <description><![CDATA[Here is a random image display.  You can even upload it to the server. Uses a database.]]></description>
         <link><![CDATA[http://tutorial164.easycfm.com]]></link>
         <author><![CDATA[sparty2809@yahoo.com (Chris)]]></author>
         <pubDate><![CDATA[Fri, 25 Jul 2003 20:21:41 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Add a newsfeed to your site]]></title> 
         <description><![CDATA[Use the Moreover news service to add a news
feed to your site using cfhttp and wddx in 5 minutes!]]></description>
         <link><![CDATA[http://tutorial165.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Sat, 26 Jul 2003 22:46:35 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The easiest method for multiple dynamic and dependant drop down lists, period.]]></title> 
         <description><![CDATA[The first EASY method for creating multiple, dependant, database driven drop down select boxes... Honestly!]]></description>
         <link><![CDATA[http://tutorial166.easycfm.com]]></link>
         <author><![CDATA[rbemiller@pushcode.com (Ryan M. BeMiller)]]></author>
         <pubDate><![CDATA[Sun, 27 Jul 2003 02:25:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Sorting with CFSWITCH]]></title> 
         <description><![CDATA[Quickly and easily sort and order records in your database using a cfswitch in your query. Great technique for admin areas of your site, or just allowing visitors to sort the fields they want.]]></description>
         <link><![CDATA[http://tutorial168.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Sun, 03 Aug 2003 04:31:12 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[arrays and structures - part 1]]></title> 
         <description><![CDATA[part one of a three-part tutorial designed to gently introduce you to the world of complex variables.]]></description>
         <link><![CDATA[http://tutorial171.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Mon, 11 Aug 2003 00:48:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[arrays and structures - part 2]]></title> 
         <description><![CDATA[part two of a three-part tutorial designed to gently introduce you to the world of complex variables.]]></description>
         <link><![CDATA[http://tutorial172.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Mon, 11 Aug 2003 00:49:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[arrays and structures - part 3]]></title> 
         <description><![CDATA[part three of a three-part tutorial designed to gently introduce you to the world of complex variables.]]></description>
         <link><![CDATA[http://tutorial173.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Mon, 11 Aug 2003 00:50:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[What is the ID for the record I just inserted?]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can get the ID of the record you have just inserted without having to connect to the database again!]]></description>
         <link><![CDATA[http://tutorial174.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 11 Aug 2003 08:50:49 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Another Random Image Selector]]></title> 
         <description><![CDATA[I have seen a couple random image scripts here and there.
Most require you to have a list of the images stored in a database somewhere or actually a switch statement with all the images listed there...

This code will read a directory, pull all jpg's and choose a random one everytime to be displayed.

Alot of my clients have wanted random images. THis is the easiest way I came up with to do it. This way when they want another image in the rotation... all you have to do is upload it to the image directory and its ready to go.]]></description>
         <link><![CDATA[http://tutorial175.easycfm.com]]></link>
         <author><![CDATA[bhartsfield@clickculture.com (Bobby Hartsfield)]]></author>
         <pubDate><![CDATA[Tue, 12 Aug 2003 15:36:06 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Random String/Password Generation]]></title> 
         <description><![CDATA[This is a custom tag I wrote that generates a random string at the set number of characters using the characters you decide on

Alpha
AlphaNumeric
or Numeric

Uppercase, lowercase, mixed case...

It will create a variable that you name as you wish and call however you'd like.

It is a small example of how to create a custom tag and will hopefully send someone in the right direction. It is also fully functional and has come in handy quite a few times. Enjoy and as always.. Have Fun!]]></description>
         <link><![CDATA[http://tutorial176.easycfm.com]]></link>
         <author><![CDATA[bhartsfield@clickculture.com (Bobby Hartsfield)]]></author>
         <pubDate><![CDATA[Tue, 12 Aug 2003 15:50:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[JavaScript Form Validation]]></title> 
         <description><![CDATA[Yes, I know we're a ColdFusion site...but ColdFusion does not live in a vacuum.  We have to know SQL, HTML, CSS...and sometimes...JavaScript!  This tutorial focuses on using JavaScript (in lieu of cfform) to create client side form validation (and explains why writing your own is better than using &amp;lt;cfform>).]]></description>
         <link><![CDATA[http://tutorial177.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 14 Aug 2003 23:56:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CF 'Best Practices']]></title> 
         <description><![CDATA[Some tips and techniques that I've picked up over the years.  I don't maintain that these are 'official' or 'absolute'...they are simply my preference and things that have worked for me.  I would like to share them here, and leave you to make the decision as to whether or not they fit in your 'code arsenal' :)]]></description>
         <link><![CDATA[http://tutorial178.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Fri, 15 Aug 2003 01:55:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A Basic Calendar Application to Build on]]></title> 
         <description><![CDATA[I have seen quite a few people looking for prebuilt calendar apps but the people I wrote this for are the people who wanted a headstart in building their OWN custom calendar app.

It is very basic and does nothing more than display the currently selected month/year's calendar and give links to the PREVIOUS the NEXT month's calendars by using The DateAdd() function. Basically the backbone of any calendar app.

Enjoy. and as Always.. HAVE FUN!]]></description>
         <link><![CDATA[http://tutorial180.easycfm.com]]></link>
         <author><![CDATA[bhartsfield@clickculture.com (Bobby Hartsfield)]]></author>
         <pubDate><![CDATA[Fri, 15 Aug 2003 11:08:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Random Images In a Few lines of code]]></title> 
         <description><![CDATA[Ever wanted to run random images on your site, but didnt want tons of code? 
Here you go, every time the user refreshes the image is changed.]]></description>
         <link><![CDATA[http://tutorial181.easycfm.com]]></link>
         <author><![CDATA[schafer@inland.net (DesertTRD)]]></author>
         <pubDate><![CDATA[Fri, 15 Aug 2003 14:49:10 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Helping users obtain their passwords]]></title> 
         <description><![CDATA[Your site requires your visitors to log in.  of course, some of your visitors are going to forget their passwords (ok, most will forget their passwords).  You don't want them to have to send you an e-mail, and then wait for a response.  They need immediate access.
&amp;lt;br>&amp;lt;br>
This tutorial shows two methods by which you can accomodate them.]]></description>
         <link><![CDATA[http://tutorial182.easycfm.com]]></link>
         <author><![CDATA[charlie@griefer.com (Charlie Griefer (CJ))]]></author>
         <pubDate><![CDATA[Thu, 28 Aug 2003 12:31:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[DSN-less Connection to Access / Uploading documents]]></title> 
         <description><![CDATA[Describes a solution to a connection problem from CF to MS Access. 
]]></description>
         <link><![CDATA[http://tutorial184.easycfm.com]]></link>
         <author><![CDATA[sam@steve-moore.com (Steve Moore)]]></author>
         <pubDate><![CDATA[Mon, 15 Sep 2003 14:54:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Basic Calculator]]></title> 
         <description><![CDATA[This is a tutorial to build a simple calculator for your web pages. You should get it pretty easily as you browse through the code.]]></description>
         <link><![CDATA[http://tutorial191.easycfm.com]]></link>
         <author><![CDATA[ANANGPHATAK@YAHOO.COM (Anang A. Phatak)]]></author>
         <pubDate><![CDATA[Tue, 14 Oct 2003 17:41:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Form Validation and Flow -- One Technique]]></title> 
         <description><![CDATA[A technique for displaying, validating and processing forms.]]></description>
         <link><![CDATA[http://tutorial192.easycfm.com]]></link>
         <author><![CDATA[steve@shift4.com (Steve Sommers)]]></author>
         <pubDate><![CDATA[Mon, 03 Nov 2003 15:30:29 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[An E - Rolodex System]]></title> 
         <description><![CDATA[Quick and easy way to sort and list your contacts by last names, in two really really simple steps. 
Almost everybody who uses a data-driven website has a database containing some information about the users. 
I had a database table called 'contact' in which user's first name, last name, address, zip, email, phone, fax.... everything was listed.
If you do have something like that and wish to draw and group your contacts by say last names, maybe you will find this tutorial useful. ]]></description>
         <link><![CDATA[http://tutorial194.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (ANANG PHATAK)]]></author>
         <pubDate><![CDATA[Fri, 07 Nov 2003 14:38:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Parsing XML With ColdFusion MX]]></title> 
         <description><![CDATA[Want to know how to parse XML with ColdFusion with ease and very basic concepts? Then this is the tutorial for you.]]></description>
         <link><![CDATA[http://tutorial195.easycfm.com]]></link>
         <author><![CDATA[drew@drewtemp.com (Drew Tempelmeyer)]]></author>
         <pubDate><![CDATA[Sun, 09 Nov 2003 21:17:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Multiple related select boxes through ColdFusion and JavaScript]]></title> 
         <description><![CDATA[Many tutorials give information on relating select boxes, but this one actual gives information on not only relating multiple selects, but also how to duplicate those related selects multiple times in the same form.]]></description>
         <link><![CDATA[http://tutorial196.easycfm.com]]></link>
         <author><![CDATA[sdurette@prodigy.net (Steven Durette)]]></author>
         <pubDate><![CDATA[Fri, 28 Nov 2003 21:03:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using ColdFusion for things other than serving web pages]]></title> 
         <description><![CDATA[Sometimes, ColdFusion can be used to do tasks that you wouldn't have normally thought of.  This tutorial examines one such incident and the ColdFusion solution.]]></description>
         <link><![CDATA[http://tutorial197.easycfm.com]]></link>
         <author><![CDATA[sdurette@prodigy.net (Steven Durette)]]></author>
         <pubDate><![CDATA[Fri, 28 Nov 2003 21:07:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using ColdFusion Functions to clean up code]]></title> 
         <description><![CDATA[In another tutorial inspired by a co-worker, I look at the ability to clean up code using CF Functions in CF5 and CFMX.]]></description>
         <link><![CDATA[http://tutorial198.easycfm.com]]></link>
         <author><![CDATA[sdurette@prodigy.net (Steven Durette)]]></author>
         <pubDate><![CDATA[Fri, 28 Nov 2003 21:10:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Changing the form submission page on the fly!]]></title> 
         <description><![CDATA[This tutorial is not ColdFusion oriented, but covers a great trick to allow you to submit a single form to a variety of different pages on the fly.]]></description>
         <link><![CDATA[http://tutorial199.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 01 Dec 2003 17:15:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Slighty better search]]></title> 
         <description><![CDATA[Someone on the forum posed a question a short while ago asking how to create a more advanced search function using a + symbol as a separator. So I created this advanced search function. This search function is just slightly better than a normal search as it adds the ability to separate two keywords with a + symbol. Lets start with the search form.]]></description>
         <link><![CDATA[http://tutorial200.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Thu, 04 Dec 2003 16:04:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Advanced Server-Side FORM Validation]]></title> 
         <description><![CDATA[An advanced set of customizable tags for validating FORM values on the Server-side using User-Defined Functions]]></description>
         <link><![CDATA[http://tutorial201.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Mon, 15 Dec 2003 01:09:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[integrate UPS tools with coldfusion]]></title> 
         <description><![CDATA[This tutorial teach you how to integrate ups tools into your site. The code allows user to enter the destination's zipcode and get the shipping rate instantly.]]></description>
         <link><![CDATA[http://tutorial205.easycfm.com]]></link>
         <author><![CDATA[chhchung@hotmail.com (chhchung)]]></author>
         <pubDate><![CDATA[Wed, 17 Dec 2003 22:53:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Every Week has a Wednesday]]></title> 
         <description><![CDATA[This tutorial serves two purposes.  First it demonstrates how to create a function that is usable in CF5, CFMX and CFMX6.1.  It also demonstrates a math and logical way to determine the number of weeks in a month without looping.]]></description>
         <link><![CDATA[http://tutorial207.easycfm.com]]></link>
         <author><![CDATA[sdurette@prodigy.net (Steven Durette)]]></author>
         <pubDate><![CDATA[Wed, 24 Dec 2003 22:47:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Processing XML/RSS feeds with ColdFusion MX]]></title> 
         <description><![CDATA[This tutorial will show you how to parse XML files (RSS Feeds) with ColdFusion MX and it uses an EasyCFM.COM Feed for example [Feed: 5 Most Viewed Tutorials]. It shows you how to call it via CFHTTP all the way to parse and display your records!]]></description>
         <link><![CDATA[http://tutorial208.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sat, 27 Dec 2003 20:21:41 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamically add and remove a 'please wait' message to your complex pages]]></title> 
         <description><![CDATA[You can use a combination of &amp;lt;cfflush> and javascript to show a message on the screen 
while processing a large data set (or any other long-running task), and then remove the message when the task is complete.]]></description>
         <link><![CDATA[http://tutorial209.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Tue, 13 Jan 2004 13:09:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Improving Application Performance (Part 2)]]></title> 
         <description><![CDATA[Not all queries can be saved as an application variable. For Queries that do not meet the checkpoints in my previous tutorial there is another way to improve performance. Query Caching is another way to save data and eliminate unnecessary queries. This is for queries that are more dynamic in nature.]]></description>
         <link><![CDATA[http://tutorial210.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Mon, 12 Jan 2004 13:41:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Improving Application Performance]]></title> 
         <description><![CDATA[One thing I am always trying to do is speed up my applications. As my site grows in size and complexity I find that I spend a fair amount of time re-coding pages because of a new technique I just learned. I wish I had learned about these techniques long before, and thereby allowing me to create more effective code. In this tutorial I'll try to explain some problem areas that I have identified, and some of the things you can do to improve performance.]]></description>
         <link><![CDATA[http://tutorial211.easycfm.com]]></link>
         <author><![CDATA[apletfx@saber.net (Mark Aplet)]]></author>
         <pubDate><![CDATA[Mon, 12 Jan 2004 13:02:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Databaseless hit counter with visitor information]]></title> 
         <description><![CDATA[DSNless hit counter/visitor logger with images as the numbers]]></description>
         <link><![CDATA[http://tutorial212.easycfm.com]]></link>
         <author><![CDATA[webmaster@eddiegsportsbar.com (Jeff Sheppard)]]></author>
         <pubDate><![CDATA[Thu, 15 Jan 2004 14:28:05 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating your very own RSS XML Feeds with ColdFusion MX!]]></title> 
         <description><![CDATA[Have you ever wanted to create your very own RSS XML News Feeds? This tutorial will show you how to create an RSS feed that will allow you to syndicate your web site and allow the world to easily use your data!]]></description>
         <link><![CDATA[http://tutorial213.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Thu, 15 Jan 2004 23:22:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Add One-To-Many (Parent/Child) Data From a Single Form]]></title> 
         <description><![CDATA[Set up a single form to add multiple records to parent/child database tables.  This example uses a parent table for a home, with child records for each resident.]]></description>
         <link><![CDATA[http://tutorial214.easycfm.com]]></link>
         <author><![CDATA[theKing@mysecretbase.com (Matt Robertson)]]></author>
         <pubDate><![CDATA[Sun, 18 Jan 2004 13:27:31 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Format your date in spanish.]]></title> 
         <description><![CDATA[This is a custom tag to translate the regular english output of a date into spanish like (20 de Enero de 2004) and as you want it to be.]]></description>
         <link><![CDATA[http://tutorial215.easycfm.com]]></link>
         <author><![CDATA[dbl1984@optonline.net (Diego Benitez)]]></author>
         <pubDate><![CDATA[Thu, 29 Jan 2004 01:04:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Delete Multiple Database Records Using A Checkbox]]></title> 
         <description><![CDATA[Select multiple records for deletion just by checking a box next to the record listing.]]></description>
         <link><![CDATA[http://tutorial216.easycfm.com]]></link>
         <author><![CDATA[mjmurphy@soswebdesign.com (Marlene Murphy)]]></author>
         <pubDate><![CDATA[Tue, 10 Feb 2004 14:11:39 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Correct Content (document) serving!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to correctly serve documents via ColdFusion and allow you to correctly name the download as you see fit!]]></description>
         <link><![CDATA[http://tutorial217.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Tue, 10 Feb 2004 15:21:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Custom Tag for Multiple Related Text Boxes]]></title> 
         <description><![CDATA[hi,

I saw some tutorials on may sites which show how to develop related select boxes using cold fusion and javascript. Many of them were titles 'Multiple Select Boxes' which was a bit un-appropriate as they did not really show how many levels of heirarchy they would cover. So, I finally decided to develop a custom tag that would help developers to simply implement a 'n' level of select boxes using hierarchial data.

thanks,
Saurabh]]></description>
         <link><![CDATA[http://tutorial218.easycfm.com]]></link>
         <author><![CDATA[s.gulati@itcatch.com (Saurabh Gulati)]]></author>
         <pubDate><![CDATA[Wed, 11 Feb 2004 07:29:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Column View Output]]></title> 
         <description><![CDATA[Ever wanted your data to be output in a column view such as mailing labels are?

Use this code and change only a few lines and your data will be output in a table with 3 columns and as many rows as you have data.

A great alternative to the standard row based view. Very easy to modify.]]></description>
         <link><![CDATA[http://tutorial219.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Wed, 25 Feb 2004 06:48:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Multiple Reports with One SQL Statement]]></title> 
         <description><![CDATA[Your boss wants multiple reports from your database and he wanted them 5 mintues ago.  This is a quick way to write one SQL statement but be able to query your database multiple times while specifying what values you want it to return.]]></description>
         <link><![CDATA[http://tutorial221.easycfm.com]]></link>
         <author><![CDATA[jenniferd@red-man.com (Jennifer Davis)]]></author>
         <pubDate><![CDATA[Thu, 18 Mar 2004 10:43:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Website Monitor]]></title> 
         <description><![CDATA[Do you have a website that you'd like to monitor but would rather not pay outrageous fees to some company? This simple script will monitor uptime for you website. It is the barebones version and can be easily modified into something highly useful.]]></description>
         <link><![CDATA[http://tutorial223.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Wed, 24 Mar 2004 08:20:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Background Color Changer]]></title> 
         <description><![CDATA[Simple list of links to:

1. Change the background color of current page. 
2. Demonstrate CFParam and URLEncodedFormat (both of them can be life savers!)
3. Provide hours of fun for the easily amused (I'm guilty as charged). 
]]></description>
         <link><![CDATA[http://tutorial225.easycfm.com]]></link>
         <author><![CDATA[bgrant@csba.org (Bryce)]]></author>
         <pubDate><![CDATA[Thu, 25 Mar 2004 16:21:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[User Authenication  - ADMIN area]]></title> 
         <description><![CDATA[This script provides a simple admin area for the login script written by Pablon on this site. You can list, add, change pass, and delete users.]]></description>
         <link><![CDATA[http://tutorial227.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Mon, 29 Mar 2004 11:43:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Keep your CFML in a database, then CFMAIL it!]]></title> 
         <description><![CDATA[I came up with this solution after building an email marketing application with content management built in.  I found that if I had CF code in my html pieces that were stored in the database, it would not get processed by the server after the contents of the field holding the HTML and CF were used as the body of an email.]]></description>
         <link><![CDATA[http://tutorial231.easycfm.com]]></link>
         <author><![CDATA[derrick@northstarusa.net (Derrick Anderson)]]></author>
         <pubDate><![CDATA[Tue, 30 Mar 2004 23:49:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Form processor with individual link email]]></title> 
         <description><![CDATA[This tutorial shows how to process a form and generate a random string that is put on the end of a link. When the user clicks the link it goes to their personal page.]]></description>
         <link><![CDATA[http://tutorial232.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Wed, 31 Mar 2004 03:09:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Use checkboxes on update pages]]></title> 
         <description><![CDATA[Do you have an update page and want to use checkboxes on the page? This tutorial will go over the two steps needed.]]></description>
         <link><![CDATA[http://tutorial233.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Wed, 31 Mar 2004 03:23:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Mutli-Word search for best result]]></title> 
         <description><![CDATA[We think that we have the right search function! But we don't have. Lets see I what I am trying to say. 
 For example:
You are trying to find a tutorial about javascript validation. when you search 'javascript validation' results comes '0'. But they have tutorial about validation and they stored it as 'JavaScript Form Validation'. If you want to see it at search result page you must write in order as it is in database or indexes.. let's see how we can get correct search results.]]></description>
         <link><![CDATA[http://tutorial234.easycfm.com]]></link>
         <author><![CDATA[email@ayhanyildiz.com (Ayhan Yildiz)]]></author>
         <pubDate><![CDATA[Mon, 05 Apr 2004 21:16:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Enter-Update same form]]></title> 
         <description><![CDATA[I hate creating duplicate forms where one is for entry and an identical one is for udpating. This code lets you use one form for both purposes.]]></description>
         <link><![CDATA[http://tutorial235.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Wed, 07 Apr 2004 07:31:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Last Date Modified?]]></title> 
         <description><![CDATA[This tutorial will demonstrate how to display the date a web page was last modified to your visitors dynamically.]]></description>
         <link><![CDATA[http://tutorial236.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Mon, 12 Apr 2004 23:16:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Search Engine Bot Notifier]]></title> 
         <description><![CDATA[This code detects the most common user agents (web browsers) and notifies you via email if it is not a recognized user agent as defined in the code. Usually this will be a bot of some sort. Extrememly useful for tracking how often Google, Yahoo, etc visits your site. It will email you the bot and a reverse IP lookup url with the IP appended so you can verify if it is a 'good bot' or a 'bad (spam) bot' (then you can block that IP or stop processing of the page). Use this in your home page or as an include file throughout your site. Nothing fancy it should work on MX also although I have not tested it there.]]></description>
         <link><![CDATA[http://tutorial237.easycfm.com]]></link>
         <author><![CDATA[jim_easycfm@tentonweb.com (Jim Summer)]]></author>
         <pubDate><![CDATA[Wed, 14 Apr 2004 11:57:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Currency Conversion using Web Services]]></title> 
         <description><![CDATA[A very simple currency convertor that uses the latest exchange rates through the available Web Service]]></description>
         <link><![CDATA[http://tutorial239.easycfm.com]]></link>
         <author><![CDATA[phil &lt;@ simplycfhost.com (Phil Williams)]]></author>
         <pubDate><![CDATA[Wed, 21 Apr 2004 16:54:21 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Database Order Inquiry ]]></title> 
         <description><![CDATA[A quick one page file to do a simple database query to check the status of a databased order.  Includes javascript form validation.]]></description>
         <link><![CDATA[http://tutorial240.easycfm.com]]></link>
         <author><![CDATA[eric@webalterations.com (Eric Giblock)]]></author>
         <pubDate><![CDATA[Mon, 26 Apr 2004 22:59:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A plot to plot a line]]></title> 
         <description><![CDATA[I had no work one day due to a worm attack on our servers, thus a plot to plot a line on a graph was hatched in my empty mind. These files show you, 
how to plot a line using no database, no java, no long wait times for aplet loading, just 3 tools, Loop, table and text.]]></description>
         <link><![CDATA[http://tutorial241.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Thu, 06 May 2004 11:17:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Querying a Query]]></title> 
         <description><![CDATA[This will show you how to query a query.  It also demonstrates how to use the datediff function and how to find an average.]]></description>
         <link><![CDATA[http://tutorial242.easycfm.com]]></link>
         <author><![CDATA[jenniferd@red-man.com (Jennifer Davis)]]></author>
         <pubDate><![CDATA[Thu, 06 May 2004 16:29:08 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Reset a Lost Administrator Password]]></title> 
         <description><![CDATA[If you've lost the ColdFusion MX Administrator password all is not lost. It can be reset it by altering a variable in one of the system files and restarting the ColdFusion process.]]></description>
         <link><![CDATA[http://tutorial243.easycfm.com]]></link>
         <author><![CDATA[ian@flatpackedworld.co.uk (Ian Winter)]]></author>
         <pubDate><![CDATA[Mon, 10 May 2004 15:57:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CF_Hitcounter]]></title> 
         <description><![CDATA[This is a custom tag example that will show you how to create a ColdFusion Counter!]]></description>
         <link><![CDATA[http://tutorial244.easycfm.com]]></link>
         <author><![CDATA[mattpbourke@icqmail.com (Matthew Bourke)]]></author>
         <pubDate><![CDATA[Sun, 16 May 2004 08:51:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatic Form Generator]]></title> 
         <description><![CDATA[This is not a tutorial as such, more like an application that you can put in a directory.
It could boring if you use the CF editor, to pick 'cfform' fill its attributes, then pick 'cfinputs' one by one. fill out those attributes... one by one, then change tabs and pick the 'submit' button... so on and so forth. Even if you code in a note pad, it might get lengthy to code individual element.
Wouldn't it be nicer to code all these elements at once, then just copy the code and paste it in your editor? ]]></description>
         <link><![CDATA[http://tutorial245.easycfm.com]]></link>
         <author><![CDATA[aphatak@myway.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Thu, 20 May 2004 16:58:06 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A random password generator]]></title> 
         <description><![CDATA[RANDOM PASSWORD GENERATOR SCRIPT !
I know there is a random password tutorial here already. This is just another way to do the same. I think this is a little easier to understand.

Refresh it to generate a new password string  everytime !
]]></description>
         <link><![CDATA[http://tutorial247.easycfm.com]]></link>
         <author><![CDATA[aphatak@myway.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Mon, 24 May 2004 14:16:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Feeding a Query]]></title> 
         <description><![CDATA[A simple approach on how to create a query object from RDF/RSS feed. Further, when news are in HTML format, how to get them using Regular Expressions.]]></description>
         <link><![CDATA[http://tutorial249.easycfm.com]]></link>
         <author><![CDATA[claudio-alexandre@uol.com.br (Claudio Dias)]]></author>
         <pubDate><![CDATA[Tue, 25 May 2004 09:06:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting Coldfusion Server Metrics]]></title> 
         <description><![CDATA[The often forgotten function GetMetricData() function returns the same info as the cfstat utility.]]></description>
         <link><![CDATA[http://tutorial252.easycfm.com]]></link>
         <author><![CDATA[peter@coldgen.com (Peter Tilbrook)]]></author>
         <pubDate><![CDATA[Thu, 03 Jun 2004 02:45:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting the TimeZone name]]></title> 
         <description><![CDATA[CFML's function GetTimeZoneInfo will give you timezone offsets, and day light savings time information, but if you want the name of the timezone your ColdFusion server is in you can use java's TimeZone class.]]></description>
         <link><![CDATA[http://tutorial254.easycfm.com]]></link>
         <author><![CDATA[peter@coldgen.com (Peter Tilbrook)]]></author>
         <pubDate><![CDATA[Thu, 03 Jun 2004 02:52:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How can I enable Unicode-aware storage and display in ColdFusion MX?]]></title> 
         <description><![CDATA[I have yet to see a truly complete tutorial on this subject, although Armin Danesh's 3-part Unicode article on CommunityMX comes pretty close.  He covers stuff I don't here (like mySQL data connections), and you'll find it worth spending US$6 to buy his articles; especially since he takes the time to explain things, and this is only a quick list of do's and don'ts.]]></description>
         <link><![CDATA[http://tutorial255.easycfm.com]]></link>
         <author><![CDATA[matt@mysecretbase.com (Matt Robertson)]]></author>
         <pubDate><![CDATA[Thu, 03 Jun 2004 02:57:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How Can I Throttle Down CFMAIL's Speed? (and why the hell would you want to do this?)]]></title> 
         <description><![CDATA[Its strange to discuss a procedure that makes a ColdFusion function less efficient. Especially in light of how well the ColdFusion MX 6.1 CFMAIL tag works (up to 1,000,000 messages per hour).  Nonetheless, some realities in this world are inescapable, and doing this will fix one of them.]]></description>
         <link><![CDATA[http://tutorial256.easycfm.com]]></link>
         <author><![CDATA[matt@mysecretbase.com (Matt Robertson)]]></author>
         <pubDate><![CDATA[Thu, 03 Jun 2004 03:00:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How Can I Safely Upload Files?]]></title> 
         <description><![CDATA[Use CFFILE to allow file uploads that are restricted in size and by MIME type, with friendly error messages.]]></description>
         <link><![CDATA[http://tutorial260.easycfm.com]]></link>
         <author><![CDATA[matt@mysecretbase.com (Matt Robertson)]]></author>
         <pubDate><![CDATA[Thu, 17 Jun 2004 17:47:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Advanced Calculator]]></title> 
         <description><![CDATA[I have posted a 'Basic Calculator' tutorial here. That was more like a representation of how you would calculate with a paper and a pencil. You provide INPUT A then a MATHEMATICAL OPERATION like a '+' or a '-' and then an INPUT B. This is more a represntation of how you would use a regular hand-held calculator complete with buttons for NUMBERS, OPERATIONS and CLEAR TEXT. ]]></description>
         <link><![CDATA[http://tutorial261.easycfm.com]]></link>
         <author><![CDATA[aphatak@myway.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Fri, 18 Jun 2004 12:08:19 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Lightning Fast Forms and Form Handlers
]]></title> 
         <description><![CDATA[How to build dynamic forms and form handlers from the database tables that access and interact with them. Can be used with any Cold Fusion datasource. Uses good examples of a dozen or more Cold Fusion functions.
]]></description>
         <link><![CDATA[http://tutorial265.easycfm.com]]></link>
         <author><![CDATA[t_harrington@yahoo.com
 (Terrance Harrington
)]]></author>
         <pubDate><![CDATA[Wed, 30 Jun 2004 15:59:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Remote Reboots with ColdFusion MX]]></title> 
         <description><![CDATA[This tutorial will tell you how to reboot your server without even logging in.]]></description>
         <link><![CDATA[http://tutorial267.easycfm.com]]></link>
         <author><![CDATA[support&lt;@openmindhosting.com (Phil Williams)]]></author>
         <pubDate><![CDATA[Sun, 18 Jul 2004 11:15:17 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion Shopping Cart]]></title> 
         <description><![CDATA[Learn how to create a ColdFusion Shopping cart.]]></description>
         <link><![CDATA[http://tutorial268.easycfm.com]]></link>
         <author><![CDATA[techblonde@mail.com (Pamela Gonzalez)]]></author>
         <pubDate><![CDATA[Tue, 20 Jul 2004 00:12:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creat a ColdFusion collection with the cfcollection tag]]></title> 
         <description><![CDATA[Creat a ColdFusion collection with the cfcollection tag]]></description>
         <link><![CDATA[http://tutorial270.easycfm.com]]></link>
         <author><![CDATA[info@newdimensiondesign.com (Morgan Todd)]]></author>
         <pubDate><![CDATA[Sun, 22 Aug 2004 17:34:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Populating A Year Select List]]></title> 
         <description><![CDATA[I was recently creating a registration form that asked users for there year of birth. Instead of creating a select list with over 100 options I wrote this to save time.]]></description>
         <link><![CDATA[http://tutorial271.easycfm.com]]></link>
         <author><![CDATA[rmorse@zablo.com (RMorse)]]></author>
         <pubDate><![CDATA[Tue, 24 Aug 2004 16:31:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA["processing page, please wait", made easy!]]></title> 
         <description><![CDATA[This bit of code will allow you to output a percentage readout to your users very easily using javascript.  Works great in IE or Mozilla, and once you know how to use this, you can do a TON of other things interactivly!]]></description>
         <link><![CDATA[http://tutorial272.easycfm.com]]></link>
         <author><![CDATA[override11@gmail.com (Justice)]]></author>
         <pubDate><![CDATA[Thu, 26 Aug 2004 14:39:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[List Driven Dynamic Fields]]></title> 
         <description><![CDATA[This article demonstrates how to create dynamic HTML controls such as checkboxes, select boxes, and radio groups without a database.]]></description>
         <link><![CDATA[http://tutorial273.easycfm.com]]></link>
         <author><![CDATA[jerry_m_barnes@hotmail.com (Jerry Barnes)]]></author>
         <pubDate><![CDATA[Fri, 27 Aug 2004 09:41:04 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Displaying an advertisement before your front page loads using 1 file (enhanced parameters) easy short steps! Live Example Inside!]]></title> 
         <description><![CDATA[In this tutorial we will learn on how to display an advertisement before the page loads using 1 file. This will explain on how to simple set the cookie and the other parameter that is needed. All using 1 file and just a few lines of code!]]></description>
         <link><![CDATA[http://tutorial274.easycfm.com]]></link>
         <author><![CDATA[z3r0eff3ct@aol.com (Matt Wegrzyn)]]></author>
         <pubDate><![CDATA[Sun, 29 Aug 2004 18:04:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Shopping Cart with Arrays & Structures/E-Commerce - Part 1]]></title> 
         <description><![CDATA[Teaches how to build a full shopping cart system utilizing arrays and structures - the most used method. Also includes important and useful e-commerce scripting and information.]]></description>
         <link><![CDATA[http://tutorial275.easycfm.com]]></link>
         <author><![CDATA[mike@sikweb.com (Michael Bamberger)]]></author>
         <pubDate><![CDATA[Tue, 31 Aug 2004 22:28:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Shopping Cart with Arrays & Structures/E-Commerce - Part 2]]></title> 
         <description><![CDATA[Teaches how to build a full shopping cart system utilizing arrays and structures - the most used method. Also includes important and useful e-commerce scripting and information.]]></description>
         <link><![CDATA[http://tutorial276.easycfm.com]]></link>
         <author><![CDATA[mike@sikweb.com (Michael Bamberger)]]></author>
         <pubDate><![CDATA[Tue, 31 Aug 2004 22:30:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Shopping Cart with Arrays & Structures/E-Commerce - Part 3]]></title> 
         <description><![CDATA[Teaches how to build a full shopping cart system utilizing arrays and structures - the most used method. Also includes important and useful e-commerce scripting and information.]]></description>
         <link><![CDATA[http://tutorial277.easycfm.com]]></link>
         <author><![CDATA[mike@sikweb.com (Michael Bamberger)]]></author>
         <pubDate><![CDATA[Tue, 31 Aug 2004 22:31:39 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Custom Tag - Card Expiration Date]]></title> 
         <description><![CDATA[This tutorial lets you save time when you need dates for credit card processing.]]></description>
         <link><![CDATA[http://tutorial278.easycfm.com]]></link>
         <author><![CDATA[sparty2809@yahoo.com (sparty2809)]]></author>
         <pubDate><![CDATA[Wed, 08 Sep 2004 09:10:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy URL Management]]></title> 
         <description><![CDATA[This article presents the method that I use to manage URL parameters.]]></description>
         <link><![CDATA[http://tutorial279.easycfm.com]]></link>
         <author><![CDATA[jerry_m_barnes@hotmail.com (Jerry Barnes)]]></author>
         <pubDate><![CDATA[Thu, 09 Sep 2004 11:00:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using WDDX  (part 1)]]></title> 
         <description><![CDATA[WDDX is one of the neatest features natively available in ColdFusion, but tends to get overlooked.  Learn how to harness this awesome tool.]]></description>
         <link><![CDATA[http://tutorial280.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Fri, 10 Sep 2004 15:50:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting the identity value of a record inserted]]></title> 
         <description><![CDATA[This tutorial will help beginners find the identity field value of a record they have just inserted, without using a separate query!]]></description>
         <link><![CDATA[http://tutorial281.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Fri, 10 Sep 2004 16:26:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Rename uploaded file]]></title> 
         <description><![CDATA[I use this code snippet to upload files from a web form and rename any that have spaces in their file name to use underscores instead.]]></description>
         <link><![CDATA[http://tutorial282.easycfm.com]]></link>
         <author><![CDATA[maleasycfm@brisbane.id.au (Malessa)]]></author>
         <pubDate><![CDATA[Sat, 11 Sep 2004 10:32:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Undefined variables]]></title> 
         <description><![CDATA[This tutorial will help solve the most common undefined variable issues. It is written for the beginner coder in terms that make scopes easily understandable by anyone.]]></description>
         <link><![CDATA[http://tutorial283.easycfm.com]]></link>
         <author><![CDATA[Newton@covennex.com (Newton)]]></author>
         <pubDate><![CDATA[Sat, 11 Sep 2004 13:17:08 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Color Scheming with Ease!]]></title> 
         <description><![CDATA[This tutorial will show you how to easily change your color scheme with just one click. ]]></description>
         <link><![CDATA[http://tutorial284.easycfm.com]]></link>
         <author><![CDATA[wt@wtomlinson.com (Will Tomlinson)]]></author>
         <pubDate><![CDATA[Sat, 11 Sep 2004 22:27:06 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 1: Understanding and Using CFCs (with OOP and database interaction) ]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial285.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 13 Sep 2004 16:41:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 2: Understanding and Using CFCs (with OOP and database interaction)]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial286.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 13 Sep 2004 16:56:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 3: Understanding and Using CFCs (with OOP and database interaction)]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial287.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 13 Sep 2004 16:57:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 4: Understanding and Using CFCs (with OOP and database interaction)]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial288.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 13 Sep 2004 16:58:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 5: Understanding and Using CFCs (with OOP and database interaction)]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial289.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 13 Sep 2004 16:59:03 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The Easiest Method for "Previous | Next" Recordset Navigation (aka - Recordset Paging)]]></title> 
         <description><![CDATA[This tutorial provides a simple and quick way for CFers to add Recordset Navigation to their websites. This is the easiest way I could come up with to accomplish the 'Previous Page | Next Page' kind of navigation that is needed by so many, yet understood by so few.]]></description>
         <link><![CDATA[http://tutorial290.easycfm.com]]></link>
         <author><![CDATA[rbemiller&lt;AT>pushcode.com (Ryan BeMiller)]]></author>
         <pubDate><![CDATA[Wed, 15 Sep 2004 10:09:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CFMX and SQL Server Data Transformation Services (Part one)]]></title> 
         <description><![CDATA[How to use coldFusion in conjunction with SQL Server Data Transformation Services]]></description>
         <link><![CDATA[http://tutorial291.easycfm.com]]></link>
         <author><![CDATA[tedd@tedd.us (Tedd Van Diest)]]></author>
         <pubDate><![CDATA[Wed, 15 Sep 2004 21:44:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Cashing in on Amazon with ColdFusion and Web Services]]></title> 
         <description><![CDATA[A swift introduction to Web Services. Followed by some Amazon magic. A little Britney Spears. Ending with some detailed examples and tips on how to get information from Amazon!]]></description>
         <link><![CDATA[http://tutorial292.easycfm.com]]></link>
         <author><![CDATA[robby@ohsogooey.com (Robby Lansaw)]]></author>
         <pubDate><![CDATA[Thu, 16 Sep 2004 21:13:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[get fedex rates from your server]]></title> 
         <description><![CDATA[If have online store or you are planning to have one; then you must give estimate or real number of shipping charge(I am only talking about FedEx). There are few ways to do this. Like using FedEx ship API writing some script(or using XML injection ) to request rates from FedEx servers. But there is big handicap; FedEx shipAPI is slowing down your application and sometimes their servers are down. Which all doesnt sound good for e-commerce business. This little code is calculating 100% accurately all kind of FedEx services. and there is no handicap because it is running from your server. The only thing you need to is you should call fedex and ask for zone list for your zip code. I have attached database file which is for my location.  ]]></description>
         <link><![CDATA[http://tutorial293.easycfm.com]]></link>
         <author><![CDATA[email@ayhanyildiz.com (Ayhan)]]></author>
         <pubDate><![CDATA[Sat, 18 Sep 2004 14:14:52 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using arrays to make a timetable for classes]]></title> 
         <description><![CDATA[By using an array you can create a timetable that lists your classes by the hour for a day. By adding a database you can make the timetable dynamic.]]></description>
         <link><![CDATA[http://tutorial294.easycfm.com]]></link>
         <author><![CDATA[coldfusion@daydreaminc.com (Growly Bear)]]></author>
         <pubDate><![CDATA[Fri, 17 Sep 2004 18:44:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CFMX and SQL Server Data Transformation Services (Part two)]]></title> 
         <description><![CDATA[How to use coldFusion in conjunction with SQL Server Data Transformation Services]]></description>
         <link><![CDATA[http://tutorial295.easycfm.com]]></link>
         <author><![CDATA[tedd@tedd.us (Tedd Van Diest)]]></author>
         <pubDate><![CDATA[Wed, 15 Sep 2004 21:44:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Collecting Handwritten Signatures with Coldfusion]]></title> 
         <description><![CDATA[This article explains how a ColdFusion programmer can collect written signatures via a web page and then convert the signature to jpg format for display.]]></description>
         <link><![CDATA[http://tutorial296.easycfm.com]]></link>
         <author><![CDATA[jerry_m_barnes@hotmail.com (Jerry Barnes)]]></author>
         <pubDate><![CDATA[Mon, 20 Sep 2004 10:04:10 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic SQL Search]]></title> 
         <description><![CDATA[This tutorial will teah you how to make a search page and a results pages by searching on multiple fields. The SQL will be built dynamically so only fields that have data entered in them will be processed. 

I am also going to add a cool method of grouping matching records using SQL. ]]></description>
         <link><![CDATA[http://tutorial298.easycfm.com]]></link>
         <author><![CDATA[justin@rtpdesigns.com (Justin Gothier)]]></author>
         <pubDate><![CDATA[Thu, 23 Sep 2004 01:29:48 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Export table to CSV file]]></title> 
         <description><![CDATA[This tutorial will explain how to export a data table to a csv file.  Excellent if you want to export a mailing list from your web site to an e-mail software of some sort.]]></description>
         <link><![CDATA[http://tutorial299.easycfm.com]]></link>
         <author><![CDATA[eiron@creativemedium.ca (Eiron Roffey)]]></author>
         <pubDate><![CDATA[Sat, 25 Sep 2004 19:09:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 6: Understanding and Using CFCs (with OOP and database interaction)]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. 
]]></description>
         <link><![CDATA[http://tutorial300.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Mon, 27 Sep 2004 21:23:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Part 7: Understanding and Using CFCs (with OOP and database interaction) ]]></title> 
         <description><![CDATA[In this multipart series of tutorials we will go over the usage of CFCs. We will go over the basics and how to apply OOP techniques to CFCs for maximum code re-usability. We also go over using our CFCs for interaction with the database. ]]></description>
         <link><![CDATA[http://tutorial301.easycfm.com]]></link>
         <author><![CDATA[nnielsen@cfgod.com (Nate Nielsen)]]></author>
         <pubDate><![CDATA[Tue, 28 Sep 2004 09:22:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Running commands on an AS400 with ColdFusion]]></title> 
         <description><![CDATA[Shows you how to easily send commands to an iSeries AS400 from ColdFusion!  Post any questions and I will get back with you asap.  :)]]></description>
         <link><![CDATA[http://tutorial303.easycfm.com]]></link>
         <author><![CDATA[override11@gmail.com (Justice)]]></author>
         <pubDate><![CDATA[Tue, 19 Oct 2004 10:34:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simplified Application Deployment]]></title> 
         <description><![CDATA[This article describes how I use   a cfswitch statement to make deployment fast, customizable, and easy.]]></description>
         <link><![CDATA[http://tutorial304.easycfm.com]]></link>
         <author><![CDATA[jerry_m_barnes@hotmail.com (Jerry Barnes)]]></author>
         <pubDate><![CDATA[Tue, 19 Oct 2004 11:27:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Ordering a 2 dimensional array]]></title> 
         <description><![CDATA[This tutorial will explain how to order a 2 dimensional array and delete duplicate values.]]></description>
         <link><![CDATA[http://tutorial305.easycfm.com]]></link>
         <author><![CDATA[nebu24@yahoo.com (Nebu kadnezar)]]></author>
         <pubDate><![CDATA[Fri, 22 Oct 2004 09:59:55 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Create and email ZIP files on the fly!]]></title> 
         <description><![CDATA[This tutorial will allow you to zip up a file or files on your server and email them to you.  The whole tutorial runs to less than 20 lines of code!]]></description>
         <link><![CDATA[http://tutorial306.easycfm.com]]></link>
         <author><![CDATA[info&lt;@openmindmedia.co.uk (Phil Williams)]]></author>
         <pubDate><![CDATA[Thu, 28 Oct 2004 17:32:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically Query To CFM]]></title> 
         <description><![CDATA[This is a custom tag application. The cf_QueryRender custom tag takes your query arguments and gives you a final page table and all...]]></description>
         <link><![CDATA[http://tutorial307.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Fri, 29 Oct 2004 10:26:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A Mp3 Streaming Server]]></title> 