<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Co.ldFusion - ColdFusion - Pablo Varando&apos;s ColdFusion Blog - EasyCFM.COM</title>
			<link>http://co.ldfusion.com/index.cfm</link>
			<description>This is the ColdFusion blog from the mind of Pablo Varando of EasyCFM.COM and CFM-Resources.COM</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 08:10:12 -0500</pubDate>
			<lastBuildDate>Thu, 10 Jun 2010 03:37:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>webmaster@easycfm.com</managingEditor>
			<webMaster>webmaster@easycfm.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>webmaster@easycfm.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			<itunes:image href="" />
			<image>
				<url></url>
				<title>Co.ldFusion - ColdFusion - Pablo Varando&apos;s ColdFusion Blog</title>
				<link>http://co.ldfusion.com/index.cfm</link>
			</image>
			<itunes:explicit>no</itunes:explicit>
			
			<item>
				<title>Looking for ColdFusion Developers....</title>
				<link>http://co.ldfusion.com/index.cfm/2010/6/10/Looking-for-ColdFusion-Developers</link>
				<description>
				
				&lt;p&gt;I am looking for ColdFusion developers to work on a project I am working on. I need someone with 8+ years experience and who understands OO concepts. If you&apos;re interested; send me an email to : &lt;a href=&quot;mailto:webmaster@easycfm.com&quot;&gt;webmaster@easycfm.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;

I&apos;ve been busy working on the new EasyCFM... In the 8+ years the site has been up; it&apos;s been a repository of tutorials and online forums; that&apos;s great but we need to bring in some new features and things to bring it into the new era... with that being said; new things are coming... soon! Stay tuned! (I don&apos;t want to spoil the surprises) :)&lt;br /&gt;&lt;br /&gt;

