<?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; CMS &amp; Software</title>
	<atom:link href="http://www.leecoursey.net/blog/category/cms-software/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>JoomProd&#8217;s BannersManager Replaces OpenX on MyLoganCounty.com</title>
		<link>http://www.leecoursey.net/blog/2008/11/16/joomprods-bannersmanager-replaces-openx-on-mylogancountycom/</link>
		<comments>http://www.leecoursey.net/blog/2008/11/16/joomprods-bannersmanager-replaces-openx-on-mylogancountycom/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 13:08:05 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[mylogancounty]]></category>
		<category><![CDATA[openx]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=172</guid>
		<description><![CDATA[Unfortunately, I was unable to resolve the issues with using OpenX for my banner management at this time.  My page load times had spiraled up to 22 seconds or better, with a Cache system, on 6mbps connection.  Not good. BannersManager is the most robust banner management system for Joomla that I have found yet.  The [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, I was unable to resolve the issues with using OpenX for my banner management at this time.  My page load times had spiraled up to 22 seconds or better, with a Cache system, on 6mbps connection.  Not good.</p>
<p>BannersManager is the most robust banner management system for Joomla that I have found yet.  The big drawback is the lack of reporting, but I don&#8217;t guess you can fault them in that they&#8217;re doing this inside someone else&#8217;s system as opposed to OpenX which is an independent system.</p>
<p>With BannersManager I was able to get my average cached page load time down to just over 1 second.  Un-cached times are averaging just under 4 seconds.  If you&#8217;re a purist, you want the whole page to load in under 2 seconds on a dial-up connection, but with the massive amount of information we have displayed I don&#8217;t think that&#8217;s going to be feasible.</p>
<p>So, in summation:</p>
<p><strong>Pros</strong></p>
<ul>
<li>has seperate clients, ad positions, and banners for maximum flexibility</li>
<li>loads quickly</li>
</ul>
<p><strong>Cons</strong></p>
<ul>
<li>doesn&#8217;t send out reports to clients.  Bummer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/11/16/joomprods-bannersmanager-replaces-openx-on-mylogancountycom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures in OpenX and Joomla</title>
		<link>http://www.leecoursey.net/blog/2008/11/12/adventures-in-openx-and-joomla/</link>
		<comments>http://www.leecoursey.net/blog/2008/11/12/adventures-in-openx-and-joomla/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 12:17:06 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[MyLoganCounty.com]]></category>
		<category><![CDATA[mylogancounty]]></category>
		<category><![CDATA[openx]]></category>
		<category><![CDATA[RDL]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=168</guid>
		<description><![CDATA[So, recently I have been working the final bugs out of MyLoganCounty.com and spreading the word around town to get business owners to start taking advantage. During this process I&#8217;ve had to call on friends all over the place to Beta test for me so I knew where the bugs were.  Nobody can find the [...]]]></description>
			<content:encoded><![CDATA[<p>So, recently I have been working the final bugs out of MyLoganCounty.com and spreading the word around town to get business owners to start taking advantage.</p>
<p>During this process I&#8217;ve had to call on friends all over the place to Beta test for me so I knew where the bugs were.  Nobody can find the flaws faster than someone with fresh eyes.</p>
<p>My good buddy <a href="http://www.bofe.org">Bofe</a> commented on my just-barely-better-than-craptastic load time on the site, so I&#8217;ve been engaged with speeding up my sites.  I find that my experiences with Joomla center around mastering one aspect at a time, so this time it&#8217;s optimization to reduce load time.</p>
<p>Right now, I&#8217;m using the 23-odd domains that I have to experiment with different caching techniques in Joomla so that I have a good basis of comparison.  The Extensions section on Joomla.org led me to a tool called PageCache 2.0.10 from <a href="http://www.joomlaperformance.com/">JoomlaPerformance.com</a> and the immediate results were good.  I saw, according to their measurements, auxillary page load times decrease to almost 1/5 what they were.</p>
<p>The problem was the index pages.  On one domain, RDL-USA.com, I saw page load time soar from 9 seconds uncached (high) to 17-19 seconds cached (outrageous).  Still haven&#8217;t figured this out yet.</p>
<p>So, after reading the usual &#8220;I know more than you ever will&#8221; banter on the Joomla forums, I found that I might have another issue: just watching the page load I saw that ads.mylogancounty.com stayed in the status bar in the bottom left of Firefox for quite a while.  When I unpublished the modules containing those calls to OpenX, the page load time dropped DRAMATICALLY.</p>
<p>So, if you&#8217;re out there, please- I&#8217;d love to hear about your experiences with managing a Joomla site with Cache enabled and banner management.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/11/12/adventures-in-openx-and-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Default New Image Sizes in Adobe Photoshop for Windows</title>
		<link>http://www.leecoursey.net/blog/2008/11/12/editing-default-new-image-sizes-in-adobe-photoshop-for-windows/</link>
		<comments>http://www.leecoursey.net/blog/2008/11/12/editing-default-new-image-sizes-in-adobe-photoshop-for-windows/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 11:57:15 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[CMS & Software]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=166</guid>
		<description><![CDATA[Recently I determined it was really freaking annoying to have to type in my document size every time I wanted to do a web banner in Photoshop. All my Google searches for how to edit the default list yielded nadda for Windows, so I did it myself. Make sure PS is closed. Navigate to Program [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I determined it was really freaking annoying to have to type in my document size every time I wanted to do a web banner in Photoshop.</p>
<p>All my Google searches for how to edit the default list yielded nadda for Windows, so I did it myself.</p>
<ol>
<li>Make sure PS is closed.</li>
<li>Navigate to Program Files/Adobe/Adobe Photoshop CSx/Required</li>
<li>Make a duplicate of &#8220;Default New Doc Sizes.txt&#8221; so it says &#8220;Copy of Default New Doc Sizes.txt&#8221; &#8211; Safety step so you don&#8217;t foul up.</li>
<li>Open the file &#8220;Default New Doc Sizes.txt&#8221; in your best text editor, preferably something like Notepad++.  Windows Notepad will screw it up.</li>
<li>In my case, I copied from line 33-38 and pasted a copy of this on line 40, changing &#8220;Default screen sizes&#8221; to &#8220;banners&#8221; and changing the sizes accordingly.</li>
<li>Save, close, and then restart Photoshop! See your new sizes listed!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/11/12/editing-default-new-image-sizes-in-adobe-photoshop-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</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>On Simplicity, part 3</title>
		<link>http://www.leecoursey.net/blog/2008/04/29/on-simplicity-part-3/</link>
		<comments>http://www.leecoursey.net/blog/2008/04/29/on-simplicity-part-3/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 12:01:40 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[arts]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/?p=116</guid>
		<description><![CDATA[I just started making a round of updates to some of the sites that I manage.  I&#8217;m trying to increase usage by simplifying the info submission process.   Some of the more notable places for this would be the Russellville Arts Council, Logan County Republicans, and Russellville United Methodist Temple. By creating a front-end registration process, [...]]]></description>
			<content:encoded><![CDATA[<p>I just started making a round of updates to some of the sites that I manage.  I&#8217;m trying to increase usage by simplifying the info submission process.   Some of the more notable places for this would be the Russellville Arts Council, Logan County Republicans, and Russellville United Methodist Temple.</p>
<p>By creating a front-end registration process, and then utilizing JoomlArt.com&#8217;s JA_Submit component with no WYSIWYG editor, you create an environment where you can simply and easily submit content, and you still only allow certain users to <em>publish</em> content.  That way anyone can register, anyone can submit, but only editors/managers get to publish the pertinent info.</p>
<p>Previously I operated under a faulty assumption &#8211; that you absolutely had to minimize visual clutter on the page in order to maximize user experience &#8211; but if there&#8217;s nothing on the page because the authors don&#8217;t really know how to post, then it defeats the purpose.  There is a balance to be found.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/04/29/on-simplicity-part-3/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>Joomla SEO Basics</title>
		<link>http://www.leecoursey.net/blog/2008/02/23/joomla-seo-basics/</link>
		<comments>http://www.leecoursey.net/blog/2008/02/23/joomla-seo-basics/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 03:42:36 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/95</guid>
		<description><![CDATA[I have been doing quite a bit of experimenting as of late for some very specific keywords, and I&#8217;ve been having some success.  Because of that, and because I haven&#8217;t blogged in forever, I thought I would share some Joomla specific routes to better organic ranking. Use JoomlaSEF from Artio: Before we go any farther, [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing quite a bit of experimenting as of late for some very specific keywords, and I&#8217;ve been having some success.  Because of that, and because I haven&#8217;t blogged in forever, I thought I would share some Joomla specific routes to better organic ranking.</p>
<ol>
<li><strong>Use JoomlaSEF from Artio</strong>: Before we go any farther, I need to let you know right now if you didn&#8217;t know, that Artio embeds some advertising for certain people in the Meta Generator tag on your site.  This is why they give it for free.  you can hack it, but it ain&#8217;t simple.  The string is not stored locally, and I have yet to find the call in the sef.php file.  Other than that: <strong>install it first, keep it updated, and make sure it&#8217;s working.</strong></li>
<li> <strong>Fill Out All The Meta Tags:</strong> Listen to me very carefully: no matter your SEO buddy tells you about how important H1 tags are, don&#8217;t forget that a page with pertinent meta keywords and descriptions is still going to rank better than one without it.  Fill out the article or content specific tags EVERY TIME ON EVERY ARICLE</li>
<li><strong>Repeat the Keywords:</strong> If you&#8217;re writing an article about &#8220;baby dolls&#8221; then you need to mention &#8220;baby dolls&#8221; more than once in the piece.</li>
<li><strong>Use Keywords in the IMG descriptions: </strong>Make sure that when you add a picture to a page that it has a description involving the primary focus of the page.</li>
<li><strong>Turn Off Page Titles &amp; Use &lt; H1 &gt; Tags: </strong>&#8230;and don&#8217;t be afraid of using real h2 and h3 tags for heading and subheadings.</li>
</ol>
<p>Those are the bare minimum.  For more on Search Engine Optimization for Joomla please see <a href="http://www.seomoz.org" title="Search Engine Optimization" target="_blank">SEOmoz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2008/02/23/joomla-seo-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Joomla RSS with RD RSS &amp; DS-Syndicate</title>
		<link>http://www.leecoursey.net/blog/2007/12/09/more-on-joomla-rss-with-rd-rss-ds-syndicate/</link>
		<comments>http://www.leecoursey.net/blog/2007/12/09/more-on-joomla-rss-with-rd-rss-ds-syndicate/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 13:02:30 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[DS-Syndicate]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[RD RSS]]></category>
		<category><![CDATA[RDL]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/81</guid>
		<description><![CDATA[Take it from me, and don&#8217;t learn the hard way like I did. There are too many assumptions about how people use Joomla by the developers (I&#8217;m referring to 1.0.x here since I have done nothing more than install 1.5 &#8211; no testing).  One of the biggest problems I have with it is the RSS [...]]]></description>
			<content:encoded><![CDATA[<p>Take it from me, and don&#8217;t learn the hard way like I did.</p>
<p>There are too many assumptions about how people use Joomla by the developers (I&#8217;m referring to 1.0.x here since I have done nothing more than install 1.5 &#8211; no testing).  One of the biggest problems I have with it is the RSS feed and it&#8217;s insistence on only publishing Front Page published items.  In my opinion, this is a biased and unnecessary decision&#8230; but I can&#8217;t argue with great free software.</p>
<p>Now, to remedy the problem:</p>
<ul>
<li><strong>RD RSS:</strong> <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,230/Itemid,35/" title="RD RSS on Joomla.org" target="_blank">RD RSS</a> does one thing really well&#8230; it allows you to create individual feeds for each content section, but it fails when it presumes that you once again just want &#8220;Front Page&#8221; items.  Works well with Feedburner, though.</li>
<li><strong>DS-Syndicate:</strong> although I have heard one person say that the relative URLs produced don&#8217;t work well with email delivery, I do know that it does parse well through Feedburner, and if you have PRO turned on, then I doubt it matters.  The big improvement here is that <a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2497/Itemid,35/" title="DS-Syndicate on Joomla.org" target="_blank">DS-Syndicate</a> gives you the option to publish non-Front-Page articles to the feed.</li>
</ul>
<p>Right now, we have a static front page on the RDL website, but I want to give customers as many options to pull our content through the channels as possible.  If they want to get updates through the website, through a feed reader, or however you want, I want you to have it.  What matters is our end of producing the relative content that informs the consumer.</p>
<p>In summary, I am switching to DS-Syndicate.  The good news is that since I have already changed all of my RSS links to the Feedburner URL, all I have to do is update Feedburner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/12/09/more-on-joomla-rss-with-rd-rss-ds-syndicate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web2.0 Templates with BlueprintCSS for Joomla! CMS</title>
		<link>http://www.leecoursey.net/blog/2007/12/09/web20-templates-with-blueprintcss-for-joomla-cms/</link>
		<comments>http://www.leecoursey.net/blog/2007/12/09/web20-templates-with-blueprintcss-for-joomla-cms/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 12:12:30 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[BlueprintCSS]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Web2.0]]></category>
		<category><![CDATA[blueprint]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/70</guid>
		<description><![CDATA[Ever since I found out about Blueprint CSS framework I have been dying to find out how to effectively use it for Joomla templates, but as yet I have been unable to work on it myself. I know there are a couple of people on the Blueprint side of things that are doing some work [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I found out about Blueprint CSS framework I have been dying to find out how to effectively use it for Joomla templates, but as yet I have been unable to work on it myself.  I know there are a couple of people on the Blueprint side of things that are doing some work with, and in fact if you go to blueprintcss.com you&#8217;ll see that it&#8217;s actually on Joomla.</p>
<p>My dream is this: I want to be able to create new, clean &#8220;web2.0&#8243; inspired themes for Joomla quickly and easily.  I have considered  using V5WebMarketing.com as a platform for development, but, once again, I have little time for that.</p>
<p><strong>Editor&#8217;s Note:</strong> I know that &#8220;Web2.0&#8243; is not a style, but it kinda is&#8230;  it&#8217;s just so fresh and clean and stuff.</p>
<p>For now, there&#8217;s the option of using <a href="http://www.compassdesigns.net/tutorials/joomla-tutorials/joomla-1.5-template-tutorial.html" target="_blank">Barry North&#8217;s Joomla 1.5 CSS Template Tutorial</a> and start from there.  I still personally don&#8217;t understand the whole concept of correctly formatting my modules.  I know the 0,-1,-2 options (kinda) and I think -2 will set it to display table-less, but I somehow get hung up there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/12/09/web20-templates-with-blueprintcss-for-joomla-cms/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>Making A Great Joomla Site: Part 1</title>
		<link>http://www.leecoursey.net/blog/2007/11/10/making-a-great-joomla-site-part-1/</link>
		<comments>http://www.leecoursey.net/blog/2007/11/10/making-a-great-joomla-site-part-1/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 13:38:43 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[DS-Syndicate]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[gCalendar]]></category>
		<category><![CDATA[JCE]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[RD RSS]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/56</guid>
		<description><![CDATA[I call this &#8220;Part 1&#8243; because inevitably, as before, I&#8217;m going to find something I left out. What I want to do here is go over some of the very first things I do with any Joomla install, and there have been several now. For this example, I will be referring to 1.0.1x versions of [...]]]></description>
			<content:encoded><![CDATA[<p>I call this &#8220;Part 1&#8243; because inevitably, as before, I&#8217;m going to find something I left out.</p>
<p>What I want to do here is go over some of the very first things I do with any Joomla install, and there have been several now.  For this example, I will be referring to 1.0.1x versions of Joomla.</p>
<ol>
<li>Install <a href="http://www.cellardoor.za.net/docman.html" target="_blank">JCE</a> : JCE allows you to have a considerably more functional WYSIWYG editor for Joomla (of which, I still only use like 10% of the buttons &#8211; consider deactivating some if you are running a public site).  The two biggest additions that this site brings are the hyper link Manager and Image Manager giving you automatic links to any content item in the one and a Graphical interface for choosing your image on the other.  ***Note that the image manager defaults to &#8220;float: left&#8221; and will not respond to the center command without editing the HTML</li>
<li><a href="http://www.artio.cz/en/joomla-extensions/artio-joomsef" target="_blank">JoomSEF</a>: Joom SEF allows for standard &#8220;Search Engine Friendly&#8221; URL&#8217;s and work with most basic installations.  More complex installs with many front-end accessible components may cause some problems.</li>
<li><strike><a href="http://www.run-digital.com/download/rss_feed_manager.html" target="_blank">RD RSS</a>: Let&#8217;s face it: the default Joomla RSS feed blows.  It&#8217;s beyond horrible.  I have take to cleaning mine up by installing this application and then <a href="http://www.feedburner.com" target="_blank">burning the feed with FeedBurner</a>. I should probably point you to <a href="http://www.alledia.com/blog/joomla-tips-&amp;-tricks/10-steps-to-great-rss-feeds-with-joomla/" target="_blank">this article about Joomla and RSS</a> that helped me.</strike></li>
<li><a href="http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,2497/Itemid,35/" target="_blank">DS-Syndicate</a>: This is a replacement for the embedded RSS feed generator in Joomla.  Previously I had recommended RD RSS for this solution, but I have since found out, much to my chagrin, that RD RSS (like the default Joomla feed gen) only publishes &#8220;Front Page&#8221; items.  You still need to <a href="http://www.feedburner.com" title="Feedburner" target="_blank">burn the feed with Feedburner</a> and change all of your RSS references to the burned feed.</li>
<li>Calendars: There are two good options if you need a calendar&#8230;
<ol>
<li><a href="http://dev.anything-digital.com/index.php?option=com_content&amp;task=view&amp;id=2&amp;Itemid=3" target="_blank">jCal Pro</a>: If you want a standard view of a calendar and fairly simple use (especially if you&#8217;re going to allow front-end users to add events) then I would go with this install.  Don&#8217;t fail to take advantage of the &#8220;jCal Latest Events&#8221; module on every page to advertise your events.</li>
<li><a href="http://www.gigcalendar.net/" target="_blank">gigCalendar</a>: if your calendar is meant to be more of a list with events spread out over time, then this is the calendar for you.  Drawbacks: having to add every &#8220;performer&#8221;, &#8220;venue&#8221;, and doing some intermediate database level editing to change the band oriented labels.</li>
</ol>
</li>
<li><a href="http://www.thejfactory.com/" target="_blank">LetterMan</a>: Newsletters can be an integral part of your marketing effort.  There is <a href="http://www.wilsonweb.com/email/index.htm" target="_blank">a lot of information out there about how to make effective newsletters</a> so make sure and read that before you try to do this, but a great permission based newsletter campaign can really grow your business.  LetterMan allows you to make them fairly complex, as well as supporting multi-part MIME messages.</li>
<li><a href="http://www.joomlapolis.com/" target="_blank">Community Builder</a>: <strong>If you are going to have many front-end registered users, you have to use this, and you need custom fields for the registration to get demographic information. </strong>See the available <a href="http://extensions.joomla.org/index.php?option=com_mtree&amp;task=listcats&amp;cat_id=1854&amp;Itemid=35" target="_blank">directory of custom apps</a> for this component.</li>
</ol>
<p>That&#8217;s all for now.  That&#8217;s a great start.  Email me if you need more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/11/10/making-a-great-joomla-site-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Management Systems</title>
		<link>http://www.leecoursey.net/blog/2007/07/18/content-management-systems/</link>
		<comments>http://www.leecoursey.net/blog/2007/07/18/content-management-systems/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 10:48:03 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[CMS & Software]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/28</guid>
		<description><![CDATA[I just had the urge to make a list of some of the biggest Open Source Content Management Systems (and some that aren&#8217;t OS) out there to be use in the PHP/MySQL development arena. Joomla! (probably the largest community overall &#8211; the continuation of Mambo) Drupal SilverStripe (Beautiful Admin Interface) CMS Made Simple PHP-fusion Alfresco [...]]]></description>
			<content:encoded><![CDATA[<p>I just had the urge to make a list of some of the biggest Open Source Content Management Systems (and some that aren&#8217;t OS) out there to be use in the PHP/MySQL development arena.</p>
<ul>
<li><a href="http://www.joomla.org" target="_blank">Joomla! </a>(probably the largest community overall &#8211; the continuation of Mambo)</li>
<li><a href="http://drupal.org/" target="_blank">Drupal</a></li>
<li><a href="http://www.silverstripe.com/" target="_blank">SilverStripe</a> (Beautiful Admin Interface)</li>
<li><a href="http://cmsmadesimple.org/main/home" target="_blank">CMS Made Simple</a></li>
<li><a href="http://www.php-fusion.co.uk/news.php" target="_blank">PHP-fusion</a></li>
<li><a href="http://www.alfresco.com/" target="_blank">Alfresco  </a>(Enterprise Level CMS?)<a href="http://www.alfresco.com/" target="_blank"><br />
</a></li>
<li><a href="http://e107.org/news.php" target="_blank">e107.0rg</a></li>
<li><a href="http://www.pligg.com/" target="_blank">Pligg</a></li>
<li><a href="http://www.xoops.org/" target="_blank">Xoops</a></li>
<li><a href="http://www.geeklog.net/" target="_blank">Geeklog</a></li>
<li><a href="http://nucleuscms.org/" target="_blank">NucleusCMS<br />
</a></li>
</ul>
<p>Notable Mentions (non-CMS Open Source Projects)</p>
<ul>
<li><a href="http://phpgedview.net/registry.php" target="_blank">phpGEDview </a>(Open Source Genealogy)</li>
<li><a href="http://www.codeigniter.com/" target="_blank">CodeIgniter </a>(PHP Code Library free to install on your webserver)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/07/18/content-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logan Co Republicans are gonna be on Joomla</title>
		<link>http://www.leecoursey.net/blog/2007/02/25/logan-co-republicans-are-gonna-be-on-joomla/</link>
		<comments>http://www.leecoursey.net/blog/2007/02/25/logan-co-republicans-are-gonna-be-on-joomla/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 01:36:52 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Logan County Republicans.com]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google apps]]></category>
		<category><![CDATA[JCE]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/17</guid>
		<description><![CDATA[Yeah, so, I&#8217;m going to go ahead and do them up right. It&#8217;s actually easier than using the layout I designed. So, here&#8217;s what I&#8217;m going to do: (this is probably more for me than it is for you) hybridcars template (modified) JCE (replaces cluttered WYSIWYG editor) jCal Pro (better than the other cals) BSQ [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, so, I&#8217;m going to go ahead and do them up right.  It&#8217;s actually easier than using the layout I designed.</p>
<p>So, here&#8217;s what I&#8217;m going to do: (this is probably more for me than it is for you)</p>
<ul>
<li>hybridcars template (modified)</li>
<li>JCE (replaces cluttered WYSIWYG editor)</li>
<li>jCal Pro (better than the other cals)</li>
<li>BSQ Site Stats (more complex site stats)</li>
<li> jPack (backup software)</li>
<li>mosList Messenger (mailing list manager)</li>
<li>CommunityBuilder (haven&#8217;t done this before <img src='http://www.leecoursey.net/blog/wp-includes/images/smilies/icon_eek.gif' alt=':shock:' class='wp-smiley' />  )</li>
</ul>
<p>Demo on the <a href="http://www.leecoursey.net/cms/joomla" title="Joomla! Test Site" target="_blank">Joomla Test Site</a></p>
<p>Also, once again, <a href="http://www.google.com/a/" target="_blank">Google Apps</a> will handle the email/dashboard. If you haven&#8217;t check it out, do so.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/02/25/logan-co-republicans-are-gonna-be-on-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Joomla</title>
		<link>http://www.leecoursey.net/blog/2007/02/24/improving-joomla/</link>
		<comments>http://www.leecoursey.net/blog/2007/02/24/improving-joomla/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 23:41:16 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Russellville Methodist.com]]></category>
		<category><![CDATA[JCE]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/16</guid>
		<description><![CDATA[I&#8217;m taking some time to catalog some (I think) neccesary upgrades to the basic install of Joomla. JCE &#8211; Joomla Content Editor &#8211; A better interface for your content creation areas. Allows custom CSS to be applied to the editor simply by creating a new CSS file in your template css folder and making it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m taking some time to catalog some (I think) neccesary upgrades to the basic install of Joomla.</p>
<ul>
<li><a href="http://www.cellardoor.za.net/index.php?option=com_frontpage&amp;Itemid=1" title="Joomla Content Editor" target="_blank">JCE</a> &#8211; Joomla Content Editor &#8211; A better interface for your content creation areas.  Allows custom CSS to be applied to the editor simply by creating a new CSS file in your template css folder and making it work for you.</li>
<li><a href="http://dev.anything-digital.com/index.php?option=com_content&amp;task=view&amp;id=2&amp;Itemid=3" title="jCal Pro" target="_blank">jCal Pro</a> &#8211; while still lacking in event repeating, the interface is better than ExtCal, and the bots and modules are cleaner.  Overall, it&#8217;s an improvement from the clumsy interface of ExtCal</li>
<li>jPack &#8211; a Joomla one-click backup that allows you to migrate and then re-up the entire site.  Great f you went to test, then deploy (as is the case with the UMT website.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/02/24/improving-joomla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did I mention&#8230;</title>
		<link>http://www.leecoursey.net/blog/2007/02/16/did-i-mention/</link>
		<comments>http://www.leecoursey.net/blog/2007/02/16/did-i-mention/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 13:25:35 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Russellville Methodist.com]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/11</guid>
		<description><![CDATA[Did I mention that we now are comitted to a domain name for the church? http://www.russellvillemethodist.com (and .org) This came after a meeting Monday night. I already have them up and I hope to start re-building the demo site there (now that I&#8217;ve found some decent templates and don&#8217;t have to use all my time [...]]]></description>
			<content:encoded><![CDATA[<p>Did I mention that we now are comitted to a domain name for the church?</p>
<p>http://www.russellvillemethodist.com (and .org)</p>
<p>This came after a meeting Monday night.  I already have them up and I hope to start re-building the demo site there (now that I&#8217;ve found some decent templates and don&#8217;t have to use all my time in developing to that end).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/02/16/did-i-mention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Custom CMS vs. Pre-Packaged Solutions</title>
		<link>http://www.leecoursey.net/blog/2007/02/11/a-custom-cms-vs-pre-packaged-solutions/</link>
		<comments>http://www.leecoursey.net/blog/2007/02/11/a-custom-cms-vs-pre-packaged-solutions/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 05:44:32 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[CMS & Software]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/10</guid>
		<description><![CDATA[Ultimately, the purpose of a Content Management Software package is to create and environement where an entity can focus on the content of said site rather than the coding.  Ideally, a CMS would be put in place to ease workload on all parties &#8211; the developer(s) spend less time updating content that they may not [...]]]></description>
			<content:encoded><![CDATA[<p>Ultimately, the purpose of a Content Management Software package is to create and environement where an entity can focus on the content of said site rather than the coding.  Ideally, a CMS would be put in place to ease workload on all parties &#8211; the developer(s) spend less time updating content that they may not have any attatchment to or understanding of, and content providers don&#8217;t have to worry with the technology &#8211; just the quality of the content.</p>
<p>I am currently in the process of testing as many pre-packaged CMS&#8217;s as I can.  Right now, I have Subdreamer and Joomla running while testing MANY add-on modules, and I am obtaining several more from sourceforge.  I plan on sharing my findings with each, but ultimately it comes down to the discussion proposed by this topic: which is better?  The custom job specific to your needs, or a pre-packaged solution.</p>
<p>First, let&#8217;s start with a <strong>Custom CMS:</strong></p>
<p><strong>Pros:</strong></p>
<ul>
<li>a perfect fit to your needs</li>
<li>ideally, all the major components are there</li>
<li>typically, an easier administration format, or at least one that is tailored to your org</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>development time: the larger your set of requirements, the longer to develop, and thus the further out is your publish date</li>
<li>each new feature requires further development time</li>
<li>all changes to style outside of content require EVEN MORE development time</li>
<li>did I mention DEVELOPMENT TIME?</li>
</ul>
<p><strong>Pre-Packaged Solutions</strong></p>
<p><strong>PROS:</strong></p>
<ul>
<li>easy updates to the software</li>
<li>usually a team outside of your developers working on security, bug fixes</li>
<li>easy to install new modules or components</li>
<li>quick and efficient skinning or style changes</li>
</ul>
<p><strong>CONS:</strong></p>
<ul>
<li>an administrative interface designed to do EVERYTHING, not just what you need</li>
<li>content updates are done through someone else&#8217;s logic &#8211; going in to add or update content may no be intuitive</li>
<li>frequently, the quality of modules or components are less than ideal, or do not cover your needs</li>
<li>someone has to spend time finding components or modules &#8211; wether your or your developers.</li>
</ul>
<p>I don&#8217;t  know if this helps or not, but it does at least give some frame of reference for choosing a solution.  Like I said, there will be more on the specific CMS&#8217;s that I test, specifically feedback on administration and overall presentation, but this is a starting point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2007/02/11/a-custom-cms-vs-pre-packaged-solutions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More on UMT Website</title>
		<link>http://www.leecoursey.net/blog/2006/11/11/more-on-umt-website/</link>
		<comments>http://www.leecoursey.net/blog/2006/11/11/more-on-umt-website/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 22:15:28 +0000</pubDate>
		<dc:creator>Lee Coursey</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Russellville Methodist.com]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.leecoursey.net/blog/archives/6</guid>
		<description><![CDATA[So, beyond getting this whole section/category/content thing down &#8211; it&#8217;s all finally starting to click in regards to how this thing uses the different &#8220;areas&#8221; and where stuff goes.  The bad news is that now that I have things where I want them, I should go back and just completely redesign the HTML and CSS [...]]]></description>
			<content:encoded><![CDATA[<p>So, beyond getting this whole section/category/content thing down &#8211; it&#8217;s all finally starting to click in regards to how this thing uses the different &#8220;areas&#8221; and where stuff goes.  The bad news is that now that I have things where I want them, I <em>should</em> go back and just completely redesign the HTML and CSS to suit our needs.  That&#8217;s a <strong>LOT</strong> of work.</p>
<p>I&#8217;ve been using the js_royale free template and I have modified it till all that&#8217;s left are the ugly table borders.  I could go back and re-write the html with the content areas in mind, but I don&#8217;t really understand the whole visible/hidden thing and how certain things show up in some pages and not others.</p>
<p>For example: on the main page and the Events page I have it showing the Upcoming Events in a (I&#8217;m assuming) css block called user1.  There are 9 of these, and only 1 seems to able to be used in this template.  If I re-work all this I could make it where at least user2 and user3 are availiable at the bottom of the page.</p>
<p>More later &#8211; I&#8217;m going to get my daughter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leecoursey.net/blog/2006/11/11/more-on-umt-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
