<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="https://www.carehart.org/blog/client/rss.css" ?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
			<title>Charlie Arehart - Server Troubleshooting - resource lists</title>
			<link>https://www.carehart.org/blog/client/index.cfm</link>
			<atom:link href="https://www.carehart.org/blog/client/rss.cfm" rel="self" type="application/rss+xml" />
			<description>Charlie Arehart - Server Troubleshooting</description>
			<language>en-us</language>
			<lastBuildDate>Sun, 30 Jul 2023 17:39:00 -0500</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>My meta resource page about updating CF, the Java underlying it, the wsconfig, and more</title>
				<link>https://www.carehart.org/blog/2023/7/30/cfupdate_meta_resource_page</link>
				<description>
				
				With all the recent updates to CF (and the ongoing need to keep up and related things up-to-date), I wanted to share some news: I&apos;ve long had on my site a meta resource page regarding keeping ColdFusion updated, where I offered both &lt;b&gt;links and tips related to updating CF&lt;/b&gt; as well as the JVM underlying CF, the web server connector(wsconfig), the CF PMT, FusionReactor, CF Builder (old Eclipse and new VSCode versions) and even Lucee.

It&apos;s been on my site as my &quot;&lt;a href=&quot;https://www.carehart.org/cfupdate/&quot;&gt;CFUpdate&lt;/a&gt;&quot; page (linked to from my old-school top-level nav bar), and I&apos;ve kept the page updated. [Hey, updating my meta resource on updates. That&apos;s SO meta!]

But I suspect a lot of people may never find it for one reason or another, so I wanted to offer a link to it here.

&lt;a href=&quot;https://www.carehart.org/cfupdate/&quot;&gt;Check it out&lt;/a&gt;, and I welcome comments or feedback here. 
				</description>
				
				<category>updates</category>
				
				<category>carehart classics</category>
				
				<category>cf2021</category>
				
				<category>fusionreactor</category>
				
				<category>resource lists</category>
				
				<category>java</category>
				
				<category>cf2023</category>
				
				<category>connector</category>
				
				<category>cf2018</category>
				
				<category>PMT</category>
				
				<category>lucee</category>
				
				<pubDate>Sun, 30 Jul 2023 17:39:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2023/7/30/cfupdate_meta_resource_page</guid>
				
			</item>
			
			<item>
				<title>Top 10 CArehart.org blog posts of 2017</title>
				<link>https://www.carehart.org/blog/2018/1/22/Top_10_CArehart_posts_2017</link>
				<description>
				
				With the passing of each year it&apos;s good to look back and highlight some of the most interesting posts of the previous year. These aren&apos;t in order by any metric, they&apos;re just in an order I think may interest most readers.

The first several are in fact resource lists where I pulled together resources, to help people in addressing some specific topic/challenge, which is something I enjoy doing as a contribution to the community. Sometimes the posts are related to the &lt;a href=&quot;http://www.carehart.org/consulting&quot;&gt;consulting work I do&lt;/a&gt;, but not always (just like some of the &lt;a href=&quot;http://www.carehart.org/presentations/&quot;&gt;conference presentations&lt;/a&gt; I do, which are nearly always about CF, but not always about CF troubleshooting).

You&apos;ll see also a couple of posts that point to resources where I&apos;ve been contributing time and content elsewhere (taking away somewhat from my posting things here). First, I&apos;ve done about a dozen blog posts on the new Adobe CF Community Portal. Second, I&apos;ve done about a dozen webinars for the FusionReactor folks. I&apos;ve debated posting each one of those here as I did them (as blog posts here, I mean, throughout the year), but for now I had instead just opted to create a post for each of them last year listing what all I&apos;d done.