And yes, the developers I am looking for above are for the new changes.... so let me hear from you if you&apos;re interested!&lt;br /&gt;&lt;br /&gt;
~P 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<pubDate>Thu, 10 Jun 2010 03:37:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2010/6/10/Looking-for-ColdFusion-Developers</guid>
				
			</item>
			
			<item>
				<title>Tracking user clicks.... one way....</title>
				<link>http://co.ldfusion.com/index.cfm/2010/3/14/Tracking-user-clicks-one-way</link>
				<description>
				
				&lt;p&gt;A few days ago a user on Easy asked a question about tracking users click through your site, like a breadcrumbs.... now naturally my suggestion was to insert a value to the database and then (based on the user&apos;s IP address) return back the data for display. This is still my favorite solution as it is quick and painless; the user however asked me to provide a solution that did not involve the database... so here goes nothing.... (disclaimer, use the database it&apos;s better and allows you to get data long term, but for a short timespan type thing this might help you... so I thought I&apos;d post it.&lt;/p&gt;

&lt;code&gt;
Put this in your application.cfm or application.cfc 
(onRequestStart). 

&lt;!--- create an application structure to track all 
users ---&gt; 
&lt;cfparam name=&quot;application.clickStream&quot; 
default=&quot;#structNew()#&quot; /&gt; 
&lt;!--- create an array in the structure for this user 
(by ip) ---&gt; 
&lt;cfparam 
name=&quot;application.clickStream[&apos;user_&apos;&amp;cgi.REMOTE_ADDR]&quot; 
default=&quot;#arrayNew(1)#&quot; /&gt; 

&lt;!--- now insert this current page for this user ---&gt; 
&lt;cfset application.clickStream[&apos;user_&apos;&amp;cgi.REMOTE_ADDR][val(ar 
rayLen(application.clickStream[&apos;user_&apos;&amp;cgi.REMOTE_ADDR] 
)+1)] = cgi.SCRIPT_NAME /&gt; 


&lt;!--- THIS you can use to see the actual dump of all 
users... ---&gt; 

&lt;cfdump var=&quot;#application.clickStream#&quot; /&gt; 
&lt;/code&gt;

As mentioned before, the database is the best route; 
but this is one route you could go. 
				</description>
				
				<category>Personal Thoughts</category>				
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<category>ColdFusion Help</category>				
				
				<pubDate>Sun, 14 Mar 2010 03:18:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2010/3/14/Tracking-user-clicks-one-way</guid>
				
			</item>
			
			<item>
				<title>Free ColdFusion 9 Enterprise Hosting!!!</title>
				<link>http://co.ldfusion.com/index.cfm/2009/12/22/Free-ColdFusion-9-Enterprise-Hosting</link>
				<description>
				
				I wanted to post a little message letting everyone know that Free &lt;a href=&quot;http://www.freecoldfusionhosting.com/&quot; target=&quot;blank&quot;&gt;ColdFusionHosting.Com&lt;/a&gt; (Formerly CFM-Resources.Com) now supports ColdFusion 9 for your account. I upgraded it last night to provide you with the latest and greatest features. More features are in the works as we speak, the control panel is getting an overhaul so you can create your own datasources and more.... things are about to get &quot;fun&quot; again..... So what do you get for free?

&lt;div id=&quot;details&quot; style=&quot;padding: 10px; font-family:Verdana, Geneva, sans-serif; font-size: 12px;&quot;&gt;
    	The hosting accounts come with the following specs:&lt;br /&gt;&lt;br /&gt;
        
	&lt;fieldset&gt;
        	&lt;legend&gt;Free ColdFusion Hosting Account Details&lt;/legend&gt;
            &lt;ul&gt;
                &lt;li&gt;Adobe ColdFusion MX 9 (Enterprise)&lt;/li&gt;
                &lt;li&gt;Windows 2003 Enterprise&lt;/li&gt;
                &lt;li&gt;500 MB of space&lt;/li&gt;
                &lt;li&gt;10GB of Bandwidth&lt;/li&gt;
                &lt;li&gt;1 - MS SQL Database (MSSQL 2005)&lt;/li&gt;
                &lt;li&gt;Unlimited - MS Access Database&lt;/li&gt;
                &lt;li&gt;FTP Access&lt;/li&gt;
                &lt;li&gt;Access to all ColdFusion Tags and Functions&lt;/li&gt;
                &lt;li&gt;Debug on server is turned on to all public calls&lt;/li&gt;
                &lt;li&gt;Forum Support (post and discussion issues with others via our forums).&lt;/li&gt;
                &lt;li style=&quot;font-weight: bold;&quot;&gt;Note: If you would prefer to develop locally, always remember that Adobe does provide a FREE development version of ColdFusion MX 9, you can &lt;a href=&quot;http://www.adobe.com/go/trycoldfusion&quot; target=&quot;_blank&quot;&gt;download it here&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
        &lt;/fieldset&gt;
        &lt;br /&gt;
        &lt;span style=&quot;font-size: 10px&quot;&gt;* Note that tags and functions might be removed if account is found to be abusing the service; removal will come without notice.&lt;/span&gt;
    &lt;/div&gt;

&lt;div align=&quot;center&quot; style=&quot;padding: 10px; background-color: white; border: 1px dotted black;&quot;&gt;&lt;a href=&quot;http://www.freecoldfusionhosting.com/&quot; target=&quot;blank&quot;&gt;&lt;img src=&quot;http://www.freecoldfusionhosting.com/images/logo_sm.png&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/div&gt; 
				</description>
				
				<category>Free ColdFusion Hosting</category>				
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<category>ColdFusion Hosting</category>				
				
				<category>Announcements</category>				
				
				<pubDate>Tue, 22 Dec 2009 16:41:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/12/22/Free-ColdFusion-9-Enterprise-Hosting</guid>
				
			</item>
			
			<item>
				<title>Considering a new sweepstakes.... Hack Day type thing....</title>
				<link>http://co.ldfusion.com/index.cfm/2009/10/21/Considering-a-new-sweepstakes-Hack-Day-type-thing</link>
				<description>
				
				So I am thinking of doing something on easycfm.com that would bring out some development and creativity, but I am looking for some suggestionsand ideas from the community.

&lt;img src=&quot;http://co.ldfusion.com/images/2960_640.jpg&quot; align=&quot;left&quot; width=&quot;320&quot;&gt; If MacGyver could use a paperclip for multiple uses... what would you define your personal tool, tag, inhouse tool, framework, anything to be to achieve the same thing? One thing to do many things with.

I&apos;m looking for some suggestions and ideas on a good hack day that we can run to show the world that ColdFusion is not only scalable, but also re-usable. The final idea here is to develop something that we can all use to demonstrate the power of ColdFusion (and maybe with other technologies?)

Anyway, just an idea.. anu suggestions? ideas? Let me hear it... I&apos;d love to hear your thoughts!

I am willing to give out a nice prize to the winner (cash? something electronic? your thoughts on this also)..

I just have been hearing a lot lately that ColdFusion is not as scalable or powerful as other languages (and though I know this is said a lot and has been said for years, I&apos;d like to prove everyone wrong with a single or multiple examples that we can demonstrate the true power of ColdFusion).

So c&apos;mon, let&apos;s hear your thoughts... don&apos;t be shy, any suggestions is better then none... so speak up!

We all love ColdFuion and would love to see it grow even more then it has in the last decade and I believe if we all pull together we can do it.... so let&apos;s hear it!

Pablo 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Wed, 21 Oct 2009 23:58:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/10/21/Considering-a-new-sweepstakes-Hack-Day-type-thing</guid>
				
			</item>
			
			<item>
				<title>Server changes on EasyCFM.COM.....</title>
				<link>http://co.ldfusion.com/index.cfm/2009/6/22/Server-changes-on-EasyCFMCOM</link>
				<description>
				
				&lt;p&gt;Tonight I went through and made some changes on the server. We were having some issues with the setup and so I reconstructed the server from the ground up... If you run into any issues, please let me know so I can correct it!&lt;/P&gt;
&lt;p&gt;&lt;a href=&quot;http://co.ldfusion.com/contact.cfm&quot;&gt;Simply drop me an email&lt;/a&gt; and let me know!&lt;/p&gt;
&lt;p&gt;More new changes coming soon; please stay tuned!&lt;/p&gt; 
				</description>
				
				<category>ColdFusion Server</category>				
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Mon, 22 Jun 2009 01:25:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/6/22/Server-changes-on-EasyCFMCOM</guid>
				
			</item>
			
			<item>
				<title>EasyCFM.COM - Get paid for your tutorial submissions!</title>
				<link>http://co.ldfusion.com/index.cfm/2009/6/5/EasyCFMCOM--Get-paid-for-your-tutorial-submissions</link>
				<description>
				
				&lt;p style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.easycfm.com/authors/&quot; target=&quot;_top&quot;&gt;&lt;img src=&quot;http://www.easycfm.com/images/calling_all_authors.png&quot; border=&quot;0&quot;  alt=&quot;Calling All Authors!!!&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;EasyCFM.COM has changed the way ColdFusion authors get compensated for their   work, in the past we would hold contests and sweepstakes and if your tutorial   won you would get a prize! We understand that as rewarding and exciting as this   is; most people love to get paid for their work (even when they are helping   others) no matter what!&lt;BR&gt;
  &lt;BR&gt;
  With this in mind, we have created a new system   to compensate authors posting their work on our site. Every tutorial you post   will pay you out real money (based on a few different criterias): &lt;/p&gt;
&lt;OL&gt;
  &lt;LI&gt;&lt;STRONG&gt;Length of your tutorial&lt;/STRONG&gt; - By length we mean how many words   exist in the tutorial, how much explanation do you put into it, do you really   drive the user to understand your topic, etc. We&apos;re looking for the best authors   out there, that can provide good explanations of how to do things with   ColdFusion, so get creative, explain it in full detail and get paid more money!
  &lt;LI&gt;&lt;STRONG&gt;Quality of your work&lt;/STRONG&gt; - We provide bonuses (after-the fact)   to the most successful tutorials posted on the site. (and you can get more then   one for a single tutorial... so you can continue to make money even after the tutorial has been on the site for a long time!) The bonus structure is based on   feedback from our community, popularity of your tutorial, visitor ratings &amp;amp; feedback, etc). We will track it and then add money to your account instantly   for providing high quality work! &lt;/LI&gt;
