<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
			<title>Charlie Arehart&apos;s Blog - resource lists</title>
			<link>http://www.carehart.org/blog/client/index.cfm</link>
			<atom:link href="http://www.carehart.org/blog/client/rss.cfm" rel="self" type="application/rss+xml" />
			<description>Charlie Arehart&apos;s Blog</description>
			<language>en-us</language>
			<lastBuildDate>Tue, 10 May 2011 14:51:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blogmaster@carehart.org (Charlie Arehart)</managingEditor>
			<webMaster>blogmaster@carehart.org (Charlie Arehart)</webMaster>
			
			<item>
				<title>Struggling with using the XML features of CFML? Here&apos;s where to learn more</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2011/5/10/where_to_learn_CFMLs_XML_capabilities</link>
				<description>
				
				Are you struggling with using the XML features in CFML? Or do you help people who are? 

It&apos;s not something most people use often, and there is far more to the feature set than meets the eye. If you don&apos;t use the right resources to help you, you could waste time trying to piece together a solution using only scant examples you may find.

In this entry, I&apos;ll point to several resources you should consider to help get you quickly up to speed in using--and appreciating--the power of the XML features in CFML. 

Even if you don&apos;t need them today, you (or someone you know) may need them some day, so keep this in mind. (Or if you find this page doing a google search some years down the road, drop a note to let me know if it helped then!)

&lt;h2&gt;Background&lt;/h2&gt;

I just offered this info on a mailing list, but thought I&apos;d repeat it here for readers and so that more people might find it more easily when searching.

Every once in a while someone will learn about, or need, or struggle with the XML features within CFML, which were introduced in ColdFusion MX (6). Sadly, many never notice them, or rarely use them so when folks struggle, there may not be too many people who can step up to help.

Often, people find only scant examples written by others and figure they have no choice but to try to piece together a solution, and they go through fits and starts, sometimes doing (or reading someone else doing) things in a more complicated way than is needed.

&lt;h2&gt;CFML&apos;s XML support is powerful, if you know where to look&lt;/h2&gt;

The thing is, there are far more capabilities in ColdFusion&apos;s XML handling than may be obvious, even from many examples. 

&lt;h3&gt;First, see the CFML docs--but not the CFML reference&lt;/h3&gt;

So note first that there is significant documentation in the CFML Developer&apos;s Guide (NOT the CFML Reference). I make that distinction often, because some people seem only ever to notice the reference manual. 

As is often the case, and especially for this topic, some features aren&apos;t reflected solely by specific tags or functions, but instead in ways to refer to objects as structures and arrays. The Developer&apos;s guide also is more of a user guide, walking you through &quot;how&quot; things work and why, rather than just showing syntax.

For CF8, that manual is here:
&lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Part_4_CF_DevGuide_1.html&quot;&gt;CF 8 Developer&apos;s Guide&lt;/a&gt;

and the XML chapter is:
&lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/htmldocs/XML_01.html&quot;&gt;Using XML and WDDX&lt;/a&gt;

For CF9, the manual is here:
&lt;a href=&quot;http://help.adobe.com/en_US/ColdFusion/9.0/Developing/index.html&quot;&gt;Developing Adobe ColdFusion 9 Applications&lt;/a&gt;

and the XML chapter (by the same name as before):
&lt;a href=&quot;http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-7fb3.html&quot;&gt;Using XML and WDDX&lt;/a&gt;

&lt;h3&gt;Another great resource: Nate Weiss&apos;s mini book&lt;/h3&gt;

While those may seem definitive, there was also an awesome extended article (about 30 pages, so more a mini book) written by Nate Weiss written back in 2002 on the then-new XML features of CFMX (6). It still is the best intro to the topic I&apos;ve ever seen and one I still often recommend. 

Sadly, it&apos;s gotten harder and harder to find online anymore. It used to be offered on the Adobe site, but the link no longer works. Fortunately, it&apos;s still available via the good &apos;ol &quot;wayback machine&quot;. This &lt;a href=&quot;http://classic-web.archive.org/web/20070713100624/http://www.adobe.com/devnet/coldfusion/articles/xmlxslt.pdf&quot;&gt;link&lt;/a&gt; just worked for me.

But I&apos;ve also now just gone and posted it my site instead, so that folks might find it more easily in the future:

&lt;a href=&quot;http://www.carehart.org/xmlxslt.pdf&quot;&gt;Utilizing XML and XSLT in ColdFusion MX, by Nate Weiss (2002)&lt;/a&gt; 

&lt;h3&gt;Final Resource: The CFWACK chapters&lt;/h3&gt;

Finally, there are also chapters on XML processing in the Web Application Construction Kit books, for those who may have them. 

See Chapters 45 and 46 in the second volume of the CF8 books, and chapters 41 and 42 in the second volume of the CF 9 books. (I was responsible for updating those chapters in the CF8 and 9 editions of the books, but they were written originally by Adam Churvis).

There may well be other great resources to commend, but these are are more than enough to get most people a lot further in their appreciation and understanding of using XML within CFML. (Still, see a couple of &quot;related entries&quot; as linked to right at the bottom of this entry.)

Hope all that helps someone. 
				</description>
				
				<category>resource lists</category>
				
				<category>CFFundamentals</category>
				
				<category>cfml</category>
				
				<pubDate>Tue, 10 May 2011 14:51:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2011/5/10/where_to_learn_CFMLs_XML_capabilities</guid>
				
			</item>
			
			<item>
				<title>Ultimate list of CF debugging output template alternatives</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2010/3/12/ultimate_cf_debugging_output_template_alternatives</link>
				<description>
				
				Following on the heels of my &quot;&lt;a href=&quot;http://www.carehart.org/blog/client/index.cfm/2010/3/4/resources_on_the_var_scope_problem&quot;&gt;Ultimate Var Scope Resource list&lt;/a&gt;&quot; last week, here now I present what I think is the ultimate list of CF debugging output template alternatives.

&lt;h3&gt;Yes, you CAN modify the debugging output. Some have even done it for you&lt;/h3&gt;
Many may not realize that the CF debugging output (optionally displayed at the bottom of the page, as enabled in the CF Admin) is actually created by a CFML template that can be modified ([cf]\wwwroot\WEB-INF\debug\classic.cfm). 

Fortunately, several people have offered various resources that explain how to work with this file and offer packaged alternatives with specific features to resolve particular problems (where people wish the debugging output did more, or could be seen differently than at the bottom of the page). &lt;img src=&quot;http://www.carehart.org/images/starfish_small.jpg&quot; align=&quot;right&quot;/&gt;

&lt;h3&gt;Just drop and reload&lt;/h3&gt;
You can just drop any of these files into the debug file directory to add to or replace the default file. If it&apos;s a new file you then need to select it as an alternative in the CF Admin Debugging Output page which offers a choice for &quot;Select Debugging Output Format&quot;, which points to the classic.cfm by default. 

Of course, since it&apos;s CFML source code, all the options mentioned here are free and open source.

&lt;h3&gt;The alternatives, discussed and downloadable&lt;/h3&gt;

