<?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>Userxp</title>
	<atom:link href="http://www.userxp.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.userxp.co.uk</link>
	<description>User experience design</description>
	<lastBuildDate>Tue, 02 Mar 2010 11:59:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The problem with displaying passwords</title>
		<link>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/</link>
		<comments>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 11:59:26 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=262</guid>
		<description><![CDATA[Last year Jakob Nielsen created a bit of a stir in the web community with his article stop password masking.   In the article he quite rightly points out that only displaying a list of bullets as the user types in their password creates uncertainy about whether the password has been entered correctly and results in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-283" style="border: 0pt none; margin: 8px;" title="Login with hidden password entry" src="http://www.userxp.co.uk/wp-content/login.gif" alt="Login fields with hidden password controls" width="150" height="145" />Last year Jakob Nielsen created a bit of a stir in the web community with his article <a href="http://www.useit.com/alertbox/passwords.html" target="_self">stop password masking</a>.   In the article he quite rightly points out that only displaying a list of bullets as the user types in their password creates uncertainy about whether the password has been entered correctly and results in failed logins.  He calls for the use of clear text when entering passwords so users can see if they have mistyped a password.</p>
<p>This caused a lot of controversy as it places the usability of the users interaction before security considerations and challenges an established convention.  However, as he points out, many people are accessing sites in situations where they are not over looked and making it more difficult to enter passwords may causes users to choose simpleless secure passwords. This is particularly true with mobile devices where users often enter shorter passwords to make it easier as they have a numeric keypad.  He also argues that obscuring the password does little to protect the password anyway since if someone wants to work out your password they could always look at the keyboard.  However, if the password is on screen it is certainly easier to see from a distance if for example you are working in a open plan office.</p>
<p>His objection may be correct, many people will be entering a password in a situation where they are not overlooked and making it difficult for these users just because some people are does not necessarily make sense.  However, failing to mask password characters may have wider implications.  As the site does not mask the password it may create the perception that the user does not need to safe guard this information resulting in more careless behaviour.</p>
<p>Jakob is aware displaying the password may not be ideal in all situations and suggests that a control could be provided allowing users to select to hide their password.  This approach is currently used within windows network settings and some WiFi software.  In a recent <a href="http://www.alistapart.com/articles/the-problem-with-passwords/" target="_self">article on list apart</a> Lyle Mullican explores this approach in more detail.  However, theapproach places the responsibility for managing whether the password is displayed with the user and adds complexity.  It is also a modal control (the user selects either to display asterisks or actual characters) which can cause usability issues.  For instance, the user may start typing the password without realizing it is being displayed revealing it to those around them.</p>
<div id="attachment_286" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-286" title="ISP password entry" src="http://www.userxp.co.uk/wp-content/hiderevealpassword.jpg" alt="IE ISP password dialogue" width="300" height="217" /><p class="wp-caption-text">IE 8 password entry dialogue allows the user to select whether the password is shown.</p></div>
<p>Chris Coyier in his article <a href="http://css-tricks.com/better-password-inputs-iphone-style/" target="_self">Better Password Inputs, iPhone Style</a> suggests doing something similar to what is done on the ipod touch/ iphone interface where only the last letter is displayed on screen. This is fine for a mobile device where the user can take steps to ensure no one is looking at the screen while they input the details but may be an issue when displayed on a monitor.  Users may also fail to notice mistakes when they press another key immediately after they mistyped.</p>
<p>An alternative approach which addresses many of the issues is to hide the password by default but provide a button that when held down reveals the password.  Although the user doesn&#8217;t receive immediate feedback they have the option to check their password before submitting and the user could hold the button down while typing if required.  This approach highlights the importance of keeping the password secret and only shows it when the user expressly indicates it is safe to do so.  It also removes the chance of users accidentally revealing their password.  This is not necessarily an ideal solution in every case and there will be instances where it is best to display the password in full by default.  However, assuming thew user is entering a password in a private office or passing all responsibility for safe guarding secrecy to the user are not ideal whatever the usability issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2010/03/the-problem-with-displaying-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to CAPTCHAing users</title>
		<link>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/</link>
		<comments>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/#comments</comments>
		<pubDate>Mon, 18 May 2009 11:00:00 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Interaction design]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=227</guid>
		<description><![CDATA[CAPTCHA is a method designed to prevent automated programs from submitting information to a website.  It can help prevent these malicious programs registering with sites, posting spam comments or getting up to other undesirable activity.  CAPTCHA stands for Complete Automated Public Turing test to tell Computers and Humans Apart.  It works by requiring the user [...]]]></description>
			<content:encoded><![CDATA[<p>CAPTCHA is a method designed to prevent automated programs from submitting information to a website.  It can help prevent these malicious programs registering with sites, posting spam comments or getting up to other undesirable activity.  CAPTCHA stands for Complete Automated Public Turing test to tell Computers and Humans Apart.  It works by requiring the user to enter a code displayed within an image.  Images are usually distorted to prevent programs from using image recognition software from recognising the codes.  This can also make it difficult for users to accurately work out what characters are displayed.  For example, the following completely illegible CAPCHA image appeared on flickr.</p>
<p><a href="http://www.userxp.co.uk/wp-content/flickrcapcha.jpg"><img style="border-right-width: 0px; margin: 8px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="flickrcapcha" src="http://www.userxp.co.uk/wp-content/flickrcapcha-thumb.jpg" border="0" alt="flickrcapcha" width="240" height="93" /></a></p>
<p>The reason for these images becoming more and more difficult to decipher is that the programs used to place spam become more sophisticated in order to overcome the obstacles placed in there way.  Gmail, yahoo and hotmail have all had their CAPTCHA images broken by spammers and although it is fairly easy to present a image in a different way it does mean they have to be fairly obscure.</p>
<p><a href="http://blogs.zdnet.com/security/?p=1418">Gmail, yahoo and hotmail’s CAPTCHA broken by spammers</a></p>
<p>This method is fairly widely used on the internet but places the emphasis on the user to prove they are not a computer program.  There are alternatives to this approach for instance akismet looks at content submitted to a web site and assesses it against various criteria to determine whether it is likely to be spam.  Flagged content can then be reviewed by the administrator.  Similarly anti-spam programs can be used to filter out spam sent from contact forms rather than making it more difficult for customers to contact you.</p>
<p>Honey pots are another method that can be used on forms to help prevent submissions from malicious programs.  This involves placing extra fields within a form that will be invisible to your users.  As the programs do not view pages in the same way as users they tend to complete these fields meaning you can reject these submissions. Ned Batchelder’s article <a href="http://nedbatchelder.com/text/stopbots.html">Stopping spambots with hashes and honeypots</a> covers the use of honey pots to prevent spam in more detail.  It also indicates how to make things even more difficult for automated spam programs by randomising field names and using the submitters IP address to prevent automatic submissions from groups of machines.</p>
<p>These methods can do a lot to help minimise misuse of your site by malicious programs.  However, to some extent it will depend on the value of your site to spammers.  Gmail, yahoo and hotmail have seen their CAPTCHA images broken as it is worth the effort in order to get large numbers of programs automatically registering email accounts and sending spam.  Honey pots on there own will be easier to overcome if there is good reason to do so, although Ned Batchelder’s full method is likely to be more difficult.  You can reduce the value of overcoming your defences by doing things such as using no follow links in comments on your site so they will not improve search engine rating.</p>
<p>The main thing is not to use CAPTCHA indiscriminately on forms.  There may be some situations where it is useful particularly if the returns for beating your defences are significant.  However, in the majority of cases you are creating a barrier for the people using your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/05/alternatives-to-captchaing-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed more important to men than women?</title>
		<link>http://www.userxp.co.uk/2009/05/speed-more-important-to-men-than-women/</link>
		<comments>http://www.userxp.co.uk/2009/05/speed-more-important-to-men-than-women/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:17:02 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[download speed]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=218</guid>
		<description><![CDATA[According to a study carried out by Southern Illinois University men consider download speed to be more important than women do. 301 undergraduate students were surveyed about the relative importance of a range of usability criteria.  Both men and women considered ease of use to be the most important. However, men indicated that download [...]]]></description>
			<content:encoded><![CDATA[<p>According to a study carried out by <span id="a000266more"><span id="more">Southern Illinois University men consider download speed to be more important than women do. </span></span><span id="a000266more"><span id="more">301 undergraduate students were surveyed about the relative importance of a range of usability criteria.  Both men and women considered ease of use to be the most important. However, men indicated that download speed was the next most important while women rated accessibility and navigation as more important. </span></span></p>
<p><span id="a000266more"><span id="more">The researchers have suggested that this difference may be a result of differences in the way men and women use the web, with men using it for information gathering and women using it for social relationships.  However, it is unclear whether this expressed preference will actually have a bearing on behaviour.   Just because women say it is less important does not mean they are necessarily more likely to remain on a site with large delays.  Neither does it indicate what men and women consider a slow download speed.</span></span><span id="a000266more"><span id="more"><br />
</span></span><br />
<a title="Southern Illinois University study" href="http://www.websiteoptimization.com/speed/tweak/usability-criteria/" target="_self">Usability Study: Men Need Speed</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/05/speed-more-important-to-men-than-women/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical jargon confuses users</title>
		<link>http://www.userxp.co.uk/2009/04/technical-jargon-confuses-users/</link>
		<comments>http://www.userxp.co.uk/2009/04/technical-jargon-confuses-users/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 13:01:24 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Copy]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[terminology]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=212</guid>
		<description><![CDATA[
The use of abbreviations, acronyms and technical language often serves to confuse users as it requires specialist knowledge.  In a recent study the gadget helpline surveyed more than 5000 people to discover the least understood technical terms.  The top ten most confusing include dongle, cookie and WAP.  Interesting digital TV also appears [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.userxp.co.uk/wp-content/technicaltext.gif"><img class="size-full wp-image-215 alignleft" style="border: 0pt none; margin: 8px;" title="Technical terms used in copy confuses" src="http://www.userxp.co.uk/wp-content/technicaltext.gif" alt="Many technical terms may confuse users" width="150" height="150" /></a></p>
<p>The use of abbreviations, acronyms and technical language often serves to confuse users as it requires specialist knowledge.  In a recent study the gadget helpline surveyed more than 5000 people to discover the least understood technical terms.  The top ten most confusing include dongle, cookie and WAP.  Interesting digital TV also appears in the list given the amount spent promoting the digital switch over.  May be the range of television services, such as freesat, on demand TV, sky and sky plus, make it unclear which are included in digital TV.  The study also highlights how brand names for technology can further confuse things creating multiple terms for the same technology.<br />
<a title="BBC news - Jargon still confuses many" href="http://news.bbc.co.uk/1/hi/technology/8017178.stm" target="_self"> Gadget jargon still confuses many</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/04/technical-jargon-confuses-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making associations</title>
		<link>http://www.userxp.co.uk/2009/03/making-associations/</link>
		<comments>http://www.userxp.co.uk/2009/03/making-associations/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 19:22:28 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[assumptions]]></category>
		<category><![CDATA[causality]]></category>
		<category><![CDATA[correlation]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=191</guid>
		<description><![CDATA[
Measuring apects of real world behaviour often reveals correlations between different variables.  Correlations indicate the strength and direction of the relationship.  For instance, there may be a correlation between the length of the page and time spent on a site. However, it is important to remember when looking at correlations that they do not prove [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xkcd.com/552/"><img src=" http://imgs.xkcd.com/comics/correlation.png" alt="xkcd comic on correlation" /></a></p>
<p>Measuring apects of real world behaviour often reveals correlations between different variables.  Correlations indicate the strength and direction of the relationship.  For instance, there may be a correlation between the length of the page and time spent on a site. However, it is important to remember when looking at correlations that they do not prove one variable is responsible for another.  One may cause the other, the other way round or they may both be affected by a third factor.  In the case of page length and time on site, users may be spending longer on the site as there is more to read or because it is harder to find what they are looking for.  It may also be that sites with longer pages have something else in common that mean users spend more time, such as more related content to which users can be directed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/03/making-associations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Safari beta helps them top 10% marketshare</title>
		<link>http://www.userxp.co.uk/2009/03/safari-beta-helps-them-top-10-marketshare/</link>
		<comments>http://www.userxp.co.uk/2009/03/safari-beta-helps-them-top-10-marketshare/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:21:05 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=178</guid>
		<description><![CDATA[Well for one day,  according to TG Daily reporting satistics provided by Net Applications Safari is listed with a 10.91% share of the browser market on 28 February 2009.  This seems to be due to rapid uptake of the new beta version of Safari which is estimated to have been downloaded 11 million times over [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_182" class="wp-caption alignleft" style="width: 160px"><a href="http://www.userxp.co.uk/wp-content/safari.jpg"><img class="size-full wp-image-182" title="safari" src="http://www.userxp.co.uk/wp-content/safari.jpg" alt="Safari logo" width="150" height="162" /></a><p class="wp-caption-text"> </p></div>
<p>Well for one day,  according to <a title="Safari 4 lifts Apple above 10% browser market share" href="http://www.tgdaily.com/content/view/41580/113/1/1/" target="_self">TG Daily</a> reporting satistics provided by <a href="http://www.netapplications.com/" target="_self">Net Applications</a> Safari is listed with a 10.91% share of the browser market on 28 February 2009.  This seems to be due to rapid uptake of the new beta version of Safari which is estimated to have been downloaded 11 million times over four days.</p>
<p>It is important to be careful when reviewing this type of browser statistics as there is generally some sampling bias as figures are collected from sites using their products.  However, it does highlight the importance of Safari.</p>
<p>Net Applications figures for the month put Safari&#8217;s market share at 7% overall which is a significant number of people even discounting the latest boost from the beta.  However, it should be noted that their figures place the market share of the mac operating system at nearly 10%.  This suggests that mac users may be more likely than microsoft users to switch from the browser packaged with the operating system to firefox or another browser.</p>
<p><a href="http://www.tgdaily.com/content/view/41580/113/1/1/" target="_self">Analysis: Safari 4 lifts Apple above 10% browser market share </a></p>
<p><a title="Net Applications market share" href="http://marketshare.hitslink.com/browser-market-share.aspx?qprid=0" target="_self">Browser Market Share</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/03/safari-beta-helps-them-top-10-marketshare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking the phish</title>
		<link>http://www.userxp.co.uk/2009/02/taking-the-phish/</link>
		<comments>http://www.userxp.co.uk/2009/02/taking-the-phish/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 14:09:10 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Copy]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=172</guid>
		<description><![CDATA[




I recently received a letter I originally dismissed as spam.  The first line read &#8216;We&#8217;re currently checking all our customers&#8217; details to make sure our records are kept up to date.&#8217;. The thing that made me question whether this was the usual run of the mill phishing letter attempting to steal my passwords and my [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_175" class="wp-caption alignleft" style="width: 228px;">
<dt class="wp-caption-dt"><a href="http://www.userxp.co.uk/wp-content/ocardo.jpg"><img class="size-medium wp-image-175" title="ocardo" src="http://www.userxp.co.uk/wp-content/ocardo-218x300.jpg" alt="Letter from ocardo" width="218" height="300" /></a></dt>
</dl>
</div>
<p>I recently received a letter I originally dismissed as spam.  The first line read &#8216;We&#8217;re currently checking all our customers&#8217; details to make sure our records are kept up to date.&#8217;. The thing that made me question whether this was the usual run of the mill phishing letter attempting to steal my passwords and my life was that I didn&#8217;t receive it in my inbox but through my door. Now I&#8217;m not saying you can&#8217;t get phishing attempts through the post, I once received a hand written letter from the wife of an ex-president of nigeria offering to share millions.  However, generally people running these cons don&#8217;t want to have to pay postage.</p>
<p>The other thing that made me think that the letter may be genuine was the lack of dodgy web address designed to coax me in to supplying personal details and secret codes.  It turns out the letter was from Ocardo trying to encourage me to change my setting on there site to receive updates.  In fact, if I was willing to sign up of updates on the service they were willing to give me a £5 shopping vouchure.  However, in order to drive me to the site they had decided to present the letter as encouraging their customers to update there details.  This not only feels like a dishonest way to communicate with your customers it lends credibility to phishing emails.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2009/02/taking-the-phish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Self selection &amp; biased samples</title>
		<link>http://www.userxp.co.uk/2008/12/self-selection-biased-samples/</link>
		<comments>http://www.userxp.co.uk/2008/12/self-selection-biased-samples/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 12:38:27 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[recruitment]]></category>
		<category><![CDATA[sampling bias]]></category>
		<category><![CDATA[user research]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=166</guid>
		<description><![CDATA[
Today&#8217;s cartoon on dilbert highlights an issue with any user research, it all depends who you ask.  When preparing to conduct any sort of user research you should spend time considering how you will recruit users, how your choice of selection methods may bias the sample and what criteria you should use.  It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dilbert.com/strips/comic/2008-12-10/" title="Dilbert.com"><img src="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/30000/4000/800/34809/34809.strip.gif" border="0" alt="Dilbert.com" /></a><br />
Today&#8217;s cartoon on dilbert highlights an issue with any user research, it all depends who you ask.  When preparing to conduct any sort of user research you should spend time considering how you will recruit users, how your choice of selection methods may bias the sample and what criteria you should use.  It is important that the sample should reflect your target audience since opinions and how users interact can differ greatly between groups.  The location, time and method of sampling can greatly affect the type of users you end up with.  </p>
<p>Some sampling bias is likely with any user research since they will only include people willing to take part in research (self selection). Incentives can be used to encourage participation, however it is important to select the correct incentive since it will make it more likely that you recruit those that find the incentive of value. A degree of sampling bias is not necessarily a problem as long steps are taken to ensure the sample is representative of the target audience and the sampling method is considered at the time of analysis.  </p>
<p>Before implementing the findings of research it is important to evaluate them against the needs of the wider target audience and the business, whether changes will impact other parts of the site and whether the respondents are your key audience.  No research should be taken at face value blindly implementing users opinions. User research is an important tool informing us of our audiences needs, opinions and behaviour but we need to look at it critically and in the context in which it was conducted. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/12/self-selection-biased-samples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pownce shutting down</title>
		<link>http://www.userxp.co.uk/2008/12/pownce-shutting-down/</link>
		<comments>http://www.userxp.co.uk/2008/12/pownce-shutting-down/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:16:37 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Strategy]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[pownce]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=160</guid>
		<description><![CDATA[
Pownce the micro blogging community site that allows you to send messages, links and files to your friends will shut down on 15 December 2008.  The site, created by among others Kevin Rose the man that brought you digg, has been bought by six apart the company behind blogging software such as moveable type and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-162 alignleft" style="border: 0pt none; margin: 8px;" title="pownce home page" src="http://www.userxp.co.uk/wp-content/pownce.jpg" alt="pownce home page" width="150" height="237" /></p>
<p>Pownce the micro blogging community site that allows you to send messages, links and files to your friends will shut down on 15 December 2008.  The site, created by among others Kevin Rose the man that brought you <a title="social news site" href="http://www.digg.com" target="_self">digg</a>, has been bought by six apart the company behind blogging software such as moveable type and typepad.</p>
<p>The decision to simply close the site rather than attempt to integrate the pownce community into their own site seems a little odd since community sites rely on their ability to retain and build users. Tools have been provided allowing the users to move their content to <a title="six aparts blogging community" href="http://www.vox.com/" target="_self">Vox</a>, six aparts blogging community, however, I imagine many users will feel rejected by six apart and move to another platform. One can only imagine that unnamed factors made the cost of maintaining both communities or integrating them prohibitive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/12/pownce-shutting-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox plugins for web design</title>
		<link>http://www.userxp.co.uk/2008/11/firefox-plugins-for-web-design/</link>
		<comments>http://www.userxp.co.uk/2008/11/firefox-plugins-for-web-design/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 14:18:22 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[pluggins]]></category>

		<guid isPermaLink="false">http://www.userxp.co.uk/?p=154</guid>
		<description><![CDATA[
A recent article on the Specyboy blog provides a summary of some of the most useful firefox plugins for web designers.  These include the excellent web developer extension which I have used for several years.  A lot of the other plugins perform tasks already covered by the web developer plugin, however there is the odd [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-157 alignleft" style="border: 0pt none; margin: 8px;" title="web developer plugin" src="http://www.userxp.co.uk/wp-content/web-developer.jpg" alt="web developer plugin for firefox" width="199" height="144" /></p>
<p>A recent article on the Specyboy blog provides a summary of some of the most useful firefox plugins for web designers.  These include the excellent <a title="web developer firefox plugin" href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_self">web developer</a> extension which I have used for several years.  A lot of the other plugins perform tasks already covered by the web developer plugin, however there is the odd interesting one.  These include <a title="screen capture plugin" href="https://addons.mozilla.org/en-US/firefox/addon/3408" target="_self">abduction</a> a screen capture tool and  <a title="A Statusbar with speed, percentage, time and loaded size" href="https://addons.mozilla.org/en-US/firefox/addon/1433" target="_self">extended status bar</a> which provides information on load speed.  The full list can be seen here, <a title="27 Indispensable Web Design and Development Firefox Extensions" rel="bookmark" href="http://speckyboy.com/2008/11/02/27-indispensable-web-design-and-development-firefox-extensions/" target="_self">27 Indispensable Web Design and Development Firefox Extensions.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.userxp.co.uk/2008/11/firefox-plugins-for-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
