<?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>wordimpressive.com &#187; CMS</title>
	<atom:link href="http://www.wordimpressive.com/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordimpressive.com</link>
	<description>Wordpress, PHP, LAMP Site Development and Support</description>
	<lastBuildDate>Mon, 14 Feb 2011 22:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Why web standards matter!</title>
		<link>http://www.wordimpressive.com/14/why-web-standards-matter/</link>
		<comments>http://www.wordimpressive.com/14/why-web-standards-matter/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:05:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.wordimpressive.com/?p=132</guid>
		<description><![CDATA[
			
				
			
		
<p>Professional web folk share plenty of eye-rolling anecdotes about departure from best practice.  It&#8217;s one way to let off steam and retain sanity.   I don&#8217;t imagine this is unique to web designers and developers &#8212; I imagine shoe cobblers had their own, &#8220;OMG!&#8221; stories.  It was in this fine tradition of mutual &#8220;kvetching&#8221; that a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2Fwhy-web-standards-matter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2Fwhy-web-standards-matter%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Professional web folk share plenty of eye-rolling anecdotes about departure from best practice.  It&#8217;s one way to let off steam and retain sanity.   I don&#8217;t imagine this is unique to web designers and developers &#8212; I imagine shoe cobblers had their own, &#8220;OMG!&#8221; stories.  It was in this fine tradition of mutual &#8220;kvetching&#8221; that a colleague recently told me about her meeting with a client who shared something about their web site that made her jaw drop.</p>
<p>Apparently for some months, the client&#8217;s product image on the home page was completely invisible to site visitors using Internet Explorer.  Now whether you love or hate IE, it doesn&#8217;t matter, you wouldn&#8217;t want any scenario that resulted in a significant chunk of visitors simply not seeing your primary product image.   What&#8217;s more, the client knew about this issue and *shrug* it just hadn&#8217;t been addressed.</p>
<p>How could this happen?  Easy.  Somewhere, somehow, someone decided that a &#8220;height=auto&#8221; attribute could replace an image pixel attribute in the &lt;img&gt; tag representing the client&#8217;s flagship product.   Honestly I don&#8217;t know where they got that attribute from, but the bottom line is that a completely non-standard code approach was adopted and they let it sit.  The result?  Probably some 50% of the site visitors missed a key marketing element of this client&#8217;s home page.</p>
<p>Along similar lines, I was browsing the web site of a local community college and stumbled upon a scheduled event that was presented <em>as an image</em>.  That&#8217;s right, date, description, content everything was in a GIF image file.  Aside from the content being opaque to Google, it goes without saying that this approach to content is difficult to update to say the least.  If the graphic designer packs his or her bags&#8230; then what?  Perhaps that&#8217;s what happened because this site included the text-based annotation, &#8220;This event has been rescheduled to February 15.&#8221;  True story.</p>
<p>In practice, we naturally bring our best talents to whatever we do.  If we know graphics, then our site will tend to be graphic-heavy and display our talent for top-notch image creation.  If we know programming, then we might rely more strongly on some back-end techniques or in-house custom apps to manage content.  On that engineering-heavy end of things, I&#8217;ve seen user interfaces for a CMS so unfriendly that, in fact, the engineers end up maintaining the content.  Both extremes can do a disservice to efficiently creating and managing content.  This is why from a practical point of view we need a CMS that is relatively friendly and that is standards-based.</p>
<p><a href="http://www.wordimpressive.com/wp-content/uploads/2011/02/myownway.jpg"><img class="alignleft size-full wp-image-139" style="border: 1px solid black; margin: 4px 5px;" title="myownway" src="http://www.wordimpressive.com/wp-content/uploads/2011/02/myownway.jpg" alt="" width="135" height="201" /></a>Clearly then, one huge advantage of putting a CMS into production, whether WordPress, Drupal or other standards-based systems, is that you start with a platform that assumes a best-practice approach to web publishing. Ultimately we want to adopt a tool set that <em>helps us get out of our own way</em>.</p>
<p>Another example?  If you are a web geek like myself, you occasionally peek under the covers at the source code of sites to determine what they are using for content management, or just to see how things are put together.  I performed this exercise recently with a major university web site.  What did I find?  Tables&#8230; horrors!  In web years, this approach <a href="http://www.hotdesign.com/seybold/" target="_blank">went by the wayside eons ago</a>.  Yet, so many sites still rely on this methodology for layout.   Cascading stylesheets was supposed to mean the end to using tables for content layout.</p>
<p>Here it is, 2011 and we&#8217;re still wondering why so many sites are being developed using these methods.  In case the boss needs convincing as to why time and resources should be invested in making your site standards-based, bear in mind the following concepts and arguments:</p>
<p>1) Standards-based sites utilize CSS and typically employ content databases, both of which serve the chief practical purpose of separating web content from web design.</p>
<p>2) By separating content from design you position your site content to be more Google-friendly.  Adopting a CMS that creates key-word-based URL&#8217;s further enhances this position (SEO), and makes subsequent Analytics easier to understand.</p>
<p>3) By putting style and content in their proper places, your site is more easily distributed via RSS subscription, more easily adapted into mobile format, and is typically friendlier to screen reading software in the event that 508 accessibility compliance is a concern.  Also a key point of this standards-based approach: it will be less expensive and easier to redesign the site in the future.  Seems like a win-win-win, right?</p>
<p>It&#8217;s hard to measure the cost of obsolescence, or presenting your visitors with a look that is clearly based on yesteryear&#8217;s method of web page presentation.  But clearly, adopting the most flexible approach will position you well for whatever changes come along next!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<br />
<div class="d132" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;submitHeadline=Why+web+standards+matter%21&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wordimpressive.com/14/why-web-standards-matter/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.wordimpressive.com/14/why-web-standards-matter/&amp;title=Why+web+standards+matter%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Why+web+standards+matter%21+@+http://www.wordimpressive.com/14/why-web-standards-matter/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.wordimpressive.com/14/why-web-standards-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Key Social Networking Plugins for WordPress</title>
		<link>http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/</link>
		<comments>http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 00:37:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.wordimpressive.com/?p=110</guid>
		<description><![CDATA[
			
				
			
		
<p>Okay, first I have to start with a big caveat:  I&#8217;m not currently using all of these plugins in www.wordimpressive.com.  Whew, now that&#8217;s out of the way, one more cautionary note:  Don&#8217;t go plugin crazy.  Adding a plugin to your WordPress site is like making a long-term commitment &#8212; it is [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2F5-key-social-networking-plugins-for-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordimpressive.com%2F14%2F5-key-social-networking-plugins-for-wordpress%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Okay, first I have to start with a big caveat:  I&#8217;m not currently using <em>all</em> of these plugins in www.wordimpressive.com.  Whew, now that&#8217;s out of the way, one more cautionary note:  Don&#8217;t go plugin crazy.  Adding a plugin to your WordPress site is like making a long-term commitment &#8212; it is not something to take lightly.  Plugins can interact negatively with one another and can take hours to find out why something isn&#8217;t working right.  Don&#8217;t ask me how I know.</p>
<p><a href="http://rick.jinlabs.com/code/twitter" target="_blank"><strong>Twitter for WordPress</strong></a>:  Maybe you&#8217;ve got a lot to say to your audience, but it comes in fits and starts.  If you are a Twittermouth, try this one in a sidebar.  It comes as a <a href="http://codex.wordpress.org/WordPress_Widgets" target="_blank">widget</a> and will potentially drive your readers to your Twitter profile and potentially your Twitter followers will hop onto your site now and then.  Likewise, regular updates tend to keep Googlebot happy with seeing changes to your site.</p>
<p><a href="http://www.colincaprani.com/programming/multifeedsnap/" target="_blank"><strong>MultiFeedSnap</strong></a>: This one is more &#8220;Web 2.0&#8243; than &#8220;social networking,&#8221; but what the hey.  It is great for embedding RSS feeds right into your content post.   What I like about it is that you can build a page that is essentially a dynamic directory of content.  It will, of course, update based on the schedule of the remote feed.  Neat, huh?  I&#8217;m using it on a site I have built for my day job, you can check out an example of MultiFeedSnap here at <a href="http://clarkvoices.clarku.edu/2009/02/12/life-after-clark/" target="_blank">ClarkVoices</a>, where we&#8217;ve used it to pull in a podcast of Alumni interviews.</p>
<p><a href="http://tubepress.org/" target="_blank"><strong>TubePress</strong></a>:  Have video content from YouTube that you want to integrate with your WordPress site?  Learn a single line of WordPress &#8220;<a href="http://en.support.wordpress.com/shortcodes/" target="_blank">shortcode</a>&#8221; and you will be on your way to adding YouTube Galleries to your postings.  Humor me again, and check out how these <a href="http://clarkvoices.clarku.edu/category/videos/" target="_blank">YouTube galleries</a> display in ClarkVoices.  Not just individual videos, but entire playlists can be referenced.</p>
<p><a href="http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube" target="_blank"><strong>Smart Youtube</strong></a>: Maybe you just need the simple capability of adding a YouTube video now and then.  If this is the need, then this little plugin is just great.  No need to copy the YouTube embed code.  Once this add-on is installed and activated, you just plunk in the URL to the YouTube video, with the little addition of a &#8220;v&#8221; in the address, after the &#8220;http&#8221; and voila&#8217;, you have an embedded video.  Simple and nice:  httpv://www.youtube.com/watch?v=MWYi4_COZMU</p>
<p><a href="http://www.milienzo.com/wordpress-plugins/i-love-social-bookmarking/" target="_blank"><strong>I Love Social Bookmarking</strong></a>:  I&#8217;ve reviewed a number of these, and they function in a pretty similar fashion, but this one presents very well.  Getting &#8220;<a href="http://en.wikipedia.org/wiki/Slashdot_effect" target="_blank">slashdotted</a>&#8221; is really a good problem to have, and building inbound links is essential for gaining ground with your organic search placement.  So you really MUST get social book marking, and this one is a good one to have, it installs easy, and requires no fiddling with PHP code, as some do.</p>
<p>Now is a good time for a housekeeping note:  keep your plugins updated!  As fabulous as they may seem, all software is constantly improved, and you don&#8217;t want to miss out on new features.  Likewise, assuming you are keeping your WordPress updated, you want to make sure your plugins are &#8220;keeping up&#8221; with the latest release that you are no doubt running.  Also be sure and test and review functionality after each update.  Did I mention this is a long-term commitment?</p>
<p>The add-on&#8217;s I&#8217;ve featured are great for adding dynamic content.  They give an additional sense that your site is alive with changing content, and that is valuable, without a doubt.  However, it is not really a substitute for presenting and sourcing original, quality content on your site.  Now we all know that the Google-rithm is a mysterious proprietary thing and while Googlebot will index your new content, your site map won&#8217;t be updated.  By the way, the <a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">Google XML Site Maps plugin</a> is a must-have, but that&#8217;s a topic for another entry!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<br />
<div class="d110" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/&amp;submitHeadline=5+Key+Social+Networking+Plugins+for+WordPress&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/&amp;title=5+Key+Social+Networking+Plugins+for+WordPress" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/&amp;title=5+Key+Social+Networking+Plugins+for+WordPress" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/&amp;title=5+Key+Social+Networking+Plugins+for+WordPress" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/&amp;title=5+Key+Social+Networking+Plugins+for+WordPress" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+5+Key+Social+Networking+Plugins+for+WordPress+@+http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.wordimpressive.com/14/5-key-social-networking-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can WordPress act as your CMS?</title>
		<link>http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/</link>
		<comments>http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 17:42:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>

		<guid isPermaLink="false">http://www.wordimpressive.com/?p=19</guid>
		<description><![CDATA[
			
				
			
		
<p>There&#8217;s a good bit of discussion here and there, concerning whether WordPress can act as a Content Management System for a web site  Obviously WordPress is a strong and incredibly popular blogging platform, but how about as a CMS?  Some &#8220;how to&#8217;s&#8221; we find around the interwebs would have us believe it is a good [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.wordimpressive.com%2F04%2Fcan-wordpress-act-as-your-cms%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.wordimpressive.com%2F04%2Fcan-wordpress-act-as-your-cms%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>There&#8217;s a good bit of discussion <a href="http://wordpress.org/support/topic/288420" target="_blank">here</a> and <a href="http://www.modernstreet.com/cms/when-wordpress-is-not-enough-real-cms-power-required/" target="_blank">there</a>, concerning whether WordPress can act as a Content Management System for a web site  Obviously WordPress is a strong and incredibly popular blogging platform, but how about as a CMS?  Some &#8220;<a href="http://www.idesignstudios.com/blog/web-design/wordpress-as-cms/" target="_blank">how to&#8217;s</a>&#8221; we find around the interwebs would have us believe it is a good bet.</p>
<div id="attachment_32" class="wp-caption alignleft" style="width: 163px"><img class="size-full wp-image-32 " style="border: 2px solid gray; margin-left: 12px; margin-right: 12px;" title="cms-illus" src="http://www.wordimpressive.com/wp-content/uploads/2009/10/cms-illus.jpg" alt="cms-illus" width="153" height="111" /><p class="wp-caption-text">Caution: may require many plugins!</p></div>
<p>But, is it a good bet to employ a very flexible, extensible blogging tool for the purpose of maintaining &#8220;regular&#8221; web presence?  It certainly possible and tempting.  After all, WordPress has a ton of developers and an incredibly active support community.</p>
<p>But whether you <em>should </em>deploy WordPress in this fashion may require careful consideration of the complexity of a given site.  Is it web presence for a small business with half-a-dozen editors or less?  Are we talking a larger organization with multiple departments and business units?  If the latter, then we can end up with quite a challenge on our hands.  WordPress isn&#8217;t quite designed for hierarchical permissions.  I&#8217;m referring to scenario where staffer Suzy Q. who edits the &#8220;Customer Support&#8221; area of a site does not need to have access to edit the press releases or product marketing copy.</p>
<p>WordPress seperates content into Pages and Posts, and these content types may further be typed by Category. Out-of-the-box (or tar-file as the case may be), WordPress does not prohibit an editor of one content area from editing another area.  Of course there are plugins to help with this, and that&#8217;s the beauty of open source.   However with extensibility comes the inevitable trade off!  Techno-karma has no mercy.</p>
<p>That&#8217;s to say, through plugins you can potentially scale WordPress into more CMS-like functionality by adding the workflow, permissions, notification bits that you&#8217;d <em>expect</em> from a &#8220;real&#8221; CMS.   But do not expect that you &#8220;add it and forget it&#8221; with plugins.  Assuming that you plan to keep your WP install current (you DO plan to, yes?!), you enter into a long term commitment with every bit of add-on functionality you install.  Do so&#8230; with fear and trembling.</p>
<p>For example &#8212; check out <a href="http://blogof.francescomugnai.com/2008/10/the-top-20-plugins-to-transform-wordpress-in-a-cms/" target="_blank">this list of plugins</a> you might need.  Yowza.  Be aware that each plugin has its own life-cycle, meaning that in addition to being a good doobie and keeping your core WordPress install updated, each plugin will need to be updated, and, <em>this is critical</em>:  may or may not be compatible with major WP upgrades.  It happens.</p>
<p>Coming soon&#8230; WordPress and Google Analytics.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<br />
<div class="d19" style="overflow:hidden">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://buzz.yahoo.com/submit?submitUrl=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/&amp;submitHeadline=Can+WordPress+act+as+your+CMS%3F&amp;submitSummary=" rel="nofollow" title="Add to&nbsp;Buzz"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/buzz.png" title="Add to&nbsp;Buzz" alt="Add to&nbsp;Buzz" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/&amp;title=Can+WordPress+act+as+your+CMS%3F" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/&amp;title=Can+WordPress+act+as+your+CMS%3F" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/&amp;title=Can+WordPress+act+as+your+CMS%3F" rel="nofollow" title="Add to&nbsp;reddit"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/reddit.png" title="Add to&nbsp;reddit" alt="Add to&nbsp;reddit" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit.php?url=http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/&amp;title=Can+WordPress+act+as+your+CMS%3F" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Can+WordPress+act+as+your+CMS%3F+@+http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://www.wordimpressive.com/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://www.wordimpressive.com/04/can-wordpress-act-as-your-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