The alternatives include:

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2008/11/26/Another-Hack-Job--Update-to-classiccfm-debug-template&quot;&gt;&quot;Another hack job&quot;&lt;/a&gt;, from Ray Camden, adding total query time, improved number formatting for individual query times, and highlighting queries that a given duration&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://coldfire.riaforge.org/&quot;&gt;ColdFire&lt;/a&gt;, open source from Nathan Mische et al, a Firefox/Firebug extension to aid in viewing CFML debugging output by way of a new alternative debugging output template, coldfire.cfm&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://debug.riaforge.org/&quot;&gt;ColdFusion Debug Templates&lt;/a&gt;, &quot;in case you want to try something different than the default template&quot;, from Josh Knutson&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.fusion-reactor.com/community/developers/debug2reactor/index.cfm&quot;&gt;Debug2FusionReactor&lt;/a&gt;, from Intergral, for showing CF debugging output in FR Marker tab&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://kill_cfzen.instantspot.com/blog/2007/03/26/Improved-Classic-CF-debugging-template&quot;&gt;Improved Classic CF debugging template&lt;/a&gt;, from Aaron Longnion. Changes list of templates executed to show in order executed, rather than by order of duration. Also adds cfqueryparam variable values for queries shown.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/projects/starfish/&quot;&gt;StarFish&lt;/a&gt;, from Ray Camden, a profiling tool built on the CF debugger. Stores debugging output in server scope, and adds an Admin customization interface to view reports based on gathered information.&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://stiletto.riaforge.org/&quot;&gt;Stiletto&lt;/a&gt;, from John Mason, for logging CF debugging output to a file (inspired by a &lt;a href=&quot;http://boncode.blogspot.com/2008/09/cf-silent-server-side-debugging.html&quot;&gt;blog entry&lt;/a&gt; by Bilal Soylu&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2006/7/3/Debug-template-information-in-the-order-of-process&quot;&gt;Zoid&lt;/a&gt;, from Ray Camden. Changes the table of templates executed from a summary for each (even if called multiple times) to in individual display of each, in order.&lt;/li&gt;
	&lt;li&gt;Note as well that another alternative to showing debugging output at the bottom of the page is a built-in option in CF. Note the available &quot;dockable&quot; option in the choice for &quot;Select Debugging Output Format&quot;. While the aforementioned classic.cfm is the default, the dockable.cfm instead shows the debugging output as dockable/movable/floatable pane instead.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Also listed on my CF411 site&lt;/h3&gt;
Note as well that I have just created a section in my CF411 site, called &quot;&lt;a href=&quot;http://www.cf411.com/#debugoutput&quot;&gt;CFML Debugging Output Template Alternatives/Mods&lt;/a&gt;&quot;. If anyone offers me additions or corrections as a comment below, I&apos;ll be sure to update the list in the CF411 page as well.

Finally, as I mention at the bottom of the list on that page, note that I have yet another section (following that one) on the site, called &lt;a href=&quot;http://www.cf411.com/#debug&quot;&gt;CFML Debugging Tools&lt;/a&gt;, which lists still other kinds of CFML debugging tools. 
				</description>
				
				<category>cf411</category>
				
				<category>admin</category>
				
				<category>debugging</category>
				
				<category>resource lists</category>
				
				<pubDate>Fri, 12 Mar 2010 14:18:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2010/3/12/ultimate_cf_debugging_output_template_alternatives</guid>
				
			</item>
			
			<item>
				<title>The Ultimate Var Scope Resource list? Understanding/resolving problems with the var scope in CFML</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2010/3/4/resources_on_the_var_scope_problem</link>
				<description>
				
				If you or anyone you know ever wants to get up to speed on the &quot;var scope problem&quot; in CF, you may be challenged by the fact that there are many discussions of the topic, spread across many blogs. I&apos;ve accumulated here a starting list of several of the key ones I know of. I certainly may have missed some, so I welcome suggestions of more. 

I think it&apos;s helpful to have all the resources in one place. Indeed, ultimately I&apos;ll move this to my &quot;&lt;a href=&quot;/resourcelists/&quot;&gt;resource lists&lt;/a&gt;&quot; page where I keep similar &quot;compendia&quot;.

I created the list of VAR scope resources today after helping a client with a problem which seemed related to this classic problem: the need to remember to var scope your variables in CFCs. It&apos;s often the cause of subtle bugs. Like many, they still hadn&apos;t heard about the problem (or had seen mention of it but didn&apos;t really understand it). 

So if you&apos;re in that place, or know someone who may be, here are resources to help get started on understanding the topic and related issues. As always, the CF community has rallied the troops on the matter, and several folks have blogged in various detail or on various related aspects.

&lt;h3&gt;About the resources&lt;/h3&gt;

The first few elaborate on the problem, and the first one even includes a live running example to demonstrate the point. Then a couple explain some related issues. 

I also then list resources on the related new &quot;local&quot; scope in CF 9, and some more that discuss compatibility issues with that.

Note that these may have been written any time in the past couple/few years, so keep that in mind and be sure to check the comments as well.

&lt;h3&gt;The resources&lt;/h3&gt;

First, some general resources introducing the var scoping issue/feature:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.schierberl.com/cfblog/index.cfm/2008/7/21/Thread-safety-and-the-var-scope--live-example&quot;&gt;Thread safety and the var scope - live example&lt;/a&gt;, by Mike Schierberl &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.schierberl.com/cfblog/post/memory-leaks-part-iii-sessions-and-cfcs&quot;&gt;Memory Leaks: Part III - sessions and cfcs&lt;/a&gt;, Mike&apos;s previous blog entry discussing a memory leak he&apos;d found related to CFCs (and perhaps the var scope) back in 2006&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.dopefly.com/techblog/entry.cfm?entry=278&quot;&gt;Why precisely is it important to var-scope your variables?&lt;/a&gt;, by Nathan Strutz&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://daveshuck.com/2006/11/28/thread-safety-example-var-scope-your-loop-index-in-coldfusion-cfcs/&quot;&gt;Thread safety example: Var scope your loop index in ColdFusion CFCs!&lt;/a&gt;, by Dave Shuck&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.iknowkungfoo.com/blog/index.cfm/2007/8/22/Object-Oriented-Coldfusion--4--The-var-scope&quot;&gt;Object Oriented Coldfusion : 4 : The var scope&lt;/a&gt;, by Adrian Moreno&lt;/li&gt;
&lt;/ul&gt;

And some that address various issues related to using the VAR scope:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm?mode=entry&amp;entry=6579B85C-F992-5BFE-388D680443054E0F&quot;&gt;Always var scope! Always!! Except...&lt;/a&gt;, by Ray Camden&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.garyrgilbert.com/blog/index.cfm/2008/7/21/Var-Scoping-Queries&quot;&gt;Var Scoping Queries&lt;/a&gt;, by Gary Gilbert&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.daveshuck.com/blog/2006/3/21/VAR-scoping-using-structures&quot;&gt;VAR scoping using structures&lt;/a&gt;, by Dave Shuck&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.webapper.com/blog/index.php/2007/2/5/The-VAR-keyword-is-idiotic&quot;&gt;The VAR keyword is idiotic&lt;/a&gt;, by Steve Nelson&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.webapper.com/blog/index.php/2007/2/9/The-REAL-reason-you-need-to-varscope-your-local-CFC-function-variables&quot;&gt;The REAL reason you need to var-scope your local CFC function variables&lt;/a&gt;, by Tyson Vanek&lt;/li&gt;
&lt;/ul&gt;

And some on the change in CF9, for the local scope:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://forta.com/blog/index.cfm/2009/6/21/The-New-ColdFusion-LOCAL-Scope&quot;&gt;The New ColdFusion LOCAL Scope&lt;/a&gt;, by Ben Forta&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://fusiongrokker.com/post/deciphering-the-new-local-scope&quot;&gt;Deciphering the new Local Scope&lt;/a&gt;, by Adam Tuttle&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2010/2/8/Repeat--ColdFusion-9-does-NOT-remove-the-need-to-var-scope&quot;&gt;Repeat - ColdFusion 9 does NOT remove the need to var scope!&lt;/a&gt;, by Ray Camden&lt;/li&gt;
&lt;/ul&gt;

