<?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> 
         <description><![CDATA[This is a small application that shows you how to create an MP3 streaming server.]]></description>
         <link><![CDATA[http://tutorial308.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Mon, 08 Nov 2004 15:37:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Build a List, Get a Tree]]></title> 
         <description><![CDATA[How to create an outlined tree from &amp;lt;ul> and &amp;lt;li> tags, CSS and JavaScript]]></description>
         <link><![CDATA[http://tutorial309.easycfm.com]]></link>
         <author><![CDATA[cadias@gmail.com (Claudio Dias)]]></author>
         <pubDate><![CDATA[Tue, 09 Nov 2004 11:19:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Breaking down your query results into pages (Paging Tutorial)]]></title> 
         <description><![CDATA[I havent come across a 'paging' tutorial on this site. I know there are JavaScripts available that help you achieve this, and the DataSet object in VB.Net comes with paging. All you do is 'enable paging'. But how do you do it in ColdFusion ?]]></description>
         <link><![CDATA[http://tutorial310.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Tue, 16 Nov 2004 17:09:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A DataSet just like VB.Net]]></title> 
         <description><![CDATA[This tutorial shows you how to create a 'dataset' just like the one in VB.Net
In VB.Net you would create a dataset with 'edit' button in an extra column.
Once you click 'edit', you get an option to 'update', 'delete' or 'cancel edit mode' 
This is just like a cfgrid tag. Although a cfgrid tag lets you bulk insert, bulk update or bulk delete, the dataset  object does it one by one. But cfgrid is slower, and may give users Java errors, depending on their browser settings.
]]></description>
         <link><![CDATA[http://tutorial311.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Wed, 17 Nov 2004 17:05:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy Thumbnails: ]]></title> 
         <description><![CDATA[Thumbnails with one line of code.]]></description>
         <link><![CDATA[http://tutorial312.easycfm.com]]></link>
         <author><![CDATA[grabit@xtra.co.nz (Graham Bitossi)]]></author>
         <pubDate><![CDATA[Sun, 26 Dec 2004 18:46:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How to read and write Traditional Files.]]></title> 
         <description><![CDATA[Why you need the files, why can't I use database, well for Simplicity, Efficiency, and Customization only choice is Traditional Files.

You need them when you want to store the click values that the number of user visited your sites and read them.
]]></description>
         <link><![CDATA[http://tutorial319.easycfm.com]]></link>
         <author><![CDATA[harshagowda_2000@yahoo.com (Harsha .k)]]></author>
         <pubDate><![CDATA[Tue, 28 Dec 2004 09:18:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Automatically send email upon registration]]></title> 
         <description><![CDATA[After new member submits sign up form, automatically send a Welcome!!! email with their log-in credentials and other info.]]></description>
         <link><![CDATA[http://tutorial320.easycfm.com]]></link>
         <author><![CDATA[sitemanager@blueflydatadesign.com (Michael "Newkirk" MacDonald)]]></author>
         <pubDate><![CDATA[Tue, 28 Dec 2004 16:54:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using Coldfusion to Import CSV Files]]></title> 
         <description><![CDATA[A simple script that imports CSV files into backend databases.  Easily adaptable for importing CSV files to any type of backend database.  Easily extendable.  Sample CSV file included.]]></description>
         <link><![CDATA[http://tutorial321.easycfm.com]]></link>
         <author><![CDATA[jeff@marnik.bc.ca (Jeff Bourassa)]]></author>
         <pubDate><![CDATA[Wed, 29 Dec 2004 17:12:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[A way to dynamically upload,rename,store,retreive,drill-down and display images or .swf files]]></title> 
         <description><![CDATA[The complete code logic needed 
to upload,rename,store,retreive,drill-down and display images or .swf files
with the appropriate code to support the files type.]]></description>
         <link><![CDATA[http://tutorial322.easycfm.com]]></link>
         <author><![CDATA[sitemanager@blueflydatadesign.com (Michael "Newkirk" MacDonald)]]></author>
         <pubDate><![CDATA[Thu, 30 Dec 2004 18:08:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Random Banner]]></title> 
         <description><![CDATA[This will show you how to create a banner rotation app.  It will track the # of views and clicks.  It can display flash or image files.]]></description>
         <link><![CDATA[http://tutorial323.easycfm.com]]></link>
         <author><![CDATA[sparty2809@yahoo.com (sparty2809)]]></author>
         <pubDate><![CDATA[Fri, 31 Dec 2004 10:58:35 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Client-Server Guest Book with Macromedia Flash and ColdFusion]]></title> 
         <description><![CDATA[Build a Flash app with a ColdFusion back end using the Data Connection Wizard and DataGrid Column Editor.]]></description>
         <link><![CDATA[http://tutorial324.easycfm.com]]></link>
         <author><![CDATA[koosha.khajeh@gmail.com (Koosha Khajeh)]]></author>
         <pubDate><![CDATA[Sat, 01 Jan 2005 15:32:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic time and date for your pages]]></title> 
         <description><![CDATA[Have you seen the 'www.EasyCFM' page closely? On the main page, top right, there is a place for time, and top left a place for day-date.
Ever wonder how Pablo does it ?

This is not a ColdFusion tutorial. Its JavaScript.
]]></description>
         <link><![CDATA[http://tutorial328.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Wed, 05 Jan 2005 11:50:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Never change your copyright date again]]></title> 
         <description><![CDATA[This is jus a simple little script that will automatically update your copyright information and uses a to - from scheme display it if the start date and end date are not the same.]]></description>
         <link><![CDATA[http://tutorial329.easycfm.com]]></link>
         <author><![CDATA[jjsand28@new.rr.com (Jeff Sanders)]]></author>
         <pubDate><![CDATA[Thu, 06 Jan 2005 16:15:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using XMLHTTP to populate a DIV layer]]></title> 
         <description><![CDATA[I will show you how simple it is to send a request using XMLHTTP and return a resulting web page into a DIV layer, without ever leaving the page you are viewing!]]></description>
         <link><![CDATA[http://tutorial332.easycfm.com]]></link>
         <author><![CDATA[override11@gmail.com (Justice)]]></author>
         <pubDate><![CDATA[Fri, 07 Jan 2005 08:34:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using CFLDAP to Query or Modify Active Directory]]></title> 
         <description><![CDATA[The CFLDAP command gives you the ability to query Active Directory to pull out (or insert) information into AD.  Once place it has been useful in our organization is for creating an online directory and keeping it up to date.  This can also be used to check an account against active directory for authorization]]></description>
         <link><![CDATA[http://tutorial336.easycfm.com]]></link>
         <author><![CDATA[mike@nordoniaschools.org (Mike Daugherty)]]></author>
         <pubDate><![CDATA[Wed, 12 Jan 2005 14:43:19 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Slick Little Tell-A-Friend Feature]]></title> 
         <description><![CDATA[Add this one page tell-a-friend file to your website and begin letting your visitors promote your site for you.  Very easy to set up.  Can be cfincluded anywhere on your site.  

Visitors just fill in their friends email address and click the send button.  The rest is taken care of.  Simple one click functionality for your visitors.

Automatically sends an email, containing anything you wish, to your visitors friend.]]></description>
         <link><![CDATA[http://tutorial339.easycfm.com]]></link>
         <author><![CDATA[rbemiller-at-pushcode.com (Ryan BeMiller)]]></author>
         <pubDate><![CDATA[Thu, 13 Jan 2005 14:27:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Searching FULL-Text using MS SQL Server 2000]]></title> 
         <description><![CDATA[A better way to search full text than Verity for developers using SQL Server 2000 as there back-end database.]]></description>
         <link><![CDATA[http://tutorial340.easycfm.com]]></link>
         <author><![CDATA[IvanS@CoastalMalls.com (Ivan Spaeth)]]></author>
         <pubDate><![CDATA[Thu, 13 Jan 2005 20:52:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Record Counts of Database Results]]></title> 
         <description><![CDATA[This tutorial is designed to show you how to get a record count of the results returned by your database query.  It also show you how to then chart those results.]]></description>
         <link><![CDATA[http://tutorial341.easycfm.com]]></link>
         <author><![CDATA[mike@nordoniaschools.org (Mike Daugherty)]]></author>
         <pubDate><![CDATA[Fri, 14 Jan 2005 11:05:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Write CFCHARTs to a file directly!]]></title> 
         <description><![CDATA[This .cfc will let you write a flash, jpg, or png chart to a file, to be displayed on any page (or printed, emailed, etc).  Can fix issues with charts randomly not displaying properly.]]></description>
         <link><![CDATA[http://tutorial342.easycfm.com]]></link>
         <author><![CDATA[override11@gmail.com (Justice)]]></author>
         <pubDate><![CDATA[Fri, 14 Jan 2005 11:38:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Choosing the Number of Columns to Display Your Data]]></title> 
         <description><![CDATA[This tutorial shows how to display queried data in a determined amount 
of columns instead of the default one column]]></description>
         <link><![CDATA[http://tutorial343.easycfm.com]]></link>
         <author><![CDATA[jldavis78@cox.net (Jennifer Davis)]]></author>
         <pubDate><![CDATA[Fri, 14 Jan 2005 17:26:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Jelly Button]]></title> 
         <description><![CDATA[This quick tutorial teaches you how to create a button with Fireworks MX. ]]></description>
         <link><![CDATA[http://tutorial344.easycfm.com]]></link>
         <author><![CDATA[support@fireworks-templates.com (Margaret Gulya)]]></author>
         <pubDate><![CDATA[Sat, 15 Jan 2005 17:55:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Mach-ii for newbies - part1 Getting started]]></title> 
         <description><![CDATA[The first in a series of tutorials explaining how to develop applications with the mach-ii framework. Written by a mach-ii newbie himself, this tutorials take on kind of a collaborative learning aproach.]]></description>
         <link><![CDATA[http://tutorial345.easycfm.com]]></link>
         <author><![CDATA[trond@ulseth.no (Trond Ulseth )]]></author>
         <pubDate><![CDATA[Sat, 15 Jan 2005 01:41:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Your first CFC !!!!]]></title> 
         <description><![CDATA[A simple and detailed of your first CFC.  Great documentation of each step taken.  A must for newbies!!!]]></description>
         <link><![CDATA[http://tutorial348.easycfm.com]]></link>
         <author><![CDATA[sitemanager@blueflydatadesign.com (Michael "Newkirk" MacDonald)]]></author>
         <pubDate><![CDATA[Sun, 23 Jan 2005 10:32:58 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Calling a DTS from Cold Fusion]]></title> 
         <description><![CDATA[This tutorial describes how to call a MS SQL DTS package from a cold fusion page using COM rather than a stored procedure.]]></description>
         <link><![CDATA[http://tutorial349.easycfm.com]]></link>
         <author><![CDATA[RoyAshbrook@Yahoo.com (Roy Ashbrook)]]></author>
         <pubDate><![CDATA[Mon, 24 Jan 2005 09:07:47 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[View Source Code of Another Site!]]></title> 
         <description><![CDATA[View the Source code of another site with just a few simple lines! ]]></description>
         <link><![CDATA[http://tutorial350.easycfm.com]]></link>
         <author><![CDATA[z3r0eff3ct@aol.com (ShytKicker)]]></author>
         <pubDate><![CDATA[Fri, 28 Jan 2005 11:51:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[JRun Metrics Logging]]></title> 
         <description><![CDATA[Since the release of ColdFusion MX, the preferred method of installation involves the use of a J2EE server.  At my company, we use the bundled JRun 4 J2EE application server.  One of the nicer features of this product is the ability to generate a custom log file that contains server metrics.  In this tutorial, Ill demonstrate how you can enable these custom JRun performanace metrics that are easily imported into an excel spreadsheet.]]></description>
         <link><![CDATA[http://tutorial351.easycfm.com]]></link>
         <author><![CDATA[damon@dagen.net (Damon Gentry)]]></author>
         <pubDate><![CDATA[Fri, 28 Jan 2005 17:21:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion Performance Profiling]]></title> 
         <description><![CDATA[Do you use the getTickCount() method to measure your CFML applications performance? There is a better way. Since the release of Coldfusion MX, the entire ColdFusion server has been built using Java. In this tutorial, well examine how a Java Servlet Filter can be used to measure the performance of your CFML application pages.]]></description>
         <link><![CDATA[http://tutorial352.easycfm.com]]></link>
         <author><![CDATA[damon@dagen.net (Damon Gentry)]]></author>
         <pubDate><![CDATA[Fri, 28 Jan 2005 19:23:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Menu Generation]]></title> 
         <description><![CDATA[This tutorial is meant to teach how to create dynamic menus in which the user can select multiple lines and then have those lines reselected if they return to the same form.]]></description>
         <link><![CDATA[http://tutorial353.easycfm.com]]></link>
         <author><![CDATA[jhicoldfusion@hotmail.com (jhi)]]></author>
         <pubDate><![CDATA[Fri, 04 Feb 2005 16:29:06 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CFLOGIN MADE EASY]]></title> 
         <description><![CDATA[This will show how you can validate a user then use CFLOGIN and determine the users admin level within the Application.cfm file. Not hard whatsoever. This one is correct Pablo.]]></description>
         <link><![CDATA[http://tutorial355.easycfm.com]]></link>
         <author><![CDATA[wes@autoteamspeak.com (Wesley Geddes)]]></author>
         <pubDate><![CDATA[Sun, 06 Feb 2005 13:32:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Use MS Outlook in your templates]]></title> 
         <description><![CDATA[A way to link directly to MS Outlook on your local machine thru you CF Templates.]]></description>
         <link><![CDATA[http://tutorial356.easycfm.com]]></link>
         <author><![CDATA[sitemanager@blueflydatadesign.com (Michael "Newkirk" MacDonald)]]></author>
         <pubDate><![CDATA[Mon, 07 Feb 2005 12:37:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Catch dynamically created form values]]></title> 
         <description><![CDATA[When you dynamically create a list of form elements it is sometimes hard to catch the values of those forms to use for database insertion. This tutorial describes how you can do this.]]></description>
         <link><![CDATA[http://tutorial357.easycfm.com]]></link>
         <author><![CDATA[gaalman@gmail.com (Mathijs Gaalman)]]></author>
         <pubDate><![CDATA[Wed, 16 Feb 2005 05:28:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[FOR XML and Cold Fusion]]></title> 
         <description><![CDATA[This script demonstrates how to dump FOR XML query data to the screen as xml in Cold Fusion]]></description>
         <link><![CDATA[http://tutorial360.easycfm.com]]></link>
         <author><![CDATA[royashbrook@yahoo.com (Roy Ashbrook)]]></author>
         <pubDate><![CDATA[Sun, 20 Feb 2005 13:22:49 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Charge Credit Cards using Authorize.net and ColdFusion]]></title> 
         <description><![CDATA[I have seen many shopping carts on the web that make thousands of dollars a month just processing your e-commerce transactions.  Now you too can cut out the middleman and save a few bucks or build your own processor and make a few bucks.  This example uses Authorize.nets AIM implementation.]]></description>
         <link><![CDATA[http://tutorial361.easycfm.com]]></link>
         <author><![CDATA[IvanS@CoastalMalls.com (Ivan E Spaeth)]]></author>
         <pubDate><![CDATA[Mon, 21 Feb 2005 13:08:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamically Add Rows To a Form]]></title> 
         <description><![CDATA[Adding lines to a form dynamically using javascript and CF.

User enters data, clicks Add Another, the page reloads. It keeps the data from line 1 and adds another blank row that is ready for data entry.]]></description>
         <link><![CDATA[http://tutorial362.easycfm.com]]></link>
         <author><![CDATA[jldavis78@cox.net (Jennifer Davis)]]></author>
         <pubDate><![CDATA[Mon, 21 Feb 2005 16:30:24 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[how to format a date/time  using bind]]></title> 
         <description><![CDATA[here is a long way but the only one i found to format a date/time using the &amp;lt;cfformgroup type='repeater' query='queryname'&amp;gt;]]></description>
         <link><![CDATA[http://tutorial363.easycfm.com]]></link>
         <author><![CDATA[dbl1984@optonline.net (Diego Benitez)]]></author>
         <pubDate><![CDATA[Thu, 10 Mar 2005 16:10:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Building a Suggest List with XMLHttpRequest]]></title> 
         <description><![CDATA[Avoid huge dropdowns! This tutorial shows how to dinamically create a suggest list as long as the user fills a form field. Like &amp;lt;a href='http://www.google.com/webhp?complete=1&amp;hl=en'>Google Suggest&amp;lt;/a>!]]></description>
         <link><![CDATA[http://tutorial364.easycfm.com]]></link>
         <author><![CDATA[cadias@gmail.com (Claudio Dias)]]></author>
         <pubDate><![CDATA[Fri, 11 Mar 2005 13:41:52 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Remove junk characters from form input]]></title> 
         <description><![CDATA[When users cut &amp; paste form Word to your form problems can occur.  This removes the junk and replaces it with known chars.]]></description>
         <link><![CDATA[http://tutorial365.easycfm.com]]></link>
         <author><![CDATA[sitemanager@blueflydatadesign.com (Michael "Newkirk" MacDonald)]]></author>
         <pubDate><![CDATA[Sat, 12 Mar 2005 10:04:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Email Module and You]]></title> 
         <description><![CDATA[A simple email module tutorial that anyone can use and expand on. ]]></description>
         <link><![CDATA[http://tutorial366.easycfm.com]]></link>
         <author><![CDATA[rottmanj@gmail.com (Jeremy Rottman)]]></author>
         <pubDate><![CDATA[Tue, 15 Mar 2005 12:02:08 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Installing coldfusion with apache]]></title> 
         <description><![CDATA[This tutorial will explain in detial how to install coldfusion mx 6.1 on a linux server, apache 2, and shows you how to make them work together.]]></description>
         <link><![CDATA[http://tutorial367.easycfm.com]]></link>
         <author><![CDATA[rottmanj@gmail.com (Jeremy Rottman)]]></author>
         <pubDate><![CDATA[Mon, 21 Mar 2005 03:30:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Mach-ii for newbies - part 2]]></title> 
         <description><![CDATA[Continuing where part 1 left of - this one deals with reading, updating and deleting database records the mach-ii way.]]></description>
         <link><![CDATA[http://tutorial368.easycfm.com]]></link>
         <author><![CDATA[studio@waterswing.com (Trond Ulseth)]]></author>
         <pubDate><![CDATA[Thu, 31 Mar 2005 03:45:08 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Static HTML Pages from Dynamic Pages]]></title> 
         <description><![CDATA[Static HTML can help reduce the load on the server. This helps resources be used for other things that you may possibly need. Creating static HTML in ColdFusion is a simple task and can simply be done by following this tutorial.]]></description>
         <link><![CDATA[http://tutorial369.easycfm.com]]></link>
         <author><![CDATA[admin@kingdrew.net (Drew Tempelmeyer)]]></author>
         <pubDate><![CDATA[Thu, 31 Mar 2005 18:45:03 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[RSS Feed from Yahoo News]]></title> 
         <description><![CDATA[Bring the power of Yahoo News into your site.  Everyone wants to bring updated news content to their sites.  With this easy quick script, you can bring in yahoo News into your site, easy.]]></description>
         <link><![CDATA[http://tutorial372.easycfm.com]]></link>
         <author><![CDATA[david.mcgraw@gmail.com (David McGraw)]]></author>
         <pubDate><![CDATA[Fri, 15 Apr 2005 12:05:19 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[(x)html compliant dynamic columns display]]></title> 
         <description><![CDATA[This tutorial will show you how to display yout query results in a horizontal format  x number of columns without loosing (x)html compliance. It may look slightly more complicated than others you may have seen, but this example provides full html and xhtml compatibility by cloasing all end tags and properly nesting td and tr.



]]></description>
         <link><![CDATA[http://tutorial373.easycfm.com]]></link>
         <author><![CDATA[kevsarg18@yahoo.com (Kevin S)]]></author>
         <pubDate><![CDATA[Thu, 21 Apr 2005 16:27:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How to Dynamically Generate Static HTML Files Using Coldfusion]]></title> 
         <description><![CDATA[This tutorial shows the user how to create static html files using Coldfusion instead of using dynamic cfm templates.  The tutorial illustrates this technique by creating a  fictional mini site containing links to movie reviews and the actual movie reviews.]]></description>
         <link><![CDATA[http://tutorial374.easycfm.com]]></link>
         <author><![CDATA[paulsoucy@gmail.com (Paul Soucy)]]></author>
         <pubDate><![CDATA[Tue, 03 May 2005 10:44:55 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Show results in pages like google]]></title> 
         <description><![CDATA[(only spanish) This tutorial shows how modify the traditional dreamweaver MX recordset explorer in a fun google page results. For Coldfusion MX 6 and upper. ]]></description>
         <link><![CDATA[http://tutorial375.easycfm.com]]></link>
         <author><![CDATA[tb.erick.rodriguez@gmail.com (Erick Rodriguez)]]></author>
         <pubDate><![CDATA[Thu, 05 May 2005 12:07:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion MX 6.1 Installation on Linux (Ubuntu -- Hoary Hedgehog)]]></title> 
         <description><![CDATA[I have tried hoards of websites on how to install coldfusion on Fedora Core 3 with apache webserver. For some reason the connectors always failed.

I had  'Ubuntu' on my laptop, basically because 'acpi' suspend/hibernate actually works. I decided I might try to install CF there to find out what was going wrong. 

Surprisingly everything worked like a charm.

Make sure you use  'apt-get install apache2' before you try this. 

BEST OF LUCK ....
]]></description>
         <link><![CDATA[http://tutorial376.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Tue, 10 May 2005 22:12:12 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[UPS XML address verification with Coldfusion ]]></title> 
         <description><![CDATA[Why need UPS address validation? Answer is; to provide time and transit information to the customers. UPS needs right City State and Zip Code to able give time and transit information. I have submitted another example which I have combined time&amp;trasit information with rating, also tracking tutorial.
   You should know that this tutorial is made for my needs. If you want to expand, please visit www.ec.ups.com and download instruction. Dont afraid of size the booklet:) you will only need the request inputs and response outputs. It is easy to use. I will suggest you use cfdump to see all variables you get from ups servers.

 I hope these will save your hours. ]]></description>
         <link><![CDATA[http://tutorial377.easycfm.com]]></link>
         <author><![CDATA[email@ayhanyildiz.com (Ayhan)]]></author>
         <pubDate><![CDATA[Thu, 12 May 2005 02:55:19 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[UPS XML Time&Transit+Rates with Coldfusion ]]></title> 
         <description><![CDATA[This is complete rating and Time&amp;Transit tutorial for UPS. to use this you must provide verified address. I have added another tutorial which shows how to verify an address.   

You should know that this tutorial is made for my needs. If you want to expand, please visit www.ec.ups.com and download instruction. Dont afraid of size the booklet:) you will only need the request inputs and response outputs. It is easy to use. I will suggest you use cfdump to see all variables you get from ups servers.]]></description>
         <link><![CDATA[http://tutorial378.easycfm.com]]></link>
         <author><![CDATA[email@ayhanyildiz.com (Ayhan)]]></author>
         <pubDate><![CDATA[Thu, 12 May 2005 03:46:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Flash forms]]></title> 
         <description><![CDATA[This tutorial gives an introduction to flash forms which can be implemented using Coldfusion 7.0]]></description>
         <link><![CDATA[http://tutorial379.easycfm.com]]></link>
         <author><![CDATA[deepu_verma@yahoo.com (Deepak)]]></author>
         <pubDate><![CDATA[Mon, 16 May 2005 14:15:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic textbox and progress bar for your pages ]]></title> 
         <description><![CDATA[The principle of this tutorial is similar to 'Dynamic time and date for your pages' tutorial.
Except that this one generates messages, and that one updated time.

Read on, you will get the hang of it.... ]]></description>
         <link><![CDATA[http://tutorial380.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Thu, 19 May 2005 16:24:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Getting ColdFusion Studio for Linux]]></title> 
         <description><![CDATA[I like using HomeSite+ for windows, and I am getting used to Dreamweaver Mx. But I still need something just as good for Linux. For some reason, I couldnt get 'wine and Dreamweaver Mx' to work. So I 'Googled' a bit and stumbled upon Eclipse and cfEclipse. Here is how to set it up.]]></description>
         <link><![CDATA[http://tutorial381.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Wed, 25 May 2005 20:09:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How to create a dynamic sitemap for a database-driven website]]></title> 
         <description><![CDATA[This tutorial demonstrates how to create a dynamic sitemap for a database-driven website with ColdFusion]]></description>
         <link><![CDATA[http://tutorial382.easycfm.com]]></link>
         <author><![CDATA[ighidan@yahoo.com (Ikramy Ghidan)]]></author>
         <pubDate><![CDATA[Tue, 31 May 2005 01:48:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Generate a unique number from current date and time]]></title> 
         <description><![CDATA[This is a function that generates a 14-digits unique number from the current date and time. You can use this number as a unique ID for your database records.]]></description>
         <link><![CDATA[http://tutorial384.easycfm.com]]></link>
         <author><![CDATA[ighidan@yahoo.com (Ikramy Ghidan)]]></author>
         <pubDate><![CDATA[Tue, 31 May 2005 06:40:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ultra easy calender picker]]></title> 
         <description><![CDATA[ultra easy calender picker]]></description>
         <link><![CDATA[http://tutorial385.easycfm.com]]></link>
         <author><![CDATA[zzzxtreme@yahoo.com (Nick Chan)]]></author>
         <pubDate><![CDATA[Mon, 06 Jun 2005 00:16:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using Arrays for Your Sites Security]]></title> 
         <description><![CDATA[You must have a basic understanding of Arrays! This tutorial will showe you how to implement many security checks with 1 database field using Arrays.]]></description>
         <link><![CDATA[http://tutorial386.easycfm.com]]></link>
         <author><![CDATA[wes@completecreations.com (Wesley Geddes)]]></author>
         <pubDate><![CDATA[Wed, 22 Jun 2005 15:59:33 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Fusebox 4.1 For Beginners Part 1]]></title> 
         <description><![CDATA[This four part series will introduce cf beginners to the fusebox frame work and help them get a grasp of this powerful technology.]]></description>
         <link><![CDATA[http://tutorial388.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Mon, 04 Jul 2005 16:31:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Fusebox 4.1 For Beginners Part 2]]></title> 
         <description><![CDATA[This four part series will introduce cf beginners to the fusebox frame work and help them get a grasp of this powerful technology.]]></description>
         <link><![CDATA[http://tutorial389.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Mon, 04 Jul 2005 16:31:53 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Fusebox 4.1 For Beginners Part 3]]></title> 
         <description><![CDATA[This four part series will introduce cf beginners to the fusebox frame work and help them get a grasp of this powerful technology.]]></description>
         <link><![CDATA[http://tutorial390.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Mon, 04 Jul 2005 16:32:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Fusebox 4.1 For Beginners Part 4]]></title> 
         <description><![CDATA[This four part series will introduce cf beginners to the fusebox frame work and help them get a grasp of this powerful technology.]]></description>
         <link><![CDATA[http://tutorial391.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Mon, 04 Jul 2005 16:32:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Switching in between languages]]></title> 
         <description><![CDATA[I use this code to switch from one language to another on my site.]]></description>
         <link><![CDATA[http://tutorial392.easycfm.com]]></link>
         <author><![CDATA[dan@utopicminds.com (Dan St-Amour)]]></author>
         <pubDate><![CDATA[Thu, 07 Jul 2005 10:07:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Replacing Ugly Text With Nice Text Graphics]]></title> 
         <description><![CDATA[This tutorial will show you how to replace a text string with letter graphics. This is very nice and includes a zip file with all source ready to run. This also includes an active interactive example right here on the tutorial.]]></description>
         <link><![CDATA[http://tutorial393.easycfm.com]]></link>
         <author><![CDATA[wes@completecreations.com (Wesley Geddes)]]></author>
         <pubDate><![CDATA[Fri, 15 Jul 2005 04:32:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Re-usable form submission cleaner]]></title> 
         <description><![CDATA[This process details the usage of a flexible cfinclude which cleans up form fields, if they exist. Using StruckKeyExists to test if the form field was submitted keeps the include from ever throwing an error, even if called directly.]]></description>
         <link><![CDATA[http://tutorial394.easycfm.com]]></link>
         <author><![CDATA[mike@solasproductions.com (Michael Cruden)]]></author>
         <pubDate><![CDATA[Mon, 22 Aug 2005 22:41:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Reordering database entries]]></title> 
         <description><![CDATA[Do you need to display information or website navigation in the order you want and not the order it was entered into the database, this tutorial will show you just how to do that.]]></description>
         <link><![CDATA[http://tutorial395.easycfm.com]]></link>
         <author><![CDATA[kyle@galvindesign.biz (Kyle Gillis)]]></author>
         <pubDate><![CDATA[Thu, 01 Sep 2005 12:11:02 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Integrating & Customizing Google Maps Using the Google Maps API]]></title> 
         <description><![CDATA[Rather long introduction to using the Google Maps API to incorporate Google Maps into your applications]]></description>
         <link><![CDATA[http://tutorial397.easycfm.com]]></link>
         <author><![CDATA[meg.garrison@gmail.com (Megan Garrison)]]></author>
         <pubDate><![CDATA[Tue, 06 Sep 2005 12:18:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Delete files and folders in a specified path!]]></title> 
         <description><![CDATA[This tutorial will demonstrate how you can delete all files and sub-folders in a specified folder using ColdFusion and Windows!]]></description>
         <link><![CDATA[http://tutorial398.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Wed, 07 Sep 2005 13:44:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Reading JPEG Exif data with ColdFusion and Java]]></title> 
         <description><![CDATA[How to read EXIF and IPTC data from a JPEG image.]]></description>
         <link><![CDATA[http://tutorial400.easycfm.com]]></link>
         <author><![CDATA[mart_thorpe@hotmail.com (Martin Thorpe)]]></author>
         <pubDate><![CDATA[Fri, 16 Sep 2005 05:06:39 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Building an Editable Grid with AJAX and ColdFusion Components]]></title> 
         <description><![CDATA[This tutorial shows how to change an HTML table into an editable grid using JavaScript, XML and ColdFusion Components. No more page reloads! Its easy! Its simple!]]></description>
         <link><![CDATA[http://tutorial401.easycfm.com]]></link>
         <author><![CDATA[cadias@gmail.com (Claudio Dias)]]></author>
         <pubDate><![CDATA[Fri, 16 Sep 2005 07:27:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[DNS-less connection to MySQL]]></title> 
         <description><![CDATA[Ever wondered if there was a way to bypass setting up a datasource   for every mySQL database? This tutorial shows you a simple way to connect to the mySQL server, directly from your page, using a small cffunction.]]></description>
         <link><![CDATA[http://tutorial402.easycfm.com]]></link>
         <author><![CDATA[dnero@truelement.com (Dontreye Nero)]]></author>
         <pubDate><![CDATA[Fri, 16 Sep 2005 19:08:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Reordering database entries – Version 2]]></title> 
         <description><![CDATA[Do you need to allow your end user(or yourself) to move items in your database from one position to another or from the top to the bottom etc, Like the order to display articles or re-prioritize items in a list.]]></description>
         <link><![CDATA[http://tutorial404.easycfm.com]]></link>
         <author><![CDATA[kyle@galvindesign.biz (Kyle Gillis)]]></author>
         <pubDate><![CDATA[Wed, 21 Sep 2005 05:46:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy Pagination With MySQL and ColdFusion]]></title> 
         <description><![CDATA[This tutorial will show you how to implement easy and effective pagination in your ColdFusion application. This works great for breaking up and displaying large query results one page at a time.]]></description>
         <link><![CDATA[http://tutorial405.easycfm.com]]></link>
         <author><![CDATA[kevsarg18@yahoo.com (Kevin)]]></author>
         <pubDate><![CDATA[Fri, 14 Oct 2005 22:55:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Stop automated form submission by using Image Verification]]></title> 
         <description><![CDATA[This tutorial will show you how to stop automatred form submissions by generating a random image that must be verified before the form is submitted.]]></description>
         <link><![CDATA[http://tutorial406.easycfm.com]]></link>
         <author><![CDATA[contact@openmindedsolutions.co.uk (Philip Williams)]]></author>
         <pubDate><![CDATA[Thu, 20 Oct 2005 06:06:10 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[DHTML Tabs (Part 1 of 2)]]></title> 
         <description><![CDATA[Visual tab control generator - Creates an interface that loads all the data in each tab in a single page request. This allows the users to click on each tab in the interface and instantly see the data on that tab without waiting for it to load.]]></description>
         <link><![CDATA[http://tutorial409.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Wed, 26 Oct 2005 12:38:36 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Extensionless Coldfusion]]></title> 
         <description><![CDATA[Ever wanted to be like google and run your scripts without an extension? This tutorial shows you how with Apache or IIS!]]></description>
         <link><![CDATA[http://tutorial412.easycfm.com]]></link>
         <author><![CDATA[alex@webleicester.co.uk (Alex Allen-Turl)]]></author>
         <pubDate><![CDATA[Thu, 27 Oct 2005 10:51:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Turning up the heat in Fusebox 4.1]]></title> 
         <description><![CDATA[This tutorial teaches you some methodology and new xml tags you can use to create complex, but easy to use application in the fusebox framework.]]></description>
         <link><![CDATA[http://tutorial413.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Thu, 27 Oct 2005 11:41:51 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Design Your Database]]></title> 
         <description><![CDATA[Dynamic websites use a database to store content and to extract the relevant information where needed. This article explains the main concepts related to using and designing databases, and presents some guidelines and best practices in database naming.]]></description>
         <link><![CDATA[http://tutorial415.easycfm.com]]></link>
         <author><![CDATA[mzaharia@interaktonline.com (Marius Zaharia)]]></author>
         <pubDate><![CDATA[Wed, 09 Nov 2005 04:58:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple Database Remote Management]]></title> 
         <description><![CDATA[Add, Alter and Drop Tables and Columns remotly via a simple form. WARNING: First tutorial from a beginner!]]></description>
         <link><![CDATA[http://tutorial416.easycfm.com]]></link>
         <author><![CDATA[drewradley@juno.com (Drew Radley)]]></author>
         <pubDate><![CDATA[Fri, 11 Nov 2005 18:23:31 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Authentication system (encryption and Update profile capabilities)]]></title> 
         <description><![CDATA[This is a good base system to start with if you want to add password encryption and user management on your site.]]></description>
         <link><![CDATA[http://tutorial418.easycfm.com]]></link>
         <author><![CDATA[dan@utopicminds.com (Dan St-Amour)]]></author>
         <pubDate><![CDATA[Mon, 14 Nov 2005 14:01:17 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Preparing the Invoices compatable to Quickbooks(IIF format)]]></title> 
         <description><![CDATA[Hi,
This tutorial is all about the how to format &amp; prepare the ecommerce invoices into Quickbooks where it will create a tabbed delimeted text file (IIF) which is compatable to import into quickbooks which reduces the manual entreies in to Quick books each invoice. 
 
the code file is a real time file 
i hope this is useful for your ecommerce applications
mail me if any questions
thank you

suresh pagidipati
sureshpagidipati@yahoo.com]]></description>
         <link><![CDATA[http://tutorial419.easycfm.com]]></link>
         <author><![CDATA[sureshpagidipati@yahoo.com (suresh)]]></author>
         <pubDate><![CDATA[Thu, 01 Dec 2005 05:39:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Intro to Amazon web services]]></title> 
         <description><![CDATA[Learn the basics of building your own eCommerce site using Amazon.coms web services and Cold Fusion.]]></description>
         <link><![CDATA[http://tutorial420.easycfm.com]]></link>
         <author><![CDATA[cjgomez65@gmail.com (Chris Gomez)]]></author>
         <pubDate><![CDATA[Sat, 03 Dec 2005 22:41:50 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[DNS-less connection to MySQL (Part 2)]]></title> 
         <description><![CDATA[Ever wondered if there was a way to bypass setting up a datasource for every mySQL database connection? This tutorial shows you a simple way to connect directly to the mySQL server from your page using a small cffunction. Features examples, as well as support for inserts, updates, and deletes.]]></description>
         <link><![CDATA[http://tutorial421.easycfm.com]]></link>
         <author><![CDATA[dnero@truelement.com (Dontreye Nero)]]></author>
         <pubDate><![CDATA[Thu, 08 Dec 2005 14:04:43 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple Image Manipulation Tool]]></title> 
         <description><![CDATA[This tutorial will tech you how to check if a image has been resized, if it has leave it alone, if it hasnt resize it and add a _sm prefix on the begining of the filename.]]></description>
         <link><![CDATA[http://tutorial422.easycfm.com]]></link>
         <author><![CDATA[justin@rtpdesigns.com (Justin Gothier)]]></author>
         <pubDate><![CDATA[Thu, 15 Dec 2005 20:11:00 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Toggling Trusted Cache from your application]]></title> 
         <description><![CDATA[An easy way to clear the trusted cache without logging into CF admin.]]></description>
         <link><![CDATA[http://tutorial423.easycfm.com]]></link>
         <author><![CDATA[noodles@planetslackers.com (Nick Le Mouton)]]></author>
         <pubDate><![CDATA[Fri, 23 Dec 2005 07:48:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a User Login Area Using a CFC]]></title> 
         <description><![CDATA[This tutorial will show you how to create a user login area using a CFC.  This is just a basic idea which can easily be modified to fit your needs]]></description>
         <link><![CDATA[http://tutorial424.easycfm.com]]></link>
         <author><![CDATA[sparty2809@yahoo.com (Chris)]]></author>
         <pubDate><![CDATA[Sun, 08 Jan 2006 11:07:30 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Tips and Tricks for Building Secure Web Applications]]></title> 
         <description><![CDATA[Security is definitely of great concern for both every web developer and web user. This article discusses some of the things you should keep in mind in order to build secure web applications. Learn how to build account activation, use random keys, validate input and protect sensitive information in your site.]]></description>
         <link><![CDATA[http://tutorial425.easycfm.com]]></link>
         <author><![CDATA[civascu@interaktonline.com (Cristian Ivascu)]]></author>
         <pubDate><![CDATA[Mon, 09 Jan 2006 04:49:17 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[QueryStringSet]]></title> 
         <description><![CDATA[Replaces or Adds a variable with its value on a cgi.Query_String alike. It supports multiple values at the same time separated by commas]]></description>
         <link><![CDATA[http://tutorial426.easycfm.com]]></link>
         <author><![CDATA[dbl1984@optonline.net (Diego Benitez)]]></author>
         <pubDate><![CDATA[Wed, 11 Jan 2006 02:08:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Breaking down your query results into pages (Paging Tutorial) Part-II]]></title> 
         <description><![CDATA[This is an extension to my last tutorial 'Breaking down your query results into pages (Paging Tutorial)' which is posted here on www.easycfm.com

In the last tutorial, you could retrieve a dataset with a &amp;lt;cfquery>, then use a technique to seperate the results over several pages. It simply ;
 - took the total 'recordCount' 
 - divided that with the 'number of records per page'
 - then displayed the number of pages at the bottom of the table.

This is a little more sophisticated than that. Read on...]]></description>
         <link><![CDATA[http://tutorial427.easycfm.com]]></link>
         <author><![CDATA[anangphatak@yahoo.com (Anang A Phatak)]]></author>
         <pubDate><![CDATA[Wed, 11 Jan 2006 17:29:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Side By Side Product Comparison]]></title> 
         <description><![CDATA[This Tutorial will show you how to allow your web sites users to select items to compare side by side. Your items could be anything from products for sale to statistical information. Users can add and remove Items or Products to compare in a table. A great feature for sites seilling products, especially products with many variations for models in a series.]]></description>
         <link><![CDATA[http://tutorial428.easycfm.com]]></link>
         <author><![CDATA[kevsarg18@yahoo.com (Kevin S)]]></author>
         <pubDate><![CDATA[Thu, 12 Jan 2006 23:09:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Building Excel Spreadsheets via XML ]]></title> 
         <description><![CDATA[Building Excel spreadsheets using Microsofts SpreadsheetML XML dialect.]]></description>
         <link><![CDATA[http://tutorial429.easycfm.com]]></link>
         <author><![CDATA[kris.brixon@gmail.com (Kris Brixon)]]></author>
         <pubDate><![CDATA[Tue, 24 Jan 2006 20:18:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Adding Multiple Records to a Table and much more.]]></title> 
         <description><![CDATA[Alright, this one is long at first, but once you get the hang of it, it can be really useful. Basically, we are going to create a 3 page application that will allow us to choose the number of people to add to a database, enter these peoples info onto a second page, and add all the records at one time to a database on page three.]]></description>
         <link><![CDATA[http://tutorial431.easycfm.com]]></link>
         <author><![CDATA[Mike.Daugherty@nordoniaschools.org (Mike Daugherty)]]></author>
         <pubDate><![CDATA[Wed, 01 Feb 2006 01:20:57 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Network Device Checker]]></title> 
         <description><![CDATA[Network Device Checker]]></description>
         <link><![CDATA[http://tutorial437.easycfm.com]]></link>
         <author><![CDATA[paul@webbailey.com (Paul Bailey)]]></author>
         <pubDate><![CDATA[Sat, 11 Feb 2006 23:01:15 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dual Select Box]]></title> 
         <description><![CDATA[The very easiest way to make a dependant drop down menu]]></description>
         <link><![CDATA[http://tutorial438.easycfm.com]]></link>
         <author><![CDATA[noemail@easycfm.com (Mike)]]></author>
         <pubDate><![CDATA[Tue, 14 Feb 2006 18:16:35 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamic Content Map]]></title> 
         <description><![CDATA[This will diplay a map of links to your product categories and subcategories using 1 db table. Also includes advanced features.]]></description>
         <link><![CDATA[http://tutorial439.easycfm.com]]></link>
         <author><![CDATA[dazbum@ecosse.net (Daz Horn)]]></author>
         <pubDate><![CDATA[Fri, 03 Mar 2006 10:49:36 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Matching Similiar Strings in CFMX]]></title> 
         <description><![CDATA[An example of how to match similiar strings using a combination of SQLServer and CFMX.]]></description>
         <link><![CDATA[http://tutorial440.easycfm.com]]></link>
         <author><![CDATA[zz3top@hotmail.com (Rex Allen)]]></author>
         <pubDate><![CDATA[Fri, 03 Mar 2006 19:48:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Banning the spam]]></title> 
         <description><![CDATA[Internet spam is on the rise, and more importantly spammers are targeting your sites comment forms. They are looking for the trackback urls to fool search engines into ranking their website higher in the search results. When this started to happen to me, I wanted to sent out emails to the offenders demanding that they stop. Unfortunatly the spam is being generated by bots and programs not some pimple faced kid behind a keyboard. Banning IP addresses is not enough and rarely works since intelligent spammers hide their true identity anyway. Next approach... Banning Keywords used by the offending sites. Thats where this tutorial comes in. ]]></description>
         <link><![CDATA[http://tutorial441.easycfm.com]]></link>
         <author><![CDATA[mark@visual28.com (Mark Aplet)]]></author>
         <pubDate><![CDATA[Wed, 15 Mar 2006 10:20:49 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Shrinking My SQL Server Transaction Logs!]]></title> 
         <description><![CDATA[I wanted to create a tutorial on something that will make your life easier. This tutorial is on SQL Transaction logs and how to make them smaller. This will save you time and money because of disk usage! I hope this helps your site go faster!]]></description>
         <link><![CDATA[http://tutorial442.easycfm.com]]></link>
         <author><![CDATA[afaraldo@gmail.com (Alejandro Faraldo)]]></author>
         <pubDate><![CDATA[Thu, 16 Mar 2006 22:36:30 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[List a Data Collection by Letter]]></title> 
         <description><![CDATA[This goes through creating a site that you can navigate a lot of records, by the first letter, like a music or movie collection
http://www.killtheheart.com]]></description>
         <link><![CDATA[http://tutorial443.easycfm.com]]></link>
         <author><![CDATA[killtheheart@gmail.com (Axel Jensen)]]></author>
         <pubDate><![CDATA[Sat, 18 Mar 2006 15:27:07 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[RSS Feed to CF Query]]></title> 
         <description><![CDATA[This quick and easy function converts an RSS feed XML document into a coldfusion query for you to easily loop through and use on your website.]]></description>
         <link><![CDATA[http://tutorial449.easycfm.com]]></link>
         <author><![CDATA[paolo@absoluteglamour.com (Paolo Broccardo)]]></author>
         <pubDate><![CDATA[Tue, 28 Mar 2006 11:09:56 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Meta Tag Management with ColdFusion]]></title> 
         <description><![CDATA[Need a quick way to manage your meta information? Frustrated with tags mistakenly deleted by page updates?

This handy script will help you keep track of and easily update your meta data.]]></description>
         <link><![CDATA[http://tutorial450.easycfm.com]]></link>
         <author><![CDATA[jason.bartholme@gmail.com (Jason Bartholme)]]></author>
         <pubDate><![CDATA[Wed, 29 Mar 2006 21:11:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Display an XML weather feed on your home page]]></title> 
         <description><![CDATA[Consume and display an XML weather feed. Cache the results to minimize http calls, and use xmlSearch and Xpath to parse the results.]]></description>
         <link><![CDATA[http://tutorial451.easycfm.com]]></link>
         <author><![CDATA[rsgowen@cox.net (Ron Gowen)]]></author>
         <pubDate><![CDATA[Fri, 31 Mar 2006 00:34:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Limiting UserID’s to One Login at a Time ]]></title> 
         <description><![CDATA[Describes the mechanics of not allowing the same user to login from two diferrent machines.]]></description>
         <link><![CDATA[http://tutorial452.easycfm.com]]></link>
         <author><![CDATA[molivare2000@yahoo.com (MIguel Olivarez)]]></author>
         <pubDate><![CDATA[Fri, 31 Mar 2006 14:41:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion on a Stick]]></title> 
         <description><![CDATA[How to Create a Portable 'Plug n Play' CF Application]]></description>
         <link><![CDATA[http://tutorial453.easycfm.com]]></link>
         <author><![CDATA[meg.garrison@gmail.com (Megan Garrison)]]></author>
         <pubDate><![CDATA[Fri, 31 Mar 2006 15:24:21 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Pass complex data in a hidden form field with Base64 ]]></title> 
         <description><![CDATA[Use Base64 to pass html or large blocks of text in a form post without using session variables.
]]></description>
         <link><![CDATA[http://tutorial454.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Fri, 31 Mar 2006 23:52:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Quick and Dirty Contact Forms.]]></title> 
         <description><![CDATA[This is just a simple way to dynamicly generate contact forms without the need for a database.]]></description>
         <link><![CDATA[http://tutorial455.easycfm.com]]></link>
         <author><![CDATA[cbunting99@gmail.com (Chris Bunting)]]></author>
         <pubDate><![CDATA[Sat, 01 Apr 2006 12:34:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Grids binding and cfform with CF 7]]></title> 
         <description><![CDATA[out to bind CFGRID in Coldfusion 7.]]></description>
         <link><![CDATA[http://tutorial456.easycfm.com]]></link>
         <author><![CDATA[dan_stamour@hotmail.com (Daniel St-Amour)]]></author>
         <pubDate><![CDATA[Wed, 12 Apr 2006 17:08:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CFCs in Fusebox]]></title> 
         <description><![CDATA[This final part in the tutorials about fusebox 4.1 will explore the use of CFCs.]]></description>
         <link><![CDATA[http://tutorial457.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Tue, 25 Apr 2006 17:13:26 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Highlight]]></title> 
         <description><![CDATA[This cfscript highlights a substring in a string.]]></description>
         <link><![CDATA[http://tutorial459.easycfm.com]]></link>
         <author><![CDATA[nebu24@yahoo.com (Nebu Kadnezar)]]></author>
         <pubDate><![CDATA[Mon, 01 May 2006 08:33:03 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[E-mail Scramble]]></title> 
         <description><![CDATA[This simple CFC scrambles your e-mail into ASCII-equivalent characters, reducing the chance of your e-mail being phished by bots and spiders significantly.]]></description>
         <link><![CDATA[http://tutorial463.easycfm.com]]></link>
         <author><![CDATA[dpatricola@mail.com (David Patricola)]]></author>
         <pubDate><![CDATA[Sun, 09 Jul 2006 17:11:11 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating Secure instances with CFMX 7 Multi Server]]></title> 
         <description><![CDATA[How to create secure islocated JRUN instances using ColdFusion MX 7 multi server. This allows each instance to be securely isloated from others to get arounnd the JAVA security issues that cannot be cured with sandboxing.]]></description>
         <link><![CDATA[http://tutorial464.easycfm.com]]></link>
         <author><![CDATA[russ@michaels.me.uk (Russ Michaels)]]></author>
         <pubDate><![CDATA[Mon, 10 Jul 2006 11:53:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Complete site encryption!]]></title> 
         <description><![CDATA[This tutorial will show you how to encrypt an entire site by recursively working though the folder structure encrypting all the cfm files and copying any non-cfm files whilst keeping the directory structure intact.]]></description>
         <link><![CDATA[http://tutorial465.easycfm.com]]></link>
         <author><![CDATA[contact&lt;@openmindedsolutions.co.uk (Philip Williams)]]></author>
         <pubDate><![CDATA[Sun, 16 Jul 2006 08:11:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using command line executables to help leverage ColdFusion’s incredible power!]]></title> 
         <description><![CDATA[Ever wanted to do something a little more than what ColdFusion was capable of doing? Kind of a broad question right?  What about scan files for viruses? Spell check form fields? Create websites in IIS? Apache?  You can pretty much do whatever you want 'in' ColdFusion!!!! Well that is not exactly true, but you can use ColdFusion to get your OS (operating system) to do whatever you want.]]></description>
         <link><![CDATA[http://tutorial466.easycfm.com]]></link>
         <author><![CDATA[IvanS@ManaSyst.com (Ivan Spaeth)]]></author>
         <pubDate><![CDATA[Tue, 18 Jul 2006 17:29:02 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Deleting Session When User Leaves Your Page]]></title> 
         <description><![CDATA[This tutorial will show you how to delete sessions when a user closes the browser.]]></description>
         <link><![CDATA[http://tutorial467.easycfm.com]]></link>
         <author><![CDATA[pfefferc@msu.edu (Chris)]]></author>
         <pubDate><![CDATA[Tue, 18 Jul 2006 19:08:30 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Integrating PayPal’s IPN with ColdFusion]]></title> 
         <description><![CDATA[This will let a user buy something from your site using PayPal.  Then you will get automatic instant notification of payment. This will also show you how to modify a database to reflect the payment and send the user a receipt.]]></description>
         <link><![CDATA[http://tutorial468.easycfm.com]]></link>
         <author><![CDATA[mike@nordoniaschools.org (Mike Daugherty)]]></author>
         <pubDate><![CDATA[Thu, 20 Jul 2006 00:50:56 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using Flash Remoting to take your CFForms Farther]]></title> 
         <description><![CDATA[This tutorial shows you how to make a remote connection to a cfc using actionscript for your cfforms.]]></description>
         <link><![CDATA[http://tutorial469.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Sat, 22 Jul 2006 21:23:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy Way to Pass Flash Form Values to CF]]></title> 
         <description><![CDATA[This is an Easy tutorial that will provide you with a step by step process on how to pass form values from a Flash ActionScript file to a Coldfusion Page using the LoadVars Object.]]></description>
         <link><![CDATA[http://tutorial471.easycfm.com]]></link>
         <author><![CDATA[abenakn@yahoo.com (Abena Kuttin)]]></author>
         <pubDate><![CDATA[Thu, 27 Jul 2006 12:54:34 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple Suggest List using Scriptaculous]]></title> 
         <description><![CDATA[This tutorial shows the suggest list (auto complete) idea using the built in functions in Scriptaculous with a CF data page.

Working example at: http://www.brixontech.com/examples/webtwo/autocomplete/index.cfm]]></description>
         <link><![CDATA[http://tutorial473.easycfm.com]]></link>
         <author><![CDATA[kris.brixon@gmail.com (Kris Brixon)]]></author>
         <pubDate><![CDATA[Sun, 30 Jul 2006 20:57:20 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Use ColdFusion to track your Google ranking! (while obeying the ]]></title> 
         <description><![CDATA[This tutorial explains how to write a CFC to invoke and interact with Googles SOAP Search API to find your google ranking for your targeted keywords.

I labeled this tutorial as 'Intermediate' but anyone could follow (even if that means cut/paste!)]]></description>
         <link><![CDATA[http://tutorial474.easycfm.com]]></link>
         <author><![CDATA[aadams@cfxchange.com (Abram Adams)]]></author>
         <pubDate><![CDATA[Wed, 02 Aug 2006 14:29:02 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Task Scheduler without the Administrator]]></title> 
         <description><![CDATA[See link for tutorial and files: http://www.brixontech.com/examples/scheduler/index.cfm

The scheduled task manager in the ColdFusion Administrator can be replicated outside of the administrator. You can add, update, run, and delete scheduled tasks from a tag and you can list all tasks using the unsupported ServiceFactory class.]]></description>
         <link><![CDATA[http://tutorial475.easycfm.com]]></link>
         <author><![CDATA[kris.brixon@gmail.com (Kris Brixon)]]></author>
         <pubDate><![CDATA[Fri, 11 Aug 2006 21:01:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Easy Table Sort / Page using AJAX]]></title> 
         <description><![CDATA[Table sort and paging using AJAX calls to fill a div that will be the container for the table.

See the following page for a live demo.
http://www.brixontech.com/examples/table/index.cfm]]></description>
         <link><![CDATA[http://tutorial476.easycfm.com]]></link>
         <author><![CDATA[kris.brixon@gmail.com (Kris Brixon)]]></author>
         <pubDate><![CDATA[Sun, 13 Aug 2006 16:01:29 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Remember the Cow: Recursion in ColdFusion (one line breadcrumbs and sitemaps!)]]></title> 
         <description><![CDATA[This tutorial digs deep into recursion in ColdFusion, and provides practical solutions to real-world development issues: breadcrumbs, sitemaps, and select box options.]]></description>
         <link><![CDATA[http://tutorial478.easycfm.com]]></link>
         <author><![CDATA[mquack32@yahoo.com (Matt Quackenbush)]]></author>
         <pubDate><![CDATA[Mon, 21 Aug 2006 19:51:25 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating an OO Data Factory!]]></title> 
         <description><![CDATA[This tutorial will show you how to create an OO Data Factory that will allow you to easily extend your applications to multiple database servers.]]></description>
         <link><![CDATA[http://tutorial479.easycfm.com]]></link>
         <author><![CDATA[michelle_c@fastmail.fm (M. Couvion)]]></author>
         <pubDate><![CDATA[Fri, 25 Aug 2006 11:25:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Obtaining the ID of the record you just inserted]]></title> 
         <description><![CDATA[This tutorial will show you how secure ways to obtain the ID of the record you inserted, not just the last ID inserted.  The tutorial covers this technique in MS Access, MSSQL and MySQL.]]></description>
         <link><![CDATA[http://tutorial480.easycfm.com]]></link>
         <author><![CDATA[aadams@cfxchange.com (Abram Adams)]]></author>
         <pubDate><![CDATA[Mon, 28 Aug 2006 16:34:09 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Coldfusion Master Pages]]></title> 
         <description><![CDATA[Use ASP.NET-style master pages to replace your header/footer files for web page layout]]></description>
         <link><![CDATA[http://tutorial481.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Wed, 30 Aug 2006 14:14:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Coldfusion Powered Flex]]></title> 
         <description><![CDATA[So as I am sure you are aware, Flex 2 hit the ground running recently. Have you been kicking yourself for not getting a head start on learning? Well for all the people who thought it was just a fad, this tutorial is here to save the day. I hope by reading and working through this tutorial you will get a general but firm understanding of simple to advanced workings of Flex. ]]></description>
         <link><![CDATA[http://tutorial482.easycfm.com]]></link>
         <author><![CDATA[rottmanj@gmail.com (Jeremy Rottman)]]></author>
         <pubDate><![CDATA[Thu, 31 Aug 2006 02:08:04 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Image Manipulation Using Image.CFC]]></title> 
         <description><![CDATA[This tutorial will show you how to use Image.cfc. I demonstrate several examples of how you can create Image verification for forms, scale down images, watermark images, add text to images, and performing multiple operations to an image.]]></description>
         <link><![CDATA[http://tutorial483.easycfm.com]]></link>
         <author><![CDATA[393@7079.net (daddyFL)]]></author>
         <pubDate><![CDATA[Thu, 31 Aug 2006 13:29:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Boost your applications performance with cached CFCs]]></title> 
         <description><![CDATA[When using the cfinvoke tag or the CreateObject function on your pages, it adds CPU time to process the requests to load all of those objects into memory.  Under load this can make quite a difference in your page response times.  One way to get around it is to put those objects into a shared scope so they only get instantiated once.  This will save memory and CPU time on your server.  ]]></description>
         <link><![CDATA[http://tutorial484.easycfm.com]]></link>
         <author><![CDATA[derrick@northstarusa.net (Derrick Anderson)]]></author>
         <pubDate><![CDATA[Thu, 31 Aug 2006 23:51:13 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Allow 0 length numeric fields in SQL]]></title> 
         <description><![CDATA[This will show you how you can submit 0 length numeric fields via SQL.]]></description>
         <link><![CDATA[http://tutorial485.easycfm.com]]></link>
         <author><![CDATA[weatherman_fsu@yahoo.com (David Pienta)]]></author>
         <pubDate><![CDATA[Wed, 04 Oct 2006 13:48:22 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Form with 2 Submit Buttons]]></title> 
         <description><![CDATA[An easy way to have a form with 2 or more submit buttons where each one does a different thing. One can count a rows in a DB, then next can actually submit the query. Possibilities are limitless.]]></description>
         <link><![CDATA[http://tutorial486.easycfm.com]]></link>
         <author><![CDATA[theamazingrhino@hotmail.com (Rhino)]]></author>
         <pubDate><![CDATA[Mon, 09 Oct 2006 07:25:40 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[CF Mini Database Driven Calendar]]></title> 
         <description><![CDATA[I know there are a few calendars on the tutorial list, but everyone of them has someone asking how can I link to my database. I will show a simple solution to do this with examples.]]></description>
         <link><![CDATA[http://tutorial488.easycfm.com]]></link>
         <author><![CDATA[johnramon@gmail.com (John Ramon)]]></author>
         <pubDate><![CDATA[Fri, 10 Nov 2006 09:45:10 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Adding smillies and htmltags in textarea input field by simply clicking on the images.]]></title> 
         <description><![CDATA[Heres a rather simple Tutorial on how to add smillies and or htmltags in your textarea inputfield. 

Just picture this:
You want people to fill out a (Comments / chat) textbox.
And you want the users to be able to insert smillies and/or htmltags in the text just by cliking on the smillie image and use the buttons for the htmlTags. When doing so it will add the apropriate shortcode, which will later be replaced by the actual image and or htmlTag, after you have submitted the form. 

I also added a piece of code where you can add the text in a MS Access Database in this Case. 
It all works in combination with a simple Javascript.]]></description>
         <link><![CDATA[http://tutorial489.easycfm.com]]></link>
         <author><![CDATA[rvnaamen@rststuw.nl (R van Naamen)]]></author>
         <pubDate><![CDATA[Fri, 24 Nov 2006 08:34:45 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Secure Pablos User Authentication Login]]></title> 
         <description><![CDATA[Secure Login Password using Pablos User Authentication with Javascript Cryptography]]></description>
         <link><![CDATA[http://tutorial491.easycfm.com]]></link>
         <author><![CDATA[appsupport@hotmail.com (DaveED)]]></author>
         <pubDate><![CDATA[Sun, 03 Dec 2006 09:07:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Actionscript Basics in CFFORM]]></title> 
         <description><![CDATA[This tutorial teaches some basic ways to achieve effects using actionscript with your flash forms.]]></description>
         <link><![CDATA[http://tutorial493.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Tue, 27 Feb 2007 15:00:56 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Parsing Feedburner Feeds with CFML]]></title> 
         <description><![CDATA[There were a few RSS parsers on this site, but none worked with Feedburners feed. So I rewrote them to make it work.]]></description>
         <link><![CDATA[http://tutorial494.easycfm.com]]></link>
         <author><![CDATA[nhg@nhgconsulting.com (Nikole Gipps)]]></author>
         <pubDate><![CDATA[Sun, 18 Mar 2007 03:04:17 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple URLs]]></title> 
         <description><![CDATA[This tutorial explains how to do simple urls like: http://www.domain.com/username Or http://www.domain.com/page_name. 
It is different from doing Search Engine Friendly urls (like http://tutorial90.easycfm.com/) because this doesnt convert urls. 
In a way it unconverts a url by taking advantage of a 404 missing page.]]></description>
         <link><![CDATA[http://tutorial495.easycfm.com]]></link>
         <author><![CDATA[Liquidmechanix@hotmail.com (Jeff Mendelsohn)]]></author>
         <pubDate><![CDATA[Mon, 19 Mar 2007 23:10:38 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simplify form development and processing]]></title> 
         <description><![CDATA[Have you ever wanted to have a quick way to process just about any form in coldfusion? If you can apply some simple standards to your database and to your form elements, then this tutorial makes it easy for you to rapidly develop and deploy your application. Note, some developers will frown on it because it does not draw on stored procedures where efficiency can be gained in your application, but sometimes you just want to get it working - you can let the hard core programmers use the prototype to make it work more efficiently. They will like you for using less code. ]]></description>
         <link><![CDATA[http://tutorial496.easycfm.com]]></link>
         <author><![CDATA[dhyde1@magma.ca (Doug Hyde)]]></author>
         <pubDate><![CDATA[Thu, 22 Mar 2007 16:42:54 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simply form processing through a single template]]></title> 
         <description><![CDATA[Have you ever wanted to have a quick way to process just about any form in coldfusion? Whether it is by direct submission of a form by submit or through AJAX, you can apply some simple standards to your database and to your form elements, then this tutorial makes it easy for you to develop and deploy forms in your application. ]]></description>
         <link><![CDATA[http://tutorial498.easycfm.com]]></link>
         <author><![CDATA[dhyde1@magma.ca (Doug Hyde)]]></author>
         <pubDate><![CDATA[Sat, 24 Mar 2007 08:18:30 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion Content Injection]]></title> 
         <description><![CDATA[Inject customized content into predefined messages by adding specially formatted placeholders in the message.]]></description>
         <link><![CDATA[http://tutorial499.easycfm.com]]></link>
         <author><![CDATA[nathan@nmconsulting.us (Nathan Miller)]]></author>
         <pubDate><![CDATA[Wed, 28 Mar 2007 17:01:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Validating Multiple Email Addresses.]]></title> 
         <description><![CDATA[The Tutorial is reagarding the checking of the multiple email addresses. This is a server side coding using the ReFind and the Replace Functions.]]></description>
         <link><![CDATA[http://tutorial500.easycfm.com]]></link>
         <author><![CDATA[gavy81@randhawaz.com (Gurpreet Singh Randhawa)]]></author>
         <pubDate><![CDATA[Fri, 06 Apr 2007 09:02:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Displaying Random Quotes]]></title> 
         <description><![CDATA[A very easy way to display a random quote each time the page is loaded.]]></description>
         <link><![CDATA[http://tutorial501.easycfm.com]]></link>
         <author><![CDATA[johnramon@gmail.com (John Ramon)]]></author>
         <pubDate><![CDATA[Thu, 26 Apr 2007 23:29:44 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Set Credit Card Years Forever]]></title> 
         <description><![CDATA[I downloaded a tutorial for populating a year select list and made some changes that I think will be helpful to you. Once you set it up, you don’t have worry about it anymore. It will populate itself with the years from current to whatever number of years you want. 

&amp;lt;cfparam name='fromYear' default='#DateFormat(Now(),'yyyy')#'>
&amp;lt;cfset toYear=#fromYear# + 5>


&amp;lt;select name='cardYear'>
    &amp;lt;option value='0' &amp;lt;cfif fromYear eq '0'>selected&amp;lt;/cfif>>Select Year&amp;lt;/option>

    &amp;lt;cfloop index='year' from='#DateFormat(Now(),'yyyy')#' to='#toYear#' step='+1'>
         &amp;lt;cfoutput>
            &amp;lt;option value='#year#' &amp;lt;cfif fromYear eq '#year#'>selected&amp;lt;/cfif>>#year#&amp;lt;/option>
         &amp;lt;/cfoutput>
    &amp;lt;/cfloop>

&amp;lt;/select> ]]></description>
         <link><![CDATA[http://tutorial502.easycfm.com]]></link>
         <author><![CDATA[onaney@comcast.net (Carlos Batista)]]></author>
         <pubDate><![CDATA[Mon, 14 May 2007 12:32:01 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a Random String]]></title> 
         <description><![CDATA[This tutorial will teach you how to create a random string.]]></description>
         <link><![CDATA[http://tutorial504.easycfm.com]]></link>
         <author><![CDATA[louisstow@hotmail.com (Louis Stowasser)]]></author>
         <pubDate><![CDATA[Fri, 21 Sep 2007 06:26:42 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple Web Page Translation Widget]]></title> 
         <description><![CDATA[Make a Simple Web Page Translation Widget Using Google Translate]]></description>
         <link><![CDATA[http://tutorial508.easycfm.com]]></link>
         <author><![CDATA[meg.garrison@gmail.com (Megan Garrison)]]></author>
         <pubDate><![CDATA[Sat, 03 Nov 2007 11:48:37 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Simple "Call Me Back!" SMS Alert ]]></title> 
         <description><![CDATA[ Send a Text-Message to Cell Phone or Pager from Your Website]]></description>
         <link><![CDATA[http://tutorial509.easycfm.com]]></link>
         <author><![CDATA[meg.garrison@gmail.com (Megan Garrison)]]></author>
         <pubDate><![CDATA[Thu, 15 Nov 2007 10:53:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Using CFIMAGE to Watermark an Image]]></title> 
         <description><![CDATA[Using Coldfusion 8 and Using CFIMAGE to Watermark an Image. http://www.damonledet.com/tutorial/index.cfm/name/cfimagewatermark]]></description>
         <link><![CDATA[http://tutorial510.easycfm.com]]></link>
         <author><![CDATA[Damon@damonledet.com (Damon Ledet)]]></author>
         <pubDate><![CDATA[Thu, 22 Nov 2007 21:21:27 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[How to greet your users on their birthday]]></title> 
         <description><![CDATA[This tutorial uses a couple of date/time functions and database query results in order to get your DBMS to greet your users when their birthday dates match the current date.]]></description>
         <link><![CDATA[http://tutorial511.easycfm.com]]></link>
         <author><![CDATA[samaral.julio@gmail.com (Julio Cesar Sousa Amaral)]]></author>
         <pubDate><![CDATA[Wed, 02 Jan 2008 21:06:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Sending e-mail with Flex and ColdFusion]]></title> 
         <description><![CDATA[I demonstrate as sending e-mails integrating Flex and ColdFusion]]></description>
         <link><![CDATA[http://tutorial512.easycfm.com]]></link>
         <author><![CDATA[tofinha@gmail.com (Francisco Paulino - Tofinha)]]></author>
         <pubDate><![CDATA[Fri, 04 Jan 2008 21:06:16 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion tutorial to export from database to RSS]]></title> 
         <description><![CDATA[Always wanted to export items from your existing database into RSS with ColdFusion and syndicate it, but don't know how? Well, this is your lucky day! We’re going to show you how you can easily export your database records to RSS.]]></description>
         <link><![CDATA[http://tutorial513.easycfm.com]]></link>
         <author><![CDATA[easycfm.com@clickfind.com.au (Taco Fleur)]]></author>
         <pubDate><![CDATA[Sat, 05 Jan 2008 00:57:49 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[ColdFusion tutorial to create same hash as CF, but in MS SQL!]]></title> 
         <description><![CDATA[How cool would it be, being able to create the same MD5 hash as ColdFusion, directly in the MS SQL RDMBS?]]></description>
         <link><![CDATA[http://tutorial515.easycfm.com]]></link>
         <author><![CDATA[easycfm.com@clickfind.com.au (Taco Fleur)]]></author>
         <pubDate><![CDATA[Sun, 06 Jan 2008 01:28:46 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Making a Forum]]></title> 
         <description><![CDATA[In this tutorial we will learn how to make a forum from scratch.]]></description>
         <link><![CDATA[http://tutorial516.easycfm.com]]></link>
         <author><![CDATA[louis567@bigpond.com (Louis Stowasser)]]></author>
         <pubDate><![CDATA[Wed, 16 Jan 2008 06:54:59 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Yet Another Dynamic Drop Down Tutorial]]></title> 
         <description><![CDATA[Another tutorial which demonstrates an easier method of making dynamic drop down menus. It uses multidimensional arrays.]]></description>
         <link><![CDATA[http://tutorial517.easycfm.com]]></link>
         <author><![CDATA[louis567@bigpond.com (Louis Stowasser)]]></author>
         <pubDate><![CDATA[Wed, 16 Jan 2008 09:26:52 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating a chat system with Flex and Coldfusion]]></title> 
         <description><![CDATA[This tutorial will cover both the Flex and Coldfusion areas of a chat application that uses the users computer to store the entire chat log and coldfusion only stores the 5 newest messages. ]]></description>
         <link><![CDATA[http://tutorial518.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig)]]></author>
         <pubDate><![CDATA[Wed, 06 Feb 2008 22:57:18 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Editing with a Flex Datagrid]]></title> 
         <description><![CDATA[Would you like to learn how to edit the information in a Flex 2 DataGrid directly? All the examples I’ve seen proceed by data binding TextInputs to a DataGrid as part of a form. I’ve written this tutorial so that you can change the information right in the DataGrid cells. ]]></description>
         <link><![CDATA[http://tutorial519.easycfm.com]]></link>
         <author><![CDATA[rdlebeau@indiana.edu (Renee)]]></author>
         <pubDate><![CDATA[Thu, 21 Feb 2008 12:52:14 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Displaying Tag Restrictions on ColdFusion Server]]></title> 
         <description><![CDATA[This Tutorial will show you how to display tag restricitons with Sandbox Security enabled.]]></description>
         <link><![CDATA[http://tutorial520.easycfm.com]]></link>
         <author><![CDATA[jchharvey@gmail.com (James Harvey)]]></author>
         <pubDate><![CDATA[Thu, 06 Mar 2008 12:47:28 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Dynamically Generating HTML Table Columns & Rows]]></title> 
         <description><![CDATA[Dynamically Generate and HTML Table with a Dynamic Number of Columns and rows.]]></description>
         <link><![CDATA[http://tutorial522.easycfm.com]]></link>
         <author><![CDATA[jchharvey@gmail.com (James Harvey)]]></author>
         <pubDate><![CDATA[Thu, 03 Apr 2008 09:28:23 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[The best way to show categories (and their children, and their children and those children)]]></title> 
         <description><![CDATA[Today I ran by a forum post on EasyCFM.COM (see it here) that asked for help in displaying categories. This can be tricky; especially if you have many parent/child relationships. So I thought I would post a blog entry talking about the best way I have found to do this... Here goes nothing..]]></description>
         <link><![CDATA[http://tutorial528.easycfm.com]]></link>
         <author><![CDATA[webmaster@easycfm.com (Pablo Varando)]]></author>
         <pubDate><![CDATA[Sat, 06 Dec 2008 22:54:32 EST]]></pubDate>
   </item>
   
   <item>
         <title><![CDATA[Creating an AIR Game]]></title> 
         <description><![CDATA[We all want to create cool applications. Maybe you already have one in mind, but don't know how to get from start to finish. This tutorial introduces you to the AIR API and how to use it to create a simple game of chance using Flex components and a little actionscript. Below is the final product before compiling it into an AIR app. Use Flex Builder 3 to import this application so you can review it and make changes as you see fit. View Flex Builder 3 Help Docs to find out how to import an application. You can also download the final AIR application to play with. Make sure you have downloaded and installed the AIR Player from Adobe first.]]></description>
         <link><![CDATA[http://tutorial529.easycfm.com]]></link>
         <author><![CDATA[kick12380@yahoo.com (Craig Harrell)]]></author>
         <pubDate><![CDATA[Sat, 06 Dec 2008 23:08:44 EST]]></pubDate>
   </item>
   
</channel>
</rss>

