<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" 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/"><channel><title>How do you USE this darn thing????</title><link>http://weblogs.asp.net/danac/default.aspx</link><description>Dana Coffey Blogs on User Interaction</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>The Things Users Do</title><link>http://weblogs.asp.net/danac/archive/2003/07/21/10366.aspx</link><pubDate>Mon, 21 Jul 2003 21:26:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10366</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>471</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=10366</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/07/21/10366.aspx#comments</comments><description>&lt;p&gt;&lt;font face="Verdana" color="navy" size="2"&gt;In testing and putting the finishing touches on a current application, I've been dismayed to discover that my users do not necessarily use my interfaces as I would have believed they do.  I'll share these few tidbits that I've learned with the class:&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;font face="Verdana" color="navy" size="2"&gt;&lt;strong&gt;Do not set a default selection (or at least filter it out in form processing) in a multiselect dropdown list&lt;/strong&gt;.  Users automatically press the control key before clicking selections.  They will unknowingly select the default in that group over 60% of the time. &lt;/font&gt;
&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" color="navy" size="2"&gt;&lt;strong&gt;Some users are unable to watch animations and read text at the same time.&lt;/strong&gt;  - When using animated gif's for whatever reason, do not position text directly above, below or next to that gif if you intend for your users to read that text - especially directions.  They may end up emailing you for explanations that are right beside the images.  ;-) &lt;/font&gt;
&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" color="navy" size="2"&gt;&lt;strong&gt;Inline datagrid editing may confuse your users&lt;/strong&gt; - One of the things I like about the ASP.NET data controls are the ability to edit the contents of a row from right within the row.  This seems to have dismayed some of my users as they've asked me where the "edit page" is.  I could address this issue with instructional text, but as discussed before in a previous blog, it is unlikely to be read.  &lt;/font&gt;
&lt;/li&gt;&lt;li&gt;&lt;font face="Verdana" color="navy" size="2"&gt;&lt;strong&gt;Text at the bottom of the page is never read&lt;/strong&gt; - this may be an exaggeration but I've noticed any additional instructions or information at the bottom of a page goes completely unnoticed, causing the user to phone me and ask.  I think this spot is really only good for a copyright notice and a date.&lt;br /&gt; &lt;br /&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10366" width="1" height="1"&gt;</description></item><item><title>Eli and Opt -In</title><link>http://weblogs.asp.net/danac/archive/2003/05/08/6696.aspx</link><pubDate>Thu, 08 May 2003 10:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6696</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>6</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6696</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/05/08/6696.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://dotnetweblogs.com/erobillard/posts/6680.aspx"&gt;&lt;FONT face=Verdana color=violet size=2&gt;Eli Robillard wrote a bit about "Common Sense and Opt-In" in his blog for May 8.&lt;/FONT&gt;&lt;/A&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Everyone is familiar with the little checkboxes on websites with an option to "remember me".&amp;nbsp; These also exist to "remember my settings", etc.&amp;nbsp; This reminds me of what Cooper referred to as both&amp;nbsp;protecting the user from himself, and also adding an extra unnecessary step for the user.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Eli maintains that we should make this seamless via the use of cookies, and instead of having users opt in that your code should seamlessly handle cookies instead.&amp;nbsp; He goes a step further and says that sites should educate the users about cookies as well.&amp;nbsp; Here is where I disagree.&amp;nbsp; Users are not going to be bothered to take the time to read that sort of thing.&amp;nbsp; I think that yes, we should get rid of the opt-in checkbox, but do allow an &lt;EM&gt;opt-out&lt;/EM&gt; one.&amp;nbsp; Since experienced users already know about cookies, and might already have privacy concerns, they will understand the concept and appreciate the option.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;I guess it all depends on who your intended audience is.&amp;nbsp; If you are designing for developers or techno-savvy people, they will fully understand when they return, that their information was saved in a cookie.&amp;nbsp; Average and novice users on the other hand,&amp;nbsp;don&amp;#8217;t &lt;EM&gt;need&lt;/EM&gt; to know this.&amp;nbsp; All they know is "hey lookie I was here yesterday and the site remembered me!&amp;nbsp; How cool!"&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6696" width="1" height="1"&gt;</description></item><item><title>Web GUI Bloopers</title><link>http://weblogs.asp.net/danac/archive/2003/05/06/6579.aspx</link><pubDate>Tue, 06 May 2003 22:08:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6579</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6579</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/05/06/6579.aspx#comments</comments><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Jeff Johnson wrote an excellent book called &lt;A href="http://www.amazon.com/exec/obidos/ISBN=1558605827/aspforblondes-20"&gt;&lt;U&gt;GUI Bloopers&lt;/U&gt; &lt;/A&gt;that has been very enlightening.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;In Chapter 6, he addresses a few particular bloopers:&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;UL style="MARGIN-TOP: 0in" type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Website Structure Reflects Organizational Structure or History&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Back Doesn&amp;#8217;t Go Where Users Expect&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Complicating Searching&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;In this world of partnerships and acquisitions, many companies seem to find it necessary to reflect their internal structure in their websites, which leaves sites often structured around several brands at once.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The main blooper happens when they present the site to &lt;I style="mso-bidi-font-style: normal"&gt;reflect their internal business structure&lt;/I&gt;, which is of little concern to the user.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The user may not be familiar with the internal departments or hierarchy of the company as its employees might be.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Corporate marketing sites should assume the user has never heard of the business or the company.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;In addition to careful architecture of corporate sites, designers also need to be aware of particular issues with the case of acquisitions and mergers.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Merging of brands should be seamless.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I&amp;#8217;ve seen many sites with patchwork branding and have stopped to make sure I did not leave the original site.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;This not only causes confusion, but often the two organizations will have conflicting information.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;How does a designer address this? &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Every one of us has experienced the situation where a client does not want to spend money on requirements gathering, interviewing potential users, prototyping and usability tests, and instead asks us to just code a prototype for them to review (which they review and decide it&amp;#8217;s not at all what they wanted and that you are the most evil programmer since Satan himself).&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;With web applications in particular, every single step in the design process for stand alone applications should also be followed here.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Other factors to consider are whether user can tell the difference between which pages were developed internally and which were outsourced, whether all internal pages follow the same design conventions and style; if pages or components inherited from a legacy site have been revamped to match overall design look and feel, and making sure that when links leave a site, it&amp;#8217;s obvious and the user can get back easily (I put all external links into smaller, strategically positioned new browser windows for this purpose).&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;One blooper is &lt;I style="mso-bidi-font-style: normal"&gt;inconsistent traveling backwards.&lt;/I&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Designers&amp;#8217; use of frames, templates and complex navigation can serve to confuse a user when she clicks the &amp;#8220;BACK&amp;#8221; button on her browser.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;One of the larger offenders is a long FAQ type page with lots of anchors in the document. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;If the user tries to click the back button, she will find herself on the same page, and often become confused and assume the button did not work.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Putting &amp;#8220;back to top&amp;#8221; links are helpful in this case, but a better approach is to split content up into smaller sections on different pages. There are other ways to help make use of the back button consistent for the user.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The basic rule is developers should determine where their users will expect the back button to take them, and design accordingly.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Provide plenty of descriptive links instructing the user to go &amp;#8220;back to xxx page&amp;#8221; and ensure your page navigation is consistent and usable across each page of the site.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;The final blooper for today&amp;#8217;s blog is &lt;I style="mso-bidi-font-style: normal"&gt;&amp;#8220;Complicating Searching&amp;#8221;.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/I&gt;&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;There are two main offenders in this category: not including search criteria in search results and forcing users to distinguish &amp;#8220;keywords&amp;#8221; from &amp;#8220;search terms&amp;#8221;.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Displaying the search terms on the results page is helpful as a visual reminder for the user to compare results against his search, and also to help him evaluate and refine the search.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Many search engines do not do this.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;The other problem occurs when search boxes give the user options for &amp;#8220;keywords&amp;#8221;, &amp;#8220;search terms&amp;#8221;, &amp;#8220;boolean search&amp;#8221;.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Most users have no idea what the differences are between these and will most of the time select whatever is the default. &lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/SPAN&gt;Many search sites do not offer any assistance in explaining this.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Do YOU know the difference between keywords and search terms?&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;I myself didn&amp;#8217;t! &lt;SPAN style="FONT-FAMILY: Wingdings; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman'; mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;&lt;SPAN style="mso-char-type: symbol; mso-symbol-font-family: Wingdings"&gt;J&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Jeff Johnson&amp;#8217;s book covers tons of GUI bloopers.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;Chapter 6 alone has many more than those I discussed today.&lt;SPAN style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/SPAN&gt;For more information about Jeff and his ilk, go to &lt;A href="http://www.uiwizards.com"&gt;www.uiwizards.com&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;o:p&gt;&lt;FONT face=Verdana color=navy size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6579" width="1" height="1"&gt;</description></item><item><title>Do Users Pay More Attention to Banners or Text Advertisements?</title><link>http://weblogs.asp.net/danac/archive/2003/05/05/6485.aspx</link><pubDate>Mon, 05 May 2003 13:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6485</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6485</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/05/05/6485.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana color=navy size=2&gt;In &lt;/FONT&gt;&lt;A href="http://www.useit.com/alertbox/20030428.html"&gt;&lt;FONT face=Verdana color=navy size=2&gt;Jacob Nielsen's&amp;nbsp;Alertbox for April&amp;nbsp;21, 2003&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;, he&amp;nbsp;claims that advertising does not work on the web because it interferes with the user's goal - which is to find what she needs and then leave as quickly as possible.&amp;nbsp; The two exceptions to this rule are classified ads (because they have content), and ads for search engines (because people always end up using search engines at some point.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Text-only ads on search sites however, have become more and more successful, and many non-search sites are attempting this approach as well.&amp;nbsp; If this indeed proves to be a successful advertising tactic, it shall only be due to the novelty effect according to Nielsen.&amp;nbsp; Web users have long ago become "browser blind" which means we naturally ignore the banner ads we see on websites.&amp;nbsp; I personally could not tell you about any I've seen recently that are not ASP.NET related :-) .&amp;nbsp; Text only ads are not necessarily guaranteed a bright future, because their novelty is likely to wear off, rendering them to be eventually be ignored by users.&amp;nbsp; They do however have some advantages over traditional web marketing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=navy size=2&gt;Because text ads are a &lt;/FONT&gt;&lt;A href="http://www.useit.com/alertbox/20030421.html"&gt;&lt;FONT face=Verdana color=navy size=2&gt;low-level media format&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;, users may take them more seriously.&amp;nbsp;&amp;nbsp; When advertisers are limited to a more simplistic and focused method of communication, it forces them to work harder at succinctly relaying the message to users.&amp;nbsp; These ads are likely to better describe what the user will find when clicking on the link because of&amp;nbsp;the lack of visual references.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Many companies use graphically rich ads with the notion that they are "promoting the brand", but in reality they are ignoring the user's needs and wants.&amp;nbsp; We all hate banner ads and other graphical web advertisements (my pet peeve are those flash pop-up-and-takeover-my-browser ads - I would never buy ANYTHING from someone who uses those).&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;The future of the text only advertisement movement may be yet to be determined, but one thing remains clear.&amp;nbsp; Successful advertising on the web depends on ONE sole item - giving the user what she wants today, and adjusting for what she wants tomorrow.&amp;nbsp; According to Nielsen,&amp;nbsp;web users are "are utterly &lt;STRONG&gt;selfish and live in the moment&lt;/STRONG&gt;. Giving users exactly what they want, right now, is the road to Web success, and having to write small boxes of text encourages advertisers to travel it. "&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=navy size=2&gt;Enjoy more from Nielsen at &lt;/FONT&gt;&lt;A href="http://www.useit.com/"&gt;&lt;FONT face=Verdana color=navy size=2&gt;www.useit.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6485" width="1" height="1"&gt;</description></item><item><title>Hyperlinks - Friend of Foe?</title><link>http://weblogs.asp.net/danac/archive/2003/05/02/6340.aspx</link><pubDate>Fri, 02 May 2003 13:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6340</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>13</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6340</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/05/02/6340.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;The success of users navigating with links depends on two things:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;How well the user can &lt;EM&gt;predict&lt;/EM&gt;&amp;nbsp;where the link will lead&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;How well the user can &lt;EM&gt;differentiate &lt;/EM&gt;one link from the other, nearby links.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;-Jared Spool in &lt;U&gt;&lt;A href="http://www.amazon.com/exec/obidos/ISBN%3D0966064100/aspforblondes-20/002-0189659-4712844"&gt;Website Usability: A Designer's Guide&lt;/A&gt;&lt;/U&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;&lt;U&gt;&lt;/U&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;One of the prime goals of user interaction design on the web is to eliminate questions the user may have when&amp;nbsp;arriving at a site.&amp;nbsp; Vague, one word links causes a pause to think&amp;nbsp;in the user's flow when reading the site.&amp;nbsp; Steve Krug says one should not have to "think" when viewing a site.&amp;nbsp; Navigation should be intuitive enough to eliminate questions.&amp;nbsp; One way we can do this is to design our hyperlinks to aid a user's prediction of what comes next.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;Let's suppose we had a site that sold cars.&amp;nbsp; The user's main goal on the site will be finding and getting good information about cars in which she may be interested.&amp;nbsp; Let's say the main navigation links were: "Shop", "New Releases", "Clearance", and "Finance".&amp;nbsp; Upon arriving at any of these, the user will have questions about whether or not they will help her meet the goal at hand: "Shop" might make her stop to wonder if she couldn't just browse around to get information without buying.&amp;nbsp; "Financing" would cause the user to wonder if pricing information was there also.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;By designing these links to be more descriptive, the user will not have to guess: "Browse Used Cars", "Browse Used Trucks and SUV's",&amp;nbsp; "Browse New Cars", "Browse New Trucks and SUV's", "Find a lender", "Find automobiles in your price range", "View price list of all models".&amp;nbsp;&amp;nbsp; These tell the user exactly what she can expect to find in the next page.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;Link layout is another thing to which users respond.&amp;nbsp; Putting text around links does&amp;nbsp;not seem to work well.&amp;nbsp; Users are often confused as to which portion of the text is a link for instance.&amp;nbsp; In addition, users skim web pages - they do not read in depth.&amp;nbsp; Many links embedded in text will be glossed over in the user's reading. Wrapping links that go onto another line are also distasteful.&amp;nbsp; Also links that are side by side in a vertical list of links are ambiguous and confusing (&lt;EM&gt;&lt;FONT color=deeppink&gt;attention&amp;nbsp;Scott W&amp;nbsp;- see how the links for Admin and Logout are beside each other in the admin section of the blogs.&amp;nbsp; I thought for the longest time that it meant "admin logout" meaning I could log out from being in administrative mode&lt;/FONT&gt;&lt;/EM&gt;)&lt;/FONT&gt;&lt;/FONT&gt;.&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;Destination of links has been another thing that often confuses users.&amp;nbsp; Links to other sites should open in a new, smaller window.&amp;nbsp; Otherwise a user may become confused and his navigation will become muddled with his perceived inability to get back to where he started.&amp;nbsp;&amp;nbsp; Links to content within the same page should also come with a "back to top" link and a header to the content to which the link refers.&amp;nbsp; The user needs to clearly be able to understand she is on the same page.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=#000080 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy size=2&gt;Most developers do not put much thought into hyperlinks.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;Most of what I've covered today is common sense, but it does pay to look back at your sites and see how you've structured your links.&amp;nbsp; I've done this and been confused myself at times.&amp;nbsp; Here is my best tactic:&amp;nbsp; Although I design from a persona and goal oriented perspective, with hyperlinks I generally try to create links that my mother would understand.&amp;nbsp; This keeps me safe 90% of the time :-)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT color=navy&gt;&lt;FONT size=2&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6340" width="1" height="1"&gt;</description></item><item><title>What is "Excise" and Why is it Important for .NET Developers to be Aware of it?</title><link>http://weblogs.asp.net/danac/archive/2003/05/01/6293.aspx</link><pubDate>Thu, 01 May 2003 14:02:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6293</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6293</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/05/01/6293.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;I'm reading a GREAT book!&amp;nbsp; It's called &lt;U&gt;&lt;A href="http://www.amazon.com/exec/obidos/ISBN=0764526413/aspforblondes-20"&gt;About Face 2.0&lt;/A&gt;&lt;/U&gt; by usability Guru&amp;nbsp;and Father of Visual Basic Alan Cooper and his co-author Robert Reimann.&amp;nbsp; In Chapter 10, Cooper discusses the concept of excise:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Cooper defines excise as "the extra work that satisfies either the needs of our tools or those of outside agents as we try to achieve our objectives".&amp;nbsp; To explain, he relates software to a car.&amp;nbsp; With a car, our objective is driving to our destination.&amp;nbsp; Inserting the key, opening the garage door, buckling the seatbelt, adjusting the temperature and putting the car into gear are not actions that help us reach our goal; they are actions that our tool (the car) requires to function to our needs.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;When excise tasks are eliminated, the user becomes more productive and efficient, and our software becomes easier to use.&amp;nbsp; Chapter 10 discusses some of the types of excise such as:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&lt;STRONG&gt;"Welding on Training Wheels"&lt;/STRONG&gt; - This refers to all the things we try to do for novice users to make things easier for them.&amp;nbsp; These same things become excise for experienced users.&amp;nbsp;My best analogy to this concept is the Microsoft Office Assistant (or ms agent).&amp;nbsp;To a novice user, this little guy is a friendly helpful addition to the user experience.&amp;nbsp; However after one becomes proficient in Microsoft Office, he has no need to interact with that doggone paperclip anymore and he may indeed wish it dead - had not Microsoft Office designers been kind enough to provide the user with a method of turning him off and shutting him up for good.&amp;nbsp; "No I do NOT need your help with this letter thank you!"....&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&lt;STRONG&gt;"Stopping the Proceedings With Idiocy"&lt;/STRONG&gt; - Known as one of the most disruptive forms of excise, this can be easily avoided with some foresight.&amp;nbsp; Error messages and confirmation dialogues are the greatest offenders.&amp;nbsp; The average user is not interested with information portrayed in an error message.&amp;nbsp; This is usually information the user does not understand or care about or it requires more action to fix a problem that should have been handled in the software.&amp;nbsp; Using good error logging and smooth exception handling to eliminate the need for error dialogue is an essential way .NET developers can address this.&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href="http://dotnetweblogs.com/KAEvans/"&gt;&lt;FONT face=Arial color=navy size=2&gt;Kirk Allen Evans &lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial color=navy size=2&gt;gave a great talk about the wonderful ways you can handle exceptions in .NET at the last &lt;/FONT&gt;&lt;A href="http://www.atlantadotnet.org/"&gt;&lt;FONT face=Arial color=navy size=2&gt;Atlanta .NET User group Meeting&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;.&amp;nbsp; Write him and ask any questions you might have. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&lt;STRONG&gt;"Protecting us From Ourselves"&lt;/STRONG&gt; - Developers need to remember that password protection is not necessary in all contexts.&amp;nbsp; While appropriate for a professional setting, the novice user at home may not need them.&amp;nbsp; There should always be a way to turn that option off, just as in the case of the MS Office Assistant.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Cooper sums up this chapter with a bulleted list of common excise traps.&amp;nbsp; I'll quote them for you:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to go to another window to perform a function that affects this window.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to remember where he put things in the hierarchical file system.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to resize windows unnecessarily.&amp;nbsp; When a child window pops up on the screen, the program should size it appropriately for its contents.&amp;nbsp; Don't make it big and empty or so small that it requires constant scaling.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to move windows.&amp;nbsp; If there is open space on the desktop, put the program there instead of directly over some other already-open program.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to re-enter her personal settings.&amp;nbsp; If she has ever set a font, a color, an indentation, or a sound, make sure that she doesn't have to do it again unless she wants a change.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to fill fields to satisfy some arbitrary measure of completeness.&amp;nbsp; If the user wants to omit some details from the transaction entry screen, don't force him to enter them.&amp;nbsp; Assume that he has a good reason for not entering them.&amp;nbsp; The completeness of the database (in most cases) isn't worth badgering the user over.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't force the user to ask permission.&amp;nbsp; This is frequently a symptom of not allowing input in the same place as output.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't ask the user to confirm his actions (this implies a robust undo facility).&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Don't let the user's actions result in an error.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Now that you have this great information, run along all of you and &lt;EM&gt;EXCISE&lt;/EM&gt; that stuff from your products!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6293" width="1" height="1"&gt;</description></item><item><title>Usability Tip of the Day - Get rid of half the text on a page, and then half of what is left!</title><link>http://weblogs.asp.net/danac/archive/2003/04/30/6230.aspx</link><pubDate>Wed, 30 Apr 2003 14:03:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6230</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=6230</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/04/30/6230.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Steve Krug suggested in his book, &lt;U&gt;&lt;A href="http://www.amazon.com/exec/obidos/ISBN=0789723107/aspforblondes-20"&gt;Don't Make Me Think&lt;/A&gt;&lt;/U&gt;, that one of the most distracting hindrances to users is too much content.&amp;nbsp; His suggestion mentioned in the title of today's blog is intended to make a point to&amp;nbsp;"BE RUTHLESS ABOUT THIS".&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;In many web applications, I see many chunks of text that I most likely will never read.&amp;nbsp; In addition, the mere existence of many chunks of content implies that it might be important to me, and over complicates my user experience.&amp;nbsp; Good candidates for removal are the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Happy Talk - These are the chunks that usually say "hello and welcome to the blah site..."&amp;nbsp; In fact, a good indicator to determine if text is happy talk is to see if you hear a "blah blah blah" in your head when you read it.&amp;nbsp; Text that tells you what you will find at the site is also considered happy talk.&amp;nbsp; You should convey this with intuitive navigation instead.&amp;nbsp; Imagine if each television show had a 10-minute introduction telling you what you were about to see.&amp;nbsp; You'd be saying, "Just show me the program please!"&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo1; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Instructions - One thing developers do not understand is that users do not read instructions; at least they do not read them until they have "muddled through" the site with no luck using it.&amp;nbsp; You should eliminate the need for instructions by making everything self-explanatory.&amp;nbsp; When instructions are absolutely necessary, they should consist of as few words as possible.&amp;nbsp; Remember that users are accustomed to the&amp;nbsp;instant gratification the World Wide Web provieds, and will not linger long to read the instructions before clicking on things again.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Remember, according to Krug,&amp;nbsp;removing all the needless words from&amp;nbsp;your site enables you to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL type=disc&gt;
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Reduce the level of noise in a page&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Make useful content more prominent&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;LI class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Make pages shorter, allowing users to see more of each page at&amp;nbsp;a glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;Krug does not&amp;nbsp;of course, recommend removing article content and such, just the "noise" so many of us overlook when trying to make user friendly sites.&amp;nbsp; We assume the user's experience is improved with things they actually never bother to view.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana color=navy size=2&gt;That's the tip for today!&amp;nbsp; Those of you in the Atlanta&amp;nbsp;Area,&amp;nbsp;come&amp;nbsp;hear me speak more on usability at the June&amp;nbsp;meeting of the Atlanta .NET User group (&lt;/FONT&gt;&lt;A href="http://www.atlantadotnet.org/"&gt;&lt;FONT face=Verdana color=navy size=2&gt;http://www.atlantadotnet.org/&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;)&amp;nbsp;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Verdana&gt;&lt;FONT size=2&gt;&lt;FONT color=navy&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;
&lt;P&gt;&lt;FONT face=Verdana color=navy size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6230" width="1" height="1"&gt;</description></item><item><title>Jack of All Trades?</title><link>http://weblogs.asp.net/danac/archive/2003/04/04/4828.aspx</link><pubDate>Fri, 04 Apr 2003 14:21:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4828</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>14</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=4828</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/04/04/4828.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face=Arial color=navy size=2&gt;Having to recently do a complete set of technical specifications for a client in addition to coding, I was wondering just how many developers are being called upon to also handle information architect tasks, dba tasks, project management tasks and support and training.&amp;nbsp; Working as a private contractor/consultant, I probably run into this more than in the corporate sector.&amp;nbsp; My last job in the corporate world was a bit different.... there was no documentation (I'm sure you guys are familar with this) - they just had us code prototypes which they ripped to hell and then informed us we had 15 hours of budget to do what had now grown to 80 hours of work.&amp;nbsp; Well needless to say, they could not support an entire IT staff when all their projects go down like that.&amp;nbsp; I have, however had jobs where the division of tasks was very clear.&amp;nbsp; In one job the ONLY thing I messed with was ASP.&amp;nbsp; We had html guys, IA guys, dba guys, and the com guys.&amp;nbsp; The wanted me ONLY to tie it all together, and that was kind of cool.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=navy size=2&gt;I'm really curious to know how many different hats some of us wear on our jobs and how people feel about that.&amp;nbsp; I kind of like the variety myself, as I have a bit of ADD .......now what were we talking about?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=navy size=2&gt;TGIF!!!!!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial color=navy size=2&gt;d&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4828" width="1" height="1"&gt;</description></item><item><title>Very Cool Color Pallette Tool</title><link>http://weblogs.asp.net/danac/archive/2003/04/03/4770.aspx</link><pubDate>Thu, 03 Apr 2003 18:05:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4770</guid><dc:creator>DanaCoffey</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/danac/rsscomments.aspx?PostID=4770</wfw:commentRss><comments>http://weblogs.asp.net/danac/archive/2003/04/03/4770.aspx#comments</comments><description>&lt;P&gt;&lt;FONT face="Comic Sans MS" color=navy size=2&gt;Everyone seems to need to match up colors sometimes and often it's a real&amp;nbsp;pain trying to get exact #000000-esque values by eye.&amp;nbsp; I posted a sweet little tidbit on the aspFriends lists when they were active and again recently on the aspAdivce list.&amp;nbsp; People really like it and keep telling folks, "ask Dana - she knows of a good one".&amp;nbsp; Since folks keep asking me (Bryan Andrews *wink*) I figured it was too good not to share with the rest of the community.&amp;nbsp; ANYHOW, it's called "Color Cop" and can be found at &lt;A href="http://www.download.com"&gt;download.com &lt;/A&gt;or &lt;A href="http://www.tucows.com"&gt;tucows.com&lt;/A&gt;.&amp;nbsp; It's this neat little "always on top" program that has an eye dropper tool that you can drag over anything in your screen's display.&amp;nbsp; As you drag it, watch how it tells you the values of each and every color.&amp;nbsp; It also has some other neat color pallette features.&amp;nbsp; It's very cool and I would DIE without it.&amp;nbsp; Ok, that's a bit dramatic, but I sure do love it :)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Comic Sans MS" color=navy size=2&gt;"Color" me Perky :D&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Comic Sans MS" color=navy size=2&gt;d&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4770" width="1" height="1"&gt;</description></item></channel></rss>