And some tangential discussions of that, including some compatibility issues with the new scope:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://dan.skaggsfamily.ws/2010/02/08/be-careful-with-the-local-scope-when-migrating-from-cf8-to-cf9/&quot;&gt;
Be careful with the &apos;local&apos; scope when migrating from CF8 to CF9&lt;/a&gt;, by Dan Skaggs&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2010/2/20/CHF-Warning--Impacts-MXUnit&quot;&gt;CHF Warning - Impacts MXUnit&lt;/a&gt;, by Ray Camden (important impact of CF 9 CHF 1, even if not using MXUnit)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.bennadel.com/blog/94-LOCAL-Variables-Scope-Conflicts-With-ColdFusion-Query-of-Queries.htm&quot;&gt;LOCAL Variables Scope Conflicts With ColdFusion Query of Queries&lt;/a&gt;, by Ben Nadel&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.kukiel.net/2009/12/is-this-issue-with-local-scope-in.html&quot;&gt;Is this an issue with the local scope in ColdFusion 9?&lt;/a&gt;, by Paul Kukiel&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.kukiel.net/2009/12/coldfusion-9-and-local-scope-continued.html&quot;&gt;ColdFusion 9 and the local scope continued&lt;/a&gt;, by Paul Kukiel&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://jlamoree.posterous.com/coldfusion-9-and-the-local-scope-0&quot;&gt;ColdFusion 9 and the LOCAL Scope&lt;/a&gt;, by Joseph Lamoree&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://bytestopshere.com/post.cfm/major-flaw-in-cf9-may-break-code&quot;&gt;Major Flaw in CF9 - May Break Code!&lt;/a&gt; and &lt;a href=&quot;http://bytestopshere.com/post.cfm/major-flaw-in-cf9-may-break-code-part-2&quot;&gt;part 2&lt;/a&gt;/&lt;a href=&quot;http://bytestopshere.com/post.cfm/major-flaw-in-cf9-may-break-code-part-3&quot;&gt;part 3&lt;/a&gt;, by Sami Hoda&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;The VarScope tool&lt;/h3&gt;
Finally, of course, as most of these resources point out, be sure to use Mike Schierberl&apos;s wonderful &lt;a href=&quot;http://varscoper.riaforge.org/&quot;&gt;varscoper&lt;/a&gt; tool to help find whether you have instances of this problem. It tells you literally what to change, where, to don&apos;t let concern of this problem overwhelm you.

&lt;h3&gt;Conclusion&lt;/h3&gt;

Hope those are helpful. Again, it&apos;s just a starting list. I welcome additions, and I look forward to your comments. In time, I&apos;ll move this (and any suggested additions) to my &quot;&lt;a href=&quot;/resourcelists/&quot;&gt;resource lists&lt;/a&gt;&quot; page. Check that out for similar lists of resources on various subjects. 
				</description>
				
				<category>cf9</category>
				
				<category>general</category>
				
				<category>resource lists</category>
				
				<category>troubleshooting</category>
				
				<pubDate>Thu, 04 Mar 2010 12:06:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2010/3/4/resources_on_the_var_scope_problem</guid>
				
			</item>
			
			<item>
				<title>ColdFusion 8 migration resources (from 6, 7, or even earlier)</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2009/8/10/cf8_migration_resources</link>
				<description>
				
				Someone asked me about migrating from CF 6 to 8, lamenting that he couldn&apos;t find any migration resources. Sadly, there are no official Adobe resources for upgrading to CF8, but I will mention a guide to upgrading to CF 7 from CF 6 (or even 5) that Macromedia offered, which many may have missed. I&apos;ll also point out a couple other things and blog entries of others that do focus more on moving to CF 8 specifically (and perhaps others will comment with still more.)

&lt;h4&gt;Who&apos;s only now moving to CF 8, you ask?&lt;/h4&gt;

Some may ask, &quot;why would someone be moving to CF 8 now, which CF9 on the horizon?&quot;. Well, a lot of shops don&apos;t upgrade immediately, so the question didn&apos;t surprise me. So some may only now be moving to 8, and they may not be interested in moving to CF9 for a while. Heck, some (like him) are running only on CF 6, or earlier! Let&apos;s just be glad when they people do finally migrate. :-)

And who knows, there may be some who move to CF 9 from 6 or 7, and this info may help them down the road, too.

So, as Casey Kasem used to say, &quot;on with the countdown&quot;. :-)

&lt;h4&gt;60 page &quot;Migrating Applications to ColdFusion MX 7&quot;&lt;/h4&gt;

I first pointed out to him that there *was* in fact available in the past an official Macromedia CF document (in the CF7 docs):

&lt;blockquote&gt;
&lt;a href=&quot;http://download.macromedia.com/pub/documentation/en/coldfusion/mx7/cfmx7_migrating.pdf&quot;&gt;Migrating Applications to ColdFusion MX 7 (PDF)&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;

At 60 pages, this is quite a good resource to consider.  It &quot;describes migration and known compatibility issues between ColdFusion Server 5 and later versions, including ColdFusion MX 6.1 and ColdFusion MX 7.&quot; 

Sadly, it was not updated for CF 8, but really, the bigger differences in things were between 6 (being the first release after the rewrite of CF on java) and higher. Of course, those moving from 5 (when CF was written in C++) to higher face far more differences. Again, the guide even covers that. So even those skipping 7 to go to 8 should at least look at the guide. 

Never heard of the guide? I&apos;m not surprised. I&apos;ll take that up at the end of this entry.

&lt;h4&gt;Jim Priest Sought CF8 Migration Stories&lt;/h4&gt;

Now, he did ask about migration to CF8 specifically. 

There was at least &lt;a href=&quot;http://www.thecrumb.com/2008/01/31/looking-for-coldfusion-8-migration-stories/&quot;&gt;one blog entry, from Jim Priest&lt;/a&gt;, that sought such CF 8 migration stories.

In the comments, someone commented about &quot;CF8 performance on our CFC-driven apps&quot; after the upgrade to 8. As many now know, that was likely due to a bug in the JVM, rather than CF. CF 8 came running on on JVM 1.6.0_04. Early in the CF8 lifetime, people suggested dropping back to JVM 1.5, but by late 2008 Sun had fixed the problem in 1.6.0_10, and that became the recommendation. Many blogged about it, including &lt;a href=&quot;http://corfield.org/blog/index.cfm/do/blog.entry/entry/Java_6_and_ColdFusion_8&quot;&gt;Sean Corfield&lt;/a&gt; and &lt;a href=&quot;http://www.stillnetstudios.com/upgrading-the-coldfusion-jvm-on-linux-and-windows/&quot;&gt;Ryan Stille&lt;/a&gt; who also walks you through making the upgrade. 

Someone also commented (in Jim&apos;s CF8 Migration Stories entry) about losing their CFIDE directory after the upgrade. I don&apos;t know if this is the exact problem, but there was a similar issue documented in the CF 7 timeframe: 
&lt;a href=&quot;http://kb2.adobe.com/cps/000/b41d02c5.html&quot;&gt;&quot;CFIDE and cfdocs folders removed after migrating from ColdFusion MX 6.1 to ColdFusion MX 7&quot;&lt;/a&gt;.

Jim&apos;s entry has comments closed for now, so I can only offer these thoughts here. I just asked him by email if he may reopen it to let people post observations like these, to help people who may yet find it and the older comments. We shall see.

&lt;h4&gt;Josh Adams offers still more resources&lt;/h4&gt;

I just found also that Josh Adams (of Adobe) also blogged about &lt;a href=&quot;http://blog.joshuaadams.com/index.cfm/2008/9/3/Migrating-from-ColdFusion-5-or-older-to-ColdFusion-8&quot;&gt;Migrating from ColdFusion 5 or older to ColdFusion 8&lt;/a&gt;. He shares some other interesting resources, though not that CF7 migration guide. I&apos;ll drop him a note and I suspect he&apos;ll get that added ASAP. :-)

&lt;h4&gt;Steven Erat&apos;s discussion of migration from 4.5 to 7&lt;/h4&gt;

Again, while not specifically about moving to CF 8, Steven Erat did blog some resources to help someone making the move from 4.5 to 7, in his entry, 
&lt;a href=&quot;http://www.talkingtree.com/blog/index.cfm/2006/7/6/CF45-Migration-Experience&quot;&gt; Migrating applications across a six year gap in ColdFusion server implementation&lt;/a&gt;. That offers a link to the Migration Guide above but also release notes for each release between 4.5 and 7.02, which is a nice touch.