Enjoy.  [More]
				</description>
				
				<category>community</category>
				
				<category>resource lists</category>
				
				<category>blogging</category>
				
				<pubDate>Mon, 22 Jan 2018 12:17:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2018/1/22/Top_10_CArehart_posts_2017</guid>
				
			</item>
			
			<item>
				<title>Tending the SQL Server garden - tuning and maintenance resources (updated and useful)</title>
				<link>https://www.carehart.org/blog/2016/2/18/resources_for_tending_the_SQL_Server_garden</link>
				<description>
				
				Often in my role as an independent consultant providing &lt;a href=&quot;https://www.carehart.org/consulting&quot;&gt;ColdFusion server troubleshooting services&lt;/a&gt;, I find myself helping folks determine whether or that a problem is in their database.

And though it may surprise many, I &lt;b&gt;generally do not find the problem to be very often with the SQL they are running. More often it&apos;s about configuration issues.&lt;/b&gt; 
For instance, it may be that they have &lt;b&gt;not been keeping their indexes or statistics updated, or it may be that they need indexes that they don&apos;t have, or have too many that they don&apos;t really need. Or it may be that they have not done any tuning at all and the default settings for their database server are not be well suited to them&lt;/b&gt;.

And though such problems are common to any database server (MySQL, Oracle, PostgreSQL, and so on), I find that an awful lot of my clients (for whatever reason) do run on Windows and do use SQL Server (and that doesn&apos;t make them stupid or lazy. Different strokes for different folks).

So in this post I want to focus on some SQL Server resources, related to such matters, which I find that I refer folks to often. Some are blog posts, some are code you can run, and some are tools (mostly free).

People using other DBs would do well to read along and could find corresponding resources/tools for the same problems in their respective DB servers.  [More]
				</description>
				
				<category>carehart classics</category>
				
				<category>sql server</category>
				
				<category>resource lists</category>
				
				<category>troubleshooting</category>
				
				<pubDate>Thu, 18 Feb 2016 23:49:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2016/2/18/resources_for_tending_the_SQL_Server_garden</guid>
				
			</item>
			
			<item>
				<title>Finding resources on ColdFusion&apos;s mobile development features</title>
				<link>https://www.carehart.org/blog/2015/9/28/Finding_resources_on_CF11_mobile_development</link>
				<description>
				
				Have you wondered where you can find more about ColdFusion&apos;s mobile development features? (Did you know that CF11 had added such features?) There are several resources provided by Adobe and others. In this post I highlight those various resources, with a focus on the many (and many kinds of) Adobe-provided ones.  [More]
				</description>
				
				<category>CFBuilder</category>
				
				<category>resource lists</category>
				
				<category>cf11</category>
				
				<pubDate>Mon, 28 Sep 2015 19:30:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2015/9/28/Finding_resources_on_CF11_mobile_development</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Lockdown/Security guides - there are several, and some you may have missed</title>
				<link>https://www.carehart.org/blog/2014/6/24/ColdFusion_Lockdown_Security_guides</link>
				<description>
				
				While helping people with various problems in my &lt;a href=&quot;http://www.carehart.org/consulting/&quot;&gt;CF server troubleshooting services&lt;/a&gt;, I often have the chance to help people identify security vulnerabilities, especially in their configuration of CF and/or their web server, and sometimes related to their code.

I was wanting to point out to someone the various ColdFusion security resources, and while I have a category on them in my &lt;a href=&quot;http://www.cf411.com/cfsecres&quot;&gt;CF411 site&lt;/a&gt;, I thought this was a list worth pulling out into its own blog entry and expanding a bit.

You may be surprised to find that there are more to CF security guidelines than just the venerable server &quot;lockdown guide&quot; (for those administering and configuring CF, the OS, and the web server, among other things). 

