<?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>Contented Management &#187; Strategy</title>
	<atom:link href="http://contentedmanagement.net/blog/category/strategy/feed/" rel="self" type="application/rss+xml" />
	<link>http://contentedmanagement.net/blog</link>
	<description>Become contented about Content Management</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:48:09 +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>The future of the web is JavaScript</title>
		<link>http://contentedmanagement.net/blog/the-future-of-the-web-is-javascript/</link>
		<comments>http://contentedmanagement.net/blog/the-future-of-the-web-is-javascript/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 11:54:10 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=198</guid>
		<description><![CDATA[
The future of the web is mobile. And by mobile I don&#8217;t mean mobile phones. I mean browsing through devices that people carry around with them. All these devices, irrespective of form factor, have a common problem: they are prone to lose connectivity to the internet.
If you&#8217;re on the move and keep losing your 3G [...]]]></description>
			<content:encoded><![CDATA[<p><img title="By clothfairy http://www.flickr.com/photos/clothfairy/2524622461/" src="http://www.contentedmanagement.net/blog/wp-content/uploads/2009/12/javascript_300-300.jpg" alt="O'Reilly JavaScript textbook" width="300" height="300" /></p>
<p>The future of the web is mobile. And by mobile I don&#8217;t mean mobile phones. I mean browsing through devices that people carry around with them. All these devices, irrespective of form factor, have a common problem: they are prone to lose connectivity to the internet.</p>
<p>If you&#8217;re on the move and keep losing your 3G signal, or just happen to live in an area with a poor reception, or in a house with brick walls which slow wifi, or suffer from terrible contention rates in your Starbucks or conference venue, you&#8217;ll know that cable-less connectivity is fallible. So you&#8217;re in the middle of a transaction, just trying to get to the next step when&#8230; enter tunnel / lose packet / connection error and you have to start over.</p>
<p>There is a solution to this problem however. As <a title="CMSish" href="http://cmsish.wordpress.com/">Michael Kowalski</a> tells us, the future of the web is JavaScript. Or perhaps not JavaScript in its current form, but client-side scripting nonetheless. Why? Consider the options.</p>
<p>If you want interaction that will run reliably on a device with poor connectivity, you can&#8217;t keep expecting the browser to go back to a server. So you might make your functionality available as a downloadable app. But it had better be a killer app the user wants to rely on, because otherwise they won&#8217;t want it taking up real estate on their phone. And it&#8217;ll have to run across operating systems if you want to reach a broad market, not just Steve Jobs&#8217; latest toy.</p>
<p>You could use a rich internet application such as Flash or Silverlight. But the client platform has to support these and the user has to install them, although they&#8217;re more likely to do so for a generic <acronym title="Rich Internet Application">RIA</acronym> than for a specific tool. The big issue with these applications however is that the content is embedded in the interface, which makes them both heavy to download and difficult to make accessible to other applications, such as screen readers and content aggregators. So you&#8217;d probably have to create two versions of the content: one embedded in the RIA, the other standalone. That&#8217;s not great.</p>
<p>JavaScript has the advantage that it can be used to enrich content, but not contain the content itself; for example, to provide better interactivity on maps. There are also libraries of JavaScript functions that can be re-used and downloaded to the client device with the user barely noticing. Take jquery: Google hosts a copy, so if you use these functions on your site, you don&#8217;t even need to host the file. Reference Google&#8217;s copy and you&#8217;ll save bandwidth and, if enough websites follow the same path, there&#8217;ll probably be a cached copy on the user&#8217;s machine even before they get to your site, which will significantly improve response times.</p>
<p>Google is of course moving beyond jquery to complex client-side scripting which its own browser / operating system will be capable of handling, but some other browsers may struggle with. Chrome is a replacement for off-line scripting using Gears. It should not only enable mini applications such as <a title="Previous post on Google Wave" href="/blog/bove-the-contentious-waves-he-kept/">Wave</a> to run faster in a browser, but will enable online transactions to continue to function better when connections are poor. Opera has been developing similar functionality for its browser too.</p>
<p>So if you want to provide audiences with a better experience irrespective of platform and location, a lightweight client-side tool that separates content and function and runs in a browser seems like a future-proof idea. And for the moment at least, that means JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/the-future-of-the-web-is-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does rationlalisation reduce cost?</title>
		<link>http://contentedmanagement.net/blog/does-rationlalisation-reduce-cost/</link>
		<comments>http://contentedmanagement.net/blog/does-rationlalisation-reduce-cost/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:15:00 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Project management]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Government]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=105</guid>
		<description><![CDATA[It&#8217;s a fair assumption to make that some organisations haven&#8217;t procured their content management systems as effectively as they might have done. Poor procurement is particularly frustrating when it&#8217;s done with our money, i.e. by government. But government in the UK is steeling itself for a major cost-cutting exercise. The Transformational Government agenda is already [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a fair assumption to make that some organisations haven&#8217;t procured their content management systems as effectively as they might have done. Poor procurement is particularly frustrating when it&#8217;s done with our money, i.e. by government. But government in the UK is steeling itself for a major cost-cutting exercise. The <a title="UK transformational government action plan" href="http://www.cabinetoffice.gov.uk/cio/transformational_government.aspx">Transformational Government</a> agenda is already well underway, seeking to reduce the number of government websites and streamline online services. Meanwhile the political parties have competing missions to <a title="Kable: Maude calls for fundamental rethink of ICT spending" href="http://www.kable.co.uk/francis-maude-efficiency-review-tom-steinberg-07oct09">rethink procurement</a>, particularly of technology. You can&#8217;t argue with the idea, and <a title="Persuasive Content: Google – The New Citizen Engagement Portal" href="http://www.persuasivecontent.com/google-%E2%80%93-the-new-citizen-engagement-portal">as Ian Truscott points out</a>, there are good reasons for reducing the number of websites from a user experience perspective as well as just costs. However, you can certainly question the approach.</p>
<p>Let&#8217;s say you try to consolidate to a single content management system. The smaller the user base for that CMS, the more likely you are to meet its requirements. As soon as you extend the CMS to multiple teams with different ways of working, different audiences and different kinds of content, you have a change management programme on your hands. The focus has shifted from where it should be, online engagement, to training existing users in new ways of working.</p>
<p>Over-rationalisation tends to lead to over-generalisation, and that in turn leads to a poor fit to requirements. If you generalise too much, you&#8217;ll necessarily have to introduce customisation to your system, which was precisely what you were trying to avoid in the first place.</p>
<p>This isn&#8217;t the only area where too much rationalisation fails to reduce costs. While preferred supplier lists brings down the cost of procurement, they&#8217;re unlikely to reduce the cost of implementation. Qualification to be a preferred supplier is strenuous, but once you&#8217;re on the list there&#8217;s very little incentive to control your prices. Preferred supplier lists can make procurement inflexible and frustrating for the business users too. New entrants to the market are seldom present, so it&#8217;s nearly impossible for government departments to be early adopters. This makes government look like it&#8217;s off-message, when in reality many civil servants are swimming against the tide to provide a good service.</p>
<p>What government and many other large procuring organisations end up with is a <em>possibly cheaper</em> but <em>probably riskier</em> solution: over-ambitious projects that take too long to implement and that can&#8217;t meet emerging requirements. The larger the project, the more changes to requirements will emerge and the less rational it will become. These kind of strategic rationalisations are doomed to failure. To paraphrase John Maynard Keynes, your project&#8217;s business case can stay irrational longer than your project can stay solvent.</p>
<p>Rationalising your web presence is a great aspiration to have, but your have to rein in your ambitions. Rationalise a feature, not the whole system, then you&#8217;re more likely to see some cost savings.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/does-rationlalisation-reduce-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promoting social media internally</title>
		<link>http://contentedmanagement.net/blog/promoting-social-media-internally/</link>
		<comments>http://contentedmanagement.net/blog/promoting-social-media-internally/#comments</comments>
		<pubDate>Tue, 26 May 2009 08:27:32 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/promoting-social-media-internally/</guid>
		<description><![CDATA[Why do so many organisations struggle to implement social media effectively for internal use? Is it because they&#8217;re seen as too costly, a fad, or a distraction from real work? Why do so many of these platforms – often predominantly designed for business use – thrive on the web but struggle for a foothold within [...]]]></description>
			<content:encoded><![CDATA[<p>Why do so many organisations struggle to implement social media effectively for internal use? Is it because they&#8217;re seen as too costly, a fad, or a distraction from <em>real</em> work? Why do so many of these platforms – often predominantly designed for business use – thrive on the web but struggle for a foothold within the corporate firewall?</p>
<p>It appears to me that organisations try to introduce too much web 2.0 culture into these projects while continuing to have rigid expections.</p>
<p>The objectives for social media on the web are emergent: they are the result of uncoordinated initiatives, with the benefits only becoming apparent as the site is used. Business change on the other hand is typically vision-led: there&#8217;s a clear idea of the business benefits before work starts and these are based on evidence derived from organisational learning. Moreover, on the web, adoption of new tools is viral. Within organisations, adoption is typically enforced.</p>
<p>Many organisational social media projects are sold to the business by middle management, early adopters who use similar tools outside the office. They believe that because a tool is widely used externally, it will be rapidly adopted internally too. This is rarely the case. The web provides a user base that far outstrips any organisation&#8217;s and staff have more pressing priorities than trying out a new technology. Moreover, executives need a concrete business case to approve a project. Saying &#8220;Twitter&#8217;s great&#8221; simply doesn&#8217;t cut it. The differences in approach are transparent:</p>
<table summary="Drivers and objectives for social media inside and outside the corporate firewall.">
<tbody>
<tr>
<th scope="col"></th>
<th scope="col">Objectives</th>
<th scope="col">Driving force</th>
</tr>
<tr>
<td scope="row">Web</td>
<td>Emergent</td>
<td>Bottom-up</td>
</tr>
<tr>
<td scope="row">Corporate</td>
<td>Clear</td>
<td>Top-down</td>
</tr>
</tbody>
</table>
<p>Promoters of social media within organisations must meet pre-agreed objectives and promote the tool from the lower rungs of the management ladder. This guarantees frustration all round: project advocates believe executives are being obstructive, but executives wonder why the project isn&#8217;t achieving its business case.</p>
<p>You need to shift the axis. Don&#8217;t focus on the problems social technologies will solve. Compel your staff to use them as a communications channel and find out what benefit they bring. You can reduce the risk of failure by constraining your spending, so the tool is less painful to throw away, but you need top-down leadership to drive the programme or people will just focus on their day job.</p>
<p>A few practical steps:</p>
<ol>
<li>Choose something that&#8217;s familiar and frequently used.<br />Staff need to grasp the tool&#8217;s basics quickly. If it&#8217;s overly complicated, your efforts will be invested in training rather than measuring benefits. It&#8217;s also got to be something that&#8217;s used on a daily basis. If you have a wiki on best practice, for example, it&#8217;ll get contributions for a week or two then just become forgotten about.</li>
<li>Make sure it&#8217;s throw-away.<br />To prove the concept, select something cheap or hosted, with low start-up costs. And make sure that you don&#8217;t put content or data in it that&#8217;s critical to your business strategy that you then can&#8217;t get out again.</li>
<li>Don&#8217;t customise it!<br />The world is littered with pilot projects that thought they knew better than the software before they&#8217;d used it, or tried to integrate it with other tools and turned into never-ending testing. Just run the technology as it is, in the simplest way possible. If it works, then consider how to improve it.</li>
<li>Engage key users.<br />Your trial should certainly get the executive to put their mouth where their money is. If they lead others will follow. Your sample group of users &mdash; you weren&#8217;t going to roll it out to everyone at once were you? — should include different departments so that it&#8217;s not seen as anyone else&#8217;s &#8220;baby&#8221; when you finally roll it out.</li>
<li>It&#8217;s a trial people <em>must</em> follow.<br />Using the new tool is not optional. Ideally, they&#8217;ll use it instead of something else, so a wiki instead of a file system, blog instead of broadcast email, micro-blog instead of instant messaging. If you think of how <acronym title="Customer Relationship Management">CRM</acronym> software is typically rolled out in a business, you&#8217;ll see how important this kind of enforcement is to making adoption of the software a success.</li>
</ol>
<p>For social media to be effective in your organisation, you can&#8217;t expect it just to be taken up by the user base. You have to drive it through. But you do need to be open-minded about what it will achieve. Hopefully, you&#8217;ll be pleasantly surprised.</p>
<p>Some further reading:</p>
<ul>
<li><a title="Enterprise 2.0 blog" href="http://enterprise2blog.com/2009/05/survey-results-enterprise-20-adoption/">Janetti Chon &#8211; Enterprise 2.0 Adoption Survey</a></li>
<li><a title="Columm Two" href="http://www.steptwo.com.au/columntwo/implementing-enterprise-20-in-the-real-world/">James Robertson &#8211; Implementing enterprise 2.0 in the real world</a></li>
<li><a title="Anecdote" href="http://www.anecdote.com.au/archives/2008/03/collaboration_c_1.html">Shawn Callahan &#8211; Collaboration consulting—fostering a collaboration culture</a></li>
<li><a title="Social Computing Journal" href="http://socialcomputingjournal.com/viewcolumn.cfm?colid=833">Dion Hinchcliffe &#8211; 12 Rules For Bringing &#8216;Social&#8217; To Your Business</a></li>
<li><a title="Acrobat.com" href="http://blogs.adobe.com/acom/2009/05/previewing_the_future_of_work_1.html">Erik Larson &#8211; The Future of Work</a></li>
<li><a title="Financial Times" href="http://podcast.ft.com/media/985.mp3">Anne Berkowitch &#8211; Private Social Networks (podcast)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/promoting-social-media-internally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://podcast.ft.com/media/985.mp3" length="8330699" type="audio/mpeg" />
		</item>
		<item>
		<title>Three little tips to reduce huff and puff</title>
		<link>http://contentedmanagement.net/blog/three-little-tips-to-reduce-huff-and-puff/</link>
		<comments>http://contentedmanagement.net/blog/three-little-tips-to-reduce-huff-and-puff/#comments</comments>
		<pubDate>Fri, 15 May 2009 08:26:25 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Project management]]></category>
		<category><![CDATA[Stories]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Fairy Tales]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/three-little-tips-to-reduce-huff-and-puff/</guid>
		<description><![CDATA[My two-year-old son is pleased to live in a house made of bricks. It affords him protection from the Big Bad Wolf.
But what the books don&#8217;t tell you is that while piglets 1 and 2 were sheltered by their less than robust housing, piglet 3 faced rocketing costs, toil, tears and the emergent threat of [...]]]></description>
			<content:encoded><![CDATA[<p>My two-year-old son is pleased to live in a house made of bricks. It affords him protection from the Big Bad Wolf.</p>
<p>But what the books don&#8217;t tell you is that while piglets 1 and 2 were sheltered by their less than robust housing, piglet 3 faced rocketing costs, toil, tears and the emergent threat of swine flu.</p>
<p>In the seldom-told sequel, pigs 1 and 2 are forced to vacate the house that was designed for one small piglet rather than three growing hogs. They lack the skill and resources to build their own brick houses and end up destitute and living in fear of Tom the piper&#8217;s son.</p>
<p>As an architect, piglet 3&#8217;s end vision is certainly the right one — or would be if he foresees having to accommodate his two brothers. But in order to fulfil that vision you need the skills, resources and time.</p>
<p>If you&#8217;ve an immediate problem finding the right shelter for your content, then long-term strategic planning for a robust future vision is likely to be the wrong approach. You need to find a quick way to protect your resources, assess the situation then plan your next step. You&#8217;re unlikely to face a fatal threat – it&#8217;ll just be lupine bluster – and even less likely to have enough time and money to mitigate against the problem anyway. Start building, see if it works and, if it doesn&#8217;t, tear it down again. Being able to manage even a small amount of your content in a robust way is better than just having a visionary strategy.</p>
<p>Those three tips:</p>
<ol>
<li>Choose two high-value objectives; one that should be simple to achieve and the other likely to be complicated.</li>
<li>Select a technology to deliver these objectives that is in your existing skill set and technology stack. Only buy licences required to meet the project objectives.</li>
<li>Implement the project as quickly as possible and evaluate the success or otherwise six months later.</li>
</ol>
<p><acronym title="Enterprise Content Management">ECM</acronym> doesn&#8217;t have to be a swine to implement. As long as you don&#8217;t try to go the whole hog from the start you&#8217;ll avoid making a pig&#8217;s ear of the project and be sure to bring home the bacon. It&#8217;s a ham-fisted analogy, but it&#8217;s no fairy tale.</p>
<p>Further reading on the failings of web strategy:</p>
<ol>
<li><a title="Gartner" href="http://blogs.gartner.com/anthony_bradley/2009/05/12/your-web-site-strategy-is-destined-to-fail/">Anthony Bradley &#8211; Your Web Site Strategy is Destined to Fail</a></li>
<li><a title="Dennis D. McDonald" href="http://www.ddmcd.com/managing-technology/how-to-avoid-common-strategic-planning-mistakes.html">Dennis D. McDonald &#8211; How to avoid common strategic planning mistakes</a></li>
<li><a title="Pebble Road" href="http://www.pebbleroad.com/articles/view/mapping-your-website-redesign-strategy/">Maish Nichani &#8211; Mapping your website redesign strategy</a></li>
<li><a title="CMS Wire" href="http://www.cmswire.com/cms/web-content/web-redesign-is-bad-strategy-001528.php">Gerry McGovern &#8211; Web redesign is bad strategy</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/three-little-tips-to-reduce-huff-and-puff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Information in a bear market</title>
		<link>http://contentedmanagement.net/blog/information-in-a-bear-market/</link>
		<comments>http://contentedmanagement.net/blog/information-in-a-bear-market/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 16:14:02 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/information-in-a-bear-market/</guid>
		<description><![CDATA[Dennis D. McDonald continues to propose interesting thoughts on information management. This one &#8211; on the importance of social media in post-merger organisations – struck a particular chord with me.
A previous project I ran was to implement an internal knowledge management portal for a company that had been through several rapid mergers of some pretty [...]]]></description>
			<content:encoded><![CDATA[<p><a title="About Dennis D. McDonald" href="http://www.ddmcd.com/about-me/">Dennis D. McDonald</a> continues to propose interesting thoughts on information management. This one &#8211; <a title="Using Internal Social Media to Address Corporate M&#038;A-Related Stress" href="http://www.ddmcd.com/managing-technology/using-internal-social-media-to-address-corporate-ma-related.html">on the importance of social media in post-merger organisations</a> – struck a particular chord with me.</p>
<p>A previous project I ran was to implement an internal knowledge management portal for a company that had been through several rapid mergers of some pretty small companies into a pretty large one. The company&#8217;s success is based on its staff expertise and wealth of project experience, but the full range and depth of this knowledge lay fragmented across a few people from the various entities that constituted the new whole. As a consequence, the sales team didn&#8217;t know that they could use staff who&#8217;d already engaged with a particular client, or that there were case studies for similar projects including case studies and lessons learned. The wheel was being reinvented. It was obvious that some kind of networking tool that enabled staff to identify expertise in people and projects would lend the business a helping hand and could be implemented with relative ease.</p>
<p>Instead, the directors decided that a search engine that could span all the company&#8217;s file servers would be more cost-effective. But how many useful results did the staff get from keyword searches? For all the typical reasons  – little classification, poor naming conventions, poor security, inappropriate technology  – close to none. The content was there but the information wasn&#8217;t.</p>
<p>Just as art only becomes art once you place it in a gallery, content only becomes information when you identify it as useful. The quality of the information, like art, is debatable, but it has no chance of being used if you don&#8217;t suggest to people that it&#8217;s useful information. Following a merger, staff need to know: these are the kind of people who work here and this is what they know about. To find out more, ask them.</p>
<p>Yet even in the most obvious of cases for implementing simple information management tools, their <em>raison d&#8217;être</em> can be by-passed. The company in question didn&#8217;t implement a networking tool and nearly two years later still doesn&#8217;t know some of its clients, the skills of many of its staff or the scope of most of its past projects. Many staff have left. Yet is the company bothered? Absolutely not.</p>
<p>The directors simply changed the strategy. If the sales team weren&#8217;t paying attention to certain clients or types of projects, it&#8217;s because they weren&#8217;t important enough. The strategy dictated that employees focus on bigger and better in their portfolio, as befitted the newly-merged company status. Who needs the past when you have the future?</p>
<p>It&#8217;s a bullish policy in a bullish market, but when things inevitably turn bearish, there&#8217;ll be a scramble to avoid repeating the mistakes of previous engagements, find people with relevant knowledge, return to reliable clients who weren&#8217;t in the big league. By then, both employees and clients could be long gone, and gleaning information from fragmentary content may well prove impossible.</p>
<p>While your work is easy, information has little value. As soon as your work gets tough, it&#8217;s the people and companies with the information who&#8217;ll profit.</p>
<p>Updated: <a title="ECM technolgogies and recession" href="http://www.cmswatch.com/Trends/1199-ECM-Technologies-and-Recession">Alan Pelz-Sharpe has also written about ECM technologies and recession</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/information-in-a-bear-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fear and loathing in requirements</title>
		<link>http://contentedmanagement.net/blog/fear-and-loathing-in-requirements/</link>
		<comments>http://contentedmanagement.net/blog/fear-and-loathing-in-requirements/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 10:59:25 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Requirements]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=33</guid>
		<description><![CDATA[We’ve previously mentioned that the fear of being left behind often motivates web strategy, even though this just leads to mediocre web presence. Why does this happen? It’s because our heads are ruled by fear, as this Newsweek article points out. As a consequence we make poor choices, trying to come up with functionality-driven requirements [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve <a title="Breaking through to great websites" href="http://contentedmanagement.net/blog/?p=24">previously mentioned</a> that the fear of being left behind often motivates web strategy, even though this just leads to mediocre web presence. Why does this happen? It’s because our heads are ruled by fear, as <a title="Newsweek - The Roots of Fear" href="http://www.newsweek.com/id/78178/">this <em>Newsweek</em> article points out</a>. As a consequence we make poor choices, trying to come up with functionality-driven requirements rather than finding the problem we&#8217;re trying to solve.</p>
<p>A typical example is to implement folksonomies for relatively small websites. Folksonomy (or social tagging) works for large sites with an engaged readership. The sheer volume of tags and people tagging supports rather than counteracts other classification systems. But this simply won&#8217;t work if your editors are adding more content than your audience is actively classifying.</p>
<p>Similarly, you may look at other websites with rich media and think that&#8217;s what&#8217;s driving visitors to their site, when the opposite may be true. <a title="Comments on The Register's video review" href="http://www.reghardware.co.uk/2008/01/09/review_video_rim_pearl_8120/comments/">Just look at what happened when <em>The Register</em> introduced video reviews for an audience that browses the site while at work</a>.</p>
<p>These kinds of implementations are often driven by the fear of being left behind, losing audience and revenue. Many organisations feel they should be on Web &#8220;version 2.0&#8243; by now, irrespective of whether they can articulate what that functionality is or what purpose it will solve. So how do you fight the fear? You need to set out some clear business-driven objectives for the web.</p>
<p>These objectives are common across practically every organisation: increase market share, reduce costs, reinforce brand, improve communication with customers and so forth. Every system requirement that you specify will need to meet one of these objectives. If a requirement is completely off the wall, then it&#8217;s either not relevant for the organisation or the organisation needs to reassess its objectives. When you record your requirements, these should be mapped to an objective and validated by the body responsible for meeting the objective: the marketing team, customer relations, IT, etc.</p>
<p>Once you&#8217;ve recorded all your requirements, you can develop functional solutions for each one. Again, the relationships between requirement and functionality should be tracked, so when you come to decide about functionality that will be in project scope, you have a clear idea why you&#8217;re implementing any given feature. You&#8217;ll then be able to ensure that requirements are driving functionality, rather than the other way around.</p>
<p><img width="570" height="343" title="Objectives-driven requirements" alt="Diagram showing the relationship between strategy, objectives, requirements and functionality." src="/blog-images/requirements.gif" /></p>
<p>Just as your organisational objectives will corroborate your organisational strategy, so the requirements you document will inform the technical strategy you adopt. Do your requirements suggest the need for a web content management system, or an enterprise version to manage documents, or federated search, or wiki tools? You should be able to design a technical strategy once you have an overview of the requirements. This strategy will also inform the functionality you specify to meet the requirements. If your strategy dictates project teams should collaborate using blogs, this should be consistent across your web presence; you shouldn&#8217;t end up with a mix of blogs, Word documents and forums. If you can achieve this level of consistency, <a title="Venkatraman's concept of strategic alignment" href="http://www.valuebasedmanagement.net/methods_venkatraman_strategic_alignment.html">your technical and organisational strategies will be appropriately aligned</a>.</p>
<p>So stave off your fear of being left behind technologically. Being at the technological bleeding edge will bring you little reward, as <a title="Building a web brand" href="http://getstrategic.blogware.com/blog/_archives/2006/3/16/1825062.html">Get Strategic points out</a>. Focus instead about meeting your business goals and ensuring that your technology is being designed with these in mind. Didn&#8217;t you want business 2.0 rather than web 2.0?</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/fear-and-loathing-in-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a commercial persona</title>
		<link>http://contentedmanagement.net/blog/create-a-commercial-persona/</link>
		<comments>http://contentedmanagement.net/blog/create-a-commercial-persona/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 14:48:08 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Persona]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=29</guid>
		<description><![CDATA[There&#8217;s a lot of stuff on the web about knowing your audience. It&#8217;s pretty obvious really: understand who the people are who visit your site, the kind of people who you want to attract to your site, and provide content and services to them in a way they understand. The process for doing this is [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of stuff on the web about <a title="Rockley: Know your audience - whoever they are" href="http://rockley.com/blog/?p=39">knowing your audience</a>. It&#8217;s pretty obvious really: understand who the people are who visit your site, the kind of people who you want to attract to your site, and provide content and services to them in a way they understand. The <a title="del.icio.us links on usability" href="http://del.icio.us/contentedmanagement/Usability">process for doing this is well-documented</a> too. You may already have developed a number of <em>personae</em> to represent your audience, but have you created a <em>persona</em> who will pay money to be associated with your site?</p>
<p>Your readership and advertisers may have surprisingly divergent requirements. Advertisers aren&#8217;t necessarily interested in your audience: they&#8217;re interested in your audience&#8217;s money and in their own reputation. We&#8217;ve all been to deeply unattractive sites with great content (this site may well be one of them) and we&#8217;re satisfied with the look and feel because we know our way around.</p>
<p>But when it comes to advertising your product on an ugly page, it&#8217;s a quite different proposition. You can attract loads of traffic to your site, but why would a prestige supplier want to promote their product on an ugly page? Advertisers are attracted by things that are new: rich media, web 2.0 functionality (whatever that may be), boxes with curved edges, regular font sizes in Helvetica&#8230; All right, that&#8217;s quite a cynical view, but it&#8217;s hard to sell space on a site that is visually unattractive.</p>
<p>So even if your audience are telling you that they like the simplicity of your pages, pause to think. If they&#8217;ll put up with ugly pages, they&#8217;ll put up with beautiful pages as long as the content is good. And if you have beautiful pages, you may even make some money out of your content.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/create-a-commercial-persona/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking through to great websites</title>
		<link>http://contentedmanagement.net/blog/breaking-through-to-great-websites/</link>
		<comments>http://contentedmanagement.net/blog/breaking-through-to-great-websites/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 21:51:34 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Governance]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=24</guid>
		<description><![CDATA[In the previous post we looked at how Jim Collins&#8217; analysis of companies that made a tangible progression from being good to great put themselves in a position to make those changes possible, and applied this logic to websites. In this post we&#8217;re going to look at how to achieve breakthrough in creating great websites [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a title="Building up to great websites" href="http://contentedmanagement.net/blog/?p=23">previous post</a> we looked at how Jim Collins&#8217; analysis of companies that made a tangible progression from being good to great put themselves in a position to make those changes possible, and applied this logic to websites. In this post we&#8217;re going to look at how to achieve breakthrough in creating great websites once you&#8217;ve been through the necessary buildup.</p>
<p><strong>Hedgehog concept</strong><br />
Collins describes at length what he calls a hedgehog, so don&#8217;t expect me to plagiarise the concept, just read the book. The main thrust of the concept is that businesses and — I propose — <em>websites must focus on one big thing and be great at it</em>; don&#8217;t dip into other peripheral activities. If the core activity is well-founded, this is where you&#8217;re going to achieve sustained success, not somewhere else.</p>
<p>How do you define what that one big thing should be? There are three questions you need to ask:</p>
<ol>
<li>What you can be the best in the world at?<br />
And conversely, what you cannot be the best in the world at? This is not about a strategy or desire, but about an <em>understanding</em> of where your strengths and opportunities lie.<br />
I&#8217;ve previously criticised clients who declare in their tender documentation that they want to build a world-class website when they don&#8217;t have a world-class budget, but I&#8217;m reconsidering this position. The web is of course worldwide, so if you&#8217;re going to compete, you need to be providing something that your global competitors don&#8217;t. Now that may well be a local view: a local commercial service or information specific to a geography. But the salient point is that if the website isn&#8217;t attracting its target audience and at least challenging both its online and offline competition, then it&#8217;s not doing its job. Moreover, if it isn&#8217;t a website you can be proud of, you&#8217;re not doing your job.<br />
The web is still a relatively new economy, with all kinds of business models that are still in their infancy. There&#8217;s room for more world-class websites out there and yours should be one of them.</li>
<li>What drives your economic engine?<br />
In Collins&#8217; world, this question involves a deep understanding of the economic models in your sector. In the web world, it translates to a relatively simple question: <em>What makes your website worth visiting?</em><br />
Is it the information you provide, the way you collate information from multiple sources and present in one place, the brand your visitors buy into, a need to participate and engage with like-minded people? You have to be able to identify why the website is important to other people.</li>
<li>What are you deeply passionate about?<br />
Just as important as ensuring your web presence is important to other people is ensuring that it&#8217;s important to you and your organisation. If you&#8217;re not interested in producing content for your site, you shouldn&#8217;t bother. Just get rid of it. Don&#8217;t pad it out.<br />
Let the website reflect your organisation&#8217;s professional integrity. Let it be something where your teams can prove they&#8217;re the right people to be setting a vision. Let it reflect the outputs of heated debates you&#8217;ve had with your stakeholders about what the website should say about your organisation and how you want to be perceived. Show that you&#8217;ve encouraged input and that people believe in what&#8217;s on the web. Don&#8217;t let your website become straplines and mission statements.</li>
</ol>
<p>You&#8217;ll find the big thing for your website where the answers to these three questions intersect. Put all your effort into this one thing and abandon everything else. Collins suggests having a &#8220;stop doing&#8221; list.</p>
<p><strong>Culture of discipline</strong><br />
Content management systems were invented to cater for two main problems: providing editors with the means to publish content efficiently without needing to know about web technologies like HTML, and providing a means of controlling the content that is added by those editors, so that it conforms to predefined styles and patterns appropriate to the website.</p>
<p>This rigour is often welcome, allowing you to remain on brand, but you need a degree of entrepreneurship too. What does a site where all the content looks exactly the same say about your organisation? Perhaps that it&#8217;s completely process-driven and unlikely to ever dig its way out of a hole&#8230;</p>
<p>The system may be able to constrain your editors, but that doesn&#8217;t mean that it should. The editorial team should actually understand <em>why</em> those constraints are there: the benefits of consistency, or of an informed approach to information architecture and navigation, of being on-brand. Once they understand and agree with these principles, you won&#8217;t need to build systems to enforce standards: the editors will do this for themselves. You&#8217;ll be able to de-systematise the constraints as a culture of discipline pervades the way content is produced for the web. If someone then breaks the mould, you&#8217;ll know that they&#8217;re doing it for a reason, because the mould is too rigid or insufficient for emerging needs.</p>
<p>Just as the project sponsors and stakeholders needed to cast off empire-building and egotism, so the editorial team need to espouse the ideal of a common good. Their professional integrity will translate into a disciplined approach and your website will benefit as a consequence.</p>
<p><strong>Technology accelerators</strong><br />
We haven&#8217;t even mentioned technology yet. Cultures rather than systems of discipline may prompt ideas of Enterprise 2.0, wikis and blogs. But Collins tells us that in his team&#8217;s analysis of business success, technology was <em>never</em> the primary cause of either success or decline. This is almost certainly true of websites.</p>
<p>So many times you&#8217;ll see organisations where the technology tail is wagging the business dog. Someone will tell you that they need a portal, or <acronym title="Service Oriented Architecture">SOA</acronym>, or <acronym title="Enterprise Content Management">ECM</acronym>, or the semantic web. Why? What are you trying to achieve? Are you just trying to increase the IT budget?</p>
<p>There&#8217;s nothing intrinsically wrong with these technologies, indeed they may be the best way of supporting the one big thing you&#8217;re trying to achieve. But they are absolutely not an end in themselves. Collins found that in businesses, technology could accelerate momentum, but could not create it. Tellingly, he also found that  &#8220;Those who turn good into great are motivated by a deep creative urge and inner compulsion for sheer unadulterated excellence for its own sake. Those who build and perpetuate mediocrity, in contrast, are motivated more by the fear of being left behind.&#8221;</p>
<p>Only pick technologies that will help you deliver your one big idea. If you don&#8217;t need to deliver information in a single place aggregated live from diverse systems, why are you even considering portal technologies? If you don&#8217;t need to link documents, email and web content, how will ECM help you achieve your goals?</p>
<p><strong>Conclusion</strong><br />
<em>Good to Great</em> is really based on just two concepts: teamwork and focus. You need to form a team to identify and challenge the problems that your website poses. You then need to focus obsessively on the one thing that is most important for fixing those problems, casting everything else aside. Collins doesn&#8217;t tell us that this is easy. But if you can follow his process, you&#8217;ll be well on your way to having a really great website.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/breaking-through-to-great-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building up to great websites</title>
		<link>http://contentedmanagement.net/blog/building-up-to-great-websites/</link>
		<comments>http://contentedmanagement.net/blog/building-up-to-great-websites/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 01:00:50 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Requirements]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=23</guid>
		<description><![CDATA[I&#8217;ve been reading Jim Collins&#8216; Good to Great and it&#8217;s a thought-provoking study, based on mountains of empirical research. It discusses what Collins calls the physics of how good companies become great companies, significantly out-performing their competitors. But it&#8217;s striking that a number of the key attributes of companies that make the leap from good [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading <a title="Jim Collins on business" href="http://www.jimcollins.com/">Jim Collins</a>&#8216; <a title="Good to Great at Amazon" href="http://www.amazon.co.uk/Good-Great-Jim-Collins/dp/0712676090/">Good to Great</a> and it&#8217;s a thought-provoking study, based on mountains of empirical research. It discusses what Collins calls the physics of how good companies become great companies, significantly out-performing their competitors. But it&#8217;s striking that a number of the key attributes of companies that make the leap from good to great can also be applied to websites and to <acronym title="Web Content Management">WCM</acronym> in particular. In this post I&#8217;ll focus on what Collins calls buildup, before moving onto breakthrough.</p>
<p><strong>Level 5 leadership</strong><br />
Collins found that all the top-performing companies he analysed were led by people who combined personal humility with professional willpower. It&#8217;s easy to extend these characteristics to websites, where a major barrier to success is vanity. If the website is your &#8220;baby&#8221; or reflects the parochial concerns of your departmental or organisational structures, <em>it will never be a great website</em>.</p>
<p>While sponsors and stakeholders empire build, or focus too much on the website and not enough on the web <a title="Gerry McGovern: Think web, not website." href="http://www.cmswire.com/cms/web-content/thinking-web-not-website-002015.php">as Gerry McGovern points out</a>, you cannot achieve your potential. The message should not be &#8220;when I was in my last job, I did it this way&#8221;. The message should be &#8220;we need to improve, we need to stop doing things badly&#8221;. This is a matter of professional integrity and resolve, not a way to boost egos.</p>
<p><strong>First who&#8230; then what</strong><br />
If you recognise that you don&#8217;t have the skills or time to do everything yourself, you&#8217;ll also see the need to be supported by a good team of editorial, information design, creative, technical and project management people. You just need to get them on the bus. If they&#8217;re any good and have encountered similar problems before, you won&#8217;t need to set directions for them. They&#8217;ll see the need to improve and will be able to start advising you where the problems are.</p>
<p><em>For example, when Contented Management staff go into a project, we don&#8217;t expect to be told the big vision or what a project should look like. If you know that already, you don&#8217;t need us. You just need a bunch of body-shopping coders to implement the changes. You bring us on board because we sign up to helping you the best way we know how.<br />
</em></p>
<p>So don&#8217;t decide where the bus is going before the right people are on board. A strong team can set a common vision; whoever came up with the idea in the first place is immaterial. If the idea is right, everyone should buy into it and pursue it relentlessly, just wanting to be a part of a website they can be proud of having helped to develop.</p>
<p><strong>Confront the brutal facts</strong><br />
Above all, the common vision needs above all to be well-informed. There&#8217;s absolutely no point in speculation. Collins talks about the importance of a climate where the truth is heard.</p>
<p>Many people just want to know what&#8217;s convenient: that your WCM is a great platform for managing content, that it&#8217;s robust and performs well, that the users love it, that the websites it generates are standards compliant, that your projects follow best practice methodologies, and so forth. The reality may be quite different, but how do you find out?</p>
<p>Collins proposes four ways to get to the truth:</p>
<ol>
<li>Lead with questions, not answers.<br />
Hopefully <a title="View all posts on Requirements" href="http://contentedmanagement.net/blog/?cat=10">previous posts on requirements</a> will give you some indication of what you should be asking, but I think an important point here is that people won&#8217;t simply accept the truth just because you tell them it&#8217;s staring them in the face. Site owners may tell you that they have high bounce rates, where visitors come to a single page and then leave again, because they&#8217;ve found all the information they need on that one page. But is that really what&#8217;s required? What about cross-selling opportunities, or more complete views of the information, or suggested further reading? Do none of your visitors want those things?</li>
<li>Engage in dialogue and debate, not coercion.<br />
Just because there are standards out there, doesn&#8217;t mean you have to use them. A CMS can compel editors to display their content in certain formats, but there&#8217;s not much point if the editorial team doesn&#8217;t buy into it. Discuss how your audiences consume your content now and how you want them to consume it in future. If you choose to standardise, do so because your stakeholders agree with the obvious benefits. But give yourselves some leeway, so that stakeholders can have a non-standard feature if they can prove its business case.</li>
<li>Conduct autopsies, without blame.<br />
Undoubtedly one of the toughest things to do is to figure out why something went wrong. I&#8217;ve had assessments carried out on the projects I&#8217;ve run, and I&#8217;ve had to run many reviews of failed projects that someone else has been responsible for. <a title="Projecting failure" href="http://contentedmanagement.net/blog/?p=11">But how many projects ever run smoothly?</a><br />
You need to accept that things are going to go wrong and that a collective effort is required to put them right again. We prosper and suffer together. If a person makes a mistake, someone else should be there to support them.<br />
This brings us back to leadership style. Fixing problems is a matter of professional integrity, not of ego-bashing. And if the right people are on the bus, they should be looking out for each other.</li>
<li>Build &#8220;red flag&#8221; mechanisms.<br />
Being able to confront the brutal facts depends on having the facts in the first place. I&#8217;m going to talk about Key Performance Indicators at a later date, but you need to know when something is going wrong as soon as possible. This could be lack of site traffic, high drop-off rates, people preferring other information channels (such as print, or even call centres!), difficulties in estimating and planning enhancements, high costs&#8230; anything associated with running a website.<br />
One of the first tasks you&#8217;re going to have before you embark on real improvements to your web environment is to be able to determine just where things are going wrong, so you can either fix them or abandon that activity entirely.</li>
</ol>
<p>As Collins repeatedly notes, great companies don&#8217;t focus principally on what to do, they focus equally on what not to do and what to stop doing. If you get this right, you&#8217;ll get the breakthrough, which I&#8217;m going to cover in the next post.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/building-up-to-great-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What should be in a WCM SWOT?</title>
		<link>http://contentedmanagement.net/blog/what-should-be-in-a-wcm-swot/</link>
		<comments>http://contentedmanagement.net/blog/what-should-be-in-a-wcm-swot/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 22:29:08 +0000</pubDate>
		<dc:creator>Philippe Parker</dc:creator>
				<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://contentedmanagement.net/blog/?p=20</guid>
		<description><![CDATA[The first step in any brownfield implementation is to assess what you have already. Indeed, you should be assessing your web content management on a regular basis, particularly if your online business is seasonal. But what are the ground rules for that assessment and what should it cover? I&#8217;d recommend a rapid SWOT-check.
SWOT analysis is [...]]]></description>
			<content:encoded><![CDATA[<p>The first step in any brownfield implementation is to assess what you have already. Indeed, you should be assessing your web content management on a regular basis, particularly if your online business is seasonal. But what are the ground rules for that assessment and what should it cover? I&#8217;d recommend a rapid SWOT-check.</p>
<p><acronym title="Strengths Weaknesses Opportunities Threats">SWOT</acronym> analysis is a long-standing if relatively simple technique used across many types of business to provide the executive with a summary of the current situation. It should be easy to read and quick to determine, rather than involve weeks of assessment and long reports. It should be a couple of pages document or four slides that highlight the most salient issues. <a title="Business Balls: SWOT template" href="http://www.businessballs.com/swotanalysisfreetemplate.htm">You can find some templates on Business Balls</a>.</p>
<p>The contents of your SWOT should cover all the facets of <acronym title="Web Content Management">WCM</acronym>: commercials, technical, design, operational.</p>
<p><strong>Strengths and Weaknesses</strong></p>
<ul>
<li>Does your WCM meet performance and availability expectations?</li>
<li>Is the site <a title="W3C validator" href="http://validator.w3.org/check?uri=http%3A%2F%2Fcontentedmanagement.net%2F">W3C</a> compliant and accessible?</li>
<li>Does it meet <a title="Heuristic evaluation" href="http://www.useit.com/papers/heuristic/heuristic_evaluation.html">usability criteria</a> for both consumers and contributors?</li>
<li>Does the content meet quality expectations for target audiences?</li>
<li>Are you able to track key performance indicators? What are they telling you?</li>
<li>Are the business objectives for the WCM in tandem with organisational objectives and strategy?</li>
<li>If so, are these objectives represented in the site&#8217;s look, feel and functionality?</li>
<li>What extra functionality are your competitors offering? What advantages does this give them?</li>
</ul>
<p><strong>Opportunities and Threats</strong></p>
<p><a title="5 force model" href="http://www.12manage.com/methods_porter_five_forces.html">Porter&#8217;s five forces for competitive advantage</a> provide us with a good baseline for assessing opportunities and threats. In WCM terms, these translate as follows:</p>
<ul>
<li>Potential entrants: Are you considering all the delivery channels: syndication, mobile, widgets, etc.</li>
<li>Buyers: Which markets could you expand into? What are your audience expectations as they begin to consume other web technologies (Facebook, Youtube, iGoogle)?</li>
<li>Substitutes: Do collaborative tools like blogs and wikis threaten your content management processes? If you have a large Enterprise Content Management platform, is this challenged by Software As A Service, or by <a title="The Content Economy on BCS" href="http://www.thecontenteconomy.com/search/label/Basic%20Content%20Services">Basic Content Services</a>?</li>
<li>Suppliers: How dependent is the system on a single supplier, whether internal or external? What contingencies do you have in place should you lose this resource? If you&#8217;re going to make enhancements, what sort of training or procurement implications would this have?</li>
<li>How do I exploit all the content which might be relevant to my audiences? How do I make the information I&#8217;m presenting be cohesive and comprehensive?</li>
</ul>
<p><strong>Who should make the assessment?</strong></p>
<p>Lots of questions, but who should answer them? You need someone sufficiently distanced from the site as it stands that they won&#8217;t simply rubber-stamp the current situation or rubbish it completely. But the person (or people) undertaking the SWOT also needs to be engaged with the site and its users.</p>
<p>So you need to engage an independent expert who then runs a brainstorm with stakeholders around the bullet points listed above, but who you give sufficient licence to that they can be completely honest about your implementation. You&#8217;re asking someone to take a sword to the site not to themselves, so expect to hear things that you&#8217;d really rather not have known.<br />
<strong>Why is this approach useful</strong></p>
<p>Too many times, project teams are given a brief that&#8217;s just an abstract assortment of ideas. A SWOT analysis provides a structured way of getting to the root of the problem. As I said at the start, this is just the first step. Steps two and three are about identifying requirements that tackle the issues the SWOT raises and prioritising those requirements so that you can figure out what&#8217;s worth changing. I&#8217;ll tackle these two steps in subsequent postings.</p>
]]></content:encoded>
			<wfw:commentRss>http://contentedmanagement.net/blog/what-should-be-in-a-wcm-swot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