&lt;h4&gt;Don&apos;t forget to apply hotfixes&lt;/h4&gt;

Besides looking at the release notes for each release (something I also highly recommend), I&apos;ll also remind folks to also always check for updates, hotfixes, and cumulative hotfixes for any release you may install. What you download (even today from Adobe) may not be the absolute latest version of whatever release you get. 

I&apos;ll do a blog entry about that with more details in the future. (I did discuss it in my &lt;a href=&quot;http://www.carehart.org/presentations/#cfmyth&quot;&gt;CFMythbusters&lt;/a&gt; talk, and the PDF there has some good pointers to get you started on this topic, among others.)

&lt;h4&gt;No surprise if you never noticed that CF7 Migration Guide&lt;/h4&gt;

Sadly, you won&apos;t find that CF7 Migration Guide I mentioned on the &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/7/&quot;&gt;CF7 livedocs page&lt;/a&gt;, since it&apos;s a PDF (never made as an HTML file, which the livedocs are). Instead, it&apos;s listed on a different &lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/mx7/&quot;&gt;CF7 documentation page&lt;/a&gt;, that can itself be easily missed. (It is linked to from the CF product and support pages.)

And again the Migration Guide wasn&apos;t updated for CF8, so of course it&apos;s not mentioned on either the &lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/&quot;&gt;CF8 equivalent of that page&lt;/a&gt; or the &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/&quot;&gt;CF8 livedocs&lt;/a&gt; page. Still, since the &quot;changes&quot; from 7 to 8 weren&apos;t substantial (new features, not many--if any--breaking changes), the guide helps those moving from CF 5 or 6 to 8, too.

&lt;h4&gt;Some won&apos;t want to miss the substantial Getting Started Guide&lt;/h4&gt;

Finally, while we&apos;re mentioning CF7 docs that people may have missed, check out also &quot;Getting Started Building ColdFusion MX Applications&quot;. That is/was at least listed in the CF7 livedocs (and the other doc link), above. Still, it seems many missed it. It&apos;s over 150 pages of great introduction to CF application development (and yes, it shows use of CFCs not just tired old CFQUERY/CFOUTPUT development). Sadly, it too was not upgraded for CF 8 (or 9). It was a great resource for those getting started with CF. I still recommend it all the time.

&lt;h4&gt;What other CF 8 Migration resources exist?&lt;/h4&gt;

So that&apos;s my &quot;quick&quot; answer to the person asking for CF8 migration resources. Anyone have more? Whether moving to 8 from 7, or 6, or earlier? :-) Comment here. Readers will be grateful.

I&apos;ll prime the pump with a couple more, where people described challenges they faces:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.barneyb.com/barneyblog/2007/09/01/my-coldfusion-8-upgrade/&quot;&gt;My ColdFusion 8 Upgrade&lt;/a&gt;, by Barney Boisvert&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://www.pixelheadsnetwork.com/2007/07/31/upgrading-to-coldfusion-8-from-coldfusion-mx-7/&quot;&gt; Upgrading To ColdFusion 8 From ColdFusion MX 7&lt;/a&gt;, by Marcelo Lewin&lt;/li&gt;
&lt;/ul&gt;

Hope that&apos;s helpful. And since I give a nod to Casey Kasem at the opening, I suppose some will think I should mimic his successor, Ryan Seacrest, in closing here. This is &quot;Arehart, out&quot;. :-) 
				</description>
				
				<category>cf8</category>
				
				<category>resource lists</category>
				
				<pubDate>Mon, 10 Aug 2009 08:18:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2009/8/10/cf8_migration_resources</guid>
				
			</item>
			
			<item>
				<title>Several useful web dev topics, &quot;Better Explained&quot;</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2009/6/23/useful_topics_better_explained</link>
				<description>
				
				I happened upon a site today with many quick, to the point, highly graphical articles introducing web app development topics that may interest some of my readers. Wanted to pass them along:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/&quot;&gt;How To Optimize Your Site With GZIP Compression&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/how-to-optimize-your-site-with-http-caching/&quot;&gt;How To Optimize Your Site With HTTP Caching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/how-to-debug-web-applications-with-firefox/&quot;&gt;How To Debug Web Applications With Firefox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/using-json-to-exchange-data/&quot;&gt;Using JSON to Exchange Data&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/how-to-make-a-bookmarklet-for-your-web-application/&quot;&gt;How To Make a Bookmarklet For Your Web Application&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/the-quick-guide-to-guids/&quot;&gt;The Quick Guide to GUIDs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

A few focus on Javascript and/or site building:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/speed-up-your-javascript-load-time/&quot;&gt;Speed Up Your Javascript Load Time&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/optimized-javascript-example/&quot;&gt;Speed Up Your Javascript, Part 2: Downloadable Examples!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/the-single-page-javascript-overview/&quot;&gt;A Simple, Comprehensive Overview of Javascript&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

Still others aren&apos;t specific to web development, but can be valuable to all kinds of developers, and it was one of these that led me to the site in the first place:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/a-visual-guide-to-version-control/&quot;&gt;A Visual Guide to Version Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/intro-to-distributed-version-control-illustrated/&quot;&gt;Intro to Distributed Version Control (Illustrated)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://betterexplained.com/articles/keeping-your-data-backed-up/&quot;&gt;Keeping your data backed up&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

The site is &lt;a href=&quot;&quot;&gt;Better Explained&lt;/a&gt;, whose tag line is &quot;Explanations for everyone&quot;. The author does a pretty good job of that. Some of the topics are a little too one-sided (the discussion of HTTP compression does only show setting it up in Apache, not IIS), and of course there&apos;s no mention of CF anywhere. :-) But we can&apos;t expect that from everyone. There are lots of positive comments and linkbacks on on many of the entries, so he&apos;d done a good job in the eyes of most.

Indeed, if you may be hearing the siren call of Ruby on Rails, they have an article on that: &lt;a href=&quot;http://betterexplained.com/articles/starting-ruby-on-rails-what-i-wish-i-knew/&quot;&gt;Starting Ruby on Rails: What I Wish I Knew&lt;/a&gt;. There&apos;s also an intro to MVC, but again it&apos;s from a Rails perspective: &lt;a href=&quot;http://betterexplained.com/articles/intermediate-rails-understanding-models-views-and-controllers/&quot;&gt;Intermediate Rails: Understanding Models, Views and Controllers&lt;/a&gt;.

If there&apos;s something you&apos;d like to see the author address on the site, he has a post for that, too: &lt;a href=&quot;http://betterexplained.com/articles/what-do-you-want-better-explained/&quot;&gt;What do you want Better Explained?&lt;/a&gt;. 
				</description>
				
				<category>general</category>
				
				<category>resource lists</category>
				
				<pubDate>Tue, 23 Jun 2009 13:24:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2009/6/23/useful_topics_better_explained</guid>
				
			</item>
			
			<item>
				<title>Categorizing the 30-some CF frameworks: how did I do?</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2009/2/11/cf411_framework_categories</link>
				<description>
				
				Some may know that among my &lt;a href=&quot;http://www.cf411.com&quot;&gt;CF411.com&lt;/a&gt; site&apos;s list of 700+ tools/resources for CFers in 125 categories, I have long listed the 30+ CF frameworks. (Yes, there really are that many.) 

But until now, I just listed them all together, without any subcategory. Today I took a shot to categorize them and saw 3 categories:

&lt;ul&gt;
&lt;li&gt;CFML Application Frameworks/Methodologies&lt;/li&gt;
&lt;li&gt;CFML Injection Frameworks/Methodologies&lt;/li&gt;
&lt;li&gt;CFML ORM Frameworks/Methodologies&lt;/li&gt;
&lt;/ul&gt;

How did I do? Are these good categories? Most of them fit in the first category (about 25) are in the first category. I didn&apos;t want to break them down into which were MVC, etc. Should I bother?

