<?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>My Web Garden</title>
	<atom:link href="http://www.my-web-garden.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.my-web-garden.com</link>
	<description>Website Management Considerations</description>
	<lastBuildDate>Thu, 17 Dec 2009 15:43:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using WordPress as a CMS</title>
		<link>http://www.my-web-garden.com/index.php/2009/12/using-wordpress-as-a-cms/</link>
		<comments>http://www.my-web-garden.com/index.php/2009/12/using-wordpress-as-a-cms/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:43:05 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.my-web-garden.com/?p=41</guid>
		<description><![CDATA[
WordPress is well known as a blogging platform. It is very popular for its ease of use, variety of themes and loads of functionalities. I have been told several times that it could also be used as a Content Management System (CMS). Working on a client project, I found out it was true: WordPress has [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;"><img class="alignright size-full wp-image-42" title="wordpressicon" src="http://www.my-web-garden.com/wp-content/uploads/2009/12/wordpressicon.jpg" alt="wordpressicon" width="193" height="80" />WordPress is well known as a blogging platform. It is very popular for its ease of use, variety of themes and loads of functionalities. I have been told several times that it could also be used as a Content Management System (CMS). Working on a client project, I found out it was true: WordPress has all it takes to set-up a simple but professional website. But what are these basic ingredients?</p>
<p style="margin-bottom: 0cm;"><strong>Website structure</strong></p>
<p style="margin-bottom: 0cm;">Content can be organised using the hierarchical categories feature, this gives your website a good primary structure. Tags can be used as a secondary indexation list or as a free tagging system, depending on your needs.</p>
<p style="margin-bottom: 0cm;"><strong>Layout</strong></p>
<p style="margin-bottom: 0cm;">As you may know, WordPress themes can be endlessly customised to fit your particular needs and preferences. There is no need for a WordPress website to look like “just an other WordPress website”. Check out these <a href="http://codex.wordpress.org/User:Matt/WP_as_CMS">cool examples</a>.</p>
<p style="margin-bottom: 0cm;"><strong><span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">Index page</span></strong></p>
<p style="margin-bottom: 0cm;"><span style="background: transparent none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;">Of course, you don&#8217;t want your index (homepage) to be just a list of pages or to have the same layout as the rest of the site pages. There are ways to create your own static index page, including <a href="http://codex.wordpress.org/Creating_a_Static_Front_Page">this one</a>.<br />
</span></p>
<p style="margin-bottom: 0cm;"><strong>Pages</strong></p>
<p style="margin-bottom: 0cm;">Just create your content using the page rather than the post format. It doesn&#8217;t show the comments form, but still can be categorised and tagged. It is also possible to build a hierarchy of pages, one being parents of others and so on, with no limit on the number of levels.</p>
<p style="margin-bottom: 0cm;"><strong>Navigation</strong></p>
<p style="margin-bottom: 0cm;">Built-in facility allows to show list of pages, including their hierarchy: here is your navigation! There is also a useful plugin to display the mandatory breadcrumb on top of pages:<a href="http://mtekk.weblogs.us/code/breadcrumb-navxt/"> Breadcrumb NavXT</a>.</p>
<p style="margin-bottom: 0cm;"><strong>SEO</strong></p>
<p style="margin-bottom: 0cm;">WordPress settings can be changed to generate search engine optimised web pages: title, description, readable URLs, etc.</p>
<p style="margin-bottom: 0cm;"><strong>Search</strong></p>
<p style="margin-bottom: 0cm;">Search (and lot of other facilities) are part of basic widgets on most themes. They are often included in the side bars, but themes can be amended to show it anywhere (though this is a move for advanced users).</p>
<p style="margin-bottom: 0cm;"><strong>RSS Feed</strong></p>
<p style="margin-bottom: 0cm;">Inherited from WordPress blog roots, the RSS feed can easily be linked from anywhere on your pages, giving your users an easy way to follow the publication of new content.</p>
<p style="margin-bottom: 0cm;"><strong>Content edition</strong></p>
<p style="margin-bottom: 0cm;">The traditional wysiwyg (what you see is what you get) text editor is quite easy to use to create and amend content. However plugins such as <a href="http://wp-cms.com/our-wordpress-plugins/post-control-plugin/">WP-CMS Post Control </a>allow to edit user interface to fit your specific needs.</p>
<p style="margin-bottom: 0cm;"><strong>What it can&#8217;t </strong><strong>(easily) </strong><strong>do?</strong></p>
<p style="margin-bottom: 0cm;">I&#8217;m sure WordPress can be customised beyond imagination. But because of the nature of the platform, I wouldn&#8217;t recommand to use it for too complex websites. For instance, it can&#8217;t accomodate content requiring multiple categorisations. And as far as I know there is no advanced function to craft navigations with multiple levels or contextual variations.</p>
<p style="margin-bottom: 0cm;">You can find out more about using WordPress as a CMS on the<a href="http://codex.wordpress.org/User:Lastnode/Wordpress_CMS"> WordPress Codex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-web-garden.com/index.php/2009/12/using-wordpress-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Score and map content to optimise reviews</title>
		<link>http://www.my-web-garden.com/index.php/2009/11/score-and-map-content-to-optimise-reviews/</link>
		<comments>http://www.my-web-garden.com/index.php/2009/11/score-and-map-content-to-optimise-reviews/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 21:55:42 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[content map]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.my-web-garden.com/?p=24</guid>
		<description><![CDATA[To keep your website content at top quality level, you have to review it periodically. But different kind of content have different review requirement. Here are a few criteria to help you score your content according to their optimal review frequency. Out of that score you will be able to map your website to help [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-28" title="Website mapping can help organise review tasks" src="http://www.my-web-garden.com/wp-content/uploads/2009/11/score-map.jpg" alt="Website mapping can help organise review tasks" width="200" height="150" />To keep your website content at top quality level, you have to review it periodically. But different kind of content have different review requirement. Here are a few criteria to help you score your content according to their optimal review frequency. Out of that score you will be able to map your website to help your organise review tasks.</p>
<p><strong>1 &#8211; Hotness: how often do you have to update the content?</strong></p>
<p>Several times a week: 5 points<br />
Once a week: 4 points<br />
Once a month: 3 points<br />
Once every two-three months: 2 points<br />
Less: 1 point</p>
<p><strong>2 &#8211; Business criticality: is the topic related to the organisation core business?</strong></p>
<p>Yes, totally: 5 points<br />
Yes, somehow: 3 points<br />
Not really: 1 point</p>
<p><strong>3 &#8211; Popularity: what percentage of the visits does it attract?</strong></p>
<p>80% or more: 5 points<br />
60-79%: 4 points<br />
50-59%: 3 points<br />
20-49%: 2 points<br />
0-19%: 1 point</p>
<p><strong>4 &#8211; Content owner credit: can the person or team in charge of updating the content be trusted (received proper training, keeps content up to date, is expert of the field, etc.)?</strong></p>
<p>Yes: 1 point<br />
Not really: 3 points<br />
No: 5 points</p>
<p><strong>5 &#8211; Technical reliability: is the portion of content part of a trusted technical plateform allowing for instance content management or automated check-ups (error pages, broken links&#8230;)?</strong></p>
<p>Yes: 1 point<br />
No: 3 points</p>
<p>The score can then be applied section by section throughout the website map using one color per score level. This way you get a visual overview of the critical zones on which review efforts should focus. Or this can be used on a specific section you found time consuming, to find out which part you should really spend time on. You could also try to compare hottest colours with sections you actually spend the most time on, to see of they match.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-web-garden.com/index.php/2009/11/score-and-map-content-to-optimise-reviews/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coders do maintenance too!</title>
		<link>http://www.my-web-garden.com/index.php/2009/11/coders-do-maintenance-too/</link>
		<comments>http://www.my-web-garden.com/index.php/2009/11/coders-do-maintenance-too/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:27:48 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Blogs review]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[optimisation]]></category>

		<guid isPermaLink="false">http://www.my-web-garden.com/?p=31</guid>
		<description><![CDATA[Smashing Magazine have published an article aimed to developers about website maintenance. This post gathers a bunch of tips we all know about and some more we would better use on a regular basis.
The most interesting thing to me is that it points out that maintenance is not only about content review, error fixing or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-32" title="Blogs review" src="http://www.my-web-garden.com/wp-content/uploads/2009/11/blog-review.jpg" alt="Blogs review" width="200" height="148" />Smashing Magazine have published an article aimed to developers about website maintenance. This post gathers a bunch of tips we all know about and some more we would better use on a regular basis.</p>
<p>The most interesting thing to me is that it points out that maintenance is not only about content review, error fixing or analytic reporting. Code needs to be maintained as well! It takes a few things such as regular reviews and optimisation, proper comments and also CSS3 and HTML5 enhancements. Worth reading: <a href="http://www.smashingmagazine.com/2009/11/04/website-maintenance-tips-for-front-end-developers/">Website Maintenance Tips for Front-End Developers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-web-garden.com/index.php/2009/11/coders-do-maintenance-too/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do we need CMS?</title>
		<link>http://www.my-web-garden.com/index.php/2009/11/why-do-we-need-cms/</link>
		<comments>http://www.my-web-garden.com/index.php/2009/11/why-do-we-need-cms/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:27:00 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[benefits]]></category>

		<guid isPermaLink="false">http://www.my-web-garden.com/?p=17</guid>
		<description><![CDATA[
Sometimes we are fed up with the CMS in our life. It is not as flexible or powerful as we wish it was. We may even wish it didn&#8217;t exist and we would be free to manage our website the way we want. Beware: life without a CMS is a terrible thing to live. This [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;"><img class="alignleft size-full wp-image-19" title="why-need-cms" src="http://www.my-web-garden.com/wp-content/uploads/2009/11/why-need-cms.jpg" alt="why-need-cms" width="200" height="300" />Sometimes we are fed up with the CMS in our life. It is not as flexible or powerful as we wish it was. We may even wish it didn&#8217;t exist and we would be free to manage our website the way we want. Beware: life without a CMS is a terrible thing to live. This post travels back in 2001, when website and their content were exclusively managed by hand. Meet Ben, Webmaster for a cosmetic firm who has to mind a very large website.</p>
<p style="margin-bottom: 0cm;"><strong>8:42 am</strong><br />
Ben arrives in the office, turns on his computer and almost spills hot coffee on his keyboard : the homepage from 6 weeks ago is live again. He shouts. Someone over wrote the latest version again. As he is used to it, he always keep a backup on his desktop, so he can quickly fix it. He wishes he could know who did this, to have a word with him/her, and perhaps shout to him/her a little bit.</p>
<p style="margin-bottom: 0cm;"><strong>9:14 am</strong><br />
A new sub-site is planned to go live in two weeks time. Ben is in a hurry, he has just achieved designing the templates and now has to create each and every pages of the sub-site. Why would he complain ? Setting up 54 pages from scratch never killed any webmaster. And who needs spare time anyway?</p>
<p style="margin-bottom: 0cm;"><strong>10:07 am</strong><br />
Franck, from Marketing Department, rings and is not so happy. Results on Altavista are showing funny description for Dandruff Away, the firm new anti dandruff shampoo : “Wax-wax, a revolutionary hair-removal solution to make sure your legs are soft as silk”. “Oups” Ben says, someone forgot to update the meta description when the Dandruff Away page was sent live.</p>
<p style="margin-bottom: 0cm;"><strong>11:21 am</strong><br />
Ben almost spills dark coloured fuzzy drink on his keyboard : the homepage from 2 weeks ago is live again. He shouts, fixes it for the second time of the day and thinks he definitely needs to find out who did this.</p>
<p style="margin-bottom: 0cm;"><strong>11:38 am</strong><br />
“Hey everyone, I am updating the “About Us” page, don&#8217;t touch it for now guys.”, Peggy shouts from her cubicle, 3 rows away. Ben thinks he does not understand her constant need to shout that loud and update that bloody “About Us” page.</p>
<p style="margin-bottom: 0cm;"><strong>1:00 pm</strong><br />
Lunch. Ben manages to avoid Robert, a guy who always talk about menus built with Java applets.</p>
<p style="margin-bottom: 0cm;"><strong>1:44 pm</strong><br />
Margaret and Stephen, from Communication Department, are upon him. They need help as they have been both working on the same page and kept over writing one an other amendments. Now they don&#8217;t know what the new page should read as they don&#8217;t have a copy of the initial version anymore. Ben feels tired.</p>
<p style="margin-bottom: 0cm;"><strong>2:15 pm</strong><br />
Ben almost spills caffeine free tea on his keyboard : the homepage from 8 weeks ago is live again. He shouts, fixes it for the third time of the day and wishes there was a way it didn&#8217;t happen again.</p>
<p style="margin-bottom: 0cm;"><strong>3:27 pm</strong><br />
Ben takes a break. His personal way to unwind is to browse his website to check everything is in order. Dedication. Unfortunately he has to shout and jump and move his arms very fast when he discovers the new version of the “Delivery Policy” pages. The layout is totally different from the rest of the site :  the logo colours have been altered, the left hand side navigation is gone and there are blinking red heading all over the page.</p>
<p style="margin-bottom: 0cm;"><strong>5:56 pm</strong><br />
It took a while but Ben finally managed to fix the “Delivery Policy” pages. It took even longer to explain to Henry why he should not amend it in such a way.</p>
<p style="margin-bottom: 0cm;"><strong>6:22 pm</strong><br />
Ben feels like going home now. Instead of that he almost spills mineral water on his keyboard : the homepage from 5 weeks ago is live again. He shouts, fixes it for the fourth time of the day and wishes there was a way it didn&#8217;t happen again.</p>
<p style="margin-bottom: 0cm;"><strong>6:31 pm</strong><br />
Ben goes home. He has a sore throat.</p>
<p style="margin-bottom: 0cm;">Now you know why CMS were invented: to prevent webmasters from getting sore throat after shouting too often and too loud.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-web-garden.com/index.php/2009/11/why-do-we-need-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Management 101</title>
		<link>http://www.my-web-garden.com/index.php/2009/10/website-management-101/</link>
		<comments>http://www.my-web-garden.com/index.php/2009/10/website-management-101/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:50:48 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Know the job]]></category>
		<category><![CDATA[101]]></category>
		<category><![CDATA[content owners]]></category>
		<category><![CDATA[objectives]]></category>
		<category><![CDATA[web team]]></category>

		<guid isPermaLink="false">http://www.my-web-garden.com/?p=3</guid>
		<description><![CDATA[
Here you are, with your brand new website, freshly delivered by your web agency. What do you do now to make sure it does not turn Rainforest like within two weeks?
Know the website objectives
A website is a tool, not an objective. It can help you to do a lot of things like selling, getting new [...]]]></description>
			<content:encoded><![CDATA[<p style="margin-bottom: 0cm;"><img class="size-full wp-image-4  alignright" title="website-management-101" src="http://www.my-web-garden.com/wp-content/uploads/2009/10/website-management-101.jpg" alt="Opem laptop on the floor." width="250" height="188" /></p>
<p>Here you are, with your brand new website, freshly delivered by your web agency. What do you do now to make sure it does not turn Rainforest like within two weeks?</p>
<h2>Know the website objectives</h2>
<p>A website is a tool, not an objective. It can help you to do a lot of things like selling, getting new customers, improve loyalty of existing ones, revamp your brand image, etc. If you want a chance to succeed, you&#8217;d better know what you&#8217;re looking for. Objectives may have been defined by your management, or you may have to find out yourself. If the latter is correct, start with a short list of priorities. You will have time later to expand it, once the primary goal is reached.</p>
<h2>Identify content owners</h2>
<p>Website Managers are not supposed to be accountable for all their website content, particularly if it deals with specialised topics or legal issues. Anyway if the site is large you won&#8217;t be able to mind it all on your own. That&#8217;s why you need to clearly identify a content owner for each page of the website. I mean it: write down the list of sections, making sure it covers all the website pages, and match each one with a unique name, the one of the person who is responsible for updating or providing you with content. Of course, the Web Administrator can own some sections, especially the ones directly related to the site such as “Help” or “Contact”.</p>
<h2>Meet the team</h2>
<p>Times are gone when Webmasters were managing websites from top to toe on their own. They&#8217;re now conductors rather than handymen (though a well equipped tool box still comes in handy). You have to make sure you know who does what and you&#8217;d better have a nice and trusty relationship with them. This opportunity to get to work with a wide range of professionals is one of the nice aspects of Website Management.</p>
<h2>Plan</h2>
<p>Managing a website involves a lot of checking quality, as well as pages updates, promotion and reporting. To be as effective and painless as possible, these operations can be planned pro-actively. Pages that are most likely to change often and relate to website core business should be checked first. Tools to audit the quality of a website should also be run at least once a month. And users feedback should be sought once in a while.</p>
<p>The above four steps are only good sense applied to website management. But it is important to remember that the job needs to be done as professionally as any other one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.my-web-garden.com/index.php/2009/10/website-management-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
