<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>Forum One: User Experience &amp; Design Blog</title>
    <link>http://uxd.forumone.com/</link>
    <description>The User Experience &amp; Design Blog covers issues that affect the web user's experience, which include information architecture, usability, accessibility, web development and latest trends. It is authored by the User Experience &amp; Design Team at Forum One Communications (forumone.com), a web strategy/technology firm in the Washington DC area.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.3 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://uxd.forumone.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Forum One: User Experience &amp; Design Blog - The User Experience &amp; Design Blog covers issues that affect the web user's experience, which include information architecture, usability, accessibility, web development and latest trends. It is authored by the User Experience &amp; Design Team at Forum One Communications (forumone.com), a web strategy/technology firm in the Washington DC area.</title>
        <link>http://uxd.forumone.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/UserExperienceDesign" type="application/rss+xml" /><item>
    <title>sIFR 3</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/356657473/171-sIFR-3.html</link>
            <category>CSS</category>
            <category>Flash</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/171-sIFR-3.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=171</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=171</wfw:commentRss>
    

    <author>nospam@example.com (Corey Lafferty)</author>
    <content:encoded><![CDATA[
    <p>
<a href="http://wiki.novemberborn.net/sifr3">sIFR version 3</a> is currently in beta, and it looks to be far more user-friendly than previous iterations.  If you're unfamiliar with sIFR (Scalable Inman Flash Replacement), the quick description is that it's a way to use any font you like on your website through the use of Javascript, Flash and CSS.  sIFR is not the future of text on the web given it has several large drawbacks. However, used carefully, it is a relatively painless way to bypass the limitations of typical web typography until a better solution is found a few years down the road.
</p>

<br />
<p>
Below is a portion of a page I've been working on using traditional plain text fonts.
</p>

<div style="width: 659px; margin: 0 auto;">
<img width='649' height='376' style="float: none; padding: 5px; border: 1px solid #ccc;" src="http://uxd.forumone.com/uploads/corey/sifr1.png" alt="" />
</div>

<br />
<p>
Here is the same page with sIFR enabled, replacing the headers and image caption.
</p>

<div style="width: 659px; margin: 0 auto;">
<img width='649' height='376' style="padding: 5px; border: 1px solid #ccc; float: none;" src="http://uxd.forumone.com/uploads/corey/sifr2.png" alt="" />
</div>

<p>
From my brief exposure to sIFR so far, I'm fairly impressed.  Below I've listed some of the pros and cons that I've run into; this is hardly an exhaustive list and will likely be modified as I gain more experience with sIFR.
</p>

<br />
<h2>Pros:</h2>

<p>
<strong>Use any font you like</strong>. The biggest plus to sIFR is that it allows you to use any font you wish, beautifully anti-aliased, without needing it to be installed on the user machine.  Want to render all your H2s in Wingdings?  Well, now you can, whether you should or not.
</p>

<p>
<strong>Selectable Text</strong>.  Text can be selected/copied, although the Flash text behaves a little less responsively than normal text (at least on my WinXP machine).  
</p>

<p>
<strong>Code is unmodified</strong>.  Except for adding a few new JS and CSS file calls to the header, sIFR requires no changes to your HTML or CSS.  
</p>

<p>
<strong>Accessible</strong>.  Since your HTML is unchanged, sIFR sacrifices neither accessibility nor search engine friendliness (unlike using images).
</p>

<p>
<strong>Degrades gracefully</strong>.  Since neither the HTML nor CSS is changed, the site degrades gracefully into plain text alternatives when Flash or Javascript is unavailable.  
</p>

<br />
<h2>Cons:</h2>

<p>
<strong>Complexity</strong>.  While far easier to use than sIFR 2, it is still a somewhat tedious process to create the Flash files and get the proper spacing through trial and error for the flash alternatives.  sIFR 3 requires the use of multiple JS, CSS and Flash files and (for the creation of Flash files), requires access to a Flash editor.  
</p>

<p>
<strong>Increased page load</strong>.  While rather streamlined, adding additional Javascript, CSS and Flash movies does somewhat increase the file size and processing demands needed to render pages.  
</p>

<p>
<strong>Requires Flash and Javascript</strong>.  Both Flash and Javascript must be enabled for sIFR to replace fonts, although, in their absence, pages will degrade gracefully to their normal HTML equivalents.
</p>

<p>
<strong>Not useful for large blocks of text</strong>.  Due to processing demands (and possible issues of line-spacing and placement), sIFR is discouraged for use with large blocks of text.
</p>

<p>
sIFR is most useful for replacing headers and short, important bits of text.  A better web typography solution will certainly present itself in the coming years, but for now sIFR serves its purpose well when carefully applied.
</p>

<br />
<h2>Resources</h2>
<p>
<a href="http://wiki.novemberborn.net/sifr3">Main sIFR site</a><br />
<a href="http://alphablogdesigns.com/2008/03/26/examples-of-sifr-typography/">Examples of sIFR typography</a><br />
<a href="http://designintellection.com/2008/this-is-how-you-get-sifr-to-work/">Tutorial: This is how you get sIFR to work</a>
</p> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/356657473" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 05 Aug 2008 15:08:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/171-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/171-sIFR-3.html</feedburner:origLink></item>
<item>
    <title>It's a bird! It's a plane! It's DATA VISUALIZATION!</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/339140333/170-Its-a-bird!-Its-a-plane!-Its-DATA-VISUALIZATION!.html</link>
            <category>Trends</category>
    
    <comments>http://uxd.forumone.com/archives/170-Its-a-bird!-Its-a-plane!-Its-DATA-VISUALIZATION!.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=170</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=170</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    <a href="http://infosthetics.com/archives/2008/07/air_pollution_helium_balloon.html"><img width='258' height='200' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/pollution_balloon.jpg" alt="" /></a><div style="clear:both"><!-- --></div><br />
A perfect example of data that is beautiful, interactive, and informative.<br />
<br />
It's a simple idea. Measure the air quality. Launch a gigantic balloon that's color indicates the quality (red=bad, green=good). Let tourists go for a ride.<br />
<br />
<blockquote>The balloon displays two measurements of air quality using <a href="http://www.airparif.asso.fr/">Airparif’s</a> data. Firstly, the ambient air quality is indicated by the color of the balloon, using three projectors that are located upon the envelope’s equatorial plane, providing good night-time visibility. Secondly, air quality near major traffic junctions is indicated using a high-power rotating laser beam that sweeps the lower half of the envelope.<br />
<br />
The environmentally friendly design is based on the Archimedes principle, and can lift up to 30 passengers (about 2.5 tones), without any noise or shaking, to an altitude of 150 meters above the city. Using an innovative lighting system it can be seen from more than 20 km. <br />
<br />
- <a href="http://www.ecofriend.org/entry/helium-filled-balloon-alerts-parisans-about-atmospheric-pollution">Ecofriend</a><br />
</blockquote><br />
<br />
<a href="http://www.carma.org">CARMA</a> (Carbon Monitoring for Action) uses a similar data visualization idea. In their case, color indicates the amount of CO2 generated by a power plant, power company, or region.<br />
<a href="http://www.carma.org"><img width='137' height='26' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/carma_colors.jpg" alt="" /></a><div style="clear:both"><!-- --></div><br />
via: <a href="http://www.pageflakes.com/THS_Flakes">The Hot Strudel Flakes</a> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/339140333" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 18 Jul 2008 11:59:59 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/170-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/170-Its-a-bird!-Its-a-plane!-Its-DATA-VISUALIZATION!.html</feedburner:origLink></item>
<item>
    <title>Hierarchy - Design's pecking order</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/314143983/161-Hierarchy-Designs-pecking-order.html</link>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/161-Hierarchy-Designs-pecking-order.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=161</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=161</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    Hierarchy. Strong, consistent visual hierarchy is key to a quality design. <br />
<br />
<strong>Q</strong> : What is visual hierarchy?<br />
<strong>A</strong> : Important elements have the most emphasis. Least important elements have the least emphasis. So, a user's eye should move around the page from your most important content to your least important content. <br />
<br />
<strong>Q</strong> : Ok...I still don't understand. How do you measure the emphasis of a single design element?<br />
<strong>A</strong> : There are a couple of design principles that we can use to create more or less emphasis.<br />
<br />
<strong>Contrast</strong><br />
more contrast = more emphasis<br />
less contrast = less emphasis<br />
<img width='100' height='100' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/contrast.jpg" alt="" /><div style="clear:both"><!-- --></div><br />
<br />
<strong>Size</strong><br />
larger = more emphasis<br />
smaller = less emphasis<br />
<img width='100' height='100' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/size.jpg" alt="" /><div style="clear:both"><!-- --></div><br />
<br />
<strong>Positioning</strong><br />
more space = more emphasis<br />
less space = er, clutter. There should always be some space.<br />
<img width='100' height='100' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/positioning.jpg" alt="" /><div style="clear:both"><!-- --></div><br />
<br />
<strong>Color</strong><br />
darker or brighter = more emphasis<br />
lighter or duller = less emphasis<br />
<img width='100' height='100' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/color.jpg" alt="" /><div style="clear:both"><!-- --></div><br />
<br />
<strong>Q</strong> : How do you decide the order? What should people look at first on my website? <br />
<strong>A</strong> : Of course it varies from site to site, but here's a hierarchy that works for most: <br />
<ol><li>Logo / Navigation / Feature</li><br />
<li>Section Headings / Small Features</li><br />
<li>Accompanying Text</li></ol><br />
<br />
<strong>Q</strong> : I'm a visual person. Can you just show me an example? What does a design with strong visual hierarchy look like?<br />
<strong>A</strong> : Here ya go. I added numbers to indicate where my eye went.<br />
<br />
<strong>Clear Hierarchy</strong><br />
<a href="http://www.poccuo.com/"><img width='200' height='275' style="float:left;margin-left: 5px; margin-right: 15px;" src="http://uxd.forumone.com/uploads/Poccuo.jpg" alt="" /></a><a href="http://www.wolftrap.org/"><img width='200' height='242' style="float:left;" src="http://uxd.forumone.com/uploads/wolftrap.jpg" alt="" /></a><div style="clear:both"><!-- --></div><br />
Both examples use contrast, size, positioning, and color effectively. The visual hierarchy guides your eye to the feature first and the sub-features second. Perfect!<br />
<br />
<strong>Confusing Hierarchy</strong><br />
<a href="http://www.freemap.com/"><img width='200' height='240' style="float:left;margin-left: 5px; margin-right: 15px;" src="http://uxd.forumone.com/uploads/freemap.jpg" alt="" /></a><a href="http://www.restaurantguideatlanta.com/"><img width='200' height='242' style="float:left;" src="http://uxd.forumone.com/uploads/restaurantatlanta.jpg" alt="" /></a><div style="clear:both"><!-- --></div><br />
I didn't know where to look first with these examples. I numbered them, but doubt that the goal of the design was to look at the spinning globes first. I'm talking to you <a href="http://www.freemap.com/">Freemap.com</a>!<br />
<br />
<strong>Q</strong> : Tell me again - why is this important?<br />
<strong>A</strong> : Having a clear visual hierarchy helps your users scan the page and quickly take in the content. Visual confusion leads to user confusion and frustration. <br />
<br />
<strong>Q</strong> : But how do you measure the weight of an element? <br />
<strong>A</strong> : I like to do a squint test. Put the design on the screen/wall, squint your eyes so it's a little blurry. What do you look at first? Second? By squinting, you are not thinking about the content itself, but about what item has the most weight on the page.<br />
<br />
Another useful tool is <a href="http://www.feng-gui.com/">Feng-GUI</a>. <br />
<br />
<blockquote>The <a href="http://www.feng-gui.com/">Feng-GUI</a> heat map service is an automatic alternative to eye-tracking. Unlike eye-tracking or click-based heatmaps, Feng-GUI creates heatmaps based on an algorithm that predicts what a real human would be most likely to look at.</blockquote><br />
<br />
Check out <a href="http://www.forumone.com">Forum One</a>'s hierarchy.<br />
<img width='410' height='634' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/VisualF1homepage.png" alt="" /><div style="clear:both"><!-- --></div><br />
<br />
Thanks to Brian at <a href="http://www.thehighcontrast.com">The High Contrast</a> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/314143983" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 17 Jun 2008 23:40:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/161-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/161-Hierarchy-Designs-pecking-order.html</feedburner:origLink></item>
<item>
    <title>Five and a half approaches to usability testing</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/306395789/167-Five-and-a-half-approaches-to-usability-testing.html</link>
            <category>Usability</category>
    
    <comments>http://uxd.forumone.com/archives/167-Five-and-a-half-approaches-to-usability-testing.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=167</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=167</wfw:commentRss>
    

    <author>nospam@example.com (Matt Humphrey)</author>
    <content:encoded><![CDATA[
    <p>In May, Forum One's Web Executive Seminar entitled &quot;<a href="http://www.forumone.com/content/calendar/detail/2683">Putting Online Audiences First, Again and Again</a>&quot; focused on the application of user-centric techniques to capture audiences' perspective throughout the lifecycle of a redesign. One of the speakers, Kira Marchenese, gave an enlighting presentation on various approaches to usability testing.</p><p>My colleague, <a href="http://www.forumone.com/section/about/f1people/cohen">Andrew Cohen</a>, has put together a great recap of her presentation entitled &quot;<a href="http://influence.forumone.com/archives/245-Five-and-a-Half-Approaches-to-User-Testing.html">Five and a Half Approaches to User Testing.</a>&quot; It's definitely worth a read. Be sure to watch Kira's presentation for more details.</p><p /> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/306395789" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 06 Jun 2008 17:24:40 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/167-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/167-Five-and-a-half-approaches-to-usability-testing.html</feedburner:origLink></item>
<item>
    <title>Paths vs. Hierarchies</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/293453206/166-Paths-vs.-Hierarchies.html</link>
            <category>Information Architecture</category>
            <category>Usability</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/166-Paths-vs.-Hierarchies.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=166</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=166</wfw:commentRss>
    

    <author>nospam@example.com (Matt Humphrey)</author>
    <content:encoded><![CDATA[
    <p>Here is a short, sweet, and to the point post from Ryan at Signal vs. Noise on <a href="http://www.37signals.com/svn/posts/1030-think-about-paths-instead-of-hierarchies" title="Think about paths instead of hierarchies">thinking about the architecture of your site in terms of paths instead of hierarchies</a>. What he's saying makes sense. Often, it's easy to get caught up in the overall structure of the site: Where do the publications live? Should the blog be part of news? Should contacts be in the about section, or on its own?</p><p>A way to enhance the architecture of the site is to think in terms of paths, Ryan says. How are your users going to get from point A to point B? It's more than where the publications live. How are your users finding the publications? Where are they starting - the home page, an internal page found via search? It's beneficial to understand all the potential paths a user might take to get to your content. Prioritizing these paths will help you think about the most important content. So, when you're in the analysis phase, don't throw out those scenarios. They'll come in handy when you want to develop some paths.</p><p>One thing to note is that we shouldn't abandon hierarchies, obviously. It'd be a hard sell to convince the client or site owner that you'll only investigate paths and not hierarchy. A reader of the post made the following comment, &quot;I would have to say though that convincing a site owner to only go down the ‘path’ route would simply give them the impression we were looking for shortcuts. So i think combining both elements of site planning/organisation is advisable.&quot;</p><br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/293453206" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 19 May 2008 08:03:42 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/166-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/166-Paths-vs.-Hierarchies.html</feedburner:origLink></item>
<item>
    <title>User-centric solutions: May 8th conference</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/281467142/165-User-centric-solutions-May-8th-conference.html</link>
            <category>Usability</category>
    
    <comments>http://uxd.forumone.com/archives/165-User-centric-solutions-May-8th-conference.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=165</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=165</wfw:commentRss>
    

    <author>nospam@example.com (Sophie Campagne)</author>
    <content:encoded><![CDATA[
    On Thursday, May 8th at the Press Club in downtown D.C., a handful of organizations will discuss how they approached user-centered design tactics during their redesign efforts.<br />
<br />
Hosted by Forum One, the distinguished panel includes:<br />
<br />
<ul><li><a href="http://www.linkedin.com/in/claudettea" >Claudette Archambault</a>, Principal IT Specialist at U.S. Senate<br />
<li><a href="http://www.linkedin.com/in/stevenjfuchs" >Steven Fuchs</a>, Information Architect/Designer at Broadcasting Board of Governors<br />
<li><a href="http://www.linkedin.com/pub/4/32b/b70" >Sanjay Koyani</a>, Director, FDA Web Communications<br />
<li><a href="http://www.linkedin.com/in/kiramarchenese" >Kira Marchenese</a>, Director, Internet Communications at Environmental Defense Fund<br />
</ul><br />
From usability testing in multiple languages, to audience research considerations for an intranet, this promises to be a very entertaining 3 hours!  <br />
<br />
Sign up for the event at: <a href="http://www.forumone.com/audiences"  title="forumone.com/audiences">www.forumone.com/audiences</a><br />
<br />
Hope to see you there!<br />
<br />
***<br />
Putting Online Audiences First, Again and Again<br />
May 8th, 2008<br />
8am - 11am, $95<br />
Lunch with speakers following event, pay as you go<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/281467142" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 01 May 2008 09:45:12 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/165-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/165-User-centric-solutions-May-8th-conference.html</feedburner:origLink></item>
<item>
    <title>First Look : We Can Solve It website</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/277667611/163-First-Look-We-Can-Solve-It-website.html</link>
            <category>Information Architecture</category>
            <category>Usability</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/163-First-Look-We-Can-Solve-It-website.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=163</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=163</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    First impressions are paramount. Especially in the web world. Let's see how this site strikes me - the new user.<br />
<br />
<a href="http://www.wecansolveit.org/"><img width='500' height='455' style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/home.jpg" alt="" /></a><div style="clear:both"><!-- --></div><br />
<a href="http://www.wecansolveit.org/">We Can Solve It website</a><br />
<br />
<strong>GOAL OF SITE</strong><br />
<strong>- Recruit users </strong>: They use the word "we" EVERYWHERE (The "w" in the logo is an "m" upside down. How clever!) They want you to be part of that "we". The woman in the video, Joylette, encourages you to join today. There a big form for you to type your email behind her head. The first navigation item is "why join we"<br />
<img width='69' height='67' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/we.png" alt="" /><br />
<div style="clear:both"><!-- --></div><br />
<strong>- Encourage users to take action </strong>: The second most prominent word/phrase is "take action"<br />
<strong>- Educate users</strong> : Once you dig in, you can find sub-pages with background on solutions.<br />
<br />
<br />
<strong>KEY AUDIENCES</strong><br />
<strong>- Young adults </strong>: The first person we see is a young woman (Joylette). The design feels young and contemporary - color choice (fresh, light), font choice (sans-serif, rounded, DIN?). <br />
<strong>- Tech savvy people </strong>: They specifically call out bloggers in the navigation item --> "press &amp; bloggers"<br />
<strong>- Media </strong>: Again, the "press &amp; bloggers" page is in the nav and it's a very robust page at that. They are seeking credibility and are providing press with the tools and resources to write about their campaign.<br />
<br />
<br />
<strong>SUCCESSES</strong><br />
<strong>- Personal ask</strong> : The four main sub-pages have a video of a person explaining the section and how it applies to me, the user. It conversational. It's personal. They're real people. They're talking to me. All that makes be more interested.<br />
<a href="http://www.wecansolveit.org/content/solutions"><img width='595' height='312' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/man_welcome.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<strong>- Positive language </strong> : No scare tactics here. We hear about the climate crisis everyday and how we're going to die any minute because of it. Well, that's an exaggeration, but it's refreshing to talk about solutions and progress for a change. One navigation items even reads "we are succeeding".<br />
<strong>- Inclusive language </strong> : Like I said earlier, "we" is everywhere.<br />
<strong>- Succinct messaging </strong> : Content is broken up into small, digestible pieces.<br />
<strong>- Lovely execution </strong> : I know it's hard to get all the pieces to fit together nicely when building a site. The information architecture is clear. The design isn't broken. Nice work.<br />
<br />
<br />
<strong>OPPORTUNITIES</strong><br />
<strong>- Add secondary navigation to sub-pages </strong>: Users don't get a sense of the depth of the site because there is no secondary navigation on sub-pages. Every sub-page has the same right column. Not only is that kind of boring and I stop looking at it, but you could put some secondary navigation over there and I can move from one secondary section to another more easily. I'm using my back button more than I'd like to.<br />
<img width='313' height='558' style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/rightcolumn.png" alt="" /><br />
<div style="clear:both"><!-- --></div><br />
<strong>- Improve home page feature navigation </strong> : There are five features and only one way to move through them. It's mildly annoying. I'd like to move forward AND BACK. Or have some sort of indicator that tells me where I am in the sequence (1 of 5).<br />
<img width='500' height='269' style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/feature_nav.jpg" alt="" /><div style="clear:both"><!-- --></div><br />
<strong>- Show participation in campaign </strong> : Another way to build credibility is to show how many people are currently involved in this campaign.<br />
<strong>- Create clearer Take Action icons </strong> : I was immediately turned off when I saw an image of people picketing next to the "Advocate for Change" link. All of the illustrations on the Take Action page are a little complex (Too many people. What's going on?) and don't provide much additional information, which makes me wonder if they should be there at all. If icons are used they should be extremely simple and iconic (duh). <br />
<img width='561' height='83' style="float: left; padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/take_action1.png" alt="" /><br />
<div style="clear:both"><!-- --></div> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/277667611" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 23 Apr 2008 15:59:09 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/163-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/163-First-Look-We-Can-Solve-It-website.html</feedburner:origLink></item>
<item>
    <title>IE6 and PNG Transparency</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/272402784/162-IE6-and-PNG-Transparency.html</link>
            <category>Browsers</category>
            <category>CSS</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/162-IE6-and-PNG-Transparency.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=162</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=162</wfw:commentRss>
    

    <author>nospam@example.com (Corey Lafferty)</author>
    <content:encoded><![CDATA[
    <p>
Almost seven years after its release, it's rather amazing that developers still need to support IE6.  According to <a href="http://w3schools.com/browsers/browsers_stats.asp">w3schools</a>, IE6 currently accounts for roughly 30% of web traffic, so support it we must -- at least for now.  
</p>
<p>
The limitations of IE6 are well known, but one of the more irritating of its failures is the lack of support for PNG transparency.  Of course, it does support GIF transparency... but GIFs don't support alpha transparency, only giving you completely transparent or completely opaque states for any given pixel.  Hence those ugly halo effects around poorly created GIFs or when a transparent GIF is moved onto a different background color than it was originally matted for.  PNGs give you alpha transparency, allowing smooth edges and variations in transparency, opening up far greater design options.
</p>
<p>
Fortunately there is a way to overcome most aspects of this limitation of IE6, allowing the use of PNGs.  Better yet, it requires no changes to your HTML and involves adding only a single line to your CSS.  The version I currently use was created by twinhelix.com and can be <a href="http://www.twinhelix.com/css/iepngfix/">downloaded here</a>.  Alternately, there is also <a href="http://jquery.khurshid.com/ifixpng.php">a jquery version</a> that appears to work in much the same manner.
</p>

<p>
Below is an example from a site we recently worked on.  The design called for a 3D bar graph to float on top of an auto-rotating slideshow.  On the left, you can see what the bar graph image looks like in IE6 without the PNG fix.  On the right is how it looks in modern browers...  as well as how it looks in IE6 once the fix is in place.  To see how the PNG interacts with the slideshow, please see the live site at <a href="http://www.usip.org/building/">www.usip.org/building/</a>.  
</p>
</p>


<div style="text-align: center; width: 468px; margin: 25px auto;">
<img width='225' height='170' style="border: 1px solid #ccc; padding: 1px; margin: 0 10px 0 0;" src="http://uxd.forumone.com/uploads/pngex2.jpg" alt="" />
<img width='225' height='170' style="border: 1px solid #ccc; padding: 1px; margin: 0;" src="http://uxd.forumone.com/uploads/pngex1.jpg" alt="" />
<div style="clear: both;"><!-- --></div>
</div>


<p>
The fix does not create full PNG support, so it's not perfect.  Most notably, transparent PNGs can be used as background images, but they <strong>cannot</strong> be tiled (i.e., repeat-x or repeat-y).  In other cases you may need to specify a height or width other than 'auto' to get a particular image to display correctly.  However, for the most part it works beautifully and allows the use of far more elegant design solutions in IE6 at very little cost.  
</p> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/272402784" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 17 Apr 2008 15:53:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/162-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/162-IE6-and-PNG-Transparency.html</feedburner:origLink></item>
<item>
    <title>Persuasive Architecture</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/257895957/154-Persuasive-Architecture.html</link>
            <category>Information Architecture</category>
            <category>Trends</category>
            <category>Usability</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/154-Persuasive-Architecture.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=154</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=154</wfw:commentRss>
    

    <author>nospam@example.com (Matt Humphrey)</author>
    <content:encoded><![CDATA[
    <p>For years, businesses have been using a number of techniques in their stores and online to influence their customers and encourage them to respond to their products and services. I’m sure most of you are familiar with the grocery store example. The bread, milk, and eggs are in the back of the store to force the customer to walk past the Little Debbie cakes on their way to pick up the necessities. That's persuasive design or marketing.</p><p>In the field of web design for non-profit organizations, purchasing a tangible object isn't always the goal. However, there are a number of cases where action is required. Examples include: donating to support a cause, subscribing to an organization’s RSS feed, or spreading the word about a specific initiative. How are users persuaded to take action? Placing Donate or Join Now buttons on your site isn't enough. This is where persuasive architecture comes into play.</p><p>Persuasive architecture goes a step beyond trying to produce a usable and intuitive information architecture. Information architecture is about effectively structuring a site in order to help users find the information they seek. This is accomplished through a number of strategies: categorization, labeling, designing page layouts, grouping, etc. Good information architecture will make it easy for the users to find what they’re looking for, but the experience shouldn’t stop there. Persuasive architecture will deliver a useful and intuitive interface, while putting an emphasis on informing, enticing, and persuading users into action.</p><p>Persuasive architecture in the non-profit arena is not dissimilar from persuasive architecture in the for-profit arena. While you might not be selling your users handbags or new shoes, what you could be selling is an idea. You want people to support your cause. You want people to join your organization so you can create a larger network of people who are collaborating with you. To successfully accomplish this on your site, you must persuade your users. You must persuade them to click again, to discover more, and ultimately to engage.</p><p>Enough talk. Let’s look at an example. A site that sports a nice persuasive architecture is the <a href="http://www.nothingbutnets.net" title="Nothing But Nets">Nothing But Nets</a> campaign.</p><p><img src="http://uxd.forumone.com/uploads/nbn_homea.png" /></p><div style="clear: both;"><!-- --></div><p>Nothing But Nets is a grassroots campaign to save lives by preventing malaria, a leading killer of children in Africa. If you peruse through the Nothing But Nets site, you’ll notice that they’ve done a good job of communicating their cause in addition to encouraging action. They’ve done this through persuasive navigation, persuasive content, and persuasive design. What I like the most about this site is that the navigation forms a concise, active, and persuasive statement. They broke out of the &quot;Who We Are ... What We Do&quot; mold with a very compelling site structure: Malaria kills, Nets Save Lives, and It's Easy to Help.</p><br />
<h3>Persuasive Navigation</h3><p><b>Malaria Kills</b></p><p align="baseline">Within this section, information is provided for those who may not even realize that Malaria is killing millions of people. The site provides compelling content that informs the user of Malaria and encourages them to understand that this is an issue that needs support.</p><p><img src="http://uxd.forumone.com/uploads/nbn_1a.png" /></p><div style="clear: both;"><!-- --></div><p><b>Nets Save Lives</b></p><p align="baseline">Providing the background information is the first step. But now, users might be thinking &quot;This seems out of control. What can be done about this?&quot; The site answers that question with the Nets Save Lives section. The section provides statistics on how bed nets save lives, and provides an overview of the process of getting the nets to Africa.</p><p><img src="http://uxd.forumone.com/uploads/nbn_2a.png" /></p><div style="clear: both;"><!-- --></div><p><b>It's Easy to Help</b></p><p align="baseline">At this point, you are hoping that the user is convinced. They understand what Malaria is and they realize the importance of supporting the efforts to put a stop to the deaths resulting from it. They also realize that buying bed nets is an easy way to stop Malaria infections. The next logical step is encouraging the user to support your cause by donating. The content supports this - everything from the title of the section to the number of ways to support.</p><p><img src="http://uxd.forumone.com/uploads/nbn_3a.png" /></p><div style="clear: both;"><!-- --></div><br />
<h3>Persuasive Content</h3><p><b>Net-O-Meter</b></p><p>Users like to know that other people are invested and have taken action. The Net-o-Meter is a perfect way to say, “Look! Other people are helping too!”</p><p><img src="http://uxd.forumone.com/uploads/netometer.png" /></p><div style="clear: both;"><!-- --></div><p><b>Interactive Net Distribution Map</b></p><p>Users also like to see the results of contributions. This map is a great way to visually see the results of current donations. It will also keep people coming back to the site to check the progress of the campaign.</p><p><img src="http://uxd.forumone.com/uploads/africa_map.png" /></p><div style="clear: both;"><!-- --></div><br />
<p><b>Compelling Video</b></p><p>I don't think that I have to be the one to tell you that online video is a great way to spruce up your persuasive content. The videos on the site really help bring the issues to the surface. Not only do they make the issues seem more real than they would by simply reading text, they engage the user with a more emotional approach.</p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/P7lLHMF3gpk" /><param name="wmode" value="transparent" /><embed width="425" height="355" src="http://www.youtube.com/v/P7lLHMF3gpk" type="application/x-shockwave-flash" wmode="transparent" /></object><p>It might not make sense for you to structure your site in the way Nothing But Nets did, but when you want your users to do something, take the time to think about how you are encouraging them to act. Think carefully about your content. Is it supporting and encouraging your users? If you want them to donate, are you explaining to them why donating is a good idea? Are you giving them enough information to encourage them to act? The technology to make the site and transactions usable isn't always enough. Just because they can find the information, doesn't mean they will act when you want them to. The architecture, design, and supporting content needs to help your users make the choices you want them to make.</p><p><b>Additional Information</b></p><p>I had the privilege to hear Shannon Raybold, campaign director for Nothing But Nets, talk about the process behind building the site I've talked about in this blog post. You can watch and listen to her <a href="http://www.slideshare.net/forumone/nothing-but-nets-un-foundations-shannon-raybold/" title="Nothing But Nets campaign director Shannon Raybold's presentation">presentation</a> from Forum One's <a href="http://www.forumone.com/content/calendar/detail/2397" title="Forum One Web Executive Seminar on Global Health">Web Executive Seminar on Global Health</a>.</p> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/257895957" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 25 Mar 2008 16:42:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/154-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/154-Persuasive-Architecture.html</feedburner:origLink></item>
<item>
    <title>It's Called Usability Testing, not User Testing</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/257827511/155-Its-Called-Usability-Testing,-not-User-Testing.html</link>
            <category>Information Architecture</category>
            <category>Usability</category>
    
    <comments>http://uxd.forumone.com/archives/155-Its-Called-Usability-Testing,-not-User-Testing.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=155</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=155</wfw:commentRss>
    

    <author>nospam@example.com (Sophie Campagne)</author>
    <content:encoded><![CDATA[
    <img style="border: 1px solid rgb(204, 204, 204); padding: 1px;" src="http://demo.forumone.com/uxd_blog_images/UsabilityTesting.png"/><br />
I’ve been hearing people misuse a common <a href="http://en.wikipedia.org/wiki/User-centered_design" >UCD</a> term, saying User Testing when they mean Usability Testing.  Semantics, you say?  Not so.  <br />
<br />
The term User Testing would imply that the user is being tested, when in fact, it’s the prototype and its usability that is being tested. One of the first things explained to participants during usability testing is that the goal is to determine how usable the proposed solution is.  Not how well the user has performed.  Because it's the 'Usability' of the prototype that is being assessed, the correct term is 'Usability Testing'.<br />
<br />
Conversely, the term User Research (a study often done at the earlier stages of a redesign) suggests that users are being researched: who they are, what information they seek, how they interact with the existing site. This takes on many forms – surveys, focus groups, contextual inquiries, interviews, stats analysis, etc.  The focus is on the ‘User’, and thus the approach is called ‘User Research’ or ‘<a href="http://influence.forumone.com/archives/156-Six-steps-to-a-successful-online-strategy,-step-2-know-your-audiences.html#comments" >Audience Research</a>’.  <br />
<br />
To summarize:<br />
<ul><li>User Research – the focus is on the <strong>user</strong> and their needs<br />
<li>Usability Testing – the focus is on the <strong>usability</strong> of the solution or prototype<br />
<li>User Testing – is a misnomer</ul><br />
Search our blog for additional posts on usability testing.<br />
<br />
(Thank you to MH and Todd Zazelenchuk for his <a href="http://www.userfocus.co.uk/resources/omnigraffle.html" >UCD stencils</a>) 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/257827511" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 25 Mar 2008 13:59:28 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/155-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/155-Its-Called-Usability-Testing,-not-User-Testing.html</feedburner:origLink></item>
<item>
    <title>Jakob Nielsen on Usability ROI</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/259169024/160-Jakob-Nielsen-on-Usability-ROI.html</link>
            <category>Usability</category>
    
    <comments>http://uxd.forumone.com/archives/160-Jakob-Nielsen-on-Usability-ROI.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=160</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=160</wfw:commentRss>
    

    <author>nospam@example.com (Sophie Campagne)</author>
    <content:encoded><![CDATA[
    In 2003, Jakob Nielsen reported that, on average, a usability redesign could increase desired metrics by 135% (based on a study of 42 site redesigns).  Fast forward to 2008, Jakob reports in a similar study that gains have dropped to 83%.  Why?  Usability has become a standard online, making the possible impact smaller than 5 years ago.  And it seems that usability budgets have not increased.  <br />
<br />
As someone working in the User Experience field, there's no doubt that there's been a surge in UX people and work in the last decade.  Entire career paths have been dedicated to the practice of user-centered design:  Information Architects, Interactive Designers, Usability Analysts, and many others.  Non-profits and government agencies alike have taken the lead from their commercial peers and invested in audience research and usability improvements.  <br />
<br />
This is a vast improvement from earlier generations websites.  Ten to fifteen years ago, websites were growing organically and usability was hardly a factor in design.  Today, usability has become part of our standard rhetoric.  <br />
<br />
Looking forward to what the next decade brings in the UX field.<br />
<br />
<a href="http://www.useit.com/alertbox/roi-first-study.html" >JN's 2003 ROI report </a><br />
<a href="http://www.useit.com/alertbox/roi.html" >JN's 2008 ROI report </a> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/259169024" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 21 Mar 2008 14:34:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/160-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/160-Jakob-Nielsen-on-Usability-ROI.html</feedburner:origLink></item>
<item>
    <title>Fly-out Menus are Evil</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/255128440/152-Fly-out-Menus-are-Evil.html</link>
            <category>Accessibility</category>
            <category>Usability</category>
    
    <comments>http://uxd.forumone.com/archives/152-Fly-out-Menus-are-Evil.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=152</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=152</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    <strong>The Culprit</strong><br />
Fly-out menu: a navigational solution. <br />
When a user puts their mouse over a navigation item, a menu automatically appears or "flies out". Items in that menu are clickable. Often used with intentions of de-cluttering the space and enhancing the user experience.<br />
<br />
Examples: <br />
<a href="http://www.state.ia.us/elderaffairs/resources/help.html">Iowa Dept of Elder Affairs</a> - Do they really expect the elderly to use this site?<br />
<a href="http://www.state.ia.us/elderaffairs/resources/help.html"><img width='500' height='351' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/elderaffairs.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.boozallen.com/">Booz Allen Hamilton</a> - Tabs meet fly-outs<br />
<a href="http://www.boozallen.com/"><img width='500' height='302' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/booz.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.abtassociates.com/">Abt Associates</a> - Two sets of fly-outs! Wait, three?<br />
<a href="http://www.abtassociates.com/"><img width='500' height='381' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/abt.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.lockheedmartin.com/">Lockheed Martin</a> - Note the sub-sub-menu under Customers. Eek.<br />
<a href="http://www.lockheedmartin.com/"><img width='500' height='263' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/lockheed.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<br />
<strong>The Crime</strong><br />
<ul><li>Relies heavily on user's mouse control</li><br />
<li>Hard to select. See <a href="http://en.wikipedia.org/wiki/Fitts_law">Fitts Law</a></li><br />
<li>Search engines may not be able to index your site (if fly-out is working with Javascript)</li><br />
<li>Not accessible to international users (who might need to look up words in a dictionary) or users with motor skills impairments (who have difficulty catching things that move).</li><br />
<li>Hides navigation in a menu. Users must go to fly-out navigation to get from one sub-section to another, even if they're in the same section.</li><br />
<li>Covers important content on the page</li></ul><br />
<br />
<strong>The Evidence</strong><br />
<a href="http://www.uie.com/articles/users_decide_first/">UIE</a> did some usability testing on sites with fly-out menus and found the following:<br />
<ul><li>Users decide what they're going to click on, before the move their mouse.</li><br />
<li>"In our studies, we observed that once users realized there was more information available to them, they stopped and re-evaluated the screen. Users seemed disoriented by this disruption in activity and they lost confidence that they were clicking in the right places. The users now questioned a choice that seemed to be a good one earlier."</li><br />
<li>"...fly out implementations required our users to use awkward movements to make simple choices."</li><br />
<li>"Users became frustrated because they couldn't see the content in advance of choosing a category and some had problems with the menus going away when they used natural movements. Users expended so much effort to select a menu choice that they often missed stories that might otherwise have attracted their attention."</li></ul><br />
<br />
<strong>Questions to ask yourself before you act</strong><br />
<ul><li>How will my audience respond? Do they have the mouse control? Will they be annoyed?</li><br />
<li>Do I want a fly-out nav because 'it looks cool'? Is it a personal preference?</li><br />
<li>Are my sub-section titles long (over 15 characters) or will they grow in the future?</li><br />
<li>What happens when users increase or decrease text size?</li><br />
<li>How does this work with my CMS? Can I add sub-sections easily to the fly-out nav?</li><br />
<li>How will I handle sub-page navigation? Will the user have to go to fly-out menu to navigate between sub-sections?</li></ul><br />
<br />
<strong>Best Practices - if you're going to do it</strong><br />
<ul><li>Make the selection area wider that it appears so that it doesn't disappear if you are moving the mouse just a couple of pixels outside of the menu</li><br />
<li>Make it clear that it is a menu, for example by adding a down-pointing triangle next to the label. <a href="http://www.crateandbarrel.com">Crate and Barrel</a> does a nice job of this. Note that all items in the fly-out menus are actions. </li><br />
<li>Work without Javascript</li><br />
<li>Use a delay before hiding the fly-out menu again, e.g. 250ms</li><br />
<li>Only use horizontal menus with vertical fly-out menus. The vertical area in which the mouse-pointer needs to be move is too small, i.e. typically 12-14px, and causes the menu to be hidden unwantedly.</li><br />
<li>Keep sub-section titles short</li><br />
</ul><br />
Examples:<br />
<a href="http://www.crateandbarrel.com">Crate and Barrel</a> <br />
<a href="http://www.target.com">Target</a><br />
<br />
Disagree? Have other thoughts? Send the bail money my way!<br />
<br />
Sites I referenced and may have directly copied text from:<br />
Nielsen Alertbox: <a href="http://www.useit.com/alertbox/20050314.html">Low-Literacy Users</a><br />
Welie.com: <a href="http://www.welie.com/patterns/showPattern.php?patternID=fly-out-menu">Fly Out Menu</a><br />
456 Berea St: <a href="http://www.456bereastreet.com/archive/200403/usability_and_flyout_menus/">Usability and Fly-out Menus</a><br />
UIE: <a href="http://www.uie.com/articles/users_decide_first/">Users Decide First; Move Second</a> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/255128440" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 20 Mar 2008 16:29:00 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/152-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/152-Fly-out-Menus-are-Evil.html</feedburner:origLink></item>
<item>
    <title>Happy St. Patty's Day - from your search engines</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/253284464/153-Happy-St.-Pattys-Day-from-your-search-engines.html</link>
            <category>Trends</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/153-Happy-St.-Pattys-Day-from-your-search-engines.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=153</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=153</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    Seems like you can't forget a holiday if you're on the internet.<br />
<br />
<a href="http://www.yelp.com"><img width='500' height='50' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/yelp.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.aol.com"><img width='500' height='70' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/aol.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.yahoo.com"><img width='500' height='73' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/yahoo.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.ask.com"><img width='500' height='321' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/ask.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.dogpile.com"><img width='500' height='319' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/dogpile.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
<a href="http://www.google.com"><img width='500' height='234' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/google.png" alt="" /></a><br />
<div style="clear:both"><!-- --></div><br />
Didn't Google start this <a href="http://www.google.com/holidaylogos.html">trend</a>?<br />
<br />
 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/253284464" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 17 Mar 2008 18:35:48 -0400</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/153-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/153-Happy-St.-Pattys-Day-from-your-search-engines.html</feedburner:origLink></item>
<item>
    <title>Site o' the Month : The Poetry Foundation</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/245021128/150-Site-o-the-Month-The-Poetry-Foundation.html</link>
            <category>Information Architecture</category>
            <category>Web Design</category>
    
    <comments>http://uxd.forumone.com/archives/150-Site-o-the-Month-The-Poetry-Foundation.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=150</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=150</wfw:commentRss>
    

    <author>nospam@example.com (Courtney Clark)</author>
    <content:encoded><![CDATA[
    I'm specifically looking at the Poetry Tool. You can get to it from the global navigation or from a feature on the <a href="http://poetryfoundation.org/">home page</a>.<br />
<a href="http://poetryfoundation.org/archive/poetrytool.html"><img width='500' height='497' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/poetry_tool.png" alt="" /></a><br />
<br />
<div style="clear:both"><!-- --></div><br />
<br />
<strong>Clear Action Points</strong><br />
<img width='105' height='90' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/start_here.png" alt="" /><br />
<img width='282' height='45' style="float: left;  padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/search.png" alt="" /><br />
<div style="clear:both"><!-- --></div><br />
<br />
<table cellspacing="0" cellpadding="0"><tr><td><strong>Intuitive Filter Options</strong></td></tr><br />
<tr><td>Start with the obvious<br />
<img width='200' height='215' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/poems.png" alt="" /></td><br />
<td>If you know who you like already<br />
<img width='200' height='215' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/poets.png" alt="" /></td></tr><br />
<tr><td>For presentations<br />
<img width='200' height='215' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/audio.png" alt="" /></td><br />
<td>For research and further learning<br />
<img width='200' height='215' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/articles.png" alt="" /></td></tr><br />
<tr><td>For teachers and parents<br />
<img width='200' height='215' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/childrens.png" alt="" /></td></tr><br />
</table><br />
<div style="clear:both"><!-- --></div><br />
<br />
<strong>Visual Progression</strong><br />
The size of the box is reduced as you drill down. Since the fourth box can't get much smaller, there's a slight color difference. See that?<br />
<img width='500' height='201' style="padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/selections.png" alt="" /><br />
<br />
<br />
<div style="clear:both"><!-- --></div><br />
<br />
<strong>Opportunities to Continue Exploring</strong><br />
Once I select a poem, I can not only read the poem, but also see the poet's picture, learn more about the poet, and view other poems by that poet. <br />
<img width='500' height='507' style=" padding-left: 5px; padding-right: 5px;" src="http://uxd.forumone.com/uploads/Poem_selected.png" alt="" /><br />
<br />
<br />
<div style="clear:both"><!-- --></div><br />
<br />
<strong>Things I would do differently</strong><br />
<ul><br />
<li>Make each green box clickable. Right now you have to click on the text within the box. Simply clicking in the green space does nothing.</li><br />
<li>Provide a word count for each poem. I was looking for a short poem to write in a birthday card. It's hard to tell how long the poem is before you click and are taken away.</li><br />
<li>Auto-fill the Poetry Tool drop downs (see right column) once you get to the poem detail page. Clicking the back button is easier than selecting items in the form again. But if they were auto-filled, I could navigate easily from the detail page.</li><br />
<li>Widgets! The Poetry Tool would be a very cool thing to add to a blog, Facebook page, Mac Dashboard, etc.</li> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/245021128" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 27 Feb 2008 09:24:20 -0500</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/150-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/150-Site-o-the-Month-The-Poetry-Foundation.html</feedburner:origLink></item>
<item>
    <title>Primary Navigation Image Replacement</title>
    <link>http://feeds.feedburner.com/~r/UserExperienceDesign/~3/231080856/149-Primary-Navigation-Image-Replacement.html</link>
            <category>Accessibility</category>
            <category>CSS</category>
            <category>HTML/XML</category>
    
    <comments>http://uxd.forumone.com/archives/149-Primary-Navigation-Image-Replacement.html#comments</comments>
    <wfw:comment>http://uxd.forumone.com/wfwcomment.php?cid=149</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://uxd.forumone.com/rss.php?version=2.0&amp;type=comments&amp;cid=149</wfw:commentRss>
    

    <author>nospam@example.com (Corey Lafferty)</author>
    <content:encoded><![CDATA[
    <p>
Using basic CSS there are various ways to replace text with images, but most of these methods have drawbacks.  These drawbacks become even more apparent when you are using image replacement in links (such as in navigation items).  A primary reason for using image replacement is to aid in accessibility, but many of the common ways to replace text have accessibility issues.  In an effort to choose one of these methods as our company's standard, I evaluated the most common image replacement techniques while creating a site's primary navigation.  I thought it might be informative to show the process involved in choosing the option I believe to have the least serious drawbacks.  
</p>
<p>
This may get a little complicated, so I'll first start with some simple examples of image replacement.
</p>

<p>
<strong>Replacement Method #1</strong>
</p>

<p>
Let's start with this code:
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre> &lt;h1&gt;&lt;span&gt;About Us&lt;/span&gt;&lt;/h1&gt;
</pre>
</div>

<p>
When this header is rendered, what we'd like to see happen is the text 'About Us' disappear and be replaced with a nice image we've made.  The easiest way to do this would be to apply a background image to the <em>h1</em> tag and set the <em>span</em> tag to not display.  
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre>h1 {
    background-image: url(images/about_us.gif);
    width: 200px;
    height: 100px;
}

h1 span {
     display: none;
}
</pre>
</div>

<p>
Unfortunately, setting display to 'none' causes most screen-readers to ignore the text, so nothing gets read at all.  In addition, if the user turns off images in their browser but leaves CSS on (a common thing to do on slow connections or handheld devices), the header effectively ceases to exist.  
</p>

<p>
<strong>Replacement Method #2</strong>
</p>

<p>
Using the same HTML, this rather serious drawback can be overcome by modifying the CSS a bit.  
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre>h1 {
    background-image: url(images/about_us.gif);
    width: 200px;
    height: 100px;
}

h1 span {
     display: block;
     overflow: hidden;     
     height: 0;     
}
</pre>
</div>

<p>
Now the <em>span</em> is set to display block, but is effectively hidden from visual browsers by setting the height to '0' and making sure the overflow is hidden.  The background image still shows clearly though and in screen-readers, the text will still be read.  Unfortunately, the header still ceases to exist for all intents and purposes if images are disabled but CSS left enabled.  
</p>

<p>
<strong>Replacement Method #3</strong>
</p>

<p>
Yet another method removes the need for the <em>span</em> scaffolding altogether, leaving our HTML happily simple and semantic.
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre> &lt;h1&gt;About Us&lt;/h1&gt;
</pre>
</div>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre>h1 {
     background-image: url(images/about_us.gif);
     width: 200px;
     height: 100px;
     text-indent: -9999px;
}
</pre>
</div>

<p>
Here the background image is still applied to the <em>h1</em> tag as before, but the text is cleverly removed from view in visual browsers by indenting the text negatively a ridiculous amount.  In visual browsers the image display normally but the text is moved far off the screen (probably about 10 feet or so to your left), effectively hiding it.  However, screen-readers will still read the text normally.     Unfortunately this method, while simple and elegant, still suffers the same drawback as the previous method -- it renders the header tag useless if images are disabled while CSS is still being used.   The negative text-indentation trick also has another drawback when links are being used, but I'll get to that later.  
</p>

<p>
<strong>Replacement Method #4</strong>
</p>

<p>
The final method of image replacement suffers none of the drawbacks seen in these previous methods.  Images display normally in visual browsers with the text hidden, screen-readers read the text normally and the header still renders if images are disabled (whether CSS is used or not).  We start with this rather counter-intuitive HTML.
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre> &lt;h1&gt;&lt;span&gt;&lt;/span&gt;About Us&lt;/h1&gt;
</pre>
</div>

<p>
We're back to using a <em>span</em> tag, but in this HTML, the text is actually outside of it.  Our CSS gets a little trickier.  
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre>h1 {
     width: 200px;
     height: 100px;
     position: relative;
}

h1 span {
     background-image: url(images/about_us.gif);
     width: 200px;
     height: 100px;     
     position: absolute; 
     top: 0;
     left: 0;
}
</pre>
</div>

<p>
What's going on here is the <em>h1</em> and the <em>span</em> contained within are both being set to the same height and width.  The relative and absolute positioning of the tags allows us to place (in layer terms) the <em>span</em> on top of the <em>h1</em>.  Effectively, the text within the <em>h1</em> is hidden behind the background image of the <em>span</em>.  The text will be read normally by screen-readers and turning off images will simply reveal the text underneath.  The only drawback to this option is that the width of the text underneath has to be equal to or less than the width of the image replacing it.  Otherwise, parts of the text will hang out from underneath the image like feet sticking out from a blanket that's too short.  However, in most cases this will not be a problem and in those cases where it is, the size of the text could be manipulated through CSS.  If a user bumps their text size from within their browser too high, this will obviously start to become more worrisome -- but this seems to be the least offensive of the drawbacks from all of these methods.  
</p>

<p>
Now lets see what happens when we start to use these techniques within a site's primary navigation where our images need to be anchors.  Below is what we're trying to create should look like.  Four navigation buttons with dark blue roll-over states.
</p>

<div align="center" style="margin: 0pt auto; text-align: center;">
<img width="245" height="27" style="border: 0pt none ; float: none;" src="http://uxd.forumone.com/uploads/corey/goal.gif" />
</div>

<p>
To achieve this goal, we'll need to create four images.  We could make eight (an on and off state for each of the four menu items), but rather than be forced to preload images let's just put the on and off state right into the same image.  So here's what the image for the first nav item would look like.
</p>

<div align="center" style="margin: 0pt auto; text-align: center;">
<img width="67" height="42" style="border: 0px none ; float: none;" src="http://uxd.forumone.com/uploads/corey/nav_mission.gif" />
</div>
<div style="clear: both;"><!-- --></div>

<p>
But which replacement method to use?  When originally building and testing this navigation, I rejected <strong>Method #1</strong> straight-away since it offers no real accessibility benefits.   So I started with <strong>Method #2</strong>.  It worked fairly well, but I was unhappy with having to use <em>span</em> tags and the fact that the site becomes unusable if images are disabled (with CSS enabled).  Further research led to me to <strong>Method #3</strong>, which seemed like a big winner.  Clean HTML with no <em>span</em> tags and a nifty negative indentation trick -- what's not to love?  Sure, it still has that problem with the navigation becoming unusable when images are disabled, but so did the first two methods.  
</p>

<p>
I was content to leave the navigation like this until I started testing it in Firefox.  Many browsers (like Firefox) outline links when you click on them or use other methods of link selection (like using <em>Tab</em> in keyboard navigation).  What I expected was something that looked like this:
</p>

<div align="center" style="margin: 0pt auto; text-align: center;">
<img width="245" height="27" style="border: 0px none ; float: none;" src="http://uxd.forumone.com/uploads/corey/highlighted.gif" />
</div>

<p>
When tabbing over to or clicking on the 'Mission' button, it gets a subtle dashed outline.  What I found though using <strong>Method #3</strong> was something like this:
</p>

<div align="center" style="margin: 0pt auto; text-align: center;">
<img height="27" style="border: 0px none ; float: none;" src="http://uxd.forumone.com/uploads/corey/negative.gif" />
</div>

<p>
In most browsers, the highlighted outline stretched all the way from the nav button to the edge of the browser window (and, in theory, 9000 or so pixels more to the left).  This really wasn't acceptable.  The problem didn't show up in IE, but who really uses that anyway?
</p>

<p>
Further research led me to <strong>Method #4</strong>, which I started playing around with in an attempt to get it to work with anchors.  Following the example from above, the HTML for the complete navigation would look something like what I have below.  The text and <em>span</em> tags go within our primary tag (here, a list item).  The anchors go around both the text and <em>span</em>. 
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre> &lt;div id=&quot;navigation&quot;&gt;
      &lt;ul&gt;
           &lt;li id=&quot;navMission&quot;&gt;&lt;a href=&quot;#&quot;&gt;&lt;span&gt;&lt;/span&gt;Mission&lt;/a&gt;&lt;/li&gt;
           &lt;li id=&quot;navNews&quot;&gt;&lt;a href=&quot;#&quot;&gt;&lt;span&gt;&lt;/span&gt;News&lt;/a&gt;&lt;/li&gt;
           &lt;li id=&quot;navDonors&quot;&gt;&lt;a href=&quot;#&quot;&gt;&lt;span&gt;&lt;/span&gt;Donors&lt;/a&gt;&lt;/li&gt;
           &lt;li id=&quot;navStaff&quot;&gt;&lt;a href=&quot;#&quot;&gt;&lt;span&gt;&lt;/span&gt;Staff&lt;/a&gt;&lt;/li&gt;
      &lt;/ul&gt;       
 &lt;/div&gt;
</pre>
</div>

<p>
The CSS gets a bit complicated, but I've included the important parts below (for the sake of brevity, I've only included the CSS for the first nav item).  
</p>

<div style="margin: 0pt 0pt 0pt 25px;">
<pre>#navigation ul li {
	float: left;
	display: block;
	height: 21px;
	position: relative;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 9px;
}

#navigation span {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
}

#navMission {
	width: 67px;
}

#navMission span {
	background: url(images/nav_mission.gif) no-repeat 0px 0px;
	width: 67px;
}

#navMission a:link,
#navMission a:active,
#navMission a:visited,
#navMission a:hover {
	width: 67px;
}

#navMission a:hover span,
#navMission a.selected:link span,
#navMission a.selected:visited span,
#navMission a.selected:active span,
#navMission a.selected:hover span {
	background: url(images/nav_mission.gif) no-repeat 0px -21px;
}
</pre>
</div>

<p>
Like in our previous example, what's happening is the text and the <em>span</em> are being set to the same height and width, and the background-image of the <em>span</em> is being placed on top of the text, effectively hiding it from view like two stacked notecards.  
The anchor tag is being applied to both of them and a hover state repositions the background image of the <em>span</em> to show the dark blue &quot;active&quot; state when moused over.  As long as the text underneath isn't too long or sized too large, in most cases this should work fine.   Further, the links still work when you disable images whether CSS is enabled (as shown below) or not.
</p>

<div align="center" style="margin: 0pt auto; text-align: center;">
<img width="245" height="27" style="border: 0px none ; float: none;" src="http://uxd.forumone.com/uploads/corey/text.gif" />
</div>

<p>
Currently this seems to be the most accessible way to do image replacement.  At least until things like the CSS3 <strong>content</strong> property (which replaces the contents of an element with something else) are supported in the majority of browsers.  Since this seems unlikely in the near future, we'll likely be relying on tricky work-arounds and clever hacks for quite some time.
</p>

<p>
Below you can see the fully functioning navigation.  You can turn off images and CSS in your browser and see how it looks for yourself.  If you so desire, a quick peek at the source code of this page should reveal all the HTML and CSS involved.  If you see a problem with this method or know of a more elegant solution, please leave a comment.
</p>

<style>
#navigation {
	margin: 0 auto;
	width: 237px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 21px;
	position: relative;
}

#navigation a:link,
#navigation a:active,
#navigation a:visited,
#navigation a:hover {
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 9px;
}

#navigation span {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
}

#navMission {
	width: 67px;
}

#navMission span {
	background: url(/uploads/corey/nav_mission.gif) no-repeat 0px 0px;
	width: 67px;
}

#navMission a:link,
#navMission a:active,
#navMission a:visited,
#navMission a:hover {
	width: 67px;
}

#navMission a:hover span,
#navMission a.selected:link span,
#navMission a.selected:visited span,
#navMission a.selected:active span,
#navMission a.selected:hover span {
	background: url(/uploads/corey/nav_mission.gif) no-repeat 0px -21px;
}

#navNews {
	width: 50px;
}

#navNews span {
	background: url(/uploads/corey/nav_news.gif) no-repeat 0px 0px;
	width: 50px;
}

#navNews a:link,
#navNews a:active,
#navNews a:visited,
#navNews a:hover {
	background: url(/uploads/corey/nav_news.gif) no-repeat 0px 0px;
	width: 50px;
}

#navNews a:hover span,
#navNews a.selected:link span,
#navNews a.selected:visited span,
#navNews a.selected:active span,
#navNews a.selected:hover span {
	background: url(/uploads/corey/nav_news.gif) no-repeat 0px -21px;
}

#navDonors {
	width: 70px;
}

#navDonors span {
	background: url(/uploads/corey/nav_donors.gif) no-repeat 0px 0px;
	width: 70px;
}

#navDonors a:link,
#navDonors a:active,
#navDonors a:visited,
#navDonors a:hover {
	background: url(/uploads/corey/nav_donors.gif) no-repeat 0px 0px;
	width: 70px;
}