Two are in the injection frameworks category (ColdSpring and Lightwire). How&apos;s that for a category name? And there are four in the ORM category.

Are things in the right place? Any needed additions/subtractions? As with all the categories in the CF411 list, I welcome suggestions, corrections, etc.

And if you didn&apos;t know there were 30-some CF frameworks, check out the list:

&lt;a href=&quot;http://www.carehart.org/cf411/#cffw&quot;&gt;CFML Frameworks/Methodologies&lt;/a&gt;

One last request: before you comment, please check the other comments and see if I may have already changed/corrected something. 
				</description>
				
				<category>resource lists</category>
				
				<pubDate>Wed, 11 Feb 2009 17:01:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2009/2/11/cf411_framework_categories</guid>
				
			</item>
			
			<item>
				<title>Learning resource for beginning web developers</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/12/28/beginning_web_developer_resources</link>
				<description>
				
				If you know anyone needing to learn the fundamentals of web application development--not CFML, but things like HTML, CSS, Javascript, and so on--here&apos;s an interesting resource: &lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308786.aspx&quot;&gt;Beginner Developer Center, Tier 1&lt;/a&gt;

&lt;h4&gt;Yes, it&apos;s a MS resource: don&apos;t let that keep you away&lt;/h4&gt;

Now, some will see this is from Microsoft and flinch, but don&apos;t let that scare you away. It&apos;s a set of introductory resources that could help any beginning web developer, and while the first 2 and last 2 of the 14 sections are MS-specific, the rest are not. 

And besides the web-oriented topics above (&lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb975145.aspx&quot;&gt;HTML&lt;/a&gt;, &lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308768.aspx&quot;&gt;CSS&lt;/a&gt;, &lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308770.aspx&quot;&gt;Javascript&lt;/a&gt;, and more), there are also sections introducing basic programming concepts like &lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308788.aspx&quot;&gt;problem solving&lt;/a&gt;, &lt;a href=&quot;http://msdn.microsoft.com/en-us/beginner/bb308791.aspx&quot;&gt;processing and storing data&lt;/a&gt;, even &lt;A href=&quot;http://msdn.microsoft.com/en-us/library/bb297401.aspx&quot;&gt;introducing OO&lt;/a&gt; (again, with no reference to C# or anything .NET), and more.

For each of the 14 topics, there is both an article-level discussion and either an audio or video version.

&lt;h4&gt;Yes, it&apos;s in a resource center about VWD. Don&apos;t let that scare you away, either&lt;/h4&gt;

I&apos;ll note that beyond being &quot;from MS&quot;, it&apos;s also indeed specifically part of a resource center for their &lt;a href=&quot;http://www.microsoft.com/express/vwd/&quot;&gt;Visual Web Developer&lt;/a&gt; IDE. Again, most of the content offered in this beginner resource is not really specific to that editor or to .NET. 

And frankly, I wouldn&apos;t hold it against a CF developer to consider using the editor. Hey, it&apos;s free, and consider also that sometimes you may have to do some editing on a server with nothing but Notepad available. Perhaps you&apos;re not a fan of Eclipse, don&apos;t have an available license for DW/HS, and you want more than just Notepad. (Yes, I do also know about the many other available free (and some commercial) editor alternatives. I list them in my CF411 site category of &lt;a href=&quot;http://www.carehart.org/cf411/index.cfm#editors&quot;&gt;Editors/IDEs&lt;/a&gt;.) 

(And if you&apos;re ever stuck in a situation where you&apos;re unwilling or not allowed to install any new editor on your server, just last week I &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2008/12/18/notepad_goto&quot;&gt;wrote about a tip for using Notepad&lt;/a&gt; if you ever find that you can&apos;t use the Goto Line feature.) 

Anyway, the point is I&apos;m not making a pitch here for VWD nor any statement against CFE. Let&apos;s not go there. :-) Indeed, to any who may want to take the chance to comment here in scorn or to deride the VWD editor or MS, or to point out some other editor alternative, let&apos;s not go there, either.

The point of this entry is the free learning resources for beginning web developers that I found on the MS site. I hope it may help some people. 
				</description>
				
				<category>resource lists</category>
				
				<category>CFFundamentals</category>
				
				<category>editors</category>
				
				<category>training</category>
				
				<pubDate>Sun, 28 Dec 2008 18:51:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/12/28/beginning_web_developer_resources</guid>
				
			</item>
			
			<item>
				<title>Got problems with SQL Server tempdb? Here are some resources</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/12/26/solving_tempdb_problems</link>
				<description>
				
				I was working with a client the other day where it turned out they had a HUGE SQL Server tempdb. I shared with them some pretty substantial and informative MS resources. In case this may ever happen to my readers, I wanted to pass them along:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.microsoft.com/technet/prodtechnol/sql/2005/workingwithtempdb.mspx&quot;&gt;Working with tempdb in SQL Server 2005&lt;/a&gt; - a 21-page Microsoft TechNet article, with lots of info on understanding, configuring, maintaining, and troubleshooting problems with tempdb. While written for SQL Server 2005, it could be useful for those on 2000 or 2008 as well. (Should that link ever fail, here&apos;s &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkId=81216&quot;&gt;another&lt;/a&gt;.)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://technet.microsoft.com/en-us/library/ms176029(SQL.90).aspx&quot;&gt;Troubleshooting Insufficient Disk Space in tempdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For more on how its usage has increased for SQL Server 2005, see &lt;a href=&quot;http://technet.microsoft.com/en-us/library/ms345368(SQL.90).aspx&quot;&gt;Capacity Planning for tempdb&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Finally, for more on managing its growth, see &lt;a href=&quot;http://technet.microsoft.com/en-us/library/ms175527(SQL.90).aspx&quot;&gt;Optimizing tempdb Performanc&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

You may want to check out several other equally useful &lt;a href=&quot;http://technet.microsoft.com/en-us/sqlserver/bb895858.aspx&quot;&gt;TechNet articles on SQL Server&lt;/a&gt; (like the first one above, but available on a wide range of issues).

Hope that&apos;s helpful to someone. 
				</description>
				
				<category>sql server</category>
				
				<category>resource lists</category>
				
				<pubDate>Fri, 26 Dec 2008 22:59:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/12/26/solving_tempdb_problems</guid>
				
			</item>
			
			<item>
				<title>Have there been any updates to the CF Report Builder feature? Yes, in fact</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/12/13/cf_report_builder_updates</link>
				<description>
				
				I wanted to share here some info I shared on a mailing list. Someone asserted that &quot;there&apos;s been little to no attention given by Adobe towards fixing bugs in the Report Builder feature&quot;. Well, no doubt many have long ago dismissed it if they used it when it first came out in CF7 and hit some snags.

But to be clear, there have been many improvements made to it in each release/point release and CHFs since then (whether bug fixes, minor improvements, or even some modest ones). 

For those interested, just search for &quot;report&quot; in the following documents (to find references to cfreport and report builder):

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/mx701updater/cf701releasenotes01.html&quot;&gt;7.01 release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/mx702/cf702_releasenotes.html&quot;&gt;7.02 release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402465&amp;sliceId=1&quot;&gt;7.02 CHF 1-3 release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/8/releasenotes.pdf&quot;&gt;8 release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/support/documentation/en/coldfusion/801/cf801releasenotes.pdf&quot;&gt;8.01 release notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403070&amp;sliceId=1&quot;&gt;8.01 CHF 1-3 release notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

I do realize that many may think there&apos;s still plenty more to be updated, but at least it shows it&apos;s not really been &quot;little to no attention&quot;. :-) 