&lt;/OL&gt;
&lt;p&gt;So start making some money today, &lt;a href=&quot;http://www.easycfm.com/authors/&quot;&gt;upload your fresh tutorial content and together we&apos;ll make EasyCFM.COM bigger and better&lt;/a&gt;; but more importantly; get some cash in your pocket!&lt;/p&gt; 
				</description>
				
				<category>Personal Thoughts</category>				
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<category>Announcements</category>				
				
				<pubDate>Fri, 05 Jun 2009 08:36:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/6/5/EasyCFMCOM--Get-paid-for-your-tutorial-submissions</guid>
				
			</item>
			
			<item>
				<title>New EasyCFM.COM Changes....!!! (Check it out!)</title>
				<link>http://co.ldfusion.com/index.cfm/2009/6/4/New-EasyCFMCOM-Changes-Check-it-out</link>
				<description>
				
				&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
--&gt;
&lt;/style&gt;
&lt;p class=&quot;style2&quot;&gt;New, bigger and better things are coming on EasyCFM.COM.... here&apos;s a taste of what we&apos;ve done so far!&lt;/p&gt;
&lt;p class=&quot;style1&quot;&gt;I wanted to announce some changes done recently to &lt;a href=&quot;http://www.easycfm.com&quot; target=&quot;_blank&quot;&gt;EasyCFM.COM&lt;/a&gt;. These changes were done at the requests of our community using Firefox (mostly) and to go back to our original style designs. (People said they missed the &amp;quot;reddish&amp;quot; colors).&lt;/p&gt;
&lt;p class=&quot;style1&quot;&gt;Here is a list of items that were recently changed.&lt;/p&gt;
&lt;ul class=&quot;style1&quot;&gt;
  &lt;li&gt;Forum was modified to display color scheme in firefox. Previously it would not keep the same look at Internet Explorer. This was due to a bug in the original forum software. I went through and modified all the code to correct the issue.&lt;/li&gt;
  &lt;li&gt;Corrected the layout  of all the pages throughout the site to ensure that the intended design was consistent throughout all browsers.&lt;/li&gt;
  &lt;li&gt;Modified the site logo to keep a constant  link to &lt;a href=&quot;http://www.twitter.com/easycfm/&quot;&gt;our twitter account&lt;/a&gt; (Tweet!!). &lt;/li&gt;
  &lt;li&gt;Changed the site-wide stylesheet design and color schemes to the original colors, bye bye blue! Woo Hoo! &lt;/li&gt;
  &lt;li&gt;Modified the menu for the site (top area) to be CFMENU driven to take advantage of newer better built-in ColdFusion technology. Look for new areas to be developed on the site; so we can continue to add to the menu!&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;style1&quot;&gt;If you have any additional suggestions or would like to see anything else added/modified.... &lt;a href=&quot;mailto:webmaster@easycfm.com&quot;&gt;please let me know&lt;/a&gt;! After all it&apos;s all about our community! You make this site the success it is, we never forget that! &lt;/p&gt;
