<?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>Paul Wallas - Web &#38; UI Designer</title>
	<atom:link href="http://www.paulwallas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulwallas.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 09:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>POUR Principles of Web Accessibility</title>
		<link>http://www.paulwallas.com/anything-web/pour-principles-of-web-accessibility/</link>
		<comments>http://www.paulwallas.com/anything-web/pour-principles-of-web-accessibility/#comments</comments>
		<pubDate>Sun, 13 May 2012 11:15:12 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Anything web]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=1052</guid>
		<description><![CDATA[The POUR Principles of accessibility: Perceivable, Operable, Understandable and Robust form the foundation of the Web Accessibility Guidelines (WCAG) 2.0. Perceivable As a minimum requirement for accessibility people need to be able to perceive &#8211; that is see, hear or touch web content. Information that cannot reach the brain is inaccessible. There are four guidelines [...]]]></description>
			<content:encoded><![CDATA[<p>The POUR Principles of accessibility: Perceivable, Operable, Understandable and Robust form the foundation of the Web Accessibility Guidelines (WCAG) 2.0.</p>
<h2>Perceivable</h2>
<p>As a minimum requirement for accessibility people need to be able to perceive &#8211; that is see, hear or touch web content. Information that cannot reach the brain is inaccessible. There are four guidelines under this principle:</p>
<ul>
<li><strong>Text alternatives</strong> &#8211; known as &#8216;alt&#8217; text. All non-text content such as images must be provided with alt text. This text can be converted into different formats such as audio or Braille as required. The alt text should be meaningful, descriptive and reflect the purpose of the image. If the image does not convey meaning and is purely for decoration, you can specify an empty or null text for screen readers to avoid unnecessary clutter.</li>
<li><strong>Time based media </strong>- Time based means it runs over time like audio or video, rather than static content such as images and text. Audio content requires an alternative description for users with hearing impairments. This could be in the form of captions synchronized with the media. Video content that contains more than just dialogue, such as an action sequence would need an alternative text transcript or audio description so those with visual impairments can understand and make sense of the change in events. <em>A text transcript is the minimum required for multimedia content to be made accessible.</em></li>
<li><strong>Adaptable</strong> &#8211; People with disabilities often need to change the way the information is presented to them, so it is easier to perceive and understand. E.g A dyslexic user may want to have the page read out to them via text or might want to change the colours and text size so that it is easier to read and understand. Web pages should be coded semantically using headers, lists and paragraphs to add a logical, non-visual structure to the page.</li>
<li><strong>Distinguishable</strong> &#8211; It&#8217;s important not to rely on colour alone to convey information. For instance, don&#8217;t rely on colour as the only way to distinguish segments in a pie chart, don&#8217;t start audio or video on a page automatically unless you provide a way of turning it off. Screen reader users may find it difficult to hear the speech output of their software if audio or video is playing at the same time.</li>
</ul>
<h2>Operable</h2>
<p>Users should be able to find, navigate through and interact with web content such as forms and menus using a range of input methods and assistive technologies. There are four guidelines under this principle:</p>
<ul>
<li><strong>Keyboard Accessible </strong>- Some people with mobility impairments and some people who use screen readers only use a keyboard to navigate a website. Keyboard users typically tab through a web page to interact with links, jump to the next question on a form and interaction with other controls. Websites that are not accessible with a keyboard only results in users getting stuck at a particular point on the site and cannot navigate back or forward. They then have to close the page and start again, this is very frustrating. This is often found with flash content such as a media player.</li>
<li><strong>Enough time </strong>- Some users will require longer than others to perform tasks on a website so it is important to give users enough time or adjust the flexibility of time required for tasks. For example, extending or doubling the duration of timeout.Content that moves or auto updates can cause problems for those who read stationary text slowly, or anyone who has trouble tracking moving objects. Blinking or scrolling content that lasts longer than five seconds should include the ability to pause, stop or be hidden by the user.</li>
<li><strong>Seizures </strong>- It is important that websites do not contain any features that flash or flicker more frequently than 3 times a second to avoid the risk of causing seizures for those with photosensitive epilepsy. PEAT, an online photosensitive epilepsy analysis tool can be used to test flashing or content that flickers.</li>
<li><strong>Navigable</strong> &#8211; Users should be able to easily navigate around a web page. Users should also be able to bypass or skip large blocks of content with the help of skip links. The focus order of links as you tab through a page should be logical and not jump around the page. Visual should be used to identify the current tab position. Screen readers often have problems with hyperlinks that do not make sense by them selves. At a minimum it should be possible to work out from the context of the link where it will take you. There for avoid using link phrases such as &#8216;click here&#8217; or &#8216;more&#8217;, instead make them more descriptive.</li>
</ul>
<h2><strong>Understandable</strong></h2>
<p>All web content should make sense and its behavior should be predictable. In addition any feedback provided about errors should be clear and helpful. There are three guidelines under this principle:</p>
<ul>
<li><strong>Readable</strong> &#8211; Ensure the site is readable and understood and ensure it is coded using the right HTML language, such as English, French or Spanish. The language can be set for the whole page or part of a page, for example when a quote is used from another language. Screen Readers rely on the correct code language being used so they can use the correct speech engine to read out.</li>
<li><strong>Predictable</strong> &#8211; Ensuring pages are predictable helps users with visual disabilities, cognitive and motor impairments. When navigating through web pages it reduces the chance that a change of context will occur unexpectedly and cause confusion. Ensure elements are in the same place on each page and place elements where users would expect to see them &#8211; for instance your logo should be top left on every page and the search top right. Don&#8217;t allow changes to happen when tabbing of focusing on elements such as submitting data on a form submit button when the user tabs onto the submit button. Another example is when a form refreshes without warning. This is confusing for a screen reader user as they are sent back to the start of the page. Warning users of change will mean they will be less disorientated.</li>
<li><strong>Input Assistance</strong> &#8211; People with disabilities may be more likely to make mistakes when inputting information and at the same time it can be harder for them to detect an error. It is important to provide accessible input assistance such as error messages to avoid and then help them correct mistakes. Form errors, ideally should be marked with strong red text and ideally a hazard or warning symbol. Form fields should provide clear labels, cues and instructions providing enough guidance so users know what to do. If mistakes are made provide clear, helpful instruction on how to correct them as the nature of the error may not be obvious to people with visual or learning disabilities.</li>
</ul>
<h2>Robust</h2>
<p>People use different operating systems, browsers and versions of browsers yet despite these different technologies they call expect the web to work. There is one guideline to this principle:</p>
<ul>
<li><strong>Compatible</strong> &#8211; To maximize compatibility use good quality code that adheres to web standards such as the WC3, HTML and XHTML standards. Ensure that the code is checked against validation tools, errors are fixed and ensure multimedia movies such as Flash have descriptive labels associated with them.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/pour-principles-of-web-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chorizo &amp; Cherry Tomato</title>
		<link>http://www.paulwallas.com/food/chorizo-potato/</link>
		<comments>http://www.paulwallas.com/food/chorizo-potato/#comments</comments>
		<pubDate>Wed, 09 May 2012 18:59:03 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=876</guid>
		<description><![CDATA[Things init Chorizo Cherry tomatoes New potatoes Sherry Red pepper Garlic White onion Paprika Chopped parsley Rice and bread to serve What you gotta do to make it 1) Cut and par-boil potatoes then fry until they begin to color 2) Add the onion and fry until soft 3) Add the chorizo, garlic and red [...]]]></description>
			<content:encoded><![CDATA[<h2><img class="alignnone size-full wp-image-1040" title="Chorizo-cherry-tomato" src="http://www.paulwallas.com/wp-content/uploads/2012/03/Chorizo-cherry-tomato.png" alt="" /></h2>
<h2>Things init</h2>
<ul>
<li>Chorizo</li>
<li>Cherry tomatoes</li>
<li>New potatoes</li>
<li>Sherry</li>
<li>Red pepper</li>
<li>Garlic</li>
<li>White onion</li>
<li>Paprika</li>
<li>Chopped parsley</li>
<li>Rice and bread to serve</li>
</ul>
<h2>What you gotta do to make it</h2>
<p>1) Cut and par-boil potatoes then fry until they begin to color</p>
<p>2) Add the onion and fry until soft</p>
<p>3) Add the chorizo, garlic and red pepper and cook until chorizo begins to color</p>
<p>4) Add the sherry, tomatoes and paprika and reduce sherry by half</p>
<p>5) Sprinkle with chopped parsley and serve with rice and crusty bread</p>
<h2>Who&#8217;s recipe is it?</h2>
<p>Good Housekeeping &#8211; One Pot</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/food/chorizo-potato/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chorizo Hash</title>
		<link>http://www.paulwallas.com/food/chorizo-hash/</link>
		<comments>http://www.paulwallas.com/food/chorizo-hash/#comments</comments>
		<pubDate>Tue, 08 May 2012 10:25:21 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=1033</guid>
		<description><![CDATA[Things init Chorizo Baby Potatoes White Onion Garlic Paprika Seasoning Parsley What you gotta do to make it 1) Cut the potatoes into small cubes and boil for 15min or until soft 2) Fry the onion on low heat until soft and not brown 3) Add the chorizo, garlic and paprika and cook until golden [...]]]></description>
			<content:encoded><![CDATA[<img class="alignnone size-full wp-image-1034" title="chorizo-hash" src="http://www.paulwallas.com/wp-content/uploads/2012/05/chorizo-hash.png" alt="" />
<h2>Things init</h2>
<ul>
<li>Chorizo</li>
<li>Baby Potatoes</li>
<li>White Onion</li>
<li>Garlic</li>
<li>Paprika</li>
<li>Seasoning</li>
<li>Parsley</li>
</ul>
<h2>What you gotta do to make it</h2>
<p>1) Cut the potatoes into small cubes and boil for 15min or until soft</p>
<p>2) Fry the onion on low heat until soft and not brown</p>
<p>3) Add the chorizo, garlic and paprika and cook until golden</p>
<p>4) Add the potatoes and cook until they begin to brown</p>
<p>5) Crack a couple of eggs over and cook in the oven until eggs are cooked</p>
<p>6) Sprinkle with parsley</p>
<h2>Who&#8217;s recipe is it</h2>
<p><a href="http://www.jamieoliver.com/">Jamie Oliver</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/food/chorizo-hash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Accessibility: BS 8878</title>
		<link>http://www.paulwallas.com/anything-web/web-accessibility-bs-8878/</link>
		<comments>http://www.paulwallas.com/anything-web/web-accessibility-bs-8878/#comments</comments>
		<pubDate>Mon, 07 May 2012 09:31:01 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Anything web]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=1016</guid>
		<description><![CDATA[BS 8878 is the British Standard for web accessibility introduced in 2010. The British Standard BS 8878 is not another WCAG (Website Content Accessibility Guideline) but recommends that the WCAG 2.0 is used in the creation of websites or web product. BS 8878 is about putting the user centred approach, now recognised as the key [...]]]></description>
			<content:encoded><![CDATA[<p>BS 8878 is the British Standard for web accessibility introduced in 2010.</p>
<p>The British Standard BS 8878 is not another WCAG (Website Content Accessibility Guideline) but recommends that the WCAG 2.0 is used in the creation of websites or web product.</p>
<p>BS 8878 is about putting the user centred approach, now recognised as the key of creating a successful website, at the heart of accessibility.</p>
<p>The British Standard BS 8878 provides a framework for organisation to ensure their web products are accessible. This framework includes creating policies and procedures and involving disabled people in developing and testing.</p>
<p>BS 8878 provides a 16 step process for creating accessible web products which are covered under six stages:</p>
<h2>Stage 1: Requirements Gathering</h2>
<p>The requirements gathering stage involves conducting the right research and thinking before launching into the development of the web product, such as defining the purpose of the web product and its users while targeting their needs.</p>
<h2>Stage 2: Strategic Decision</h2>
<p>The strategic decision stage involves strategic decision making based on the findings in the requirements gathering stage, such as what degrees of user experience you want to web product to meet and what browser, OS (Operating System) and AT (Assistive Technology) you want to support.</p>
<h2>Stage 3: Production</h2>
<p>The production process involves choosing the development technologies you will use to build your web product and select the appropriate accessibility guidelines.</p>
<h2>Stage 4: Accessibility Insurance (Testing Plan)</h2>
<p>This stage requires you to create and implement an accessibility testing plan. An accessibility test plan may often take the form of a flow chart, starting with identifying the route a user will take within your web product, the challenges they may face and resolving those challenges. Disabled or abled users can be included for live testing during the test plan process.</p>
<h2>Stage 5: Communication</h2>
<p>In the communication stage you create an accessibility statement for the web product to communicate what you have done to make the website more accessible.</p>
<h2>Stage 6: Maintenance and Review</h2>
<p>Lastly, the maintenance and review stage involves making continuous accessibility improvements based on user feedback and technological changes.</p>
<h2>Further Information</h2>
<p>Further information on BS 8878 can be found here:</p>
<p><a href="http://www.hassellinclusion.com/bs8878/#content">http://www.hassellinclusion.com/bs8878/#content</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/web-accessibility-bs-8878/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Accessibility: Why do it?</title>
		<link>http://www.paulwallas.com/anything-web/web-accessibility-why-do-it/</link>
		<comments>http://www.paulwallas.com/anything-web/web-accessibility-why-do-it/#comments</comments>
		<pubDate>Mon, 07 May 2012 09:01:33 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Anything web]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=1000</guid>
		<description><![CDATA[There are three main reasons for organisations to make their web product accessible: Legal Commercial Social/Ethical Legal The Equality Act 2010 makes fair treatment of disabled people a legal requirement. In October 2010 the Equality Act replaced the Disability Discrimination Act 1995 (DDA) in England, Wales and Scotland. The DDA only remains in Northern Ireland. [...]]]></description>
			<content:encoded><![CDATA[<p>There are three main reasons for organisations to make their web product accessible:</p>
<ul>
<li>Legal</li>
<li>Commercial</li>
<li>Social/Ethical</li>
</ul>
<h2>Legal</h2>
<p>The Equality Act 2010 makes fair treatment of disabled people a legal requirement. In October 2010 the Equality Act replaced the Disability Discrimination Act 1995 (DDA) in England, Wales and Scotland. The DDA only remains in Northern Ireland. Both laws place certain duties on providers of websites, intranets and extranets.</p>
<p><strong>Under this legislation all websites must be accessible </strong>and disabled users should not be put at a &#8220;substantial disadvantage&#8221; compared to non-disabled users.</p>
<h2>Equality Act 2010</h2>
<p>The Equality Act 2010 is based on the principle that all people, irrespective of race, age, religion, gender, disability, sexual orientation or transgender status should be provided with equality of opportunity.</p>
<p>The Equality Act 2010 includes the Public Sector Equality Duty (PSED) which puts additional responsibilities on public bodies to address equality. The PSED combines the Disability Equality Duty (DED) with previous duties on race, gender and additional duties on age, sexual orientation, religion or belief and transgender status.</p>
<p>It means <strong>public sector organisations need to consider the particular needs of these groups</strong> when planning and delivering services, including web services.</p>
<p>Organisations that own websites that have poor accessibility or usability could be in breach of the law.</p>
<h2>Public Sector Equality Duty (PSED)</h2>
<p>The first part of the PSED was introduced in April 2011. The PSED and DED before it, requires that public sector organisations to be proactive in ensuring that the needs of disabled people are addressed.</p>
<h2>Equality and Human Rights Commission</h2>
<p>The Equality and Human Rights Commission to over the role of the former Disability Rights Commission. As the regulator of the Equality Act, the Human Rights Commission has the power to take action against website owners who do not comply with the law and will also support legal complaints from individuals.</p>
<p>Individuals can take legal action against inaccessible websites without the support of the Equality and Human Rights Commission.</p>
<p>It is important to know that conforming to accessibility guidelines such as WCAG2.0 or W3C Web Content Accessibility Guidelines such as the A, AA or AAA does not make a website legally compliant.</p>
<p>No relevant UK law including the Equality Act 2010, Public Sector Equality Duty or the DDA makes reference to the WCAG or any other web guidelines. Only a UK law can decide whether a website complies with the law or not. The key factor is whether disabled users can use a particular website without unreasonable difficulty. Time, inconvenience and effort are all relative factors of unreasonable difficulty.</p>
<h2>Business benefits of Accessibility</h2>
<p>Disabled people use the web at least as often as the average person for services that are not easily available through conventional means. Making your site accessible opens it up to a wider audience. This wider audience may include others such as older people or &#8220;silver surfers&#8221; and those whose first language is not English.</p>
<p>Research has shown that organisations quickly see a return on investment and also tangible benefits from have an accessible website. For example, Legal &amp; General made an estimated saving of around £200,000 that is 66% a year on website maintenance as speed and effort required to update their website was reduced from around five days to half a day per job.</p>
<h2>Finally&#8230;</h2>
<p>The BS 8878 is the British Standard for web accessibility launched in 2010. It provides a framework for organisations to ensure their web products are accessible. More information on the BS 8878 can be found here.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/web-accessibility-why-do-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Accessibility Overview</title>
		<link>http://www.paulwallas.com/anything-web/web-accessibility-overview/</link>
		<comments>http://www.paulwallas.com/anything-web/web-accessibility-overview/#comments</comments>
		<pubDate>Thu, 03 May 2012 14:11:49 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Anything web]]></category>
		<category><![CDATA[User experience]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=979</guid>
		<description><![CDATA[What is Accessibility? Web Accessibility means making an online product, service, technology or environment usable by everyone regardless of who they are or how they access the web. Common accessibility issues: Distinguishing onscreen text Access to multimedia content Using the keyboard to interact with pages Distracting movement Inaccessible navigation elements Inaccessible documents POUR Principles of [...]]]></description>
			<content:encoded><![CDATA[<h2>What is Accessibility?</h2>
<p>Web Accessibility means making an online product, service, technology or environment usable by everyone regardless of who they are or how they access the web.</p>
<h2>Common accessibility issues:</h2>
<ul>
<li>Distinguishing onscreen text</li>
<li>Access to multimedia content</li>
<li>Using the keyboard to interact with pages</li>
<li>Distracting movement</li>
<li>Inaccessible navigation elements</li>
<li>Inaccessible documents</li>
</ul>
<h2>POUR Principles of Accessibility</h2>
<ul>
<li>Perceivable</li>
<li>Operable</li>
<li>Understandable</li>
<li>Robust</li>
</ul>
<h2>Disabilities take many forms of:</h2>
<p>The following are all relevant to web accessibility in different ways:</p>
<ul>
<li>Visual impairments</li>
<li>Hearing impairments</li>
<li>Mobility impairments</li>
<li>Cognitive disabilities</li>
<li>Learning disabilities</li>
</ul>
<p>As a result, many disabled people need to use Assistive Tecnology (AT) to access computers and the web. For example, blind web users may use screen reader software such as Jaws, N-V-D-A and SuperNova.</p>
<h2>Misconceptions associated with Accessibility</h2>
<ul>
<li><strong>Bland and dull.</strong> Websites that are accessible does not mean bland and not engaging &#8211; accessibility does not restrict design or creativity</li>
<li><strong>Costly</strong>. Accessible websites are not costly. They can actually save you money as accessible sites are coded more efficiently saving bandwidth and lowering maintenance costs</li>
<li><strong>Minority issue</strong>. Some people believe accessibility is a minority and only a few people with disabilities access the web. However, this ignores both the high volume of people with web access needs and the enabling power of the internet for disabled people. For instance, people with movement disabilities rely on the web to order their shopping online.</li>
</ul>
<h2>More Information on Accessibility issues</h2>
<p>Information on Web Accessibility is available through WCAG2.0. The guidelines have been produced by the World Wide Web Consortium (W3C). These guidelines provide advise on issues such as alternative text, accessible multimedia, structuring content, making content distinguishable, keyboard accessibility, movement, navigation, providing error feedback and accessible interfaces.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/web-accessibility-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The three user types</title>
		<link>http://www.paulwallas.com/anything-web/the-three-user-types/</link>
		<comments>http://www.paulwallas.com/anything-web/the-three-user-types/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 16:13:07 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Anything web]]></category>
		<category><![CDATA[User experience]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[UX]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=916</guid>
		<description><![CDATA[When it comes to products and creating simplicity there are three types of users. Experts Experts are those users that will configure the product before using it. Even with new products expert users will explore all features and spend time finding out how everything works before using them. If you’re creating a camera, these users [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to products and creating simplicity there are three types of users.</p>
<img class="alignnone size-full wp-image-947" title="three-user-types" src="http://www.paulwallas.com/wp-content/uploads/2012/04/three-user-types.jpg" alt="" />
<h2>Experts</h2>
<p>Experts are those users that will configure the product before using it. Even with new products expert users will explore all features and spend time finding out how everything works before using them. If you’re creating a camera, these users will explore all photo effects and movie modes before taking a single photo. It turns out there are relatively few experts users in our world.</p>
<h2>Problems with expert users</h2>
<p>Expert users are enthusiasts, very vocal and very opinionated. They will try and do everything possible to improve the product, however their views and judgement are often skewed, as they don’t experience the problems that mainstream users have. More often than not expert users are inside stakeholders so it is difficult to argue with their view.</p>
<h2>Willing Adopters</h2>
<p>Willing adopters are users that have experience with other similar products and would consider switching to a new product if the features improved their ability to complete tasks required to do their job.</p>
<p>Willing adopters do however have quite a low tolerance so the new features must be understandable and easily accessible.</p>
<p>There are fewer willing adopters in the world than <strong>expert users</strong>.</p>
<h2>Mainstreamers</h2>
<p><strong>Mainstreamers</strong> make up 90% of the user base. They don’t use technology for its own sake; they use it because they have to do get a job done.</p>
<p>Mainstream users want to be able to get from A-B with little effort and thought as possible. They are a group of individuals who tend to learn the key features and never seek to learn or discover more a product has to offer.</p>
<h2>Design for the mainstreamers</h2>
<p>If you try and design for the expert users your product will become too complex for the mainstreamers to use. Expert users want all the bells and whistles within a product and this will often lead to frustration for the mainstreamer, as they cannot do the one thing they want to do with the product.</p>
<p>If you want simplicity, design for the mainstreamers.</p>
<p>On Apple’s iPod launch, MacRumours once wrote: “I still can’t believe this, all this hype for something so ridiculous! Who cares about an MP3 Player!”?</p>
<p>Another commentator wrote: “All I can say is, as an Apple fan, I am sad”.</p>
<p>In the above example all Apple experts wanted and expected a flying car with flashing lights, where as Apple’s mainstreamers just wanted an MP3 Player that worked.</p>
<p>Today Apple has sold over 240,000,000 iPods and no flying cars with flashing lights.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/the-three-user-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beef Jambalaya</title>
		<link>http://www.paulwallas.com/food/beef-jambalaya/</link>
		<comments>http://www.paulwallas.com/food/beef-jambalaya/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 15:31:53 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Food]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=891</guid>
		<description><![CDATA[A hearty dish made with fillet steak cut into thin strips, chorizo, pepper, celery and rice. Ingredients Long grain rice Medallion beef Red pepper Celery Chorizo White onion Garlic Tomato purée Chilli powder Ground ginger Ground black pepper For next time&#8230; Celery Cut into 1cm strips not 5cm strips. Pepper Same as above, red pepper needs [...]]]></description>
			<content:encoded><![CDATA[<p>A hearty dish made with fillet steak cut into thin strips, chorizo, pepper, celery and rice.</p>
<img class="alignnone size-full wp-image-892" title="Beef Jambalaya" src="http://www.paulwallas.com/wp-content/uploads/2012/03/Beef-Jambalaya.jpg" alt="" />
<h3>Ingredients</h3>
<ul>
<li>Long grain rice</li>
<li>Medallion beef</li>
<li>Red pepper</li>
<li>Celery</li>
<li>Chorizo</li>
<li>White onion</li>
<li>Garlic</li>
<li>Tomato purée</li>
<li>Chilli powder</li>
<li>Ground ginger</li>
<li>Ground black pepper</li>
</ul>
<h3>For next time&#8230;</h3>
<p><strong>Celery<br />
</strong>Cut into 1cm strips not 5cm strips.</p>
<p><strong>Pepper<br />
</strong>Same as above, red pepper needs to be smaller. Add green pepper may also work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/food/beef-jambalaya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Examples of Responsive Websites</title>
		<link>http://www.paulwallas.com/anything-web/10-examples-of-responsive-websites/</link>
		<comments>http://www.paulwallas.com/anything-web/10-examples-of-responsive-websites/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 13:43:15 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Anything web]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=846</guid>
		<description><![CDATA[10 good looking websites created with responsiveness in mind. St Paul&#8217;s School &#160; illyissimo &#160; Do Lectures &#160; Steven Caver &#160; Sasquatch &#160; Spigot Design &#160; Cacao &#160; 40 Horse &#160; Leica &#160; Sparkbox]]></description>
			<content:encoded><![CDATA[<p>10 good looking websites created with responsiveness in mind.</p>
<h3>St Paul&#8217;s School</h3>
<a class="noBorder" href="http://www.stpaulsschool.org.uk/"><img class="alignnone size-full wp-image-847" title="RW1" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW1.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>illyissimo</h3>
<a class="noBorder" href="http://us.illyissimo.com/"><img class="alignnone size-full wp-image-849" title="RW2" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW2.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Do Lectures</h3>
<a class="noBorder" href="http://www.dolectures.com/"><img class="alignnone size-full wp-image-851" title="RW3" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW3.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Steven Caver</h3>
<a class="noBorder" href="http://www.stephencaver.com/"><img class="alignnone size-full wp-image-852" title="RW4" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW4.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Sasquatch</h3>
<a class="noBorder" href="http://www.sasquatchfestival.com/"><img class="alignnone size-full wp-image-853" title="RW5" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW5.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Spigot Design</h3>
<a class="noBorder" href="http://www.spigotdesign.com/"><img class="alignnone size-full wp-image-854" title="RW6" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW6.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Cacao</h3>
<a class="noBorder" href="http://www.cacaotour.com/index.php/en/home"><img class="alignnone size-full wp-image-855" title="RW7" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW7.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>40 Horse</h3>
<a class="noBorder" href="http://40horse.com/"><img class="alignnone size-full wp-image-856" title="RW8" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW8.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Leica</h3>
<a class="noBorder" href="http://leica-explorer.com/"><img class="alignnone size-full wp-image-857" title="RW9" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW9.jpg" alt="" /></a>
<p>&nbsp;</p>
<h3>Sparkbox</h3>
<a class="noBorder" href="http://www.seesparkbox.com/"><img class="alignnone size-full wp-image-858" title="RW10" src="http://www.paulwallas.com/wp-content/uploads/2012/03/RW10.jpg" alt="" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/10-examples-of-responsive-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Event Live Coverage</title>
		<link>http://www.paulwallas.com/anything-web/apple-event-live-coverage/</link>
		<comments>http://www.paulwallas.com/anything-web/apple-event-live-coverage/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 14:13:21 +0000</pubDate>
		<dc:creator>paulwallas</dc:creator>
				<category><![CDATA[Anything web]]></category>

		<guid isPermaLink="false">http://www.paulwallas.com/?p=841</guid>
		<description><![CDATA[Below are some links to where you can keep track of the Apple event: 1. Gizmodo iPad 3 Live Blogging: As the event progresses, iPad liveblog and posts will be updated constantly throughout the day here. 2. SlashGear Live Blog: SlashGear will be live blogging the event here. 3. The Verge iPad 3 Live Blogging: The Verge will [...]]]></description>
			<content:encoded><![CDATA[<img class="alignnone size-full wp-image-961" title="iPad Event" src="http://www.paulwallas.com/wp-content/uploads/2012/03/apple.jpg" alt="" />
<p>Below are some links to where you can keep track of the Apple event:</p>
<p>1. <a href="http://live.gizmodo.com/" target="_blank">Gizmodo iPad 3 Live Blogging</a>: As the event progresses, iPad liveblog and posts will be updated constantly throughout the day here.</p>
<p>2. <a href="http://live.slashgear.com/" target="_blank">SlashGear Live Blog</a>: SlashGear will be live blogging the event here.</p>
<p>3. <a href="http://live.theverge.com/Event/Live_from_Apples_iPad_3_event_in_San_Francisco" target="_blank">The Verge iPad 3 Live Blogging</a>: The Verge will be live blogging Apple&#8217;s announcement of the next iPad here.</p>
<p>4. <a href="http://www.engadget.com/2012/03/07/apple-ipad-3-liveblog/" target="_blank">Engadget Live Blog</a>: You can get live updates of the Apple iPad event in the live blog page provided by Engadget.</p>
<p>5. <a href="http://live.gdgt.com/live-apple-ipad-3-event-coverage/" target="_blank">GDGT Live</a>: GDGT will be providing live Apple iPad 3 event coverage here.</p>
<p>6. <a href="http://live.arstechnica.com/Event/Apple_iPad_3_Event" target="_blank">ArsTechnica Live</a>: You can visit this site for live updates of the Apple iPad event.</p>
<p>7. <a href="http://www.technobuffalo.com/companies/apple/ipad/ipad-3-liveblog/" target="_blank">TechnoBuffalo iPad 3 Live Blog</a>: You can also bookmark this site for live blog coverage of the Apple media event.</p>
<p>8. <a href="http://live.ubergizmo.com/us/" target="_blank">UberGizmo iPad 3 Live Blog</a>: This Web site allows users to turn on auto updating every 30 seconds, or disable the auto updating.</p>
<p>9. <a href="http://www.macworld.com/article/165632/2012/03/live_update_apple_march_7_press_event.html" target="_blank">Macworld Live</a>: Macworld will be offering live coverage of whatever the Apple announces in the event.</p>
<p>10. <a href="http://live.cnet.com/Event/Apples_March_7_special_event_live_from_SF" target="_blank">CNET Live Blog</a>: CNET will get you live news from Apple&#8217;s special event.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulwallas.com/anything-web/apple-event-live-coverage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

