<?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>Usability Distilled</title>
	<atom:link href="http://www.usabilitydistilled.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.usabilitydistilled.com</link>
	<description>The good parts of usability and design</description>
	<lastBuildDate>Thu, 24 Mar 2011 18:12:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to find out what program is locking a file in windows</title>
		<link>http://www.usabilitydistilled.com/2011/02/how-to-find-out-what-program-is-locking-a-file-in-windows/</link>
		<comments>http://www.usabilitydistilled.com/2011/02/how-to-find-out-what-program-is-locking-a-file-in-windows/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 16:15:31 +0000</pubDate>
		<dc:creator>mathewda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.usabilitydistilled.com/?p=104</guid>
		<description><![CDATA[Have you ever had a program complain to you that a file was read only or &#8220;locked&#8221;? I&#8217;ve had this problem in the past several times and it can be extremely frustrating. Here&#8217;s some stuff to try. Make sure the &#8230; <a href="http://www.usabilitydistilled.com/2011/02/how-to-find-out-what-program-is-locking-a-file-in-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever had a program complain to you that a file was read only or &#8220;locked&#8221;? I&#8217;ve had this problem in the past several times and it can be extremely frustrating. Here&#8217;s some stuff to try.</p>
<p><strong>Make sure the file is not read only</strong><br />
The obvious thing to check first is if the file actually is read only. If it is then it&#8217;s a pretty quick fix to change that through the file&#8217;s property panel. It&#8217;s also possible that your source control system may have reset the read only flag, if that&#8217;s the case you just need to check out the file again.</p>
<p><strong>Make sure the file is unblocked</strong><br />
Sometimes when you download something from an insecure &#8220;zone&#8221; windows will mark it as a blocked file. I&#8217;ve found this can happen when you&#8217;re extracting a zip file from the internet. To change this go to the file&#8217;s property page and click the button to unlock the file.</p>
<p><strong>Restart your computer</strong><br />
It&#8217;s possible that another program has this file open and refuses to close it.</p>
<p><strong>Figure out what program is locking the file</strong><br />
It&#8217;s possible that a another program running on your system has opened the file and is preventing you from changing it. This can typically be fixed by restarting your computer but I&#8217;m usually a little more curious to find out what program actually has a grip on the file. It&#8217;s actually fairly easy to find this out.</p>
<p><a href="http://technet.microsoft.com/en-us/sysinternals/bb896653">Download Process Explorer</a> from Microsoft&#8217;s <a href="http://technet.microsoft.com/en-us/sysinternals/default">SysInternals website</a>.</p>
<p>This is just a zip file, just extract it and run procexp.exe. You will now see the main Process Explorer screen. This gives you lots of very detailed information about what is currently running on you computer.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2011/01/process-explorer.png"><img src="http://www.usabilitydistilled.com/wp-content/uploads/2011/01/process-explorer-300x165.png" alt="" title="process-explorer" width="300" height="165" class="alignright size-medium wp-image-106" /></a></p>
<p>Click the binoculars icon on the toolbar, or select &#8220;Find Handle or dll&#8230;&#8221; from the Find menu.</p>
<p>Type in the full path to the file you are having problems with and click search. If any currently running processes are using this file they will show up in this search. Clicking one of the results in this search will jump you to that process in the process list where you can then view more information about that program or potentially kill the program to free up the lock on the file.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2011/01/process-explorer-search-handle.png"><img src="http://www.usabilitydistilled.com/wp-content/uploads/2011/01/process-explorer-search-handle-300x127.png" alt="" title="process-explorer-search-handle" width="300" height="127" class="alignright size-medium wp-image-107" /></a></p>
<p>Now you can solve the mystery of what program is locking my file!?!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usabilitydistilled.com/2011/02/how-to-find-out-what-program-is-locking-a-file-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome&#8217;s in-page find improves user experience by unobtrusively adding context</title>
		<link>http://www.usabilitydistilled.com/2010/12/chromes-in-page-find-improves-user-experience-by-unobtrusively-adding-context/</link>
		<comments>http://www.usabilitydistilled.com/2010/12/chromes-in-page-find-improves-user-experience-by-unobtrusively-adding-context/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 18:59:45 +0000</pubDate>
		<dc:creator>mathewda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.usabilitydistilled.com/?p=93</guid>
		<description><![CDATA[See how Google's Chrome browser makes in-page find more friendly by highlighting search results as well as highlighting portions of the scroll bar for the page. <a href="http://www.usabilitydistilled.com/2010/12/chromes-in-page-find-improves-user-experience-by-unobtrusively-adding-context/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently started using Google Chrome as my primary web browser and it continues to impress me with details in its user experience. After performing an in-page text search using Ctrl+F, the browser adds an extra detail that I really liked. All instances of the search term are highlighted on the page AND the page&#8217;s scroll bar also now shows highlighted marks where the search term was found on the page. I thought this was a nice touch to give the user some context on where search results are located as well as a quick visual way to see how many results were found (if I see highlights everywhere I probably want to revise what I&#8217;m searching for on the page). I could see this being useful in other in-app searches, such as searching a PDF document. The extra visual context would likely be even more valuable when you are searching a larger piece of content.</p>
<div id="attachment_94" class="wp-caption alignright" style="width: 565px"><a href="http://www.usabilitydistilled.com/wp-content/uploads/2010/12/chrome-search-demo-ani.gif"><img src="http://www.usabilitydistilled.com/wp-content/uploads/2010/12/chrome-search-demo-ani.gif" alt="Searching in Chrome gives the user some extra context for the results" title="chrome-search-demo-ani" width="555" height="319" class="size-full wp-image-94" /></a><p class="wp-caption-text">Searching in Chrome gives the user some extra context for the results</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.usabilitydistilled.com/2010/12/chromes-in-page-find-improves-user-experience-by-unobtrusively-adding-context/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eight Ways to Kill an Idea</title>
		<link>http://www.usabilitydistilled.com/2009/11/eight-ways-to-kill-an-idea/</link>
		<comments>http://www.usabilitydistilled.com/2009/11/eight-ways-to-kill-an-idea/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:31:37 +0000</pubDate>
		<dc:creator>mathewda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.usabilitydistilled.com/2009/11/eight-ways-to-kill-an-idea/</guid>
		<description><![CDATA[Thought this was pretty good: http://www.fastcompany.com/blog/cliff-kuang/design-innovation/friday-fun-eight-ways-kill-idea]]></description>
			<content:encoded><![CDATA[<p>Thought this was pretty good:<br />
<a href="http://www.fastcompany.com/blog/cliff-kuang/design-innovation/friday-fun-eight-ways-kill-idea">http://www.fastcompany.com/blog/cliff-kuang/design-innovation/friday-fun-eight-ways-kill-idea</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usabilitydistilled.com/2009/11/eight-ways-to-kill-an-idea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chinese Students Create Awesome Photo Montage System Called PhotoSketch</title>
		<link>http://www.usabilitydistilled.com/2009/10/chinese-students-create-awesome-photo-montage-system-called-photosketch/</link>
		<comments>http://www.usabilitydistilled.com/2009/10/chinese-students-create-awesome-photo-montage-system-called-photosketch/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 15:15:27 +0000</pubDate>
		<dc:creator>mathewda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.usabilitydistilled.com/2009/10/chinese-students-create-awesome-photo-montage-system-called-photosketch/</guid>
		<description><![CDATA[I heard about this via a tweet yesterday, view the video here. The video shows off what I think is a pretty amazing concept: First draw a really horrible sketch, then label your illegible doodles with a few descriptive keywords, &#8230; <a href="http://www.usabilitydistilled.com/2009/10/chinese-students-create-awesome-photo-montage-system-called-photosketch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I heard about this via a tweet yesterday, view the video <a href="http://vimeo.com/6496886">here</a>. The <a href="http://vimeo.com/6496886">video</a> shows off what I think is a pretty amazing concept: First draw a really horrible sketch, then label your illegible doodles with a few descriptive keywords, then some magic turns your sketch into an actual picture. The system apparently works by searching the web or some database of images that will match the keywords you use to label your objects. After images are found they are analyzed by a series of algorithms to help eliminate incorrect matches and to find the matches that were likely intended by the user. These images are then cropped out from their backgrounds using some image manipulation algorithms and the images are laid out on a canvas using the locations that you placed your initial sketches. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="photosketch" border="0" alt="photosketch" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/10/photosketch.jpg" width="480" height="178" /> </p>
<p>What I thought was interesting about this application was the simplicity of the user experience. Anyone can understand it after seeing it once. This seems like it would be a great tool for coming up with simple marketing concepts and brainstorming, or just for the entertainment value.</p>
<p>You can visit the project’s homepage: <a href="http://cg.cs.tsinghua.edu.cn/montage/main.htm">here</a></p>
<p>The project page also has links to the source code and to user studies for the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usabilitydistilled.com/2009/10/chinese-students-create-awesome-photo-montage-system-called-photosketch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting good edge transparency with an bit png image</title>
		<link>http://www.usabilitydistilled.com/2009/09/getting-good-edge-transparency-with-an-bit-png-image/</link>
		<comments>http://www.usabilitydistilled.com/2009/09/getting-good-edge-transparency-with-an-bit-png-image/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:49:19 +0000</pubDate>
		<dc:creator>mathewda</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.usabilitydistilled.com/2009/09/getting-good-edge-transparency-with-an-bit-png-image/</guid>
		<description><![CDATA[In order to prevent your png from looking bad in IE6 you need to use the PNG8 format (8bit PNG) Let&#8217;s say we have this sprite image: In the Save For Web &#38; Devices preview saving as PNG-24 we can &#8230; <a href="http://www.usabilitydistilled.com/2009/09/getting-good-edge-transparency-with-an-bit-png-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<p>In order to prevent your png from looking bad in IE6 you need to use the PNG8 format (8bit PNG)</p>
<p>Let&#8217;s say we have this sprite image:</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image001.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image001_thumb.png" width="244" height="120" /></a></p>
<p>In the Save For Web &amp; Devices preview saving as PNG-24 we can see the edges of the button has a nice anti-aliased fade to transparent on the edges.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image002.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image002" border="0" alt="clip_image002" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image002_thumb.png" width="244" height="77" /></a></p>
<p>Notice however that when we switch to PNG-8 the edges start to look a bit ugly</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image003.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003" border="0" alt="clip_image003" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image003_thumb.png" width="244" height="70" /></a></p>
<p>The reason for this is that unlike PNG-24, PNG-8 only supports a single color to represent what is &quot;transparent&quot;, this is called index transparency and is similar to what you would see if you were using a gif. PNG-24 supports alpha transparency which means it can have colors that are partically transparent, that&#8217;s why the PNG-24 version has a nice smooth edge, it uses several colors with various percentages of transparency.</p>
<p>At this point you&#8217;re probably wondering if there&#8217;s a way to get a similar effect using PNG-8. The answer is yes but it&#8217;s not quite as easy as you&#8217;d hope it to be (which is why I&#8217;m writing this post).</p>
<p>The first step of the process is to know roughly what background color this image will be placed on top of. If the background color is fairly close to solid or a very gradual gradient this technique seems to work very well. If you have a more hard gradient in the background you may want to just consider putting the background in your image instead of using transparency. Not ideal, I know, but that&#8217;s what you have to deal with to get things looking good in IE6 without using the proprietary filters.</p>
<p>First let&#8217;s go back to our image and add in a white background. Then come back to the Save for Web and Devices dialog box. Follow these four steps to select the transparent color for your image:</p>
<li>Select the eye dropper tool on the left </li>
<li>Click on the color you want to be transparent using the eye dropper tool, in this case you will want to click the white background of this image. </li>
<li>After you do this you&#8217;ll notice the color is selected in the color table on the right, you can also click the color in the color table instead of using the eye dropper if you like </li>
<li>To make the selected color transparent click the small make transparent button below the color table (it&#8217;s the icon that looks like a grayed out checkerboard)
<p>At this point you&#8217;ll noticed that although the selected color has been made transparent it likely isn&#8217;t having the effect you intended.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image004.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004" border="0" alt="clip_image004" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image004_thumb.png" width="159" height="79" /></a></p>
<p>Here I obviously still want the paper icon to be white, not transparent. I only want everything outside of the image&#8217;s interior to be transparent.</p>
<p>Here is the technique I&#8217;ve used to get everything exterior to the object to be transparent.</p>
<p>Cancel out of the Save for Web and Devices dialog</p>
<p>Again, make sure you have set the background color to be what you intend the image to be placed on top of.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image005.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image005" border="0" alt="clip_image005" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image005_thumb.png" width="244" height="134" /></a></p>
<p>Now merge the layer with the object and the background layer together. You can do this by CTRL+clicking both layers to select them both, then select Merge Layers from the Layers menu.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image006.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006" border="0" alt="clip_image006" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image006_thumb.png" width="244" height="133" /></a></p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image007.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007" border="0" alt="clip_image007" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image007_thumb.png" width="102" height="244" /></a></p>
<p>You should now have a single layer that contains the object and the background color.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image008.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008" border="0" alt="clip_image008" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image008_thumb.png" width="238" height="110" /></a></p>
<p>Next select the paint bucket tool, and then select a color for the foreground that is not already contained in your image.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image009.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image009" border="0" alt="clip_image009" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image009_thumb.png" width="51" height="50" /></a></p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image010.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image010" border="0" alt="clip_image010" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image010_thumb.png" width="244" height="110" /></a></p>
<p>Make sure the options for the paint bucket tool are set to the following (anti-alias unchecked, and contiguous checked)</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image011.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image011" border="0" alt="clip_image011" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image011_thumb.png" width="244" height="14" /></a></p>
<p>Now click on the background of your image to paint it the new color.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image012.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image012" border="0" alt="clip_image012" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image012_thumb.png" width="244" height="122" /></a></p>
<p>Now, return to the Save for Web and Devices dialog and follow the same steps I described before to select the blue color as the transparent color. You should now see that the interior areas of the image remain white and you also have a nice anti-alaised transition to the background color. The pixelated edge that appears to here will seem to disappear once this image is placed on top of a background that is similar to your original background color (in this case white).</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image013.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image013" border="0" alt="clip_image013" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image013_thumb.png" width="244" height="181" /></a></p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image014.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image014" border="0" alt="clip_image014" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image014_thumb.png" width="235" height="229" /></a></p>
<p>Here&#8217;s an example of the final image being used on top of a gradient on a website. You&#8217;ll notice the edges are barely visible at a glance, however the more contrast between the intended background and the actual background the more noticeable the edges will become visible. That&#8217;s why it&#8217;s important to know your intended background color or at least keep it in mind so the edges blend in as seamlessly as possible. For more complex backgrounds you may want to consider another technique.</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image015.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image015" border="0" alt="clip_image015" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image015_thumb.png" width="244" height="84" /></a></p>
<p>Even though this technique is far from perfect is definitely gives better results than using a PNG-24 with transparency in IE6</p>
<p><a href="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image016.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image016" border="0" alt="clip_image016" src="http://www.usabilitydistilled.com/wp-content/uploads/2009/09/clip_image016_thumb.png" width="244" height="111" /></a></p>
<p>Notice here the light blue color that appears where you expect transparency in IE6 when using a PNG-24, this is because IE6 doesn&#8217;t support the alpha transparency of PNG-24.</p>
<p>There also is a size / load time advantage of using PNG-8 over PNG-24. As long as you don&#8217;t need the extra color complexity (many times on the web you don&#8217;t) then PNG-8 is typically much smaller than PNG-24, usually with little to no loss of quality (depending on the image&#8217;s composition). In the case for a sprite with buttons like the one seen here the original PNG-24 was 19KB and the PNG-8 version was only 9KB, that&#8217;s less than half the size with no real visible reduction in the quality of the image.</p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.usabilitydistilled.com/2009/09/getting-good-edge-transparency-with-an-bit-png-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.usabilitydistilled.com @ 2012-02-22 13:05:38 -->
