Where Am I? Breadcrumbs In Web Design

A basic primer on breadcrumb navigation. Covers topics such as when and when not to use them, the three main types, design considerations, design mistakes, and using them together with drop down sub-menus.

Also includes a gallery of examples.

Breadcrumbs In Web Design: Examples And Best Practices – Smashing Magazine

2 Responses to “Where Am I? Breadcrumbs In Web Design”

  1. Matt C. Matt C. says:

    As a developer, if it’s implemented as a History of pages viewed, breadcrumbs are one of my least-favorite things to code, take a long time, and are fragile. But as a Hierarchy they are easier and more useful to the user, I think.

    “Breadcrumbs should show the site hierarchy, not the user’s history.”
    http://www.useit.com/alertbox/breadcrumbs.html

  2. Young-Ki Kim Young-Ki says:

    I would have to agree with Jakob.

    I don’t know why you would use a breadcrumb nav to show user history. Isn’t that what the “Back” button is for?

Leave a Reply