&lt;p class=&quot;style1&quot;&gt;More great things to come! &lt;/p&gt; 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<category>Announcements</category>				
				
				<pubDate>Thu, 04 Jun 2009 01:48:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/6/4/New-EasyCFMCOM-Changes-Check-it-out</guid>
				
			</item>
			
			<item>
				<title>CFUnited - EasyCFM Discount (Save $100 when attending CFUnited)</title>
				<link>http://co.ldfusion.com/index.cfm/2009/5/22/CFUnited--EasyCFM-Discount-Save-100-when-attending-CFUnited</link>
				<description>
				
				&lt;div align=&quot;center&quot;&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;table width=&quot;590&quot; border=&quot;0&quot; style=&quot;overflow: hidden&quot;&gt;
&lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/header_easycfm.jpg&quot; width=&quot;590&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;div align=&quot;center&quot;&gt;&lt;font face=&quot;Arial, Helvetica, sans-serif&quot; color=&quot;#0099ff&quot; size=&quot;+2&quot;&gt;&lt;strong&gt; EasyCFM is a proud Sponsor of CFUnited&lt;/strong&gt;&lt;/font&gt;
      
     &lt;/div&gt;
      &lt;font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;-1&quot;&gt;
      &lt;p&gt;CFUnited is a 4 day conference featuring the latest in ColdFusion, Flex and AIR content.  Sessions span the full spectrum of skills used by Web professionals looking to deliver cutting-edge experiences to their customers quickly and efficiently.  Come join us in Lansdowne, VA from August 12th - 15th 2009, along with a full day of Pre Conference classes on August 11th 2009.  Visit &lt;a href=&quot;http://cfunited.com&quot;&gt;http://www.cfunited.com&lt;/a&gt; for more details.&lt;/p&gt;

