<?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>leecoursey.net Dev Blog &#187; WordPress</title>
	<atom:link href="http://www.leecoursey.net/blog/category/cms-software/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leecoursey.net/blog</link>
	<description>Project &#38; Development Notes</description>
	<lastBuildDate>Mon, 21 Jun 2010 11:24:28 +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>Beginner&#8217;s Guide To A Secure Install Of WordPress Mu (WPMU) Part 2</title>
		<link>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-2/</link>
		<comments>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-2/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 02:16:46 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[CMS & Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=210</guid>
		<description><![CDATA[If you haven&#8217;t already, then check out Part 1. Part 2 &#8211; New Blog Settings Ok, so you&#8217;ve already installed WPMU and you&#8217;re able to log in (and you&#8217;ve already changed the admin password to something memorable, right? (Users &#62; Admin, bottom of the page)). The first thing you need to do is put New [...]]]></description>
			<content:encoded><![CDATA[<p>If you haven&#8217;t already, then <a href="http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-1/" target="_self">check out Part 1.</a></p>
<p><strong>Part 2 &#8211; New Blog Settings</strong></p>
<p>Ok, so you&#8217;ve already installed WPMU and you&#8217;re able to log in (and you&#8217;ve already changed the admin password to something memorable, right? (Users &gt; Admin, bottom of the page)).</p>
<p>The first thing you need to do is put <a href="http://wpmudev.org/project/New-Blog-Defaults">New Blog Defaults</a> in your wp-contenet/mu-plugins/ folder.  This little beauty will do several things: change the default first post category from &#8220;Uncategorized&#8221; to &#8220;Articles&#8221;, remove the wordpress.com and wordpress.org links from the Blogroll and replace them with a link to your site&#8217;s main page, and change the default permalink structure to /categroy/post-title/ among others.   The most important part here is that it places the link to your main page in the blogroll.  This will improve usability for all parties, but especially first time visitors to your site.</p>
<p>It&#8217;s time to put <a href="http://wpmudev.org/project/simple-dashboard/" target="_blank">CETS Simple Dashboard</a> in to play. Download, and place in your <strong>mu-plugins</strong> folder.</p>
<p>Next, you need to navigate to Site Admin -&gt; Options.  Here, you need to change &#8220;Allow New Registrations&#8221; to <strong>Enabled</strong> (assuming you followed my instructions in part 1) and also change the text in the default first post, enable third-party plugins, and deactivate those annoying dashboard feeds thanks to Simple Dashboard.</p>
<p>At this point  I would also recommend <a href="http://wpmudev.org/project/Plugin-Commander" target="_blank">Plugin Commander</a>.  This handy little sucker goes in your /wp-plugins/ folder (with <em>plugin-commander.php</em> going directly in the folder, and it&#8217;s subfolder in there too).  This tool will allow you to bulk activate, bulk deactivate, and manually assign plugins to any and all blogs.  Handy if you want to enable wp-cache or something like that as a feature on all blogs.</p>
<p>Next time, we&#8217;re going to look at widgets, admin plugins, and some other handy plugins for your users you may want to give up.</p>
<p><strong>Part 3 &#8211; Widgets, Plugins, and More Plugins (Coming Soon)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Guide To A Secure Install Of WordPress Mu (WPMU) &#8211; Part 1</title>
		<link>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-1/</link>
		<comments>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-1/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 22:05:08 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[CMS & Software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=204</guid>
		<description><![CDATA[OK, so I&#8217;ve done a couple of installs of WordPress Mu (WPMU) at this point.  The most popular one thus far has to be LCHSTeachers.com, and it&#8217;s growing pretty well with my wife at the helm.  There is a clear audience and a clear user base. Today I&#8217;ll be writing about how to ensure a [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so I&#8217;ve done a couple of installs of WordPress Mu (WPMU) at this point.  The most popular one thus far has to be LCHSTeachers.com, and it&#8217;s growing pretty well with my wife at the helm.  There is a clear audience and a clear user base.</p>
<p>Today I&#8217;ll be writing about how to ensure a safe fresh install of WPMU.  This assumes that you know how to configure a wordpress installation and that you&#8217;re comfortable with the creation of new databases through whatever hosting service you use.  I&#8217;m going to be focusing less on technical how-to&#8217;s,  and more on pointing you to the resources and configurations that work best to secure your site.</p>
<p>Ideally, we&#8217;re starting fresh after a clean install of WordPress Mu (currently ver 2.6.5) and ready to upload plugins and change settings.</p>
<p><strong>Part 1 &#8211; Secure Registrations</strong></p>
<p>Let&#8217;s face it, if you&#8217;re reading this, you&#8217;re probably not about to break virtual ground on the next edublogs.com or talkislam.com or other major blog site.  You&#8217;re probably wanting to start one for a family, group of students, small corporate site, special interest group, or local school.  For this reason we need to understand that our user base is a <em>known quantity<strong>. </strong></em>It is a group of people &#8211; a finite number of users &#8211; if you will.  This means that it will probably be within your or your fellow admin helpers ability to authorize individual blogs.</p>
<p>Currently, on LCHSTeachers.com, because we have someone &#8220;on the inside&#8221; and we only want those people who are known to them to be able to access it, we simply have registration disabled and comments turned off.  Anyone who wants a new blog on the sites has to request one.  If this is a feasible concept for your install, then I recommend it.  It will save you tons of spam fighting and comment heartache.</p>
<p>The second best solution is to use <a href="http://wpmudev.org/project/WP-reCAPTCHA" target="_blank">wp-reCAPTCHA</a> and <a href="http://wpmudev.org/project/Moderate-New-Blogs" target="_blank">Moderate New Blogs</a> together.  This creates an environment where you cut down as much spam registration as possible with a CAPTCHA application, and simultaneously reinforce it with a &#8220;click-to-activate&#8221; option for all new blogs created from the admin area.  You&#8217;re going to (I hope) get an email every time a new blog is created anyway, now you can choose who is and is not activated by going to Site Admin -&gt; Blogs.</p>
<p>Beyond that, the minimum I would use is the wp-reCAPTCHA plugin by itself.</p>
<p><strong>Part 2 Will Be: <a href="http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-2/">New Blog Settings</a></strong></p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2009/01/13/beginners-guide-to-a-secure-install-of-wordpress-mu-wpmu-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LCHSTeachers.com Pet Project Launched</title>
		<link>http://www.leecoursey.net/blog/2008/08/03/lchsteacherscom-pet-project-launched/</link>
		<comments>http://www.leecoursey.net/blog/2008/08/03/lchsteacherscom-pet-project-launched/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 02:43:39 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=139</guid>
		<description><![CDATA[Just a note to let anyone who cares know that one of my pet projects finally launched and it is WELL received.  LCHSTeachers.com launched the week before school started (~2 weeks ago) and it already well exceeds monthly traffic for this blog. Looking at the stats I see that we&#8217;re already getting good organic search [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note to let anyone who cares know that one of my pet projects finally launched and it is WELL received.  LCHSTeachers.com launched the week before school started (~2 weeks ago) and it already well exceeds monthly traffic for this blog.</p>
<p>Looking at the stats I see that we&#8217;re already getting good organic search results and I believe it will only get better with time.</p>
<p>The site is running WordPress Mu 1.5.x and it rocks hard.  The flexibility of this thing is downright amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/08/03/lchsteacherscom-pet-project-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Editor Is Back</title>
		<link>http://www.leecoursey.net/blog/2008/04/29/visual-editor-is-back/</link>
		<comments>http://www.leecoursey.net/blog/2008/04/29/visual-editor-is-back/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 11:55:22 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=115</guid>
		<description><![CDATA[Thanks, WordPress 2.5.1!  You&#8217;re my hero.]]></description>
			<content:encoded><![CDATA[<p>Thanks, <strong>WordPress 2.5.1</strong>!  You&#8217;re my hero.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/04/29/visual-editor-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errors on Admin Side after 2.5 upgrade</title>
		<link>http://www.leecoursey.net/blog/2008/03/31/errors-on-admin-side-after-25-upgrade/</link>
		<comments>http://www.leecoursey.net/blog/2008/03/31/errors-on-admin-side-after-25-upgrade/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 20:27:06 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=112</guid>
		<description><![CDATA[Error: missing ) after formal parameters Source File: http://www.leecoursey.net/blog/wp-includes/js/tinymce/tiny_mce_config.php?ver=20080327 Line: 37 Visual Editor is broken. So sad. Trying to get help from WordPress forums.]]></description>
			<content:encoded><![CDATA[<p>Error: missing ) after formal parameters<br />
Source File: http://www.leecoursey.net/blog/wp-includes/js/tinymce/tiny_mce_config.php?ver=20080327<br />
Line: 37</p>
<p>Visual Editor is broken.  So sad.  Trying to get help from WordPress forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/03/31/errors-on-admin-side-after-25-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Mu Spam</title>
		<link>http://www.leecoursey.net/blog/2007/11/13/wordpress-mu-spam/</link>
		<comments>http://www.leecoursey.net/blog/2007/11/13/wordpress-mu-spam/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 13:08:59 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/66</guid>
		<description><![CDATA[I have two WordPress Mu sites, both for teachers at the High Schools in Logan County, KY. One, my wife&#8217;s school, I had delimited on registration domains to allow only those with appropriate email addresses to use. The other I had not. Yesterday I received a very polite email from a gentleman asking me to [...]]]></description>
			<content:encoded><![CDATA[<p>I have two WordPress Mu sites, both for teachers at the High Schools in Logan County, KY.  One, my wife&#8217;s school, I had delimited on registration domains to allow only those with appropriate email addresses to use.</p>
<p>The other I had not.</p>
<p>Yesterday I received a very polite email from a gentleman asking me to remove his content from one of my blogs&#8230; and I found to my shock and horror that I had about 150 spam blogs and over 300 spam users on that domain.  It was using more than 400% more of my bandwidth and disk storage than any other site on my server.  I just had not been paying attention.</p>
<p>Moral of the story: No Mu is good Mu?</p>
<p><strong>EDIT:</strong> I just want to point out that I am not going to stop using WordPress Mu.  Bofe is right (as usual), I just needed to have  it set up correctly.  I was just sharing a very surprising experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/11/13/wordpress-mu-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>leecoursey.net &#8211; as it stands</title>
		<link>http://www.leecoursey.net/blog/2006/11/11/leecourseynet-as-it-stands/</link>
		<comments>http://www.leecoursey.net/blog/2006/11/11/leecourseynet-as-it-stands/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 11:52:39 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[leecoursey.net]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/3</guid>
		<description><![CDATA[leecoursey.net is currently running under WordPress 2.0.5 The following plugins are active from the start: akismet wp-cache wp-backup This blog is currently running the Barthelme theme because I have other things to do than make css for a blog. I&#8217;ll get to it later.  I swear.]]></description>
			<content:encoded><![CDATA[<p>leecoursey.net is currently running under WordPress 2.0.5</p>
<p>The following plugins are active from the start:</p>
<ul>
<li>akismet</li>
<li>wp-cache</li>
<li>wp-backup</li>
</ul>
<p>This blog is currently running the Barthelme theme because I have other things to do than make css for a blog. I&#8217;ll get to it later.  I swear.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2006/11/11/leecourseynet-as-it-stands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reactivating leecoursey.net</title>
		<link>http://www.leecoursey.net/blog/2006/11/01/hello-world/</link>
		<comments>http://www.leecoursey.net/blog/2006/11/01/hello-world/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 16:00:14 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[leecoursey.net]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[mylogancounty]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, and welcome to the ump-teenth rendition of LeeCoursey.net. The site has been revived this time as a way to keep up with the actions that I take in regards to the several active projects I have going on right now. United Methodist Church of Russellville Website amandacoursey.com &#8211; Homework Blog MyLoganCounty.com &#8211; Community Portal [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, and welcome to the ump-teenth rendition of LeeCoursey.net.</p>
<p>The site has been revived this time as a way to keep up with the actions that I take in regards to the several active projects I have going on right now.</p>
<ul>
<li>United Methodist Church of Russellville Website</li>
<li>amandacoursey.com &#8211; Homework Blog</li>
<li>MyLoganCounty.com &#8211; Community Portal for my hometown</li>
<li>V5WebMarketing.com &#8211; my currently inactive business</li>
<li>RussellvilleDental.net &#8211; the family business, converting to a CMS for easy updates</li>
<li>the COLOR PROJECTS &#8211; currently classified projects underway</li>
</ul>
<p>You&#8217;re welcome to follow along.  My intent here is to discuss not only the stages of development of each of these projects, but also to catalog my findings on everything from WordPress Plugins to Joomla! Mambots.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2006/11/01/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