Did you know that there have been &quot;developer security guidelines&quot; as well, focused instead on coding? This latter guide has gone through three iterations, including just recently, as I&apos;ll discuss along with the lockdown guides, below.  [More]
				</description>
				
				<category>IIS</category>
				
				<category>admin</category>
				
				<category>resource lists</category>
				
				<category>railo</category>
				
				<category>security</category>
				
				<category>apache</category>
				
				<pubDate>Tue, 24 Jun 2014 01:43:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2014/6/24/ColdFusion_Lockdown_Security_guides</guid>
				
			</item>
			
			<item>
				<title>Struggling with using the XML features of CFML? Here&apos;s where to learn more</title>
				<link>https://www.carehart.org/blog/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;  [More]
				</description>
				
				<category>resource lists</category>
				
				<category>CFFundamentals</category>
				
				<category>cfml</category>
				
				<pubDate>Tue, 10 May 2011 14:51:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2011/5/10/where_to_learn_CFMLs_XML_capabilities</guid>
				
			</item>
			
			<item>
				<title>Ultimate list of CF debugging output template alternatives</title>
				<link>https://www.carehart.org/blog/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/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;  [More]
				</description>
				
				<category>admin</category>
				
				<category>debugging</category>
				
				<category>resource lists</category>
				
				<pubDate>Fri, 12 Mar 2010 14:18:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/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>https://www.carehart.org/blog/2010/3/4/resources_on_the_var_scope_problem</link>
				<description>
				
				Do you know what the &quot;var scope problem&quot; is, and how pernicious it can be in causing very subtle bugs that can cause errors that are VERY hard to understand? I list here &lt;b&gt;several resources to help you understand the issue&lt;/b&gt;. Some help plainly explain what the issue is, including even a live demo.

I also discuss below &lt;b&gt;the key &lt;u&gt;varscoper tool&lt;/u&gt; which you will want to use&lt;/b&gt; to help assess and indeed correct your own code.

(Update in 2022, 2019: while the many resources are indeed all quite old now, they all still apply, and most still exist. Where needed, I recovered them from the good ol&apos; &lt;a href=&quot;https://www.carehart.org/blog/client/index.cfm/2017/6/8/easily_finding_cached_versions_of_a_site_or_page_when_its_down_or_gone&quot;&gt;archive.org, an awesome resource for finding old content, as I&apos;ve written about before&lt;/a&gt;.)  [More]
				</description>
				
				<category>cf9</category>
				
				<category>general</category>
				
				<category>resource lists</category>
				
				<category>troubleshooting</category>
				
				<pubDate>Thu, 04 Mar 2010 12:06:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/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>https://www.carehart.org/blog/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.)  [More]
				</description>
				
				<category>cf8</category>
				
				<category>resource lists</category>
				
				<pubDate>Mon, 10 Aug 2009 08:18:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2009/8/10/cf8_migration_resources</guid>
				
			</item>
			
			<item>
				<title>Several useful web dev topics, &quot;Better Explained&quot;</title>
				<link>https://www.carehart.org/blog/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:  [More]
				</description>
				
				<category>general</category>
				
				<category>resource lists</category>
				
				<pubDate>Tue, 23 Jun 2009 13:24:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2009/6/23/useful_topics_better_explained</guid>
				
			</item>
			
			<item>
				<title>Categorizing the 30-some CF frameworks - how did I do?</title>
				<link>https://www.carehart.org/blog/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 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2009/2/11/cf411_framework_categories</guid>
				
			</item>
			
			<item>
				<title>Learning resource for beginning web developers</title>
				<link>https://www.carehart.org/blog/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.  [More]
				</description>
				
				<category>resource lists</category>
				
				<category>CFFundamentals</category>
				
				<category>editors</category>
				
				<category>training</category>
				
				<pubDate>Sun, 28 Dec 2008 18:51:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2008/12/28/beginning_web_developer_resources</guid>
				
			</item>
			
			<item>
				<title>Got problems with SQL Server tempdb? Here are some resources</title>
				<link>https://www.carehart.org/blog/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 -0500</pubDate>
				<guid>https://www.carehart.org/blog/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>https://www.carehart.org/blog/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>resource lists</category>
				
				<pubDate>Sat, 13 Dec 2008 17:44:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/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>https://www.carehart.org/blog/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 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2008/9/3/announcing_cf411</guid>
				
			</item>
			</channel></rss>