Not picking a fight with anyone. I really think most just haven&apos;t noticed, so thought this may be helpful. 
				</description>
				
				<category>reporting</category>
				
				<category>resource lists</category>
				
				<pubDate>Sat, 13 Dec 2008 17:44:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/12/13/cf_report_builder_updates</guid>
				
			</item>
			
			<item>
				<title>Announcing CF411.com: your place to find the 411 on things related to CF</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/9/3/announcing_cf411</link>
				<description>
				
				Next time you have (or see someone ask) a question about finding some resource or tool related to CF, first check out &lt;a href=&quot;http://www.cf411.com&quot;&gt;CF411.com&lt;/a&gt;. :-) It&apos;s a list of more than 700 tools and resources in over 100 categories. You might find not just one but many alternatives. I hope this will help folks who might otherwise ask or answer questions on mailing lists, forums, and blog comments where such requests frequently appear.

&lt;h4&gt;So what&apos;s in it?&lt;/h4&gt;

It&apos;s not a FAQ. Rather, some will recognize this as my long-existing list of tools and resources, which this weekend I decided to rechristen it as CF411. The domain name above simple redirects to that part of my site, now also called: &lt;a href=&quot;/cf411/&quot;&gt;CF411&lt;/a&gt;.

Far more than just tools, it also has dozens of categories of resources: CF job resources, self-help resources, professional assistance resources, tutorial sites, conferences, hosting alternatives, certification prep resources, other sites listing CF resources, and much more.

And the tools list has several dozen categories, both those written in CFML (like caching, debugging, file uploading, and code generating tools, as well as CMSs, all the frameworks, and all the CFML engines, to name just a few), and just as many tools not written in CFML but useful for us (including database tools, editors, http debugging, log analysis, load testing, monitoring, and source code tools, to name a few), whether free or commercial.

Like my &lt;a href=&quot;/ugtv/&quot;&gt;UGTV&lt;/a&gt;, I offer CF411 as a contribution to the community, to save people spending a lot of time looking/asking around for stuff. I hope it becomes another one-stop shop for people to find what they need (well, I use the term &quot;shop&quot; loosely. As always, it&apos;s all free). 

&lt;h4&gt;What&apos;s in a name?&lt;/h4&gt;

I hope the new name will just be easier for people to remember/think of the next time they see a question asked that they know is (or think may be) answered on my list, telling folks: &quot;You should check out CF411.&quot;

I was torn about bothering with a new domain name. I didn&apos;t need to bother with my UGTV site: you can google that phrase and my site comes up first (even with Microsoft having launched their own UGTV), but I just figured it might be easier for people to reference in conversation, and some might naturally look for a domain name. 

As always, I welcome contributions if you think of something (a category or a tool/resource) that I&apos;ve not listed.

I&apos;ll begin blogging again soon to highlight more of the many categories. 
				</description>
				
				<category>resource lists</category>
				
				<pubDate>Wed, 03 Sep 2008 10:23:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/9/3/announcing_cf411</guid>
				
			</item>
			
			<item>
				<title>Resources for getting into cloud computing</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/8/27/getting_into_cloud_computing</link>
				<description>
				
				Interested in getting into cloud computing? Check out this blog entry with a compendium of links to other resources on the topic:

&lt;a href=&quot;http://highscalability.com/useful-cloud-computing-blogs&quot;&gt;http://highscalability.com/useful-cloud-computing-blogs&lt;/a&gt;

By cloud computing, most think of Amazon EC2 and S3, but there really are more options, as shown in &lt;a href=&quot;http://groups.google.ca/group/cloud-computing/web/list-of-cloud-platforms-providers-and-enablers?hl=en%3Fhl&quot;&gt;one resource&lt;/a&gt; listed on that entry.

I should note I didn&apos;t create that list. Someone else did. I don&apos;t generally do an entry just pointing to that of another (we often see way too many dupes in the CF blogosphere that way), but in this case it&apos;s a non-CF blog and therefore  many readers here may not see it otherwise. 

Also, some will know that I do like to do such resource lists myself, whether as &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/resource-lists&quot;&gt;blog entries&lt;/a&gt; of that sort, or as &lt;a href=&quot;http://www.carehart.org/resourcelists/&quot;&gt;resources lists offered on my site&lt;/a&gt;, so I really appreciate this blogger&apos;s efforts here.

