<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SimpleQuiz &#8250; Part XII: Breadcrumbs</title>
	<atom:link href="http://simplebits.com/notebook/2004/02/04/sqxii/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2004/02/04/sqxii/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: plagiats</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2137</link>
		<dc:creator>plagiats</dc:creator>
		<pubDate>Fri, 03 Jun 2005 22:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2137</guid>
		<description>B !! A list makes sense here.
</description>
		<content:encoded><![CDATA[<p>B !! A list makes sense here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: w!red</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2136</link>
		<dc:creator>w!red</dc:creator>
		<pubDate>Fri, 20 May 2005 01:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2136</guid>
		<description>I agree with TechGnome. Most if not all breadcrumb lists do not actually show you from whence you have come, they only really show you which &#039;folder&#039; you are in. I suppose that with a dash of PHP and a session ID it may be possible to construct a more meaningful breadcrumb trail (or segment of said trail as TechGnome suggests) (?).
As for the markup (and after having read this article) I would vote for a nested ordered or unordered list, but only because I have no real understanding of the correct usage of definition lists =P
</description>
		<content:encoded><![CDATA[<p>I agree with TechGnome. Most if not all breadcrumb lists do not actually show you from whence you have come, they only really show you which &#8216;folder&#8217; you are in. I suppose that with a dash of PHP and a session ID it may be possible to construct a more meaningful breadcrumb trail (or segment of said trail as TechGnome suggests) (?).<br />
As for the markup (and after having read this article) I would vote for a nested ordered or unordered list, but only because I have no real understanding of the correct usage of definition lists =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2135</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Mon, 15 Nov 2004 19:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2135</guid>
		<description>TechGnome -- why not use the browser&#039;s back button (and the associated list of previous pages&#039; titles) for that?
</description>
		<content:encoded><![CDATA[<p>TechGnome &#8212; why not use the browser&#8217;s back button (and the associated list of previous pages&#8217; titles) for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechGnome</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2134</link>
		<dc:creator>TechGnome</dc:creator>
		<pubDate>Thu, 26 Feb 2004 21:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2134</guid>
		<description>Forgot to mention. With all this in mind, I would use an unordered list, probably displayed inline, no bullets (well, maybe) and some kind of textual arrow, like this &quot;-&gt;&quot;.
TG
</description>
		<content:encoded><![CDATA[<p>Forgot to mention. With all this in mind, I would use an unordered list, probably displayed inline, no bullets (well, maybe) and some kind of textual arrow, like this &#8220;->&#8221;.<br />
TG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechGnome</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2133</link>
		<dc:creator>TechGnome</dc:creator>
		<pubDate>Thu, 26 Feb 2004 21:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2133</guid>
		<description>Hmmm.... interesting discussion. I think before you can think about how to display breadcrumbs, you first need to decide WHAT the breadcrumbs are. That answer will(should) then define how the semantices should be markedup. Then and only then should you use CSS to pretty-fy it.
First, breadcrumbs are not a you are here sign. I *know* where I am. I am on *this* page. It doesn&#039;t matter where this page is. What matters is how did I get here? That&#039;s what breadcrumbs were intended for. Did I come straight off of the home page? Did I click around, following links? It&#039;s like following the bouncing ball.
If I start on the main page, click on a category, then a post, I should get this... Home &gt; Category &gt; Post Name. If I then click into January, I would expect to see this: Home &gt; Category &gt; Post Name &gt; January. Now, depending on how many steps I want to track (5 seems like a good number), things can start to fall off the front of the list. There&#039;s no need to track EVERYWHERE I&#039;ve been, but having the last 4 or 5 places I was would be real handy.
Home &gt; Category &gt; Post Name &gt; January &gt; Jan 20
Category &gt; Post Name &gt; January &gt; Jan 20 &gt; Post Name
Post Name &gt; January &gt; Jan 20 &gt; Post Name &gt; Home
January &gt; Jan 20 &gt; Post Name &gt; Home &gt; Category
It&#039;s a trail of where I&#039;ve been. And it allows me to get back to some point where I was.
&lt;em&gt;Breadcrumb navigation is commonly used as a method for showing the user where they are within the structure of a site — and giving them an easy way of getting back.&lt;/em&gt; -- I think that&#039;s only half of it. Letting me know where I am in the structure of a site is part of the usability of a site, but it doesn&#039;t allow me to get back to where I might have been. A breadcrumb that does not make.
The second second part of that statement says that I should be able to get back to where I was. Within the structure of the site, that is immaterial. I shouldn&#039;t care structuraly where I was. I just want to go there. So, I follow the breadcrumbs back two steps to a different part of the structure tree. The You Are Here (YAH) should update and show me my new location.
That&#039;s my 2cents, take it or leave it. It&#039;s also jsut my opinion.
TG
</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;. interesting discussion. I think before you can think about how to display breadcrumbs, you first need to decide WHAT the breadcrumbs are. That answer will(should) then define how the semantices should be markedup. Then and only then should you use CSS to pretty-fy it.<br />
First, breadcrumbs are not a you are here sign. I *know* where I am. I am on *this* page. It doesn&#8217;t matter where this page is. What matters is how did I get here? That&#8217;s what breadcrumbs were intended for. Did I come straight off of the home page? Did I click around, following links? It&#8217;s like following the bouncing ball.<br />
If I start on the main page, click on a category, then a post, I should get this&#8230; Home > Category > Post Name. If I then click into January, I would expect to see this: Home > Category > Post Name > January. Now, depending on how many steps I want to track (5 seems like a good number), things can start to fall off the front of the list. There&#8217;s no need to track EVERYWHERE I&#8217;ve been, but having the last 4 or 5 places I was would be real handy.<br />
Home > Category > Post Name > January > Jan 20<br />
Category > Post Name > January > Jan 20 > Post Name<br />
Post Name > January > Jan 20 > Post Name > Home<br />
January > Jan 20 > Post Name > Home > Category<br />
It&#8217;s a trail of where I&#8217;ve been. And it allows me to get back to some point where I was.<br />
<em>Breadcrumb navigation is commonly used as a method for showing the user where they are within the structure of a site — and giving them an easy way of getting back.</em> &#8212; I think that&#8217;s only half of it. Letting me know where I am in the structure of a site is part of the usability of a site, but it doesn&#8217;t allow me to get back to where I might have been. A breadcrumb that does not make.<br />
The second second part of that statement says that I should be able to get back to where I was. Within the structure of the site, that is immaterial. I shouldn&#8217;t care structuraly where I was. I just want to go there. So, I follow the breadcrumbs back two steps to a different part of the structure tree. The You Are Here (YAH) should update and show me my new location.<br />
That&#8217;s my 2cents, take it or leave it. It&#8217;s also jsut my opinion.<br />
TG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris McDougall</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2132</link>
		<dc:creator>Chris McDougall</dc:creator>
		<pubDate>Sat, 14 Feb 2004 04:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2132</guid>
		<description>To me the foremost real world example of a series of bread crumbs in use is the common outline for term papers. Start with a thesis, map out the sections (usually using roman numerals), map out the subsections, the subsections within the subsections, etc.
What have you got? A series of (ordered) nested lists, of course. Not only does an outline display hierarchy, but it also tells you where you are within the paper.
However, I don&#039;t think it&#039;s really necessary to use an ordered list if there&#039;s nesting involved, especially since there&#039;s only one item per list, unlike a paper outline which usually has several listings. But it &lt;em&gt;can&lt;/em&gt; be used.
I&#039;m not sure if a single ordered list would work the same way, semantically. Usually when I encounter a single list of items I see them as being within the same hierarchy, and as a series of steps within the hierarchy. &quot;2&quot; is not within &quot;1.&quot; &quot;2&quot; comes after &quot;1.&quot;
So yes, despite the fact that A would be the easiest and use the smallest amount of code, I think the numerous suggestions for nested lists is the most semantically correct.
</description>
		<content:encoded><![CDATA[<p>To me the foremost real world example of a series of bread crumbs in use is the common outline for term papers. Start with a thesis, map out the sections (usually using roman numerals), map out the subsections, the subsections within the subsections, etc.<br />
What have you got? A series of (ordered) nested lists, of course. Not only does an outline display hierarchy, but it also tells you where you are within the paper.<br />
However, I don&#8217;t think it&#8217;s really necessary to use an ordered list if there&#8217;s nesting involved, especially since there&#8217;s only one item per list, unlike a paper outline which usually has several listings. But it <em>can</em> be used.<br />
I&#8217;m not sure if a single ordered list would work the same way, semantically. Usually when I encounter a single list of items I see them as being within the same hierarchy, and as a series of steps within the hierarchy. &#8220;2&#8243; is not within &#8220;1.&#8221; &#8220;2&#8243; comes after &#8220;1.&#8221;<br />
So yes, despite the fact that A would be the easiest and use the smallest amount of code, I think the numerous suggestions for nested lists is the most semantically correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Smith</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2131</link>
		<dc:creator>Michael Smith</dc:creator>
		<pubDate>Fri, 13 Feb 2004 18:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2131</guid>
		<description>I&#039;m with &lt;a href=&quot;http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment60&quot; rel=&quot;nofollow&quot;&gt;Sean Ho&lt;/a&gt; on this. Ordered-list with a H* as the label. I particularly like the &lt;code&gt;&lt;em&gt;&lt;/code&gt; around the last item to indicate the current location.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m with <a href="http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment60" rel="nofollow">Sean Ho</a> on this. Ordered-list with a H* as the label. I particularly like the <code>&lt;em&gt;</code> around the last item to indicate the current location.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mini-d</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2130</link>
		<dc:creator>mini-d</dc:creator>
		<pubDate>Fri, 13 Feb 2004 17:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2130</guid>
		<description>I vote for none of them. I think semantical markupt should be France&#039;s example. But lineal one is not bad, it&#039;s sequencial like say, option 1, option 2.
Mine is: option &#8594; option &#8594; last.
</description>
		<content:encoded><![CDATA[<p>I vote for none of them. I think semantical markupt should be France&#8217;s example. But lineal one is not bad, it&#8217;s sequencial like say, option 1, option 2.<br />
Mine is: option &rarr; option &rarr; last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David House</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2129</link>
		<dc:creator>David House</dc:creator>
		<pubDate>Thu, 12 Feb 2004 18:56:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2129</guid>
		<description>It&#039;s a WCAG Priority 3 checkpoint that links shouldn&#039;t be seperated by only whitespace, 10.5 Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links. [&lt;a href=&quot;http://www.w3.org/TR/WCAG10/full-checklist.html&quot; rel=&quot;nofollow&quot;&gt;Quote Source&lt;/a&gt;], so that rules A out unless you take a route like &lt;a href=&quot;http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment67&quot; rel=&quot;nofollow&quot;&gt;Megatron suggested&lt;/a&gt;.
My view would be to nested ordered lists. If you think about it, Home -&gt; Sections -&gt; XML implies that you&#039;re in the XML section, within the Sections section, from the home page. &lt;a href=&quot;http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment66&quot; rel=&quot;nofollow&quot;&gt;Dave Calam&lt;/a&gt;, they &lt;em&gt;are&lt;/em&gt; children of each other, those pages are in folders which are nested in each other on the server.
</description>
		<content:encoded><![CDATA[<p>It&#8217;s a WCAG Priority 3 checkpoint that links shouldn&#8217;t be seperated by only whitespace, 10.5 Until user agents (including assistive technologies) render adjacent links distinctly, include non-link, printable characters (surrounded by spaces) between adjacent links. [<a href="http://www.w3.org/TR/WCAG10/full-checklist.html" rel="nofollow">Quote Source</a>], so that rules A out unless you take a route like <a href="http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment67" rel="nofollow">Megatron suggested</a>.<br />
My view would be to nested ordered lists. If you think about it, Home -> Sections -> XML implies that you&#8217;re in the XML section, within the Sections section, from the home page. <a href="http://www.simplebits.com/archives/2004/02/04/sqxii.html#comment66" rel="nofollow">Dave Calam</a>, they <em>are</em> children of each other, those pages are in folders which are nested in each other on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megatron</title>
		<link>http://simplebits.com/notebook/2004/02/04/sqxii/#comment-2128</link>
		<dc:creator>Megatron</dc:creator>
		<pubDate>Wed, 11 Feb 2004 23:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2004/02/04/sqxii/#comment-2128</guid>
		<description>I&#039;m a hack at web design, so take all this with a grain of salt...&lt;p&gt;I prefer &quot;A&quot;. I see the user&#039;s current location in your site as more sequential than hierarchal. Lists are a bad fit.&lt;p&gt;Additionally, lists to me should contain content related to the current document, not choices the user has already made. &lt;p&gt;Personally, I&#039;d try to style option &quot;A&quot; somehow to make it prettier, maybe with &#8594; like somebody suggested. That would c omplete the idea of a &quot;sequence&quot;.&lt;/p&gt;&lt;/p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m a hack at web design, so take all this with a grain of salt&#8230;
</p><p>I prefer &#8220;A&#8221;. I see the user&#8217;s current location in your site as more sequential than hierarchal. Lists are a bad fit.
</p><p>Additionally, lists to me should contain content related to the current document, not choices the user has already made.
</p><p>Personally, I&#8217;d try to style option &#8220;A&#8221; somehow to make it prettier, maybe with &rarr; like somebody suggested. That would c omplete the idea of a &#8220;sequence&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