EasyCFM is offering a &lt;strong&gt;$100 discount&lt;/strong&gt; to CFUnited when you register with promo code &lt;font face=&quot;Arial, Helvetica, sans-serif&quot; color=&quot;#CC0000&quot; size=&quot;+1&quot;&gt;&lt;strong&gt;EFM100&lt;/strong&gt;&lt;/font&gt;.&lt;br /&gt;
*promo code expires June 5, 2009&lt;/font&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td align=&quot;center&quot; valign=&quot;middle&quot; background=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/background.jpg&quot;&gt;
    &lt;br /&gt;&lt;br /&gt;
    
    &lt;table width=&quot;415&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com/2009/topics&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/newtopics.jpg&quot; border=&quot;0&quot; alt=&quot;New Topics and Speakers&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com/2009/classes&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/preconf.jpg&quot; border=&quot;0&quot; alt=&quot;Pre-Conference Classes&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com/images/CFUnited2009_managerguide.pdf&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/managerguide.jpg&quot; border=&quot;0&quot; alt=&quot;CFUnited Manager Guide&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com/2009/about&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/about.jpg&quot; border=&quot;0&quot; alt=&quot;About&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;&lt;a href=&quot;http://cfunited.com/2009/prices&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/corp.jpg&quot; border=&quot;0&quot; alt=&quot;Corporate Discount&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
    &lt;td&gt;&lt;a href=&quot;http://register.cfunited.com/&quot;&gt;&lt;img src=&quot;http://cfunited.com/2009/images/sponsor_web_ad_09/register.jpg&quot; border=&quot;0&quot; alt=&quot;Register Now&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;&lt;font face=&quot;Arial, Helvetica, sans-serif&quot; size=&quot;+2&quot;&gt;&lt;a href=&quot;http://cfunited.com&quot;&gt;http://cfunited.com&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;

&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt; 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Fri, 22 May 2009 15:26:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/5/22/CFUnited--EasyCFM-Discount-Save-100-when-attending-CFUnited</guid>
				
			</item>
			
			<item>
				<title>New Tutorial Series (User Interface Tools With ColdFusion) - CFMENU</title>
				<link>http://co.ldfusion.com/index.cfm/2009/5/20/New-Tutorial-Series-User-Interface-Tools-With-ColdFusion--CFMENU</link>
				<description>
				
				&lt;p&gt;I wanted to post a quick post that I will be working on a set of tutorials that deal with user interfaces (design, usability, etc) that can all be achieved with ColdFusion. the first tutorial will deal with CFMENU. That tutorial can be seen here: &lt;a href=&quot;http://tutorial534.easycfm.com/&quot; target=&quot;_blank&quot;&gt;ColdFusion User Interfaces - Series (CFMENU)&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I will be also working on some additional tutorials to demonstrate the ease of use to deploy some powerful sites.... more to come on that... Chek out the tutorial and let me know what you think!&lt;/p&gt; 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Wed, 20 May 2009 20:12:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2009/5/20/New-Tutorial-Series-User-Interface-Tools-With-ColdFusion--CFMENU</guid>
				
			</item>
			
			<item>
				<title>EasyCFM... Thinking back... Did mention the tutorial sweepstakes?</title>
				<link>http://co.ldfusion.com/index.cfm/2008/12/8/EasyCFM-Thinking-back-Did-mention-the-tutorial-sweepstakes</link>
				<description>
				
				&lt;p&gt;I was just thinking about how far &lt;a href=&quot;http://www.easycfm.com&quot;&gt;EasyCFM.COM&lt;/a&gt; has come since I launched it in 2002 (after leaving &lt;a href=&quot;http://www.cfm-resources.com&quot;&gt;CFM-Resources&lt;/a&gt;) and how many people have gotten help or bettered themselves through it and it really does blow my mind away... &lt;br /&gt;&lt;br /&gt;