Hope that may help someone interested in the topic of cloud computing. (And yes, if someone would ask if this might be a good topic for the &lt;a href=&quot;http://coldfusionmeetup.com&quot;&gt;Online ColdFusion Meetup&lt;/a&gt;, it would be, and we&apos;ve had a few sessions on the topic. You can find them either by doing a search for &quot;amazon&quot; on the &lt;a href=&quot;http://www.carehart.org/ugtv/index.cfm&quot;&gt;UGTV site&lt;/a&gt; (which has more than just Meetup recordings, of course) or by scanning the list of all previous CF &lt;a href=&quot;http://recordings.coldfusionmeetup.com&quot;&gt;meetup recordings&lt;/a&gt;. 
				</description>
				
				<category>resource lists</category>
				
				<pubDate>Wed, 27 Aug 2008 11:51:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/8/27/getting_into_cloud_computing</guid>
				
			</item>
			
			<item>
				<title>Beware: you could be missing news of some CF technotes</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/7/16/beware_technotes_may_not_be_listed_elsewhere</link>
				<description>
				
				I thought some others might be concerned about something odd I just noticed, regarding the &quot;recent CF technote&quot; feed I &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2008/7/16/cf_technote_hotfix_security_article_feeds&quot;&gt;just blogged about&lt;/a&gt;. I&apos;m noticing that &lt;strong&gt;several of these &quot;recent&quot; technotes (even a couple months old) don&apos;t show up on the pages that purport to list all the CF technotes!&lt;/strong&gt; Yikes. That means that if you&apos;re not following the feed, you may not otherwise have any way to know that there are new tech notes. 

And sadly, the feed lists only the 10 latest, so there may be others you could have missed out on if you&apos;ve not been getting the feed. What&apos;s up with that?

Perhaps the HTML page is just out of synch with the feed but then I&apos;d wonder &lt;strong&gt;where the feed is getting its source information?&lt;/strong&gt; and why isn&apos;t the technote page updated immediately with that same info? 

Here are a couple of examples that show up (as of today at least) on the &lt;a href=&quot;http://rss.adobe.com/www/support/recent/recent_cf.xml&quot;&gt;recent CF technote feed list&lt;/a&gt; but do not show up on the page listing technotes (more on this below):

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/go/kb403515&quot;&gt;Updated ColdFusion 8.0.1 ServerMonitorUI.swf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/go/kb403782&quot;&gt;CFDocument not compatible with TrueType Collection Fonts (TTC) (ColdFusion MX 7, ColdFusion 8)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/go/kb403823&quot;&gt;Determine Version Information for ColdFusion 8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

I couldn&apos;t find any HTML page that listed those (and links to them) on any of the following expected pages. 

&lt;h4&gt;Not on the Hot Fixes page&lt;/h4&gt;
Curiously, all three offered a link back to the &lt;a href=&quot;http://www.adobe.com/go/kb402604&quot;&gt;CF 8 Hotfixes page&lt;/a&gt;, but they&apos;re not technically hotfixes. Anyway, to my point, they&apos;re not listed on the hot fixes page.

(I&apos;ll say, for those worried most about hot fixes, that all the technotes I saw listed in the &quot;recent feed&quot; that really were hotfixes are indeed listed on the hotfixes page, so it seems that&apos;s kept udpated.)

&lt;h4&gt;Not on the Tech Notes page(s)&lt;/h4&gt;
But the above are indeed technotes, and could be important to some, yet they are not listed on the pages that purport to list CF technotes: the &lt;a href=&quot;http://www.adobe.com/support/coldfusion/&quot;&gt;CF Support page&lt;/a&gt; and the &lt;a href=&quot;http://www.adobe.com/support/coldfusion/technotes.html&quot;&gt;CF Technote Index&lt;/a&gt; page have no mention of these. (Indeed, that 2nd technote index page seems quite old, mentioning nothing of CF8 on it.) These are where I&apos;d expect they should be listed, so it seems that these pages are not being kept updated. 

And it&apos;s not like the technotes above from the recent feeds are really that new. The one on the ServerMonitorUI.swf, for example, is from May. It should be listed on the technotes page by now, shouldn&apos;t it?

Or if it&apos;s that these pages aren&apos;t meant to be the one all-encompassing list of all CF technotes, then what is? 

&lt;h4&gt;Not found via searching&lt;/h4&gt;
Just to make sure I wasn&apos;t missing some other meta-list of CF technotes, I used the Adobe site search, and even Google and Yahoo, to search for pages referring to the page titles above. I couldn&apos;t find any pages that had these listed. I could only find the individual pages themselves (in other words, short of the feed, I&apos;d only find them by searching for them directly). 

&lt;h3&gt;The problem restated: any solution?&lt;/h3&gt;

So again my point is: the recent feeds page has technotes that are not offered in any list anywhere else on the Adobe site. Shouldn&apos;t a feed supplement a page that otherwise has the info? Does it make sense that if you don&apos;t follow the feed, you have no other way of knowing that the page exists (short of lucking out on finding it via a search on the topic)? Some of us would like very much to be able to always find and review a list of all known tech notes. The pages referred to above would seem by most to be expected to do that, but clearly they don&apos;t.

And given that the feed only shows 10 entries, the problem gets worse as new entries are added to the feed. What about those who have only just learned of it? How are they to know of items that are just old enough to no longer be listed on the feed? 

Maybe someone needs to set up a page that saves the feed data. (There are other pages that show what&apos;s coming from the feed, but when the feed changes, they do too.) I&apos;m talking about something that captures the feed output and keeps old entries while adding any that are new. But should we have to do that?

&lt;h4&gt;Any way to get the feed to list more than 10?&lt;/h4&gt;

Finally, in the meantime, since the &quot;recent feed&quot; stops at listing 10 items, does anyone know a way to get it to list more?  That would help us to find more that we might otherwise have missed (and would certainly aid in a tool to capture as many as we can). 

I tried adding &quot;?entries=20&quot;, as a guess, but to no avail.
&lt;!--
&lt;h3&gt;Another feed-related problem, if Adobe catches wind of this page&lt;/h3&gt;

As a PS, as long as this may get the attention of folks responsible for the Adobe feeds and pages, I pointed out in the last entry as well that sadly, the feed link at the bottom and right nav bar of the &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/&quot;&gt;CF DevCenter&lt;/a&gt; page goes to &lt;a href=&quot;http://www.adobe.com/go/rss_coldfusion&quot;&gt;http://www.adobe.com/go/rss_coldfusion&lt;/a&gt;, which redirects instead to &lt;a href=&quot;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&quot;&gt;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&lt;/a&gt;, which is an old CF7 feed. It should instead (I assume) redirect to this &lt;a href=&quot;http://feeds.feedburner.com/developer_center_coldfusion_tutorials&quot;&gt;&quot;recent tutorials&quot;&lt;/a&gt; feed.
--&gt; 
				</description>
				
				<category>resource lists</category>
				
				<pubDate>Wed, 16 Jul 2008 15:24:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/7/16/beware_technotes_may_not_be_listed_elsewhere</guid>
				
			</item>
			
			<item>
				<title>Get your fill/feeds of Adobe ColdFusion Technotes, Hotfixes, Security Bulletins, and articles</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/7/16/cf_technote_hotfix_security_article_feeds</link>
				<description>
				
				Ever wish you could be notified when there&apos;s a new CF technote, hotfix, security bulletin, or DevCenter CF article? You can be, whether via your favorite RSS reader or by email (more below). There are feeds for each of the following:

&lt;ul&gt;
&lt;li&gt;&lt;b&gt;CF Technotes and Hotfixes:&lt;/b&gt;A feed of recent &lt;a href=&quot;http://www.adobe.com/support/coldfusion/&quot;&gt;ColdFusion tech notes&lt;/a&gt; and &lt;a href=&quot;http://www.adobe.com/support/coldfusion/downloads_updates.html&quot;&gt;hot fixes&lt;/a&gt; is offered here:
&lt;blockquote&gt;
&lt;a href=&quot;http://rss.adobe.com/www/support/recent/recent_cf.xml&quot;&gt;http://rss.adobe.com/www/support/recent/recent_cf.xml&lt;/a&gt;
&lt;/blockquote&gt;

There is also a &lt;a href=&quot;http://www.adobe.com/support/coldfusion/rss/top.issues.xml&quot;&gt;top issues feed&lt;/a&gt;. (FWIW, the recent_cf.xml page seems identical to the info offered via &lt;a href=&quot;http://www.adobe.com/support/coldfusion/rss/recent.documents.xml&quot;&gt;this URL&lt;/a&gt;.)
&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;DevCenter CF articles:&lt;/strong&gt; A feed of recent &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/&quot;&gt;ColdFusion Dev Center articles&lt;/a&gt; is offered here: 
&lt;blockquote&gt;
&lt;a href=&quot;http://feeds.feedburner.com/developer_center_coldfusion_tutorials&quot;&gt;http://feeds.feedburner.com/developer_center_coldfusion_tutorials&lt;/a&gt;
&lt;/blockquote&gt;

&lt;!--
(Sadly, the feed link at the bottom and right nav bar of the &lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/&quot;&gt;CF DevCenter&lt;/a&gt; page goes to &lt;a href=&quot;http://www.adobe.com/go/rss_coldfusion&quot;&gt;http://www.adobe.com/go/rss_coldfusion&lt;/a&gt;, which redirects instead to &lt;a href=&quot;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&quot;&gt;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&lt;/a&gt;, which is an old CF7 feed.)---&gt;
&lt;/li&gt;

&lt;li&gt;&lt;strong&gt;CF Security Bulletins:&lt;/strong&gt; While you can&apos;t get a feed of recent &lt;a href=&quot;http://www.adobe.com/support/security/#coldfusion&quot;&gt;ColdFusion security bulletins&lt;/a&gt;, you can at least &lt;a href=&quot;http://www.adobe.com/cfusion/entitlement/index.cfm?e=szalert&quot;&gt;sign up to receive notification of new bulletins by email&lt;/a&gt;. Just note that the email will be for all Adobe products which have bulletins, not just for CF.
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;Don&apos;t have an RSS feed reader? Get them by email&lt;/h4&gt;

If you don&apos;t have an RSS feed reader, or you simply prefer to receive such things by email, you can. Check out the various RSS-to-Email tools (all free) which I list in my category, &quot;&lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/#rss_email&quot;&gt;RSS to Email Tools&lt;/a&gt;&quot;, in my list of over 100 tools and resources for CFers.

&lt;h4&gt;Adobe Feeds for Other Products&lt;/h4&gt;

If you&apos;re interested, you can find many other feeds across all Adobe products at &lt;a href=&quot;http://www.adobe.com/support/rss/&quot;&gt;http://www.adobe.com/support/rss/&lt;/a&gt;.

&lt;h4&gt;Beware of older CF feeds&lt;/h4&gt;

One last FYI: you may find reference on the web to the following old technote URLs, which do still work but have not been updated since CF 7, such as &lt;a href=&quot;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&quot;&gt;http://weblogs.macromedia.com/product_feeds/archives/coldfusion/index.rdf&lt;/a&gt; and this &quot;&lt;a href=&quot;http://rss.adobe.com/en/resources_coldfusion.rss&quot;&gt;ColdFusion news&lt;/a&gt;&quot; feed. 
				</description>
				
				<category>admin</category>
				
				<category>resource lists</category>
				
				<category>hotfix</category>
				
				<pubDate>Wed, 16 Jul 2008 14:36:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/7/16/cf_technote_hotfix_security_article_feeds</guid>
				
			</item>
			
			<item>
				<title>Tools and Resources for CFers, Part 8: CFML Documentation/Help Tools and Resources</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/5/7/tools_resource_list_part8</link>
				<description>
				
				Today&apos;s first category from my &lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/&quot;&gt;Tools and Resources to Consider for CF developers&lt;/a&gt; is from the Resources section, and it&apos;s &quot;CFML Documentation/Help Tools and Resources&quot;. 

&lt;h4&gt;&lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/#dochelp&quot;&gt;CFML Documentation/Help Tools and Resources&lt;/a&gt;&lt;/h4&gt;

While the Adobe docs are the best source for CFML documentation, there are online versions of that both from Adobe and others, providing access to the docs in various ways. Please note, though, that while most of the other resources show only the CFML reference, the actual Adobe docs contain more than just the CFML Reference, including a Developer&apos;s Guide, Installation Guide, Administration Guide, and more. See the Livedocs for more on those.

&lt;ul&gt;
	&lt;li&gt;Adobe &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/7/&quot;&gt;Livedocs&lt;/a&gt;, for CF7&lt;/li&gt;
	&lt;li&gt;Adobe &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/&quot;&gt;Livedocs&lt;/a&gt;, for CF8&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.cfquickdocs.com/&quot;&gt;CFQuickDocs&lt;/a&gt;, by Jacob Munson&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://blog.brianflove.com/articles/2008/02/19/cfdocs-on-air&quot;&gt;CF Docs on Air&lt;/a&gt;, by Brian Love (If not working, try &lt;a href=&quot;http://209.85.215.104/search?sourceid=navclient-ff&amp;ie=UTF-8&amp;q=cache%3Ahttp%3A%2F%2Fblog.brianflove.com%2Farticles%2F2008%2F02%2F19%2Fcfdocs-on-air&quot;&gt;google cache version&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://blogs.adobe.com/flexdoc/2007/08/cfml_reference_docs_for_the_ip_1.html&quot;&gt;CFML Docs for IPod&lt;/a&gt;, by Randy Nielsen of the Adobe docs team&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.adobe.com/support/coldfusion/downloads.html#cfdevtools&quot;&gt;CF8 Help files for Eclipse&lt;/a&gt;, from Adobe&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.coldfusiondocs.com/&quot;&gt;ColdFusionDocs&lt;/a&gt;, by Anuj Gakhar&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://andyjarrett.co.uk/alltags/&quot;&gt;Complete List of CF tags&lt;/a&gt;, for 7 and 8, by Andy Jarrett&lt;/li&gt;
	&lt;li&gt;Pete Frietag&apos;s &lt;a href=&quot;http://www.petefreitag.com/cheatsheets/coldfusion/&quot;&gt;ColdFusion Cheat Sheet&lt;/a&gt;&lt;/li&gt;
	
	&lt;li&gt;I welcome &lt;a href=&quot;#additions&quot; target=&quot;_self&quot;&gt;additions/corrections/feedback&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;h4&gt;About this series&lt;/h4&gt;

This entry is part of an &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/toolsresourcelistseries&quot;&gt;ongoing series&lt;/a&gt;, sharing each of the 100+ categories and the tools and resources I (and others) have identified. They&apos;re designed to answer the questions we hear, like , &quot;does anyone know of tools or resources to help with ...?&quot;

I&apos;ve decided to start offering each category here as a blog entry, to give the list more exposure and to make sure I&apos;m not missing anything. For now I&apos;m offering each day one list from the resources and then another from the tools categories. To see the list of all categories, see &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2008/4/28/tools_resource_list_categories&quot;&gt;Part 1 of this series&lt;/a&gt;. I may in the future offer an RSS feed of any updates made to the list.

I hope people will get great value out of the lists, here or on the tools and resources page. Please try to remember to point the list out to people you see asking for these kind  of tools and resources. Thanks.

&lt;h4&gt;&lt;a name=&quot;additions&quot;&gt;&lt;/a&gt;Additions/Corrections&lt;/h4&gt;

The &lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/&quot;&gt;tools/resources list&lt;/a&gt; is a perpetual work in progress. I definitely welcome additions or corrections to it. If you have any to offer, you can leave them here as a comment on this blog entry and I&apos;ll move them to the list on my site.

BTW, before you offer an update here, please do check the category on the real list. I won&apos;t be coming back here to update these blog entries to sync them if I add new items to the real list.

Next up later today will be &lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/#cache&quot;&gt;CFML Caching Tools&lt;/a&gt;. 
				</description>
				
				<category>resource lists</category>
				
				<category>tools_resource_list_series</category>
				
				<pubDate>Wed, 07 May 2008 15:02:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/5/7/tools_resource_list_part8</guid>
				
			</item>
			
			<item>
				<title>Tools and Resources for CFers, Part 6: CFML Conferences</title>
				<link>http://www.carehart.org/blog/client/index.cfm/2008/5/6/tools_resource_list_part6</link>
				<description>
				
				The following conferences have some, if not an entire, focus on ColdFusion and CFML.
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://max.adobe.com/&quot;&gt;Adobe Max&lt;/a&gt;, organized by Adobe (location varies)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.cfobjective.com/&quot;&gt;cf.objective()&lt;/a&gt;, organized by Jared Rypka-Hauer, et al (Minneapolis-St. Paul, MN, USA)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.cfdevcon.com/&quot;&gt;CFDevCon&lt;/a&gt;, organized by Russ Michaels (London, England)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://cfunited.com/&quot;&gt;CFUnited&lt;/a&gt;, organized by Michael Smith et al (Washington, DC, USA)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.scotch-on-the-rocks.co.uk/&quot;&gt;Scotch on the Rocks&lt;/a&gt;, organized by Andy Allan, et al (Edinburgh, Scotland)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.sbconference.com/&quot;&gt;Spring &lt;br&gt;&lt;/a&gt;, organized by Dave Hannum, et al  (Athens, OH, USA)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.webdu.com.au/&quot;&gt;WebDU&lt;/a&gt;, organized by Geoff Bowers, et al (Sydney, Australia)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.webmaniacsconference.com/&quot;&gt;WebManiacs&lt;/a&gt;, organized by Steve Drucker et al (Washington, DC, USA)&lt;/li&gt;
	&lt;li&gt;See also Teratech&apos;s list of &lt;a href=&quot;http://www.cfconf.com/&quot;&gt;Upcoming CFML conferences&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;About this series&lt;/h4&gt;

This entry is part of an &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/toolsresourcelistseries&quot;&gt;ongoing series&lt;/a&gt;, sharing each of the 100+ categories and the tools and resources I (and others) have identified. They&apos;re designed to answer the questions we hear, like , &quot;does anyone know of tools or resources to help with ...?&quot;

I&apos;ve decided to start offering each category here as a blog entry, to give the list more exposure and to make sure I&apos;m not missing anything. For now I&apos;m offering each day one list from the resources and then another from the tools categories. To see the list of all categories, see &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2008/4/28/tools_resource_list_categories&quot;&gt;Part 1 of this series&lt;/a&gt;. I may in the future offer an RSS feed of any updates made to the list.

I hope people will get great value out of the lists, here or on the tools and resources page.

&lt;h4&gt;&lt;a name=&quot;additions&quot;&gt;&lt;/a&gt;Additions/Corrections&lt;/h4&gt;

The &lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/&quot;&gt;tools/resources list&lt;/a&gt; is a perpetual work in progress. I definitely welcome additions or corrections to it. If you have any to offer, you can leave them here as a comment on this blog entry and I&apos;ll move them to the list on my site.

BTW, before you offer an update here, please do check the category on the real list. I won&apos;t be coming back here to update these blog entries to sync them if I add new items to the real list.

Next up later today will be &lt;a href=&quot;http://carehart.org/resourcelists/tools_to_consider/#mail&quot;&gt;CFMAIL Replacements/Enhancements&lt;/a&gt;. 
				</description>
				
				<category>resource lists</category>
				
				<category>tools_resource_list_series</category>
				
				<pubDate>Tue, 06 May 2008 13:29:00 -0400</pubDate>
				<guid>http://www.carehart.org/blog/client/index.cfm/2008/5/6/tools_resource_list_part6</guid>
				
			</item>
			</channel></rss>