<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Web Hosting &#187; Foundation</title>
	<atom:link href="http://www.shrewdies.net/host/host/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shrewdies.net</link>
	<description>Business Web Hosting For Shrewdies Not Dummies</description>
	<lastBuildDate>Thu, 01 Jul 2010 06:41:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Simple:Press Forum &#8211; Is The Best Good Enough?</title>
		<link>http://www.shrewdies.net/1610/simplepress-forum-is-the-best-good-enough/</link>
		<comments>http://www.shrewdies.net/1610/simplepress-forum-is-the-best-good-enough/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:34:36 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Simple:Press]]></category>
		<category><![CDATA[WordPress forum]]></category>
		<category><![CDATA[WordPress setup]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=1610</guid>
		<description><![CDATA[Simple:Press Forum is definitely the best forum software I&#8217;ve used for WordPress. There is no WordPress plugin to touch it, and the alternatives are simply too cumbersome to integrate. For most needs, Simple:Press forum provides all that you need, but I&#8217;ve also mentioned before that it is not as simple to administer as some &#8211; [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">Simple:Press Forum is definitely the best forum software I&#8217;ve used for WordPress.</p>
<p>There is no WordPress plugin to touch it, and the alternatives are simply too cumbersome to integrate.</p></div>
<p>For most needs, Simple:Press forum provides all that you need, but I&#8217;ve also mentioned before that it is not as simple to administer as some &#8211; but only because it has a wealth of options. And under the lid, tweaking the code is not particularly easy &#8211; again because there is so much included that it can be hard to find exactly what you want to change.</p>
<p>Mechanics aside, I have been trying for months to develop a simpler alternative built on posts and comments. This is not the most difficult coding challenge, but it is time-consuming, and there always seems something more important to do. Whilst doing the more important things, I noticed that Pods CMS has recently changed there forum for a completely different, simpler interface.</p>
<p>Looking deeper, I saw that it was based on Stack Overflow. Similar, in some ways, to Yahoo Answers, this approach means that we can focus on answering questions. This is a bit of an eye-opener for me, and I realize that promoting a forum to answer questions and share experiences and opinions is asking too much for one application.</p>
<p>I&#8217;ve decided to split my forum into a Question And Answer Section and a Discussion Forum. In an ideal world, these would be linked, and it would be absolutely possible to build such a beast with Pods CMS. But the time to build this from scratch means I&#8217;d rather look for something usable now, and seek better integration later.</p>
<p>The key here is to find something usable that is easily integrated into WordPress.</p>
<p>Step forward Question2Answer.</p>
<p>I&#8217;ve installed it on own of my sites, and I&#8217;ll report back on the details later. I&#8217;ve no intention to import questions from Simple:Press Forum, as I believe the two applications can work side by side. There will probably be a few more integration issues, but installation of Question2Answer using the WordPress user records was surprisingly easy.</p>
<p>Rather than repeat it here, I&#8217;ll refer you to my <a href="http://www.question2answer.org/qa/428/how-can-i-integrate-it-with-wordpress">Question2Answer WordPress installation notes</a> on the author&#8217;s support site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/1610/simplepress-forum-is-the-best-good-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>wp-config.php Essentials</title>
		<link>http://www.shrewdies.net/452/wp-config-php-essentials/</link>
		<comments>http://www.shrewdies.net/452/wp-config-php-essentials/#comments</comments>
		<pubDate>Sat, 01 May 2010 16:51:43 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Install WordPress]]></category>
		<category><![CDATA[WordPress setup]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=452</guid>
		<description><![CDATA[wp-config.php is essential to WordPress. For manual installers, it is set and forget. For automatic installers (SimpleScripts or Fantastico) it is often quite invisible. wp-config.php WordPress Memory Post/Page Revisions wp-config.php Changes Unless something unexpected changes, WordPress 3 adds little different to the way wp-config.php works, so it is still vital to learn a couple of [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">wp-config.php is essential to WordPress.</p>
<p>For manual installers, it is <em>set and forget</em>. For automatic installers (SimpleScripts or Fantastico) it is often quite invisible.</p>
<div style="float:right;border:.1em solid #00009e;background-color:#9e9eff;margin:.7em;padding:.7em;width:38%;color:#00009e;">
<h4>wp-config.php</h4>
<ul>
<li><a href="http://www.shrewdies.net/452/wp-config-php-essentials/#memory">WordPress Memory</a></li>
<li><a href="http://www.shrewdies.net/452/wp-config-php-essentials/#revisions">Post/Page Revisions</a></li>
<li><a href="http://www.shrewdies.net/452/wp-config-php-essentials/#changes">wp-config.php Changes</a></li>
</ul>
</div>
<p>Unless something unexpected changes, WordPress 3 adds little different to the way wp-config.php works, so it is still vital to learn a couple of tweaks.</p></div>
<p>wp-config.php is well documented internally, and the installation instructions tell you what you need to change to make sure that your WordPress installation can see the database.</p>
<p>But, there are two situations that commonly occur in a standard WordPress installation that are far from ideal: memory exhausted messages and excessive page and post revisions.<br />
<span id="more-452"></span></p>
<h2 id="memory">WordPress Memory Problems</h2>
<p>I have mentioned <a href="http://www.shrewdies.net/261/wordpress-upgrade-2-9/">memory problems with WordPress</a> before. Though I only experienced it when upgrading with large plugins like Simple:Press Forum installed, I suspect this can also happen during normal running of some large plugins. Pods CMS has an error report, but as it looks to be a one-off, it could well be due to some other problem.</p>
<p>When I first experienced this problem, I used the temporary solution of de-activating large plugins during the upgrade. However, I later found the permanent solution to be an amendment to wp-config.php, as I noted on the original post, and repeat below.</p>
<h2 id="revisions">Excessive WordPress Revisions</h2>
<p>When WordPress introduced automatic saving of posts with revisions, it looked perfect for undecided people like myself. Changed a post only to realize you prefer an earlier version? No problem with WordPress, as the default installation settings give you a more or less complete revision history. But this can cause a problem if you frequently revise many posts and pages. Not only can you end up with a massive list of revisions on the edit page, but your database is becoming increasingly cluttered with copy upon copy of the same text &#8211; an absolute nightmare if you ever need to directly search or edit the database.</p>
<p>Many people hate the whole idea of revisions, and turn the feature off. I like to keep some recent versions, so I set the number to 3. Whichever you choose, you need to include a step in your installation routine to change the default setting by amending wp-config.php.</p>
<h2 id="changes">wp-config.php Changes</h2>
<p>All you need to do is add the following two lines to wp-config.php. It shouldn&#8217;t matter where you put them, but for convenience I add them before the line that includes <em>&#8220;stop editing&#8221;</em>.<br />
<code>define('WP_MEMORY_LIMIT', '64M');<br />
define('WP_POST_REVISIONS', 3);</code></p>
<p><!--more--><div style="margin-left:-1em;"><table><tr><td><script type="text/javascript"><!--
google_ad_client = "pub-7512621270035949";
/* shrewdies 300x250, created 22/12/09 */
google_ad_slot = "4026195862";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td><td>
<script type="text/javascript"><!--
ch_client = "GoutPal";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_color_bg = "ffffff";
ch_color_border = "ffffff";
ch_color_title = "00009e";
ch_color_site_link = "00009e";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "ShrewdiesReward";
ch_alternate_ad_url = "http://www.shrewdies.net/ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></td></tr></table></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/452/wp-config-php-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 Beta</title>
		<link>http://www.shrewdies.net/1585/wordpress-3-0-beta/</link>
		<comments>http://www.shrewdies.net/1585/wordpress-3-0-beta/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 15:12:12 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Install WordPress]]></category>
		<category><![CDATA[WordPress 3]]></category>
		<category><![CDATA[WordPress setup]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=1585</guid>
		<description><![CDATA[WordPress 3.0 Beta is now available, so I used it today on a new website. I wouldn&#8217;t normally use a beta version on a production website, but the full release will be available before that site is fully live, giving me a chance to test some new features. Site installation continues to be simple, and [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">WordPress 3.0 Beta is now available, so I used it today on a new website.</p>
<p>I wouldn&#8217;t normally use a beta version on a production website, but the full release will be available before that site is fully live, giving me a chance to test some new features.</p></div>
<p>Site installation continues to be simple, and I took the simplest option of using the automatic script provided by my server host. This has the nice option of changing the default admin username to something less guessable &#8211; always a good idea for improved security.</p>
<h2>WordPress Settings</h2>
<p>Settings are the same as version 2, so I made the usual adjustments:<span id="more-1585"></span>
<dl>
<dt>General Settings</dt>
<dd>Tagline and Email. I also ticked the membership so anyone can register, but it would be better to leave this until you get the membership plugins organized (more on this soon).</dd>
<dt>Discussion Settings</dt>
<dd>Enabled threaded comments, with depth set to the maximum of 10. Set moderation to hold comment if 1 link. More on discussion settings when someone asks for it.</dd>
<dt>Privacy Settings</dt>
<dd>Always a good idea to make sure your site is visible. If you can think of a situation where you would set it to block search engines, please tell me.</dd>
<dt>Permalink Settings</dt>
<dd>Vital to select the Custom Structure and change it to <code>/%post_id%/%postname%/</code> (we can discuss why this is so if you like). I usually change the category and tag base to something more site specific &#8211; there might be a slight search engine advantage, but I just think it looks better.</dd>
</dl>
<h2>Other WordPress Configuration</h2>
<p>It really should be categories and plugins next, but I could not resist investigating the new default template &#8211; Twenty Ten (surely not a tribute to Windows Ninety Five?). This seems to be a great improvement, but I have yet to find a WordPress theme that does not need a quick makeover with the editor. I think the essentials of WordPress themes needs a separate topic, so I&#8217;ll do one soon.</p>
<p>There also used to be essential modifications to wp-config.php. I&#8217;ll check this, and report back tomorrow.</p>
<p><!--more--><div style="margin-left:-1em;"><table><tr><td><script type="text/javascript"><!--
google_ad_client = "pub-7512621270035949";
/* shrewdies 300x250, created 22/12/09 */
google_ad_slot = "4026195862";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td><td>
<script type="text/javascript"><!--
ch_client = "GoutPal";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_color_bg = "ffffff";
ch_color_border = "ffffff";
ch_color_title = "00009e";
ch_color_site_link = "00009e";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "ShrewdiesReward";
ch_alternate_ad_url = "http://www.shrewdies.net/ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></td></tr></table></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/1585/wordpress-3-0-beta/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Upgrade 2.9</title>
		<link>http://www.shrewdies.net/261/wordpress-upgrade-2-9/</link>
		<comments>http://www.shrewdies.net/261/wordpress-upgrade-2-9/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:37:44 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[fatal error]]></category>
		<category><![CDATA[upgrade-wordpress]]></category>
		<category><![CDATA[WordPress Upgrade]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=261</guid>
		<description><![CDATA[WordPress upgrade is now so easy, there is almost nothing to it. The new upgrade to WordPress 2.9 is typical of the inbuilt update routine. It simply updates itself, but there are a couple of points to watch out for. First, the usual warning &#8211; backup your database and files. It is easy to be [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">
<p>WordPress upgrade is now so easy, there is almost nothing to it.</p>
<p>The new upgrade to WordPress 2.9 is typical of the inbuilt update routine. It simply updates itself, but there are a couple of points to watch out for.</p>
</div>
<div id="attachment_262" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.shrewdies.net/wp-content/uploads/wordpress-upgrade-fatal-error.gif" alt="WordPress Upgrade Fatal Error" title="WordPress Upgrade Fatal Error" class="size-full wp-image-262" height="147" width="600"><p class="wp-caption-text">WordPress Upgrade Fatal Error</p></div>
<p>First, the usual warning &#8211; backup your database and files.</p>
<p>It is easy to be complacent here, and assume that it never goes wrong. Frankly, it hardly ever fails, but if it does, it leaves you with no website, and no easy way of recovering it. If you are happy to run the risk of starting from scratch, then skip the backup &#8211; it&#8217;s what dummies do.<br />
For us shrewdies, a quick backup is the first step in upgrading WordPress. The backup service from your web host admin panel will do it easily in one step (unless you have a very poor host).</p>
<p>Second, simply click the &#8220;Upgrade Automatically&#8221; button, and wait a few seconds. It is that easy &#8211; but what if it goes wrong?</p>
<p>Occasionally, you will see a message like:</p>
<blockquote><p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2515174 bytes) in [your-wp-path]/wp-includes/http.php on line 1331</p></blockquote>
<p><span id="more-261"></span>Do not panic &#8211; the &#8220;Fatal error&#8221; has not killed your website. It has stopped the WordPress upgrade, so your website is still functioning exactly as it was.</p>
<p>The problem is very easy to solve. Simply deactivate your plugins, upgrade WordPress, then reactivate your plugins.</p>
<p>If you have had any problems upgrading WordPress, please add your questions, or comments, below.</p>
<p><!--more--><div style="margin-left:-1em;"><table><tr><td><script type="text/javascript"><!--
google_ad_client = "pub-7512621270035949";
/* shrewdies 300x250, created 22/12/09 */
google_ad_slot = "4026195862";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td><td>
<script type="text/javascript"><!--
ch_client = "GoutPal";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_color_bg = "ffffff";
ch_color_border = "ffffff";
ch_color_title = "00009e";
ch_color_site_link = "00009e";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "ShrewdiesReward";
ch_alternate_ad_url = "http://www.shrewdies.net/ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></td></tr></table></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/261/wordpress-upgrade-2-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress MU</title>
		<link>http://www.shrewdies.net/189/wordpress-mu/</link>
		<comments>http://www.shrewdies.net/189/wordpress-mu/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:13:03 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[wordpress-mu]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=189</guid>
		<description><![CDATA[I had my chance, today, to see if my perfect instructions for installing WordPress MU are still perfect. Actually, I can see immediately that perfection falls short by lacking a screenshot. So I&#8217;ve added one. There are still no Fantastico or Simple Scripts that I am aware of to install automatically, so you have to [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">I had my chance, today, to see if my perfect instructions for installing WordPress MU are still perfect.</p>
<p>Actually, I can see immediately that perfection falls short by lacking a screenshot.</p>
<p>So I&#8217;ve added one.</p></div>
<div id="attachment_192" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.shrewdies.net/wp-content/uploads/wordpress-mu-installation.gif" alt="WordPress MU Installation" title="WordPress MU Installation" width="600" height="786" class="size-full wp-image-192" /><p class="wp-caption-text">WordPress MU Installation</p></div>
<p>There are still no Fantastico or Simple Scripts that I am aware of to install automatically, so you have to copy the files to your server, then fill in the form shown above (with your own details, of course).</p>
<p>The choice of sub-domains or sub-directories defaults to the correct choice. I cannot think of a reason why you would want subdirectories, but this would make an interesting topic for discussion in the <a href="http://www.shrewdies.net/web-hosting-forum/host-forum/" title="Discuss Installing WordPress MU">WordPress MU Installation Forum</a>, if you think you need sub-directories.</p>
<p>The manual install routine is still extremely simple, but as with most things, there is a right way and a wrong way to do it. The wrong way is to leap in without planning. The right way is to follow these simple steps.<br />
<span id="more-189"></span>
<ol>
<li>Prepare your web server &#8211; a clean root directory, or create a sub-directory to run WordPress MU from. The choice will be obvious from your site plan, and if you do not have one, stop now.</li>
<li>Copy the downloaded WPMU installation to your web server.</li>
<li>Prepare a database and an admin user with full privileges, and keep a browser window open with the database and username on view. Better still, copy them into your site plan.</li>
<li>In a new browser window, go to your website root or the directory you used in step 1.</li>
<li>Fill in the details on the form, using copy and paste for your database and user name.</li>
<li>Note the admin password on the confirmation screen &#8211; it&#8217;s a good idea to change it immediately to something you can remember.</li>
</ol>
<p>Note that there is now no need to change the permissions of the root and wp-content directories, though the confirmation screen still warns you to change them back.</p>
<p>I&#8217;ll keep you informed of other differences between standard and multi-user versions, as I continue with the foundation, function and formatting stages.</p>
<p>A final note about naming. The multi-user version is now called WordPress µ &#8211; that Greek letter being pronounced mew. On this site, I tend to refer mostly to WordPress MU, as that seems to be the most common usage. WordPress Multi User, WPMU, and occasionally WordPress Multiuser are also used, and they all mean the same thing.</p>
<p><!--more--><div style="margin-left:-1em;"><table><tr><td><script type="text/javascript"><!--
google_ad_client = "pub-7512621270035949";
/* shrewdies 300x250, created 22/12/09 */
google_ad_slot = "4026195862";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td><td>
<script type="text/javascript"><!--
ch_client = "GoutPal";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_color_bg = "ffffff";
ch_color_border = "ffffff";
ch_color_title = "00009e";
ch_color_site_link = "00009e";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_sid = "ShrewdiesReward";
ch_alternate_ad_url = "http://www.shrewdies.net/ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script></td></tr></table></div></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/189/wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Point Of Re-Installing WordPress?</title>
		<link>http://www.shrewdies.net/87/what-is-the-point-of-re-installing-wordpress/</link>
		<comments>http://www.shrewdies.net/87/what-is-the-point-of-re-installing-wordpress/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 01:31:56 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Install WordPress]]></category>
		<category><![CDATA[upgrading wordpress]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=87</guid>
		<description><![CDATA[Installing WordPress is simple, and upgrading WordPress is simple, but upgrading after a long time, with many version changes is like installing again. In fact, re-installing is much harder than a brand new install. Let this be a lesson. If you ever want to revive a neglected site &#8211; just start again. The first hurdle [...]]]></description>
			<content:encoded><![CDATA[<div class="kctIntro">Installing WordPress is simple, and upgrading WordPress is simple, but upgrading after a long time, with many version changes is like installing again. In fact, re-installing is much harder than a brand new install.</p>
<p>Let this be a lesson. If you ever want to revive a neglected site &#8211; just start again.</p></div>
<div id="attachment_89" class="wp-caption alignright" style="width: 240px"><img src="http://www.shrewdies.net/wp-content/uploads/wordpress-update.gif" alt="WordPress Update" title="WordPress Update" width="230" height="280" class="size-full wp-image-89" /><p class="wp-caption-text">WordPress Update</p></div>
<p>The first hurdle is the incredible change in WordPress and it&#8217;s plugins over the last couple of years. WordPress has added functionality (e.g. tags) that was once only available as plugins.</p>
<p>More importantly, as I indicated in my last post, the purpose of this site has changed, and with it the categories and tags.</p>
<p>The good news is that the basic site is now upgraded and working. The purpose is clear, and now enshrined on a <a href="http://www.shrewdies.net/about/">brand new About page</a>. The bad news is that there are a lot of old posts and pages that need re-writing &#8211; and none of them really worth the effort.</p>
<p>If you need to revitalize an old site, you need to think about upgrading or starting with a brand new install.</p>
<p>It is easy to decide what to do &#8211; just look at your visitor logs. You will see one of three possible situations:</p>
<ol>
<li>Very little traffic, or</li>
<li>Generally little traffic except for a few pages, or</li>
<li>Lots of traffic.</li>
</ol>
<p>For 1. you should <span id="more-87"></span>scrap it and start again.<br />
For 2. you should do similar, but save the good pages first then copy them into a new installation.<br />
Though nice to have 3., starting again with a site that is neglected but still getting worthwhile traffic is your nightmare. There are much easier ways to do it than running WordPress upgrades across very old versions. In fact, I have a similar site to update shortly, so I&#8217;ll go into more details then.</p>
<h3>Website Technical Action Points</h3>
<ul>
<li>Make sure you leave an hour per month in your technical plans for site maintenance.</li>
<li>Never leave a site longer than 6 months without updating WordPress core and all plugins and themes.</li>
<li>If your site needs upgrading and you are not sure how to tackle it, seek advice in the <a href="http://www.shrewdies.net/forum/host/">forum</a>.</li>
</ul>
<p>For avid readers who are waiting for the forum startup information that I promised in the last post, I&#8217;m holding this over until I test some new features on a busy forum. If you need some immediate help installing your forum software, just raise the issue in the <a href="http://www.shrewdies.net/forum/plugin/">WordPress plugin forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/87/what-is-the-point-of-re-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Is The Point Of shrewdies.net?</title>
		<link>http://www.shrewdies.net/81/what-is-the-point-of-shrewdies-net/</link>
		<comments>http://www.shrewdies.net/81/what-is-the-point-of-shrewdies-net/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 01:07:45 +0000</pubDate>
		<dc:creator>Keith from shrewdies</dc:creator>
				<category><![CDATA[Foundation]]></category>
		<category><![CDATA[pitfalls]]></category>
		<category><![CDATA[problems]]></category>
		<category><![CDATA[web business planning]]></category>

		<guid isPermaLink="false">http://www.shrewdies.net/?p=81</guid>
		<description><![CDATA[Trying to get this site relaunched has, as usual raised many interesting topics. Topics typical, no doubt of the web business owner who tries to cover all aspects of building a site. After a few days of tinkering with technical aspects of WordPress and its extensive collection of plugins and themes, I have come to [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to get this site relaunched has, as usual raised many interesting topics.</p>
<p>Topics typical, no doubt of the web business owner who tries to cover all aspects of building a site.</p>
<p>After a few days of tinkering with technical aspects of WordPress and its extensive collection of plugins and themes, I have come to the conclusion that I&#8217;ve lost the plot!</p>
<p>When I launched this site, I was clear that I wanted it to focus on the technical aspects of running a business. The aspects that a large enterprise would handover to the IT department. The aspects that a one man business either learns, or farms out to a website developer and hosting service. My strategy was to document the development of websites as I built them, including documentation of this site. </p>
<p>I set these objectives over 2 years ago and last worked on the site over 18 months ago. The plan is out-of-date, and it is seriously hampering the relaunch. It proves the strength of a well laid-out plan.</p>
<p>So before you start on building your web business, make sure the plan is set. If you&#8217;ve been running for a while, make sure the plan is current.</p>
<p>The planning process is beyond the scope of this website. I&#8217;ll be back soon with the pointers to the best way to build a plan. In the meantime, heed the warning. If you work for yourself, don&#8217;t start building the website without a current web business plan. If you are designing and building a website for a client, do not start without their current web business plan.</p>
<p>One exception is the very basic site for existing businesses. It needs a privacy policy and a contact page. Most web businesses also need to encourage feedback and interaction beyond simple commenting on your own articles. Therefore, a forum is important, and you can start one with a general group and a &#8216;Please Help&#8217; forum. I&#8217;ll cover this in more detail in the next post.</p>
<p>Without the plan, you simply end up with a series of articles that do not relate to each other. Categories are so vital to making a website work. As time passes, you can tweak them. But when you don&#8217;t do it, or leave the plan unmanaged for 18 months, you end up with this &#8211; a rambling out of context article that you cannot even categorize.</p>
<p>Pitfalls and problems might be a good category to add &#8211; but never add categories on-the-fly, unless they are in the web business plan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shrewdies.net/81/what-is-the-point-of-shrewdies-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
