• 29 Dec

    Simply put, usability is making your website easy for your visitors to find the information they need when they need it.

    A common misconception about usability amongst web companies is that usability is expensive. Yes, there are multi-national companies that spend thousands of dollars on usability tests and research, but for an everyday company usability is achievable without the knowledge of usability experts or without expensive equipment for testing.

    Web designers have an even easier job to do, just by reading usability articles they can accumulate a fairly good knowledge about usability basics and how to implement them on a website.

    1. Include a Tagline

    A tagline is a statement or a motto that represents a company’s, or in our case a website’s, philosophy and mission. It should be the most obvious element on a website’s front page and it should clearly describe the website in one phrase.

    Statistics show that a website has just 8 seconds to capture a visitor’s attention for them to browse the site further. Without a clear tagline a website would have a hard time keeping visitors long enough to browse the inner pages.

    2. Implement Site Search

    As with taglines, site search is a very important element on a website. When users are looking for something they typically look for a text field where they can enter their search term.

    According to Jacob Nielsen’s web usability tips, make this search box 27 characters wide in order for the text to be clearly visible and easy to use. Place the search text field on the top of your web page, because users tend to search a website according to the F pattern, meaning from the top left to the bottom right.

    Include a search button and clearly specify the search text, don’t use text such as Go or Submit, because these expressions tend to mislead your website’s visitors.

    3. Don’t Use Extensive Graphics

    Abusive use of design elements and graphics are always bad for a website, they just mislead the site’s visitors. Only design to improve the web page not just to decorate it. From a usability point of view, less is always more.

    4. Use Site maps

    Site maps are a relatively new website feature that improves web page navigation and also search engine optimization (SEO). Site maps in essence are a structural representation of a website’s pages and architecture. It can be a document in any form, or a web page that lists the pages on a web site, typically organized in hierarchical fashion.

    Recently, search engines like Google, Yahoo and MSN have started offering a Sitemap protocol which is similar to a website’s site map page, but the data is organized in XML format. There are Sitemap XML generators that create these documents for a specific URL.

    5. Don’t Break the Workflow

    By workflow we mean every operation that a user is doing on a website. For example filling out a form, registering on a website, browsing categories, archives, etc. Don’t break these workflows, let the user cancel any operation. By not letting the user cancel an operation, we’re forcing them to finish it even if they don’t want to.

    Not every operation on a website is obvious for users, guide them through the specific workflow by using descriptive tips. (e.g. when filling out a form). Javascript links usually break the workflow, so it’s not recommended to use them on your website.

    Another mistake is not changing the color of visited links, this results in breaking the navigational design. Let users know where they’ve been and where they are on a website.

    6. Create Easily Scannable Web Pages

    Easy to read web pages plays an important role in maintaining visitors’ loyalty, keeping them on your site and reading your content. Usability tests show that the majority of users don’t read web pages, they scan them, looking for titles, bold, emphasized text or lists.

    Eye tracking studies conducted by Jakob Nielsen show that users read content that resembles an F shape, meaning that the reading starts from the upper left of the web page, next it moves down a little starting from the left again.

    Nielsen also states the implications of this reading pattern:

    • Users won’t read a web page content word by word, they will extract important paragraphs, bold text, etc.
    • The first two paragraphs are essential on a web page. These must contain the most important information that your visitors are looking for.
    • Sub headings and lists stands out from the regular paragraphs. Use these elements to notify users on important information.

    One important method that we can learn from traditional printed newspapers is that the journalists thought of a catchy headline and a catchy first paragraph to make readers read the whole article. They organize the content in an inverted pyramid format, just picture an upside down pyramid. The broad base represents the most important information in the whole article and the narrow tip represents the least important information.

    We can use this format to organize web content by putting the most important pieces on top and the least important ones on the bottom, but how do we know which information is important and which is not? With the help of news values.

    7. Don’t Design Misleading UI Controls

    By user interface (UI) controls we mean web page elements, components and widgets that a user can interact with (e.g. a button, drop-down list).

    Don’t design graphic elements that looks like a button, but is not. We often see text that is underlined and looks like links, but are not clickable.

    By not having the action that the users were expecting, they would think that the site is broken and eventually leave. One other important usability tip regarding UI controls is consistency: Make sure that your UI controls are consistent.

    Yahoo, as the above image shows too, is a good example of consistent UI control design. Every tab on the page looks and behaves the same, every link is underlined on mouse over, every button looks the same, etc.

    8. Give Meaningful Feedback

    Meaningful feedback is essential for a website. This is the communication channel between the site and the users, with the help of feedback we let the users know what’s going on on the site. In case of an error on your web page, don’t just print Error occurred, instead write meaningful error messages which tell the user what went wrong and what actions they can perform from there.

    Feedback works in both ways. When a user fills in a form they are essentially giving you feedback. Don’t make the users have to fill in the same information twice. For example if a user has registered on a website and needs to fill in a form at some point, don’t ask for their name or any other information that they have already supplied, because these details already exist somewhere in a file or database. By simply getting these details automatically we are simplifying the whole process.

    9. Do Not Overuse Javascript

    With the advent of Javascript and the AJAX technique, web designers and developers can create responsive, transparent websites, but as with all new technologies there is a cost. In our case the cost is browser inconsistency. Not every user has an up-to-date web browser. They also might not have Javascript enabled by default.

    By using Javascript on a website extensively we block out these users. Instead use unobtrusive Javascript and graceful degradation.

    10. Avoid CAPTCHAs

    CAPTCHA stands for Completely Automated Public Turing test to tell Computers and Humans Apart. Even the name sounds complex. The most general form of CAPTCHA is text embedded in an image and by testing visitors we can separate human users from spam bots.

    The problem with CAPTCHAs are that each form of human verification method triggers a complex process in the users’ brains (e.g. figuring out the distorted text, adding two numbers, etc).

    Another problem with CAPTCHAs are the inconsistencies regarding different cultures. For example Chinese symbols, numerals are different from most western letters and Arabic numerals. Chinese people have a much harder time using CAPTCHA ‘enabled’ online forms.

    Summary

    • Always include a tagline which should be the most obvious element on a web page.
    • Implement a 27 characters wide site search and place it on top of your website.
    • Don’t use extensive graphics and design elements.
    • Include a site map page and register a sitemap XML document in search engines.
    • Don’t break a user’s workflow. Allow every action to be canceled if necessary.
    • Create easily scannable web content and place the most important information on top of your web page.
    • Don’t design graphic elements that looks like a button, but is not.
    • Present meaningful feedback and don’t forget that feedback works both ways.
    • Use unobtrusive Javascript and graceful degradation.
    • Avoid CAPTCHAs, use more usable methods instead.


    Do you follow these principles?  Please add your feedback and extra tips below.

  • 66 Comments »

     
    #1
    Brandon Cox
    December 29th, 2008 at 2:41 am

    Thanks for pointing these out - I especially appreciate the graphic illustration of how people scan a web page. Good stuff!

     
     
    #2
    Zach Dunn
    December 29th, 2008 at 4:19 am

    I can appreciate the logic with saying no to CAPTCHA from a usability standpoint, but is it worth the onslaught of spam?

    It’s sort of like airport security. It’s a nuisance to go through it, but it serves a purpose.

     
    2 Replies
     
    #3
    Web Design
    December 29th, 2008 at 6:30 am

    While website usability is important it is so often neglected to the detriment of the website owner as its visitors may click away from it without realizing the its actual value.

     
     
    #4
    Adrian Matair
    December 29th, 2008 at 7:25 am

    Ahh, have to say that this post is very low quality.

    I’m also generating content and know very well that using images in a post doesn’t make it good.

    This is like telling “anything” to the reader. Everything that already “even novice users” know.

    And, information given is not right. “Avoid captchas”? What is the next security option for a spammer sending 1000s of “non-spam-looking” messages?

    Don’t you agree?

     
     
    #5
    Honour Chick
    December 29th, 2008 at 7:38 am

    awesome advice… thxs :)

     
     
    #6
    James
    December 29th, 2008 at 8:04 am

    “Graceful degradation” and “unobtrusive JavaScript” are not alternatives to “JavaScript”; they are both methodologies under which one designs and implements a JavaScript solution. “Graceful Degradation”, to me, seems a little backward - it sounds like you’re meant to create an amazing website with all the bells and whistles and then degrade it… I like the term “progressive enhancement” more because it insinuates starting from a clearly defined foundation and then working up inline with browser capabilities…

    Saying “Don’t overuse JavaScript” is like saying “don’t overuse CSS” - the reasons which your presented could also be true for even a minimal amount of JS! I think the main point which you may have been trying to put across is not to use JavaScript where it’s not needed. Only use it when it enhances the user experience. This normally means cutting down on pointless effects and those fancy bells and whistles that were previously popular pre-2000! (fading, blinding etc.)

    I totally agree with your last point, about CAPTCHAs! Why should users have to pay the price for below-par technology? Why don’t we have a better way of detecting spam!? Instead of CAPTCHAs we could implement some advanced profiling of users which will attempt to identify a human or bot based on movement around the site. I heard of another good way of stopping spam: include a hidden field within your form. Humans won’t fill it out (because it’s hidden) but bots will, because bots try to fill out everything!

    Thanks for the post! There were a few grammatical errors though.

     
    1 Reply
     
    #7
    Michael Risser
    December 29th, 2008 at 2:23 pm

    I agree with Zach, its just not worth the onslaught of spam. I recently had to install a captcha on a clients web site, because they were just getting bombarded with spam.

    Website usability is great, and its necessary, however it is not the be all and end all of web design and development. It must be balanced with design, ease of maintenance and security.

    “Not every user browse the Web with modern web browsers, or they doesn’t even use a web browser and not every visitor have Javascript enabled by default.”

    This is a nice thought, but it is also a bit dangerous. There are reasons why browsers have advanced, among them is security. To continue to cater to the older browsers is, in my humble opinion, irresponsible. My rule of thumb is, when the browser maker no longer supports a particular version, neither do I.

    I agree that JavaScript used in a site should degrade nicely. That should be the goal of every Designer/Developer out there. But there also comes a point where you have to ask yourself, and your client, is it worth the time and effort to cater to a handful of users? Usually the answer is no.

     
     
    #8
    Walter
    December 29th, 2008 at 4:17 pm

    I’ve been using Akismet and it’s been very successful at catching all spam (a couple of exceptions only).

    I originally launched the blog with CAPTCHA enabled. I know for sure that users would prefer not to have a CAPTCHA so I’m going to continue the Akismet route unless the spam starts coming through and the blog comments become unmanageable. Akismet has been doing a truly remarkable job so far, and I highly recommend it to everyone. It will indeed enhance the user experience a lot.

     
     
    #9
    Brenelz Web Solutions
    December 29th, 2008 at 8:14 pm

    I agree with Walter. I prefer to stay away from CAPTCHA when I can as it is an annoyance to visitors.

    I use Akismet and it does very well in catching spam, and only have had a few good comments go into the spam queue.

    Great article though!

     
     
    #10
    James
    December 29th, 2008 at 9:58 pm

    @Michael, in regard to your last point, I think it depends on how many a “handful of users” is… How many users are you (or your client) willing to let slide?

     
     
    #11
    Walter
    December 29th, 2008 at 10:19 pm

    @James and everyone here - you can now also reply if you wish to individual posts - simply click on the link at the bottom right corner of a comment.

    Thanks!

     
    1 Reply
     
    #12
    Kent
    December 30th, 2008 at 12:38 pm

    Great list! I agree completely with the CAPTCHA thing, didn’t realize it was such a problem until I did work for a church that wanted a blog. It seemed simple to me, but they got tons of complaints about having to put “silly words” in to submit a comment.

    Use of good validation, cookies, and a bit of trickery cut the spam down to almost nothing.

     
     
    #13
    Jim
    December 30th, 2008 at 2:04 pm

    I agree with others in that CAPTCHA is unfortunately necessary. You suggest using other methods. Can you please point me to these methods? Even on my blog which is not highly publicized, I get a lot of spam registrations unless I add a CAPTCHA to the registration form. So, I am really interested in learning about these other methods.

     
     
    #14
    Boston Digital Imaging
    December 30th, 2008 at 4:07 pm

    Some really great tips for any web designer who may be looking for solutions when making their websites more user friendly.

    Also, I agree that you should limit the amount of CAPTCHA, because most of the time I can’t even figure out all the weird letters and I swear I’m human!

    -Timothy

     
     
    #15
    Gunner
    December 30th, 2008 at 5:03 pm

    Most hypocritical web-design article. Ever.

    “Include a Tagline”

    This blog has no tagline

    “Don’t Use Extensive Graphics”

    This blog has a pretty but mindblowingly busy graphic design, and some well-designed icons on the right where the menu should be, which actually turn out to be sponsor ads.

    “Use Site maps”

    If there’s a site map on this blog, I can’t find it.

    “Create easily scannable web content and place the most important information on top of your web page”

    And yet you’ve placed your navigation menu on the right hand side, under the ads, a full screen-and-a-half distance down from the top so it doesn’t even show up on the page when you first load it.

    Also, I’m not sure if it goes against the javascript rule, but I found it to be jarring and annoying that rolling over your menu tabs changes the content without any clicks involved, so a little stray mouse movement hides the content I was perusing.

    I also found the graphical tooltip on the main logo to be amusing, especially when you’re on the home page and the tooltip that comes up says “Webdesigner Depot Homepage.”

     
     
    #16
    Walter
    December 30th, 2008 at 5:32 pm

    @ Gunner: These tips are guidelines only, not a mathematical formula to follow. Blog guidelines can be slightly different from regular websites, and WDD’s own goals and purposes can make us deviate from some of these.

    Other things we change and update based on user feedback, such as yours, so thanks for voicing your opinion, it will be considered. :)

     
     
    #17
    Navdeep
    December 30th, 2008 at 5:44 pm

    Very nice list.

     
     
    #18
    frank katzer | 1klang.de internetagentur
    December 30th, 2008 at 7:08 pm

    thanks for the article.
    the tagline-thing and the user-workflow are the most important features of a good website.

     
     
    #19
    Kenneth
    December 31st, 2008 at 12:19 am

    Amazing tips and my favorite is “6.Create Easily Scannable Web Pages”

     
     
    #20
    Timothy
    December 31st, 2008 at 2:19 pm

    “Site maps are a relatively new website feature”

    That is not true, at all. Site maps have been around for a long time. The difference now, as compared to a number of years ago, is that people don’t use sitemaps. The only real reason why sites include these is for SEO (as you mentioned). Google and other crawlers will use these maps to quickly jump through the entirety of your site. It’s just a way to improve your exposure to search engines.

    And, CAPTCHAs are fine to use. The problem is that people implement CAPTCHAs that even other people can’t decipher. The key to a good CAPTCHA is when the letters are easily decipherable by a human, but are too close to each other for a computer to slice them apart and analyze. But, nowadays there are actually companies that pay employees to manually enter CAPTCHAs for spam-based clients.

    I have noticed, however, an interesting twist on CAPTCHAs on a number of blogs. Instead of a garbled series of letters some sites are putting something like “89 plus 1 = ” and then an input. This is a very interesting trend. It is much simpler are quicker for the user.

    Oh, the “don’t overuse JavaScript” thing is arguable. I agree you shouldn’t overload a person with heavy scripts. If someone, God forbid, is using IE(6) then they will be royally screwed. But, if you do use a lot of scripting you can bubble up events and only execute blocks as needed. This, along with compression (YUI Compression), will take much of the burden off the user.

    And as for the image thing, use sprites as much as possible. Google it for more info.

    And, HAPPY NEW YEAR! Yehaw!

     
     
    #21
    Rob Cockerham
    December 31st, 2008 at 3:05 pm

    I disagree with about half of the points in this article.
    I think the author had one sort of website in mind when it was written.

     
     
    #22
    social networking software
    December 31st, 2008 at 6:25 pm

    awesome refresher course just in time for our revamp.
    ;)

     
     
    #23
    Eli
    January 1st, 2009 at 4:43 am

    3. Don’t Use Extensive Graphics

    I think maybe you should have followed this a little bit more when you were having the header of your website designed. It is nice, sure, but I think it may be a little overdone.

    Very nice article though, these are some very important points.

     
     
    #24
    S. Nisar
    January 1st, 2009 at 8:31 am

    Nice tips!

    thanks a lot.

    Happy New Year 2009

     
     
    #25
    kmullett
    January 1st, 2009 at 1:38 pm

    These are some decent general thoughts and tips, but without being placed in context of a given sites target demographic, market segment, particular clients need, etc.. they can be more harm then good. (IMHO)

    Professionals shouldn’t build sites like some kind of one solution fits all checklist. A site search for example is not always and absolutely applicable.

    In regards to the visible site maps (not the XML in site root). Please note that across the over 100 varied sites I watch analytics for, on average less then 1 half of 1 percent of people actually use them. This changes based on the type of site, the content architecture, scope of the site, and if a site search is available, but by and large these are not used by visitors. We do include them in the footer of our solutions as 1-5% may still represent thousands of users, and for SEO cross page linking.

     
     
    #26
    Arnold
    January 1st, 2009 at 2:37 pm

    This is a great post for novice web designers, but like many other articles on this site it lacks a comprehensiveness that professional web designers and developers desire. This blog has the potential to be a great resource for professionals — so please keep the content at our level if you want us to keep coming back! Thanks

     
    1 Reply
     
    #27
    Pavan K
    January 1st, 2009 at 9:52 pm

    Another very useful post. Left me with some food for thought about using Javascript for a concept that hopes to scale. Throws many a mobile browser ‘out the window’… Thanks for this. Any stats. on Javascript enabling, or integration into (which) phones?

     
     
    #28
    GlennG
    January 1st, 2009 at 10:18 pm

    What about “avoid Flash” or other similar technologies and don’t smother your page with adverts. I know that this is touching on accessibility issues, but Flash shouldn’t be used as the principal content (OK, videos, games and complex visualisation accepted).

    I’d definitely add something about consistent navigation; something that’s all to often missed in these days of no-navigation blogs. I realise that point 7 touches on this, but consistent and usable navigation is vital to usability. Let your visitors know:
    - where am I
    - how did I get here
    - where can I go from here

     
     
    #29
    Evan
    January 1st, 2009 at 11:04 pm

    Nice breakdown. Thanks for sharing. I agree that conversion rates are the most important thing.

     
     
    #30
    Rubber Soul
    January 2nd, 2009 at 7:45 am

    Following on from Timothy, No. 20 above - I totally agree - Sitemaps are useless for humans - look at many html sitemaps and they’re unintuitive for humans to navigate around (mine included) - you’ll be more likely to find something on a site quicker by looking manually! XML sitemaps are VITAL for submitting to google via their webmasters tools, but I’ve found you only get better indexing results IF you do the submission. Don’t expect google to automatically index a sitemap - but I guess that’s getting a bit off-topic.

    Some other good ideas though, particularly the F-thing - psychologically interesting - thanks!

     
     
    #31
    Jason
    January 2nd, 2009 at 5:53 pm

    I agree with the no captcha statement, I use akismet and bannage (wp plugins) instead and they work great for defeating spam.

     
     
    #32
    SOS Media Web Design
    January 2nd, 2009 at 5:57 pm

    This is a great article with some tips I learned in school and always appreciate hearing again!

     
     
    #33
    Moksha Solutions
    January 2nd, 2009 at 7:07 pm

    thanks its a really nice article.

     
     
    #34
    myows
    January 2nd, 2009 at 8:20 pm

    good article - we’re following your advice for the design of our own UI.

     
     
    #35
    Ash-had
    January 3rd, 2009 at 6:03 pm

    I really appreciate the points mentioned in above posts…

     
     
    #36
    Usman Suglatwala
    January 3rd, 2009 at 6:13 pm

    Nice Article, esp. the grapics scan. The sitemap is also a nice way of having pages indexed on Google. Also,using XML and .NET, you can even display page links to the users.

     
     
    #37
    Marmolejo
    January 3rd, 2009 at 6:54 pm

    Simplemente …. Excelente

     
     
    #38
    Michael
    January 3rd, 2009 at 11:02 pm

    @James That number is something that you can usually determine from a good web analytics program, and it is something that varies from client to client, site to site. It is also something that you need to sit down with your client and discuss. It is something that needs to be weighed against your time and what your client is willing to pay for. If my client is not willing to pay me for my time to cater to IE5 or IE6 users, then I won’t.

     
     
    #39
    David Hamill
    January 4th, 2009 at 9:36 am

    Nice article. You’ll be surprised how few people actually use site maps to navigate your website. If they do then there is probably something wrong with the site IA.

    They are better for SEO than usability.

     
     
    #40
    Veeesh
    January 5th, 2009 at 9:50 am

    It is a good article with some useful usability tips. I am also focusing to improve the user experience by using various usability and accessibility features to increase the degree of effective content access on web. Hope everybody will try to understand its significance and use them.

    Veeresh D.

     
     
    #41
    hood_lord
    January 6th, 2009 at 11:50 am

    Really cool! I found it very useful & helpful. I hope my works will go more n more better after reading this article. cool!!

     
     
    #42
    Cesar
    January 6th, 2009 at 6:33 pm

    Nice list!!!

    You could have mentioned that usability is good for SEO too. Great article anyway.

     
     
    #43
    venkat nookala
    January 7th, 2009 at 10:04 am

    Very use full list of usability tips..Thanks

     
     
    #44
    ipoenk
    January 8th, 2009 at 5:44 pm

    Thanks for sharing .. the whole tips make me see clearly about web design

     
     
    #45
    Scott
    January 9th, 2009 at 1:14 pm

    Thanks for the helpful post. I’ve been looking into usability a lot recently and found good resources from Human Factors International. They have a monthly newsletter and lots of white papers that tend to not only talk about practical tips but also the science around why the recommendations are valid. In my work, these explanations make for good ammunition in winning battles of preference vs research. Keep up the good posts.

     
     
    #46
    Confetti
    January 9th, 2009 at 11:52 pm

    Here’s another one: don’t let the background image of your website incur the wrath of the horizontal scrollbar. You’re violating this rule right now.

     
     
    #47
    tiettePremy
    January 20th, 2009 at 1:08 pm

    I am unable to understand this post. But well some points are useful for me.

     
     
    #48
    mindxstudio
    January 21st, 2009 at 3:07 am

    me web designer myself, yes it is very help full post, it help me a lot.

     
     
    #49
    Web development Solutions
    January 29th, 2009 at 8:12 pm

    This is really a usefull artical …

    Hope to see more Search Engine optimization tips.

     
     
    #50
    Maik
    February 5th, 2009 at 3:42 pm

    Very usefull information, thanks.

     
     
    #51
    sivaji
    February 5th, 2009 at 9:58 pm

    Its worth to spend time on reading this :D

     
     
    #52
    Chris
    February 10th, 2009 at 12:12 am

    But … your own email subscription form uses captchas. I’m so confused.

     
     
    #53
    Walter
    February 10th, 2009 at 12:24 am

    @ Chris: Yes, the captcha is part of Feedburner - i can’t remove it, i have no control over it.

     
     
    #54
    Janice Sclafani *~*TheGrinningDoggy*~*
    February 12th, 2009 at 10:47 am

    I agree CAPTCHA is a pain. However, I do find it easier to deal with when I can at least see the words/numbers clearly and am not sitting there hitting refresh to get a new combination of such that I can actually discern.

    That being said, the use of CAPTCHA is a catch 22 , indeed.

    I think it is going to be a decision that each website owner must make based on how slammed with spam they are getting.

    I will admit- on some sites when faced with it, I have just left.

    Usually the ones that keep stating I inputted the info incorrectly.
    Those are the ones where the words/numbers are hard to read.

    After a while, you just say” The heck with this” and go right off the site.

    I think it is an individual decision and must be weighed against the degree of spam coming into the site.

    I would not install this the feature right off the bat- there has to be a genuine need for it.

     
     
    #55
    webtizer
    February 16th, 2009 at 11:31 pm

    very nice post, i like usability articles .. i know that we are all need that useful information.. thanks

     
     
    #56
    Sam
    February 22nd, 2009 at 7:08 pm

    This is great! Thanks so much. Hope it will continue.

    you can get interesting post about web usability and technology on my Web Usability Blog.

     
     
    #57
    magesh
    February 24th, 2009 at 10:00 pm

    that was really an informative article….
    very usefull

     
     
    #58
    sourav sen
    March 9th, 2009 at 7:56 pm

    i cant agree on the point of captcha with the author
    they are a need today and not a fancy display of code designed by a programmer.

     
     
    #59
    sachin khobragade
    March 10th, 2009 at 1:30 pm

    useful article..keep it up.

     
     
    #60
    M1chel
    April 18th, 2009 at 1:08 pm

    Loved the article. I read many online about the subject and nobody talked about the tagline yet. maybe they think it’s obvious but it’s good to remind it!

    about the site map debate above: well, I have to agree that few visitors use it, but I think it’s something extremely useful to add. it’s something that can turn out to be essential for some and it’s not a big effort to build it.
    Hopefully following some basic usability tips you will have a decent navigation and your “search field” so that everyone can find what’s looking for easily, but more then once I’ve been forced to look for a site map to find the content I was seeking. sad but true.
    after all it’s our interest to provide all possible tools to ensure a comfortable navigation to visitors, therefore let’s add a simple page with a site map :)

     
     
    #61
    Adam Winogrodzki
    April 19th, 2009 at 11:37 pm

    If all the webmasters will adopt these 10 Tips then it can be great for them .

     
     
    #62
    Golchi
    April 24th, 2009 at 7:17 am

    Thanks dude for your post (I used to think that we were few to suffer in front of some captcha that doesn’t offer a new image display in case you can’t read ;-))

     
     
    #63
    Ruslan
    May 27th, 2009 at 9:27 am

    Hi
    First, Thanks for the valuable info.

    Also I would like to ask. What to do to Implement Site Search?
    Any one know of a tutorial on that?

    Thanks In Advance
    Ruslan

     
     
    #64
    M1chel
    May 28th, 2009 at 1:56 pm

    @ruslan:
    waiting for an answer from Walter, which I’m sure will be simple and effective, I can suggest you to take a look at an article from Smashing magazine ( http://www.smashingmagazine.com/2008/12/04/designing-the-holy-search-box-examples-and-best-practices/ )
    I hope is not unpolite to link to another blog. if so, please cancel my comment :)

    cheers.

     
    1 Reply
     
    #65
    oxidizzy
    June 18th, 2009 at 6:45 am

    aha!!! i love this post . . .

     
     
    #66
    social network software
    July 1st, 2009 at 10:51 pm

    Awesome usability tips. I’m excited to send this link to our web designers.

     
    Name (required)

    E-mail (required - never shown publicly)

    Web-site

    Your Comment (smaller size | larger size)

Web Designer Depot