<?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>LauraCowen.co.uk &#187; HCI &amp; Usability</title>
	<atom:link href="http://www.lauracowen.co.uk/blog/category/human-computer-interaction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lauracowen.co.uk/blog</link>
	<description>Laura&#039;s view from her world</description>
	<lastBuildDate>Mon, 05 Jul 2010 08:04:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How do you help the user decide?</title>
		<link>http://www.lauracowen.co.uk/blog/2009/09/08/how-do-you-help-the-user-decide/</link>
		<comments>http://www.lauracowen.co.uk/blog/2009/09/08/how-do-you-help-the-user-decide/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 21:20:59 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=228</guid>
		<description><![CDATA[One thing that I often debate with developers is why the error message  &#8220;An unexpected error has occurred.&#8221; isn&#8217;t a good message. Afterall, to the developer, the error *is* unexpected; otherwise, they&#8217;d have created a better error message for it. From the user&#8217;s perspective (who the software is written for, after all), they don&#8217;t want [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that I often debate with developers is why the error message  &#8220;An unexpected error has occurred.&#8221; isn&#8217;t a good message. Afterall, to the developer, the error *is* unexpected; otherwise, they&#8217;d have created a better error message for it.</p>
<p>From the user&#8217;s perspective (who the software is written for, after all), they don&#8217;t want to know that the error was not expected by the people who wrote the code. The user wants to know that the software (especially when it&#8217;s important to their job/finances/life) is in control and knows *exactly* what&#8217;s going to happen when you press a certain button. The user has to be able to trust the software and trust that the developer(s) of that software knew what they were doing when they wrote it.</p>
<p>So it gets difficult for the developer/designer when they have to make a call that potentially risks breaking that trust. For instance, supposing you (as a developer) were to provide a new feature that is really beneficial to the target user but there is a small risk that something will go wrong in a big way for that user if they try to use that feature. As developer, what do you do?</p>
<p>Typically, I&#8217;d predict, you would make the feature optional so that you aren&#8217;t forcing the user to use a feature that could potentially (however unlikely) cause them serious problems. If the user does try to use the feature, you provide scary warnings of what could occur in certain circumstances. Hopefully, that will put them off unless they really know what they&#8217;re doing.</p>
<p>Okay, that&#8217;s the developer&#8217;s perspective. And it&#8217;s entirely understandable and even laudable that the developer is doing what they can to keep the user safe.</p>
<p>So, switch now to the user&#8217;s perspective. The target user is computer literate but had no knowledge of the development of this feature or who developed it. This user could benefit greatly from this new feature but when they attempt to use it, they get a scary warning message which, as intended, makes them think twice about whether to use the feature or not.</p>
<p>Now what does the user decide? Granted, risk is all about weighing up the costs and benefits, and to one person the relative benefit will outweigh the possible cost. To make a decision, however, a person needs as much information as they can possibly get. In this case, the only (and therefore critical) information is provided by the developer; that is, how informative and/or scary the warning message is.</p>
<p>If the developer provides a lot of information that makes the feature look useful, the user might just choose to use it. But if the developer makes the warning message as scary as possible, the user will probably opt not to use it.</p>
<p>The developer wants users to use the new feature because they&#8217;ve made the effort to develop it and it really could benefit many users. The developer, however, doesn&#8217;t (understandably) want the responsibility of trashing someone else&#8217;s laptop in some way. So the result is that the developer pushes that responsibility off on to the user, when in fact the developer has far more information available to help them make that decision than the user has.</p>
<p>If you&#8217;re the user, though, how are you supposed to make that call?</p>
<p>For example&#8230;</p>
<p>Computer Janitor is a utility that was introduced in Ubuntu Intrepid (I think) so that you could run it to clean up old kernels that are no longer needed, and other bits and pieces of packages that are no longer used. When I first tried to use it, I raised <a title="Computer Janitor bug" href="https://bugs.launchpad.net/ubuntu/+source/computer-janitor/+bug/371918" target="_blank">this bug</a>, which, it turned out, had <a title="other Computer Janitor bug" href="https://bugs.launchpad.net/ubuntu/+source/computer-janitor/+bug/349336" target="_blank">this duplicate</a>.</p>
<p>Essentially, CJ could potentially remove packages that you might need. So when you try to use it tries to scare you into deciding whether you really really want to risk it. I raised the bug because the scary words don&#8217;t actually help you decide &#8211; in that, if you aren&#8217;t easily scared by such things, the scary message only determines how scared you are &#8211; not how well-informed you are to make a decision&#8230;and isn&#8217;t going to help when you break your computer.</p>
<p>What would maybe be more helpful is if CJ used a stricter set of criteria when selecting which files to remove. In this case, CJ might leave on your system  some files or packages that could be removed, instead of the reverse where it might incorrectly remove files or packages you need. The former is surely the preferably outcome for the majority of users (who would rather have a few unneeded files on their machine than a broken machine).</p>
<p>It would also be possible then, for the minority of users who really really know what they&#8217;re doing, to selectively delete the files that probably can be removed but CJ isn&#8217;t certain about. In this case, users are only presented with a decision to make if they actually seek it out but the majority of users are still able to benefit from the safer (if slightly less effective) behaviour. In fact, it would be better overall if CJ ran automatically during an Ubuntu upgrade so that the user really doesn&#8217;t have to care about it (unless they really really want to).</p>
<p>This is not intended as a dig at Computer Janitor as I think it&#8217;s a useful feature in general and I&#8217;m kindof surprised that this kind of clean-up wasn&#8217;t being done already whenever you do an upgrade of Ubuntu. Also, I think the bugs I&#8217;ve linked to above have caused a bit of a headache for the developers.</p>
<p>This issue of forcing users to make ill-informed decisions is a very common occurrence throughout software development and is certainly not specific to Ubuntu; it&#8217;s just that Ubuntu is a public development effort and provides examples that are relatively easy to explain. <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So please don&#8217;t be offended if you are part of the development teams for either Computer Janitor or Ubuntu!</p>
<p>So, if you, as developer/designer, find that you&#8217;re having to give scary messages to make a user *really* decide if they want to continue, consider stepping back from it, thinking about the possible decisions the user could make and what the consequences of those decisions are. Even talk to some of your target users and find out what decisions they&#8217;d make. Just because you can successfully scare them off doesn&#8217;t make it a successful feature &#8211; if the feature is potentially useful to the user, they should be able to safely use it (no matter what level of fear you instill in them). Then look at the bigger picture, think about it in a different way, and see if the decision can be made for the user, or the decision can even be removed altogether.</p>
<p>I&#8217;m sure that it&#8217;s not as easy as it might sound. And it&#8217;s not always easy to recognise situations like this. I&#8217;m hoping, though, that, having thought this through while writing this post, I&#8217;ll actually remember it in future the next time a similar issue occurs for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2009/09/08/how-do-you-help-the-user-decide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gallery 3 beta 2</title>
		<link>http://www.lauracowen.co.uk/blog/2009/08/17/gallery-3-beta-2/</link>
		<comments>http://www.lauracowen.co.uk/blog/2009/08/17/gallery-3-beta-2/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:55:24 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gallery3]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=212</guid>
		<description><![CDATA[It&#8217;s taken me a while but I&#8217;ve finally got round to installing and trying out Gallery 3 beta 2. It&#8217;s still all shiny and new and I&#8217;m still looking forward to it being released (and hoping Dreamhost adopt it immediately). It took me a bit of effort to get it installed because between beta 1 [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s taken me a while but I&#8217;ve finally got round to installing and trying out Gallery 3 beta 2. It&#8217;s still all shiny and new and I&#8217;m still looking forward to it being released (and hoping Dreamhost adopt it immediately).</p>
<p>It took me a bit of effort to get it installed because between beta 1 and beta 2, I reinstalled my laptop. Which meant that I&#8217;d none of the dependencies installed still. One thing I would suggest to the development team is a good set of installation instructions to help beta testers along. I did, of course, miss out on the beta upgrade option which would probably have seen me nicely on my way. Instead, though I was condemned to wrestle with Apache2 and, not normally having any contact with such things, I had to wait until Tony was around to debug my problem.</p>
<p>Anyway, all installed, I successfully uploaded my holiday pictures and, unlike in beta 1, I could actually view them:</p>
<p><img class="alignleft size-full wp-image-215" title="album-cropped" src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2009/08/album-cropped.png" alt="album-cropped" width="729" height="581" /></p>
<p>As you can see in the screenshot above, when you hover over a photo, a small toolbar appears with commonly required actions on it (I think this toolbar is a fantastic idea). This was there in beta 1 but I think there are more options now. You can now:</p>
<ul>
<li>Edit this photo</li>
<li>Rotate 90 degrees counter-clockwise (which is perfect because this is usually the first thing I need to do&#8230;)</li>
<li>Rotate 90 degrees clockwise (&#8230;or this)</li>
<li>Move this photo to another album</li>
<li>Choose this photo as the album cover</li>
<li>Additional options &gt; Delete this photo (This one is a drop-down rather than just a button &#8211; does this mean that there are other &#8216;additional options&#8217; to come? On the single-photo view pages, this option is just a wastebin button, which is easier if there are no other options to fit on.)</li>
</ul>
<p>So, what else has changed&#8230;?</p>
<p>Well tagging seems to be much the same. As I replied to a comment on my previous post, you can only add tags (on the single-photo page or on the album page) or delete tags (Contents &gt; Tags). It would be good if we could &#8216;manage&#8217; tags by merging two tags or renaming tags. Renaming would be useful (saves you deleting and having to re-tag all those photos with a new tag). Merging maybe less so but if you&#8217;re talking huge numbers of photos and you find you&#8217;ve used inconsistent tag names, merging can be useful.</p>
<p>If you&#8217;re in the album view and you click the slideshow button (top-right), you get a rather slick-looking slideshow appearing&#8230;all Web2.0-y. <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you&#8217;re in the single-photo view, the slideshow button doesn&#8217;t seem to work &#8211; it thinks there are no photos to show. I&#8217;d expect it to start a slideshow of the album to which the photo belongs, or the tag group..hmmm not sure which. Maybe you should be able to select from a drop-down menu button which&#8230;</p>
<p>One other thing about single-photo view: there&#8217;s a button that says &#8216;full size&#8217; but I&#8217;m not convinced (though I&#8217;ve not checked) that it is actually full size that it displays at when you click it.</p>
<p>Other things that I played with:</p>
<ul>
<li>Dashboard lets you edit what widgets are displayed, portal-style. Either the wide version in the centre, or the narrow version on the right-hand side.</li>
<li>Clicked Settings &gt; Start translating and threw me back to album view and no obvious way to translate. I assume it&#8217;s not implemented yet.</li>
<li>I like the hiding of the scary-looking settings in Settings &gt; Advanced and the scary message. I&#8217;m not touchin&#8217; nothin&#8217;!</li>
<li>Content &gt; Tags lets you manage tags &#8211; delete them only so far it seems.</li>
</ul>
<p>And that&#8217;s it for now. I&#8217;ve just run out of time right now and wanted to post my feedback so far. In general &#8211; still looks great!</p>
<p>P.S. The permissions UI hasn&#8217;t been updated in beta 2 but a comment on my previous post asked what I thought of the proposed UI for the permissions (<a rel="nofollow" href="http://codex.gallery2.org/Gallery3:Permissions_UX">http://codex.gallery2.org/Gallery3:Permissions_UX</a>). I think that looks way way better. I like the shortcut of just pressing preset buttons. That&#8217;s probably as much as I&#8217;ll ever need. You do get the nice shiny way to do advanced permissions if you so need it still so no one is left out.</p>
<p>Generally, all good. <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2009/08/17/gallery-3-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery 3 Beta 1</title>
		<link>http://www.lauracowen.co.uk/blog/2009/06/22/gallery-3-beta-1/</link>
		<comments>http://www.lauracowen.co.uk/blog/2009/06/22/gallery-3-beta-1/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 22:05:50 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gallery3]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=198</guid>
		<description><![CDATA[So, a bit back, I wrote a post about how Gallery have been focusing on making Gallery 3 easier to use.  So when Beta 1 came out, I gave it a go on my laptop. Uploading images (first things first!) After installation (which was a reasonably slick experience, although I was slightly confused by having [...]]]></description>
			<content:encoded><![CDATA[<p>So, a bit back, <a title="My post about the Gallery 3 aims." href="http://www.lauracowen.co.uk/blog/2009/04/13/gallery-3-lessons-learned-in-consumability/" target="_self">I wrote a post</a> about how <a title="Gallery website" href="http://gallery.menalto.com/" target="_blank">Gallery</a> have been focusing on making Gallery 3 easier to use.  So when Beta 1 came out, I gave it a go on my laptop.</p>
<h2>Uploading images (first things first!)</h2>
<p>After installation (which was a reasonably slick experience, although I was slightly confused by having to install apache2, php, and mysql first), Gallery neatly leads me through installing the first photos to my gallery. The browse dialog in which you select the photos you want to upload is slightly odd because as soon as you&#8217;ve selected the photos in the window, they start uploading. There is a &#8216;Done&#8217; button but that seems to refer to having &#8216;done&#8217; the upload, as opposed to having &#8216;done&#8217; the selection of photos ready to upload &#8211; which is what I expected and was slightly surprised by the uploading starting before I expected it to. Wonder if this is intentional&#8230;cos it&#8217;s a little bit weird?</p>
<p><img class="alignleft size-full wp-image-206" title="gallery-uploading" src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2009/06/gallery-uploading.png" alt="gallery-uploading" width="518" height="517" /></p>
<p>When the images have uploaded, they&#8217;re displayed in a tiled layout on the page (although, at the moment, the photos themselves don&#8217;t display &#8211; I guess that&#8217;s the joy of betas <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   ). The cool thing is that when you hover over a thumbnail, a small toolbar containing the most common tasks (edit, move to another album, set the photo as the highlight photo for the album, delete) appears over it. I did just try to take a screenshot but sadly I&#8217;ve forgotten my password so I can&#8217;t log back in&#8230;and the password reset function hasn&#8217;t been implemented yet&#8230; <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Update: turns out I took some screenshots when I was playing:</p>
<p><img class="alignleft size-full wp-image-205" title="gallery-imagetoolbar2" src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2009/06/gallery-imagetoolbar2.png" alt="gallery-imagetoolbar2" width="279" height="318" /></p>
<h2>Tags</h2>
<p>Oo, can add tagz! (That *is* actually what I wrote in the notes I made.) You just enter a tag, one at a time, then press &#8216;enter&#8217;. Tags were the reason I was looking at <a title="Zen Photo website" href="http://www.zenphoto.org/" target="_blank">Zen Photo</a> when I became despairing of Gallery 2 (and wanted cool tags like I have in WordPress and Delicious, instead of just sorting by albums). It&#8217;s easy to manage the tags you&#8217;ve created from the menus (Admin &gt; Content &gt; Tags).</p>
<p><img class="alignleft size-full wp-image-208" title="gallery-tags2" src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2009/06/gallery-tags2.png" alt="gallery-tags2" width="243" height="142" /></p>
<h2>Album permissions</h2>
<p>And then we get to album permissions. On Gallery 1, the permissions were slightly clunky but most could cope with them. On Gallery 2, the permissions were incomprehensible and when I googled for help I found other people who were similarly baffled and no actual answer to my problems. On Gallery 3, they&#8217;ve rightly got rid of the obviously UNIX-style permissions.</p>
<p>You can create different users and groups for your gallery. A reason for creating other users (who aren&#8217;t administrators) is so that you can section off albums so they can be selectively seen, for example, by family members, by friends, by work colleagues). When you create a user, you get the option to check the box &#8216;admin&#8217; which presumably gives the user administrative access to the gallery. The users makes sense but I&#8217;m slightly confused as to the groups. I&#8217;ve nothing against the groups per se (I can see they might be useful for administrators of massive gallery sites) but I think groups should be an &#8216;advanced&#8217; option that is not required for use by most people.</p>
<p>I can&#8217;t quite work out the &#8216;Registered Users&#8217; group &#8211; it seems to get everything added to it apart from &#8216;guest&#8217;. I added TestGroup group and created two users (TestUser and test2) which I dragged and dropped to the TestGroup group. Worked nicely.</p>
<p>You set who can access each album by clicking Options &gt; Permissions when that album is open, which opens the Edit Permissions dialog box. You then indicate the permissions that each group has on the current album. I like that you work by album but I&#8217;m not so sure about dealing with groups. I feel that it&#8217;s a bit of a &#8216;power user&#8217; task to be working with groups &#8211; you have to have planned and organised your groups to be able to use this dialog effectively; it also adds a layer of complexity to understanding what permissions an individual user has.</p>
<p><img class="alignleft size-full wp-image-207" title="gallery-albumpermissionselected" src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2009/06/gallery-albumpermissionselected.png" alt="gallery-albumpermissionselected" width="518" height="342" /></p>
<p>Thinking of my friend who uses a gallery we host, she (and I) would find it a lot easier to work with the users themselves &#8211; maybe with a power user tab option to switch to working with groups. I&#8217;d much rather say that user &#8216;family&#8217; can access this album, rather than set up a group called &#8216;family&#8217; with a user called &#8216;family&#8217; in it (there&#8217;d be little point, typically, to separate out different parts of the family to be multiple different users within the group). I agree that groups can be useful but I just don&#8217;t think they should be the default.</p>
<h2>Slideshow</h2>
<p>And finally, the slideshow facility (for viewers of your gallery rather than for you a gallery owner/administrator)  is provided by a third-party Gallery plug-in which is a little slow to load but you get the option to install a browser plug-in that gives you some client-side loveliness.</p>
<h2>Overall impressions</h2>
<p>Looking good. <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2009/06/22/gallery-3-beta-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>So what is consumability?</title>
		<link>http://www.lauracowen.co.uk/blog/2009/04/30/so-what-is-consumability/</link>
		<comments>http://www.lauracowen.co.uk/blog/2009/04/30/so-what-is-consumability/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:12:33 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=193</guid>
		<description><![CDATA[I was going to explain but Carl Kessler sums it up rather nicely here: Usability is more than a pretty face (or a good user interface) (Yay! Someone else who gets annoyed when people assume usability == user interface.)]]></description>
			<content:encoded><![CDATA[<p>I was going to explain but Carl Kessler sums it up rather nicely here:</p>
<p><a title="Carl Kessler's blog about Outside-In Design" href="http://outside-in-thinking.com/?p=72" target="_blank">Usability is more than a pretty face (or a good user interface)</a></p>
<p>(Yay! Someone else who gets annoyed when people assume usability == user interface.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2009/04/30/so-what-is-consumability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gallery 3 &#8211; lessons learned in consumability</title>
		<link>http://www.lauracowen.co.uk/blog/2009/04/13/gallery-3-lessons-learned-in-consumability/</link>
		<comments>http://www.lauracowen.co.uk/blog/2009/04/13/gallery-3-lessons-learned-in-consumability/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 12:07:59 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gallery3]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[random-praise]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=182</guid>
		<description><![CDATA[As a long-time user of the Gallery software for our photo gallery, and having recently totally fallen out with Gallery 2 (the software, not the people who I&#8217;m sure are lovely), I am just a little bit excited to read about the all-new Gallery 3 version which is now in its alpha release cycle. In [...]]]></description>
			<content:encoded><![CDATA[<p>As a long-time user of the <a title="Gallery open source software website" href="http://gallery.menalto.com/" target="_blank">Gallery</a> software for our photo gallery, and having recently totally fallen out with Gallery 2 (the software, not the people who I&#8217;m sure are lovely), I am just a little bit excited to read about the all-new <a title="Gallery 3 alpha 3 announcement" href="http://gallery.menalto.com/gallery_3.0_alpha_3_released" target="_blank">Gallery 3</a> version which is now in its alpha release cycle. In particular, this insightful paragraph which nicely sums up the fundamental problems with Gallery 2:</p>
<blockquote><p>Gallery 2 does many things for many people and this diversity has made it unhealthy. The code base is too complex and over-engineered because it was designed to fix every single thing that was wrong with Gallery 1 (Second System Effect) leaving its scope hazy and broad. And while the Gallery 2 code supports DB2, MSSQL, and Oracle we don&#8217;t actually have anyone on the team that knows much about them, so there is nobody to fix bugs or add features in these areas. Gallery 2 was designed from the bottom up with architecture and design patterns first, so the User Interface and User Experience need a ton of work! This is shown by the huge number of strings and documentation that need to be provided in the product for people to understand it, and multiple attempts for tech writers to document Gallery 2 have all failed. Lastly, the product is immensely complex which forces developers to take months or years to get up to speed. This makes it very hard to attract new developers, and that makes us sad.</p>
<p><a title="Gallery 3 Begins article" href="http://gallery.menalto.com/gallery_3_begins" target="_blank"><em>(Gallery 3 Begins</em></a>)</p></blockquote>
<p>This paragraph, in its analysis of where they went wrong in their approach to designing Gallery 2, could easily be applied to numerous other pieces of software; it epitomises the approach taken by so many software developers (both Open Source and proprietary):</p>
<ul>
<li><strong>Not clearly identifying <em>who</em> the software is for and what <em>they</em> want to be able to do with it.</strong> And not sticking with that definition, with the result that the software tries to become all things to all people and fails everyone by being too complex.</li>
<li><strong>Reacting to, and implementing, every user request indiscriminately.</strong> Yes, listen to users but do not be led by their requests. Users are not designers. They just want to do what they want to do and don&#8217;t really care what other users want to do. Some requests will conflict with other requests. Which is why you <em>must</em> have a clear understanding of who your users are, what their skills are, and what their goals in using your software are. Only then can you make informed decisions about which requests should be absorbed and which should be ignored. You can&#8217;t please everyone but, as long as you know who they are and you&#8217;re careful to design for them, you can please the people who you want to use the software.</li>
<li><strong>Making the software difficult to maintain and support.</strong> Aside from lacking contributors to the project, it increases the risk that when updates are released, they break other parts of the software because no one in the development team really understands how everything hangs together.</li>
<li><strong>Expecting documentation to paper the cracks in the software&#8217;s design.</strong> Documentation (not just the manuals but the labels on the User Interface or the titles in a wizard) has an important place within the whole product but always check honestly for whether the documentation is really necessary or whether it&#8217;s just covering up for a dodgy bit of design.</li>
<li><strong>Assuming that User Interface is the same as User Experience.</strong> The User Interface (UI) is only a part of the User Experience. One example in both Gallery 1 and 2 (though it&#8217;s way worse in Gallery 2), is the expectation that users implicitly understand Unix-style permissions. The UI didn&#8217;t help but the underlying concept of Unix-style permissions makes the software (and the UI) so much more complicated than it needs to be. (Gallery 2 was way worse because I still can&#8217;t work out how to set permissions &#8211; and I do, to an extent, understand Unix-style permissions.)</li>
</ul>
<p>I think it&#8217;s really cool that Gallery have openly recognised and acknowledged the problems with Gallery 2 and what they need to do to make Gallery 3 successful. The really hard part now, though, is to make sure that the development team don&#8217;t fall back into their Gallery 2 ways of thinking. That&#8217;s not to disparage the development team; it&#8217;s just hard to adopt new approaches. But it will get easier with practice. The clearly stated <a title="Gallery 3 features list" href="http://codex.gallery2.org/Gallery3:Features" target="_blank">Gallery 3 list of priorities</a> is encouraging and, while I&#8217;ve not looked at their progress in the alpha yet, I look forward to the first release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2009/04/13/gallery-3-lessons-learned-in-consumability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple tabs &amp; parallel browsing</title>
		<link>http://www.lauracowen.co.uk/blog/2008/04/25/multiple-tabs-parallel-browsing/</link>
		<comments>http://www.lauracowen.co.uk/blog/2008/04/25/multiple-tabs-parallel-browsing/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 22:12:37 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OLPC]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/?p=110</guid>
		<description><![CDATA[As you may have heard, I recently acquired an OLPC laptop. At some point I am going to write up my experiences with the OLPC/Sugar software so far (in the meantime, to uphold a promise I made, here are some useful tips for using and setting up software on the OLPC). For now, here are [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have heard, <a title="My OLPC blog post." href="http://www.lauracowen.co.uk/blog/2008/04/04/its-here-its-green-and-its-got-ears/" target="_self">I recently acquired an OLPC laptop</a>. At some point I am going to write up my experiences with the OLPC/Sugar software so far (in the meantime, to uphold a promise I made, here are <a title="Tips from Andy S-C and others." href="http://www.stanford-clark.com/OLPC.html" target="_blank">some useful tips for using and setting up software on the OLPC</a>). For now, here are my thoughts on browsing the Web from the OLPC Browse activity.</p>
<p>The killer bit of the <a title="Firefox website" href="http://www.mozilla-europe.org/en/products/firefox/" target="_blank">Firefox browser</a>, IMHO, was the ability to open multiple Web pages in separate tabs within the same browser window. Of course, internet Explorer now does multiple tabs (in a rainbow of shades) but back in my Windows (pre-IE7) days, I frequently did parallel browsing of websites by simply opening each webpage in a new window. The advantage of multiple tabs is that you don&#8217;t end up with a clutter of browser windows all over your taskbar.</p>
<p>I suspect that multiple tabs in browser windows, and (in Firefox at least) being able to bookmark all the tabs at once, has slightly altered how people browse.</p>
<p>Opening in a new window set me off down the path of parallel browsing but multiple tabs ensured I got there.  Especially as websites got more interactive and state-sensitive (meaning that you can&#8217;t switch to another website then click &#8216;Back&#8217; to return to your internet banking session). And I got less patient waiting for pages to load (ironic seeing as connection speeds have increased).</p>
<p>So now I&#8217;ve started using my OLPC to browse the web occasional when my other laptop is unavailable. This is an interesting, and slightly frustrating, experience.</p>
<p>The Sugar interface on the OLPC basically does away with the idea of windowing environments. That is, you don&#8217;t have a desktop on which to drag around and switch between windows. instead, each application (known as an &#8216;activity&#8217;) runs moreorless full-screen, like this:</p>
<p><a href="http://www.lauracowen.co.uk/blog/wp-content/uploads/2008/04/img_3062.jpg"><img class="alignleft size-medium wp-image-111" title="My website in the OLPC Web browser." src="http://www.lauracowen.co.uk/blog/wp-content/uploads/2008/04/img_3062.jpg" alt="" width="300" height="231" /></a></p>
<p>This means a return to linear browsing. in some ways it&#8217;s a liberating experience in that I read what I want to read of the current website or page before moving on the the next. And when reading blogs and the like, I can always click &#8216;Back&#8217; later. In many ways, though (and i&#8217;m a great believer in computers supporting user-behaviour, and not the other way round), it&#8217;s just frustrating.</p>
<p>For example, in writing this blog-post, I couldn&#8217;t easily open my blog or Andy&#8217;s OLPC tips page to check that I used the correct URL in my links. Nor could I quickly check my usage of a word in dictionary.com. I can, and sometimes do, open other instances of the Browse activity &#8211; essentially opening in a new window but with a little more effort &#8211; but more than three instances, I&#8217;ve found, tends to crash the whole lot.</p>
<p>Now, the OLPC and its software isn&#8217;t designed for me; it&#8217;s an education tool for children in developing countries. On the other hand, how soon before the older or more tech-savvy children start to want to browse in parallel &#8211; especially when internet access gets more ubiquitous?</p>
<p>I have resisted putting Firefox on my OLPC but tonight I&#8217;m sorely tempted&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2008/04/25/multiple-tabs-parallel-browsing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HCI 2007 @ Lancaster University</title>
		<link>http://www.lauracowen.co.uk/blog/2007/09/29/69/</link>
		<comments>http://www.lauracowen.co.uk/blog/2007/09/29/69/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 12:47:16 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lancaster Uni]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/2007/09/29/69/</guid>
		<description><![CDATA[At the beginning of September, I went to the HCI 2007 conference at Lancaster University (in the North of England). I was Chairing the HCI Practice Day (the Thursday) of the conference so it was all a little bit hectic but still, as usual, a lot of fun. This year, in line with the times [...]]]></description>
			<content:encoded><![CDATA[<p>At the beginning of September, I went to the <a href="http://www.hci2007.org">HCI 2007 conference</a> at <a href="http://www.lancs.ac.uk/">Lancaster University</a> (in the North of England).</p>
<p>I was Chairing the <a href="http://www.bcs-hci.org.uk/hci2007/programme/sessions/thu.asp">HCI Practice Day</a> (the Thursday) of the conference so it was all a little bit hectic but still, as usual, a lot of fun.</p>
<p>This year, in line with the times I guess, there was a fair number of papers on Second Life and other virtual environments, including one about BDSM in Second Life. In fact, there was definitely a bit of a trend this year for erotic HCI&#8230; (that, as a statement, either makes HCI cool, or it just goes to show that academics can make *anything* boring <img src='http://www.lauracowen.co.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).</p>
<p>There also seemed to be a fair amount about emotions &#8211; that is, how we engage with technology; eg why we happily waste an entire evening on Facebook or watching random videos on YouTube. Web2.0 was also in there, of course.</p>
<p>There were also some papers on bluetooth, several (as usual) on eye-tracking, and stuff about Accessibility, usability of the Web, methods of evaluating interface usability, and so on.</p>
<p>IBMers featured quite heavily in the HCI Practice Day (as you might imagine):</p>
<ul>
<li>Mark Farmer (IBM Warwick) introduced the <a href="http://www.alphaworks.ibm.com/tech/taskmodeler">IBM Task Modeler tool</a> that he develops (the link takes you to the Task Modeler page on Alphaworks where you can download a copy to try yourself).</li>
<li>Colin Bird (Master Inventor and Information Architect at IBM Hursley) followed up Mark&#8217;s introduction with a presentation about how you can (and we do) use Task Modeler to support information architecture: to model user tasks and create the navigation for information centres.</li>
<li><a href="http://www.benfletcher.com" title="Ben's blog" target="_blank">Ben Fletcher</a> (Senior Inventor at IBM Hursley) did a great presentation on deafblind technologies, including the possibilities of virtual worlds in supporting deafblind (and deaf or blind) users.</li>
<li>Me (Technical Author at IBM Hursley) &#8211; I was raconteur for <a href="http://www.comp.lancs.ac.uk/%7Edixa/alan.html">Alan Dix</a>&#8216;s panel discussing the <a href="http://www.comp.lancs.ac.uk/%7Edixa/papers/HCI2007-HCI-2.0-panel/">HCI issues in Web2.0</a> technologies.</li>
</ul>
<p>The keynote speaker for HCI Practice Day was <a href="http://www.uie.com/about/consultants/">Jared Spool</a> (the usability guru who isn&#8217;t Jakob Nielsen &#8211; and is much better and more credible, IMO) who moved heaven and high water (kind-of) to get here. He did a fantastic presentation that was very very funny and entertaining while being relevant and interesting too. He also attended as many of the other conference sessions as he could and participated by asking questions and making suggestions.</p>
<p>In fact, all the keynote speakers were great this year. Sometimes keynotes fly in, do their thang, then collect their expenses and go. All three (the others being <a href="http://http://personalpages.manchester.ac.uk/staff/stephen.payne/">Stephen Payne</a> from Manchester Uni and <a href="http://elizabethchurchill.com/">Elizabeth Churchill</a> from Yahoo!) all got involved in the conference, especially Elizabeth who was able to stay for the whole conference and seemed to be on every discussion panel going!</p>
<p>You can get the <a href="http://http://www.bcs.org/server.php?show=nav.9458">full proceedings of HCI 2007</a> (and, at some point, previous HCI conferences too) from the BCS eWIC site.</p>
<p>As a delegate, I also got the full proceedings as pdfs on a funky little USB drive, which I like.</p>
<p>It&#8217;s not long now until the call for papers will go out for <a href="http://www.hci2008.org">HCI 2008</a> (to be held in Liverpool, City of Culture). If this blog is still active by then, I&#8217;ll post the call here. I encourage you to get involved in HCI &#8211; it&#8217;s more than user interface design or usability; it&#8217;s also about being innovative in how to design technologies for human beings.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2007/09/29/69/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HCI 2007 on Flickr</title>
		<link>http://www.lauracowen.co.uk/blog/2007/09/13/hci-2007-on-flickr/</link>
		<comments>http://www.lauracowen.co.uk/blog/2007/09/13/hci-2007-on-flickr/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 21:24:04 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Lancaster Uni]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/2007/09/13/hci-2007-on-flickr/</guid>
		<description><![CDATA[Piccies here: www.flickr.com/photos/tags/hci2007/ I&#8217;m a newbie to Flickr and it took me some time to work out what exactly I wanted to do with it. I created a group for conference delegates to upload their photos to. But, having just finished uploading my photos, I think it&#8217;s easier just to stick with tagging. Happily, there [...]]]></description>
			<content:encoded><![CDATA[<p>Piccies here: <a href="http://www.flickr.com/photos/tags/hci2007/" title="HCI 2007 photos on Flickr" target="_blank">www.flickr.com/photos/tags/hci2007/</a></p>
<p>I&#8217;m a newbie to Flickr and it took me some time to work out what exactly I wanted to do with it. I created a group for conference delegates to upload their photos to. But, having just finished uploading my photos, I think it&#8217;s easier just to stick with tagging. Happily, there seem to be several people who have used the same tag &#8216;hci2007&#8242; for all their <a href="http://www.hci2007.org" title="HCI 2007 conference website" target="_blank">HCI 2007</a> conference photos on Flickr. So if you follow the link above you can find them easily.</p>
<p>Including pics from <a href="http://elizabethchurchill.com/" title="Elizabeth Churchill's website" target="_blank">Elizabeth Churchill</a> who was one of our three excellent keynotes. The others were <a href="http://personalpages.manchester.ac.uk/staff/stephen.payne/" title="Stephen Payne's website" target="_blank">Stephen Payne</a> and <a href="http://www.uie.com/about/consultants/" title="Jared Spool at UIE.com" target="_blank">Jared Spool</a> (Jared outdid my hopes and expectations by being incredibly funny and entertaining while still being very relevant and interesting.). All three were excellent not only because they did great presentations but because they attended as much of the rest of the conference as they could and actively participated in sessions, in particular Elizabeth who seemed to be on every panel going!</p>
<p>Oh, and here&#8217;s <a href="http://purplepress.wordpress.com" title="The Purple Press blog" target="_blank">The Purple Press blog</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2007/09/13/hci-2007-on-flickr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HCI 2007: Last chance to submit HCI Practice papers!</title>
		<link>http://www.lauracowen.co.uk/blog/2007/05/11/hci-2007-last-chance-to-submit-hci-practice-papers/</link>
		<comments>http://www.lauracowen.co.uk/blog/2007/05/11/hci-2007-last-chance-to-submit-hci-practice-papers/#comments</comments>
		<pubDate>Fri, 11 May 2007 06:08:59 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Lancaster Uni]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/2007/05/11/hci-2007-last-chance-to-submit-hci-practice-papers/</guid>
		<description><![CDATA[If you work in usability, accessibility, interaction design, technical writing, or you do exciting things with novel interfaces &#8211; or, in fact, you do anything related to human-computer interaction &#8211; consider writing about it and submitting an HCI Practice report for HCI 2007. An HCI Practice report is just two pages of your time and, [...]]]></description>
			<content:encoded><![CDATA[<p>If you work in usability, accessibility, interaction design, technical writing, or you do exciting things with novel interfaces &#8211; or, in fact, you do anything related to human-computer interaction &#8211; consider writing about it and submitting an HCI Practice report for HCI 2007. An HCI Practice report is just two pages of your time and, if accepted, you will do a presentation at the conference in September.</p>
<p>HCI 2007 is a conference organised by the British HCI Group (the human-computer interaction specialist group of the British Computer Society). The conference is run annually and, this year, is hosted by Lancaster University, UK. The conference will run from 3rd-7th September, with Thursday 6th September as the day on which the HCI Practice presentations will take place.</p>
<p>The conference website is at <a href="http://www.hci2007.org" target="_blank">www.hci2007.org</a>, and instructions on how to submit an HCI Practice report are at <a href="http://www.bcs-hci.org.uk/hci2007/programme/practitioner.asp">http://www.bcs-hci.org.uk/hci2007/programme/practitioner.asp</a></p>
<p>So contact me on laurajcowen@yahoo.co.uk if you need any more information or if you have any questions (put HCI2007 in the subject line so that you don&#8217;t end up in my Junk folder).</p>
<p>I look forward to hearing from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2007/05/11/hci-2007-last-chance-to-submit-hci-practice-papers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why? Why? Why?</title>
		<link>http://www.lauracowen.co.uk/blog/2006/07/08/why-why-why/</link>
		<comments>http://www.lauracowen.co.uk/blog/2006/07/08/why-why-why/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 10:48:27 +0000</pubDate>
		<dc:creator>Laura</dc:creator>
				<category><![CDATA[HCI & Usability]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.lauracowen.co.uk/blog/2006/07/08/why-why-why/</guid>
		<description><![CDATA[Why would anyone think it&#8217;s a good idea to have the nav bar on their website flash on and off? http://www.artisan-design.co.uk/gazcohw.htm What went through their minds? Would they buy a front door for their shop that continuously opened and closed regardless of whether a customer was trying to walk through it at the time?]]></description>
			<content:encoded><![CDATA[<p>Why would anyone think it&#8217;s a good idea to have the nav bar on their website flash on and off?</p>
<p><a title="Artisan Design gas fires website" href="http://www.artisan-design.co.uk/gazcohw.htm">http://www.artisan-design.co.uk/gazcohw.htm</a></p>
<p>What went through their minds?</p>
<p>Would they buy a front door for their shop that continuously opened and closed regardless of whether a customer was trying to walk through it at the time?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lauracowen.co.uk/blog/2006/07/08/why-why-why/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