I am always in awe of how good this community is to each other. Being part of other communities (c#, flash, photoshop, etc) I can say that the ColdFusion community always impresses me with their willingness to help other developers and how far they go to ensure people get it. It really has come a long way..... here&apos;s an example:&lt;/p&gt;
&lt;p&gt;Back in the day; I remember starting out the first tutorial sweepstakes and giving away a couple hundred bucks to to the winner... this time around I am giving three prizes for the &lt;a href=&quot;http://www.easycfm.com/coldfusion/tutorials/addtutorial.cfm&quot;&gt;winning tutorial submissions&lt;/a&gt;...&lt;/p&gt;
&lt;p&gt;&lt;STRONG&gt;Winner - $1,000.00 in cash&lt;BR&gt;
  Second Place -   $750.00 in cash&lt;BR&gt;
Third Place - $500.00 in cash&lt;/STRONG&gt;&lt;/p&gt;
&lt;p&gt;How awesome is that... I mean I know its not about the money (at least not to me) but it shows me that the site has matured and that it&apos;s come a long way since back in &apos;02.&lt;/p&gt;
&lt;p&gt;Anyways... just thinking outloud :)&lt;/p&gt; 
				</description>
				
				<category>Personal Thoughts</category>				
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Mon, 08 Dec 2008 14:46:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2008/12/8/EasyCFM-Thinking-back-Did-mention-the-tutorial-sweepstakes</guid>
				
			</item>
			
			<item>
				<title>What is the best way to show categories (and their children, and their children and those children)</title>
				<link>http://co.ldfusion.com/index.cfm/2008/12/6/What-is-the-best-way-to-show-cateogies-and-their-children-and-their-children-and-those-children</link>
				<description>
				
				Today I ran by a forum post on EasyCFM.COM (&lt;a href=&quot;http://www.easycfm.com/coldfusion/forums/viewmessages.cfm?forum=12&amp;topic=13910&quot;&gt;see it here&lt;/a&gt;) 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..

First you need to create the database for it... so lets make a table and cll it &quot;categories&quot;.

In that table you will need to have the following items:

&lt;pre&gt;
categoryID int identity (autonumber).
category   nvarchar(50) (string/text)
parentcategoryID int (number)
&lt;/pre&gt;

Then in that database; we will put in a few records (Let&apos;s do (3) layers).

&lt;pre&gt;
CategoryID    Category             ParentCategoryID
1             Automotive           0
2             Real Estate          0
3             Used                 1
4             New                  1
5             For Sale             2
6             For Rent             2
7             Homes                5
8             Apartments           5
9             Homes                6
10            Apartments           6
&lt;/pre&gt;

Now notice that you have two records that are &quot;master&quot; records... Or top level which have a parentID of &quot;0&quot;. This means that these are the ones that will show up in bold and are special :)

Now inside of that we created a (3) level one as follows, the other one has only two levels:

&lt;pre&gt;
Real Estate
   &gt; For Sale
       &gt; Homes
       &gt; Apartments
   For Rent
       &gt; Homes
       &gt; Apartments
&lt;/pre&gt;

Now to show them on a page all the way down, can be tricky if you code it; since it will require you to loop through the ones with a &quot;0&quot; and then do another query and loop through it and then do it again and again... so how do you accommodate for as many levels as you may need.. (imagine one has 40 levels deep)....

This is wehre custom tags really do come in handy... You can do a custom tag that will call itself over and over and over until it doesnt need to anymore... So how do you ask?

Well, let&apos;s show you...

First lets create a custom tag and let&apos;s call the file &quot;categories.cfm&quot;; on this page lets put this code:

&lt;code&gt;&lt;!--- this is a custom tag that will loop over itself and show categories and their children ---&gt;

&lt;!--- first let&apos;s allow you to pass in a variable that will tell the system which categories to show ---&gt;
&lt;cfparam name=&quot;attributes.ParentCategoryID&quot; default=&quot;0&quot; /&gt;

&lt;!--- now let&apos;s hit the database and call the records ---&gt;
&lt;cfquery name=&quot;qGetCategories&quot; datasource=&quot;#request.dsn#&quot;&gt;
  select categoryID, category
  from   categories
  where ParentCategoryID = #val(attributes.ParentCategoryID)#
&lt;/cfquery&gt;

&lt;!--- now let&apos;s show the categories ---&gt;
&lt;cfoutput query=&quot;qGetCategories&quot;&gt;
  &lt;a href=&quot;apage.cfm?categoryID=#val(categoryID)#&quot;&gt;#category#&lt;/a&gt;&lt;br /&gt;
  &lt;!--- now here goes teh magic... here let&apos;s have it call itself (the same page) but with a different ParentCategoryID ID value so it gets this records children ---&gt;
  &lt;cf_categories ParentCategoryID=&quot;#categoryID#&quot;&gt;
&lt;/cfoutput&gt;&lt;/code&gt;

That&apos;s pretty much it... now on the main page (where you want the parent categories to always show up) let&apos;s call the custom tag with a ParentCategoryID of &quot;0&quot; (again, remember this is the master records).

&lt;code&gt;&lt;cf_categories ParentCategoryID=&quot;0&quot;&gt;&lt;/code&gt;

How easy was that? Now this baby can go 1, 2, 10, 40, 60, 100 levels deep and you don&apos;t have to do anyhing else... Sweeet..

If you want to only force it to go &quot;2&quot; levels down... you can do this:

