<?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>Simon Whatley &#187; Process</title>
	<atom:link href="http://www.simonwhatley.co.uk/tag/process/feed" rel="self" type="application/rss+xml" />
	<link>http://www.simonwhatley.co.uk</link>
	<description>The opposite of every great idea is another great idea</description>
	<lastBuildDate>Wed, 02 Nov 2011 09:28:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Cathedral and the Bizarre</title>
		<link>http://www.simonwhatley.co.uk/the-cathedral-and-the-bizarre</link>
		<comments>http://www.simonwhatley.co.uk/the-cathedral-and-the-bizarre#comments</comments>
		<pubDate>Wed, 18 May 2011 07:56:29 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[bottom-up]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[Eric S. Raymond]]></category>
		<category><![CDATA[fetchmail]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[observation]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[top-down]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=4134</guid>
		<description><![CDATA[The Cathedral and the Bazaar is an essay by Eric S. Raymond on software engineering methods, based on his observations of the Linux kernel development process and his experiences managing an open source project, fetchmail. It examines the struggle between top-down and bottom-up design.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2011/05/Cathedral-and-the-Bazaar-book-cover-194x300.jpg" alt="" title="The cathedral and the bizarre" width="194" height="300" class="alignleft size-medium wp-image-4137" />The Cathedral and the Bazaar is an essay by Eric S. Raymond on software engineering methods, based on his observations of the Linux kernel development process and his experiences managing an open source project, fetchmail. It examines the struggle between top-down and bottom-up design.</p>
<p>The essay contrasts two different free software development models: <em>The Cathedral model</em>, in which source code is available with each software release, but code developed between releases is restricted to an exclusive group of software developers; and, <em>The Bazaar model</em>, in which the code is developed over the Internet in view of the public.</p>
<p>The essay helped convince most existing open source and free software projects to adopt Bazaar-style open development models, fully or partially</p>
<p><strong>Raymond posits that there are 19 guidelines for creating good open source software:</strong></p>
<ol>
<li>Every good work of software starts by scratching a developer&#8217;s personal itch.</li>
<li>Good programmers know what to write. Great ones know what to rewrite (and reuse).</li>
<li>Plan to throw one away; you will, anyhow.</li>
<li>If you have the right attitude, interesting problems will find you.</li>
<li>When you lose interest in a program, your last duty to it is to hand it off to a competent successor.</li>
<li>Treating your users as co-developers is your least-hassle route to rapid code improvement and effective debugging.</li>
<li>Release early. Release often. And listen to your customers.</li>
<li>Given a large enough beta-tester and co-developer base, almost every problem will be characterized quickly and the fix obvious to someone.</li>
<li>Smart data structures and dumb code works a lot better than the other way around.</li>
<li>If you treat your beta-testers as if they&#8217;re your most valuable resource, they will respond by becoming your most valuable resource.</li>
<li>The next best thing to having good ideas is recognizing good ideas from your users. Sometimes the latter is better.</li>
<li>Often, the most striking and innovative solutions come from realizing that your concept of the problem was wrong.</li>
<li>Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away.</li>
<li>Any tool should be useful in the expected way, but a truly great tool lends itself to uses you never expected.</li>
<li>When writing gateway software of any kind, take pains to disturb the data stream as little as possible &#8211; and never throw away information unless the recipient forces you to!</li>
<li>When your language is nowhere near Turing-complete, syntactic sugar can be your friend.</li>
<li>A security system is only as secure as its secret. Beware of pseudo-secrets.</li>
<li>To solve an interesting problem, start by finding a problem that is interesting to you.</li>
<li>Provided the development coordinator has a communications medium at least as good as the Internet, and knows how to lead without coercion, many heads are inevitably better than one.</li>
</ol>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/the-cathedral-and-the-bizarre/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Steps to Personas</title>
		<link>http://www.simonwhatley.co.uk/ten-steps-to-personas</link>
		<comments>http://www.simonwhatley.co.uk/ten-steps-to-personas#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:20:03 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Alan Cooper]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[IxD]]></category>
		<category><![CDATA[Labelling]]></category>
		<category><![CDATA[Lene Nielsen]]></category>
		<category><![CDATA[Persona]]></category>
		<category><![CDATA[personas]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Scenario]]></category>
		<category><![CDATA[situation]]></category>
		<category><![CDATA[UCD]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User-centered design]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=2071</guid>
		<description><![CDATA[Personas are fictional characters created to represent the different user types within a targeted demographic that might use a site or product. Personas are useful in considering the goals, desires, and limitations of the users in order to help to guide decisions about a product, such as features, interactions, and visual design. Personas are most often used as part of a user-centered design process for designing software and are also considered a part of interaction design.]]></description>
			<content:encoded><![CDATA[<p>Personas are fictional characters created to represent the different user types within a targeted demographic that might use a site or product. Personas are useful in considering the goals, desires, and limitations of the users in order to help to guide decisions about a product, such as features, interactions, and visual design. Personas are most often used as part of a user-centered design process for designing software and are also considered a part of interaction design (<abbr title="interaction design">IxD</abbr>), however they are also used in industrial design.</p>
<p>A user persona is a representation of the goals and behaviour of a real group of users. In most cases, personas are synthesised from data collected from interviews with users. They are captured in 1–2 page descriptions that include behaviour patterns, goals, skills, attitudes, and environment, with a few fictional personal details to make the persona a realistic character. For each product, more than one persona is usually created, but one persona should always be the primary focus for the design.</p>
<p>The use of personas as a technique was popularised by Alan Cooper in his 1999 book <a href="http://www.amazon.com/Inmates-Are-Running-Asylum-Products/dp/0672326140/" title="The Inmates are Running the Asylum" target="_blank" rel="nofollow">The Inmates are Running the Asylum</a>. The book outlines the general characteristics, uses, and best practices for creating personas.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>So, how do you actually go about creating a persona or a set of personas for your project? The following is based upon work carried out by <em>Dr. Lene Nielsen</em> in her 2004 thesis and published in <a href="http://www.hceye.org/HCInsight-Nielsen.htm" title="Ten Steps to Personas" target="_blank" rel="nofollow">HCI Vistas</a>.</p>
<h3>Finding the Users</h3>
<p>The initial step is to get hold of as much knowledge of the users as possible.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>Who are the users?</li>
<li>How many are they?</li>
<li>What do they do within the system?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Contextual interviews</li>
<li>Online surveys</li>
<li>Observations</li>
<li>Second-hand information</li>
<li>Reports (e.g. from marketing)</li>
<li>Cultural probes</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Reports</li>
</ul>
<h3>Building an Hypothesis</h3>
<p>Working with personas really means focusing on users in a certain context, which originates from the project that is being researched. Often companies have a certain way of talking about their users, or should we say customers, which does not take into account the different context in which the users use a website or a system.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>What are the differences between the users?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Looking at the material</li>
<li>Labelling groups of people</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>A draft description of the target groups</li>
</ul>
<h3>Verifications</h3>
<p>The focus here is on finding data that supports the initial patterns and at the same time supports the personas descriptions and the scenario writing.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>Data for personas &#8212; What are the likes/dislikes, needs and values?</li>
<li>Data for situations &#8212; What are the areas of work and work conditions?</li>
<li>Data for scenarios &#8212; What are the work strategies and goals. What are the information strategies and goals?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Quantitative data collection</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Reports</li>
</ul>
<h3>Finding Patterns</h3>
<p><strong>Questions asked:</strong></p>
<ul>
<li>Does the initial labelling hold true?</li>
<li>Are there other groups to consider?</li>
<li>Are all equally important?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Categorisation</li>
<li>Task analysis</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Descriptions of categories</li>
</ul>
<h3>Constructing Personas</h3>
<p>A crucial step is what to include in a persona&#8217;s description and how to avoid creating stereotypes if at all possible. The purpose of a persona is not to describe users as such, but to create solutions that use the needs of the persona as a starting point.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>What are their basic attributes &#8212; name, age, gender?</li>
<li>What is their psyche &#8212; introvert/extrovert?</li>
<li>What is their background &#8212; occupation and interests?</li>
<li>What are their emotions and attitude towards technology, the company or the information needed?</li>
<li>What are their personal traits?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Categorisation</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Descriptions of categories</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h3>Defining Situations</h3>
<p>The real purpose of the personas is to create scenarios from the descriptions. Each need or situation is the beginning for a scenario.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>What is the need of this persona?</li>
<li>What is the situation?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Looking for situations and needs in the data</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Catalogue of needs and situations</li>
</ul>
<h3>Validation and Buy-in</h3>
<p>Personas are often viewed as a means for communicating users (read: customers) to developers and stakeholders, but it is as much about a process that ensures a user-centered development.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>Do you know someone like this?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>People who know (of) the persona read and comment on the persona descriptions</li>
</ul>
<h3>Dissemination of Knowledge</h3>
<p>Not only do personas need to be distributed to everybody on the project, but also the data behind the personas and how and for what you are to use the personas. Many projects forget to inform and teach developers and designers on how to use the personas, how to think in scenarios or how to use them in the use-cases.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>How can we share the personas with the organisation?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Posters</li>
<li>Meetings</li>
<li>Emails</li>
<li>Events</li>
</ul>
<h3>Creating Scenarios</h3>
<p>A scenario is like a story, it has a main character (the persona) a setting (somewhere the action takes place), it has a goal (what the persona wants to achieve), it has actions that lead to the goal (interactions with the system/website/device), and last but not least, it has obstacles that block the way to the goal. Scenarios should be both positive and negative.</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>In a given situation, with a given goal, what happens when the persona uses the technology?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>The narrative scenario, using personas, descriptions and situations to form scenarios</li>
</ul>
<p><strong>Documents produced:</strong></p>
<ul>
<li>Sceanrios</li>
<li>Use Cases</li>
<li>Requirement Specifications</li>
</ul>
<h3>On-going Development</h3>
<p>Finally, always update information on the personas, afterall you may find some interesting scenarios that weren&#8217;t originally considered, or new situations in which the system/website/device is used. Indeed you may discover new personas!</p>
<p><strong>Questions asked:</strong></p>
<ul>
<li>Does new information alter the personas?</li>
</ul>
<p><strong>Methods used:</strong></p>
<ul>
<li>Usability tests</li>
<li>Focus groups</li>
<li>Surveys (online)</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/ten-steps-to-personas/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Software Engineering &#8230; The Other Way</title>
		<link>http://www.simonwhatley.co.uk/software-engineering-the-other-way</link>
		<comments>http://www.simonwhatley.co.uk/software-engineering-the-other-way#comments</comments>
		<pubDate>Thu, 03 Jan 2008 19:58:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[Alex Gorbatchev]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[consensus]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[feature bloat]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[iterative]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[Other Way Software]]></category>
		<category><![CDATA[planning]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[scrum]]></category>
		<category><![CDATA[software developers]]></category>
		<category><![CDATA[software engineering]]></category>
		<category><![CDATA[software engineering failures]]></category>
		<category><![CDATA[stakeholder]]></category>
		<category><![CDATA[talent]]></category>
		<category><![CDATA[talentless]]></category>
		<category><![CDATA[waterfall]]></category>
		<category><![CDATA[Zen Masters]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=394</guid>
		<description><![CDATA[Software development is an often complex affair, beset by a multitude of difficulties ranging from talentless developers, feature bloat, stakeholder politics and poor planning.]]></description>
			<content:encoded><![CDATA[<p>Software development is an often complex affair, beset by a multitude of difficulties ranging from talentless developers, feature bloat, stakeholder politics and poor planning.</p>
<p>The following cartoon, <del datetime="2010-12-22T18:28:38+00:00">by</del> blogged about by <a href="http://blog.dreamprojections.com/" title="Alex Gorbatchev" rel="nofollow">Alex Gorbatchev</a>, is a modern take on an old, yet still relevant, problem; the reasons for software engineering failures.</p>
<p><img src='http://www.simonwhatley.co.uk/blog/wp-content/uploads/2007/12/software-engineering-explained.gif' alt='Software Engineering Explained' /></p>
<blockquote><p>Designing systems today is difficult because there is no consensus on what the problems are, let alone how to resolve them.</p></blockquote>
<p>Software engineering is often used to solve complex problems, problems where it&#8217;s impossible to visualise all the difficulties you&#8217;ll run into without actually building the software. This has led to what is known as <a href="http://www.poppendieck.com/wicked.htm" title="Wicked Problems" rel="nofollow">Wicked Problems</a>. In other words, writing code doesn&#8217;t kill projects, too much planning, too much functionality and too many stakeholders do!</p>
<blockquote><p>Wicked problems arise when an organization must deal with something new, with change, and when multiple stakeholders have different ideas about how the change should take place.</p></blockquote>
<blockquote><p>Every wicked problem can be considered a symptom of another problem.</p></blockquote>
<p>The article goes on to recommend the iterative development process, first proposed by Takeuchi and Nonaka in &#8220;The New New Product Development Game&#8221; called <a href="http://en.wikipedia.org/wiki/Scrum_%28development%29" title="Scrum" rel="nofollow">Scrum</a>. An iterative, as opposed to a <a href="http://en.wikipedia.org/wiki/Waterfall_model" title="Waterfall Model" rel="nofollow">Waterfall</a>, process is clearly a step in the right direction. The customer really needed a simple tyre swing but couldn&#8217;t articulate that in a meaningful way. Since we&#8217;re software developers, not <a href="http://en.wikipedia.org/wiki/Zen_Master" title="Zen Master" rel="nofollow">Zen Masters</a>, an answer is to quickly develop a solution in for the customer and keep evolving that solution based on real usage. That way, we can get from the plank to the tyre swing without the need for the roller-coaster ride of complication.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/software-engineering-the-other-way/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Leader or Manager?</title>
		<link>http://www.simonwhatley.co.uk/leader-or-manager</link>
		<comments>http://www.simonwhatley.co.uk/leader-or-manager#comments</comments>
		<pubDate>Mon, 08 Jan 2007 21:30:42 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Strategy]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[CRM system]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[definitions]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[effective]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[good manager]]></category>
		<category><![CDATA[Industry]]></category>
		<category><![CDATA[leader]]></category>
		<category><![CDATA[leader and a manager]]></category>
		<category><![CDATA[leader and manager]]></category>
		<category><![CDATA[leaders]]></category>
		<category><![CDATA[leadership]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[manager and a leader]]></category>
		<category><![CDATA[Manager noun]]></category>
		<category><![CDATA[managers]]></category>
		<category><![CDATA[organisation]]></category>
		<category><![CDATA[Politics & Money]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[truth]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[web development consultant]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=71</guid>
		<description><![CDATA[A while ago a colleague of mine asked me the question "Do you consider your self to be a leader or a manager?".  Initially I responded that I thought myself to be a manager as an important aspect of my role is managing expectations, ideas and developments of an internal CRM system.  However, a debate ensued as my colleague believed me to be more a leader than a manager and now I am not so sure which one I am!]]></description>
			<content:encoded><![CDATA[<p>A while ago a colleague of mine asked me the question &#8220;Do you consider your self to be a leader or a manager?&#8221;.  Initially I responded that I thought myself to be a manager as an important aspect of my role is managing expectations, ideas and developments of an internal <abbr title="Customer Relationship Management">CRM</abbr> system.  However, a debate ensued as my colleague believed me to be more a leader than a manager and now I am not so sure which one I am!</p>
<p>So what is the distinction between a leader and a manager?  Will the definitions help?</p>
<p><strong>Leader </strong><em>noun </em></p>
<ul>
<li>someone or something that leads or guides others.</li>
<li>someone who organises or is in charge of a group.</li>
</ul>
<p><strong>Manager </strong><em>noun </em>(abbreviation Mgr)</p>
<ul>
<li>someone who manages, especially someone in overall charge or control of a commercial enterprise, organisation, project, etc.</li>
</ul>
<p>Does this help me&#8230;not yet!<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Both a manager and a leader may know the business reasonably well, but the leader must know the business to a finer degree and from a different view point.  They must grasp the underlying market forces that determine the past and present trends in the businesses niche, so that they can generate a vision and strategy to bring about its future development and growth.  A crucial sign of a good leader is an honest attitude towards the facts and objective truth.  Conversely, a subjective leader obscures the facts for the sake of narrow self-interest, partisan interest or prejudice.</p>
<p>Effective leaders continually probe all levels of the organisation for information, challenging their own perceptions and validating the facts.  They talk to their constituents and employees to find out what is working and what is not.  They keep an open mind to the knowledge they gain.  An important source of information for a leader is the knowledge of the mistakes and failures that have been and are being made within their organisation.</p>
<p>Leaders conquer the context, the turbulent and ambiguous events that conspire to blur the facts, while managers surrender to the events in a reactionary manner.</p>
<p>Leaders investigate reality, taking the pertinent factors and analysing them carefully.  On the basis they produce visions, concepts, plans and programs of change.  Managers adopt the truth from others and implement it without regard to the facts.</p>
<p>There is a profound difference between leaders and managers. A good manager <em>does things right</em> whilst a good leader <em>does the right thing</em>.  Doing the right thing implies a goal, a direction, an objective, a vision, a dream, a strategy, a path, a reach.</p>
<p>Many people spend their lives engrossed in the &#8216;rat-race&#8217;, attempting to climb the corporate management ladder in a vein attempt to beat mediocrity and make a difference. Unfortunately, many find themselves climbing the wrong ladder. Most companies and organisations become over-managed through this constant, unending, highly competitive race and under-led by those who lack vision. The managers accomplish nothing or the wrong things beautifully and efficiently. They climb the wrong ladder.</p>
<p>Managing is as much about efficiency as leadership is about effectiveness. Managing is about <em>how</em> things need to be done, leadership is about <em>what</em> things need to be done and <em>why</em> these things should be carried out. Management is about systems, controls, procedures, policies and structures whereas leadership is about, trust, vision and hum capital, people.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Leadership is about innovating concepts, inspiring others and initiating projects. Management is about carrying out these visions and managing the status quo. Leadership is creative, adaptive and agile. Leadership looks to the future whilst also being mindful of the bottom line.</p>
<p>Leaders base their vision, appeal and integrity on a careful estimation of the facts, trends and contradictions. They develop the means to re-define the status quo so that their vision can be realised, hopefully, successfully, whilst also enrolling others into the vision of the future. Without, other peoples buy in, a vision will stall and a period of transition will ensue. Leaders, therefore, have to empower others to accomplish the over-arching goal whilst also rewarding their achievements.</p>
<p>There is a profound difference between management and leadership, but both are important. <em>To manage</em> means &#8220;<em>to bring about or succeed in accomplishing, sometimes despite difficulty or hardship</em>&#8220;. <em>To Lead</em> means &#8220;<em>to guide in direction, course, action, opinion, etc.</em>&#8221; The distinction is important.</p>
<p>The most dramatic differences between leaders and managers are found at the extremes. Poor leaders are despots while poor managers are bureaucrats. Leadership is a human process and management is a resource allocation process. Both are important and in many instances managers need to also perform as leaders. Indeed first-class managers have significant leadership ability.</p>
<p>So where does this leave me? My opening gambit included the words &#8220;<em>&#8230;an important aspect of my role is managing expectations, ideas and developments&#8230;</em>&#8221; this must naturally lead me to a combination of both a leader and manager. Indeed, in my new role as a web development consultant, I have to set directions for developing concepts and applications whilst also planning, organising and promoting effective action of the task at hand. So I could say I am in a period of transition. In the past few years I have learnt much from those I consider mentors, whether they were aware or not. I have seen how things are managed and lead and from these experiences have built upon my own skill-set. I can neither categorically say I am a leader or a manager, or say what I would rather be; this is something that can only come with time.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/leader-or-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusedocs</title>
		<link>http://www.simonwhatley.co.uk/fusedocs</link>
		<comments>http://www.simonwhatley.co.uk/fusedocs#comments</comments>
		<pubDate>Sat, 19 Nov 2005 15:08:35 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Fusebox]]></category>
		<category><![CDATA[Fusedocs]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[web team]]></category>

		<guid isPermaLink="false">http://www.simonwhatley.co.uk/?p=12</guid>
		<description><![CDATA[The Fusedoc is a standardized way of documenting our code so that all members of the web team can more quickly and efficiently create and maintain ColdFusion templates.]]></description>
			<content:encoded><![CDATA[<p>The <a rel="nofollow" href="http://www.fusedoc.org">Fusedoc</a> is a standardized way of documenting our code so that all members of the web team can more quickly and efficiently create and maintain ColdFusion templates. To see some examples of how it can be used and tools used to parse the information go to <a rel="nofollow" title="GrokFuseBox" href="http://www.grokfusebox.com">GrokFuseBox</a>.</p>
<p>This <a id="p151" title="Fusedocs" href="http://www.simonwhatley.co.uk/blog/wp-content/uploads/2006/11/fusedocs.zip">Fusedocs</a> file contains the Fusedoc <acronym title="Document Type Definition">DTD</acronym>, an example ColdFusion page and documentation on the Fusedoc methodology.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6475233631580417";
/* 468x60 Basic */
google_ad_slot = "7117418273";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonwhatley.co.uk/fusedocs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