#navDonors a:hover span,
#navDonors a.selected:link span,
#navDonors a.selected:visited span,
#navDonors a.selected:active span,
#navDonors a.selected:hover span {
	background: url(/uploads/corey/nav_donors.gif) no-repeat 0px -21px;
}

#navStaff {
	width: 50px;
}

#navStaff span {
	background: url(/uploads/corey/nav_staff.gif) no-repeat 0px 0px;
	width: 50px;
}

#navStaff a:link,
#navStaff a:active,
#navStaff a:visited,
#navStaff a:hover {
	background: url(/uploads/corey/nav_staff.gif) no-repeat 0px 0px;
	width: 50px;
}

#navStaff a:hover span,
#navStaff a.selected:link span,
#navStaff a.selected:visited span,
#navStaff a.selected:active span,
#navStaff a.selected:hover span {
	background: url(/uploads/corey/nav_staff.gif) no-repeat 0px -21px;
}
</style>

<div id="navigation">
<ul>
<li id="navMission"><a href="mission.html" title="Mission"><span></span>Mission</a></li>
<li id="navNews"><a href="news.html" title="News"><span></span>News</a></li>
<li id="navDonors"><a href="donors.html" title="Donors"><span></span>Donors</a></li>
<li id="navStaff"><a href="staff.html" title="Staff"><span></span>Staff</a></li>
</ul>        
</div>

<br /><br /> 
    <img src="http://feeds.feedburner.com/~r/UserExperienceDesign/~4/231080856" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 07 Feb 2008 11:21:00 -0500</pubDate>
    <guid isPermaLink="false">http://uxd.forumone.com/archives/149-guid.html</guid>
    
<feedburner:origLink>http://uxd.forumone.com/archives/149-Primary-Navigation-Image-Replacement.html</feedburner:origLink></item>

</channel>
</rss>