&lt;code&gt;&lt;!--- now let&apos;s show the categories ---&gt;
&lt;cfoutput query=&quot;qGetCategories&quot;&gt;
  &lt;a href=&quot;apage.cfm?categoryID=#val(categoryID)#&quot;&gt;#category#&lt;/a&gt;&lt;br /&gt;
  &lt;!--- now here goes teh magic... here let&apos;s have it call itself (the same page) but with a different ParentCategoryID ID value so it gets this records children ---&gt;
  &lt;cfif attributes.ParentCategoryID EQ 0&gt;
    &lt;cf_categories ParentCategoryID=&quot;#categoryID#&quot;&gt;
  &lt;/cfif&gt;
&lt;/cfoutput&gt;&lt;/code&gt;

That will only run one time when you call the parent caegories... then the parent&apos;s grandchildren will not be show; because when you call that tag again for the third time.. the ParentCategoryID will be higher then zero... make sense?

Let me know your thoughts....

-P 
				</description>
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<category>ColdFusion Help</category>				
				
				<pubDate>Sat, 06 Dec 2008 04:41:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2008/12/6/What-is-the-best-way-to-show-cateogies-and-their-children-and-their-children-and-those-children</guid>
				
			</item>
			
			<item>
				<title>Image Processing under ColdFusion 5.... A little blast from the past...</title>
				<link>http://co.ldfusion.com/index.cfm/2008/12/2/Image-Processing-under-ColdFusion-5-A-little-blast-from-the-past</link>
				<description>
				
				Today I ran by a post on the &lt;a href=&quot;http://www.easycfm.com&quot; target=&quot;_blank&quot;&gt;EasyCFM.COM&lt;/a&gt; &lt;a href=&quot;http://www.easycfm.com/coldfusion/forums/viewmessages.cfm?Forum=12&amp;Topic=13873&quot; target=&quot;_blank&quot;&gt;forums&lt;/a&gt;; where the individual is still using ColdFusion 5 and is trying to get the image width/height values of a given image. 

I know that CF 5 is a bit outdated; but I&apos;m feeling a bit nostalgic and so I am gonna install CF 5 on a local box and see if I can get something going for him... I wanted to post a little something mentioning this as I will be posting a follow up shortly with a solution... wish me luck :) hehe

Back in a bit... :-) 
				</description>
				
				<category>Personal Thoughts</category>				
				
				<category>EasyCFM.COM</category>				
				
				<category>ColdFusion Coding</category>				
				
				<category>ColdFusion Help</category>				
				
				<pubDate>Tue, 02 Dec 2008 14:28:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2008/12/2/Image-Processing-under-ColdFusion-5-A-little-blast-from-the-past</guid>
				
			</item>
			
			<item>
				<title>Free ColdFusion Hosting....</title>
				<link>http://co.ldfusion.com/index.cfm/2008/12/1/Free-ColdFusion-Hosting</link>
				<description>
				
				I have given a firm release date for the new Free ColdFusion Hosting; A lot of people have been waiting for this site to launch; and the date I will be openning the doors is January 1st, 2009.&lt;br /&gt;&lt;br /&gt;
This will allow you to have the following with your account:
&lt;ol&gt;
  &lt;li&gt;25MB of space&lt;/li&gt;
  &lt;li&gt;ColdFusion MX 8 - Enterprise&lt;/li&gt;
  &lt;li&gt;(1) MS Access Database&lt;/li&gt;
  &lt;li&gt;(1) MS SQL 2005 Database&lt;/li&gt;
  &lt;li&gt;Access to CFFILE, CFDIRECTORY and other tags&lt;/li&gt;
  &lt;li&gt;Your own domain name [i.e.  http://www.mysite.com]&lt;/li&gt;
  &lt;li&gt;Your own subdomain [i.e. http://mysite.freecoldfusionhosting.com]&lt;/li&gt;
  &lt;li&gt;FTP Access&lt;/li&gt;
  &lt;li&gt;and much more...&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;&lt;br /&gt;
Stay tuned to this blog for future updates and notices on the service... I wanted to start the new year with a bang; Free ColdFusion Hosting will give it just that... A bang!
&lt;br /&gt;&lt;br /&gt;
more to come! 
				</description>
				
				<category>Free ColdFusion Hosting</category>				
				
				<category>EasyCFM.COM</category>				
				
				<pubDate>Mon, 01 Dec 2008 03:28:00 -0500</pubDate>
				<guid>http://co.ldfusion.com/index.cfm/2008/12/1/Free-ColdFusion-Hosting</guid>
				
			</item>
			</channel></rss>