<?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: Breadcrumbs Design Pattern</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2006/02/13/breadcrumbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Den</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-87798</link>
		<dc:creator>Den</dc:creator>
		<pubDate>Mon, 09 Apr 2007 03:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-87798</guid>
		<description>I personally thing that greater-than sign (&quot;&gt;&quot;) is visually disturbing and just ugly! I think it should be → instead.</description>
		<content:encoded><![CDATA[<p>I personally thing that greater-than sign (&#8220;&gt;&#8221;) is visually disturbing and just ugly! I think it should be → instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Scott</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-183</link>
		<dc:creator>Bill Scott</dc:creator>
		<pubDate>Tue, 21 Feb 2006 21:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-183</guid>
		<description>Really great comments. Let me suggest moving the discussion to our Online patterns discussion forum at http://groups.yahoo.com/group/ydn-patterns. It&#039;s easier to discuss there and would love to capture the various thoughts here.

http://groups.yahoo.com/group/ydn-patterns/message/20?threaded=1</description>
		<content:encoded><![CDATA[<p>Really great comments. Let me suggest moving the discussion to our Online patterns discussion forum at <a href="http://groups.yahoo.com/group/ydn-patterns" rel="nofollow">http://groups.yahoo.com/group/ydn-patterns</a>. It&#8217;s easier to discuss there and would love to capture the various thoughts here.</p>
<p><a href="http://groups.yahoo.com/group/ydn-patterns/message/20?threaded=1" rel="nofollow">http://groups.yahoo.com/group/ydn-patterns/message/20?threaded=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FoX</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-175</link>
		<dc:creator>FoX</dc:creator>
		<pubDate>Mon, 20 Feb 2006 10:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-175</guid>
		<description>How do I achieve this breadcrumb functionality by using the YUI library?</description>
		<content:encoded><![CDATA[<p>How do I achieve this breadcrumb functionality by using the YUI library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaDDiX</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-168</link>
		<dc:creator>RaDDiX</dc:creator>
		<pubDate>Sat, 18 Feb 2006 10:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-168</guid>
		<description>A method that I often use is to put the breadcrumbs in a OL with the most top-level item above.
Then I give all the LI&#039;s (except for the first one) a background image that resembles a &gt; symbol.
Looks meaningfull with or without the css.
Screenreaders will allso have a certain hierarchie while reading the breadcrumb.
The only thing I might want to do is to give the links a proper rel attribute.</description>
		<content:encoded><![CDATA[<p>A method that I often use is to put the breadcrumbs in a OL with the most top-level item above.<br />
Then I give all the LI&#8217;s (except for the first one) a background image that resembles a &gt; symbol.<br />
Looks meaningfull with or without the css.<br />
Screenreaders will allso have a certain hierarchie while reading the breadcrumb.<br />
The only thing I might want to do is to give the links a proper rel attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-162</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 18 Feb 2006 02:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-162</guid>
		<description>A reasonable description for most cases, but what about rtol languages? I’d suggest instead of “Separate each label with a greater-than sign ( &gt; ).” something more like “Separate each label with a greater-than sign ( &gt; ) for left-to-right languages, or a less-than sign ( &lt; ) for right-to-left languages.&quot;

(repost as the lt symbol mucked things up - hopefully using the entity works. If not, you know what I mean :)</description>
		<content:encoded><![CDATA[<p>A reasonable description for most cases, but what about rtol languages? I’d suggest instead of “Separate each label with a greater-than sign ( &gt; ).” something more like “Separate each label with a greater-than sign ( &gt; ) for left-to-right languages, or a less-than sign ( &lt; ) for right-to-left languages.&#8221;</p>
<p>(repost as the lt symbol mucked things up &#8211; hopefully using the entity works. If not, you know what I mean :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-160</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 17 Feb 2006 20:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-160</guid>
		<description>A reasonable description for most cases, but what about rtol languages?  I&#039;d suggest instead of &quot;Separate each label with a greater-than sign ( &gt; ).&quot; something more like &quot;Separate each label with a greater-than sign ( &gt; ) for left-to-right languages, or a less-than sign ( </description>
		<content:encoded><![CDATA[<p>A reasonable description for most cases, but what about rtol languages?  I&#8217;d suggest instead of &#8220;Separate each label with a greater-than sign ( &gt; ).&#8221; something more like &#8220;Separate each label with a greater-than sign ( &gt; ) for left-to-right languages, or a less-than sign (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: owen</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-159</link>
		<dc:creator>owen</dc:creator>
		<pubDate>Fri, 17 Feb 2006 19:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-159</guid>
		<description>Has anyone dealt with the problem of really long page titles appearing as the last item in a breadcrumb? In that instance would you truncate? This page shows the problem:

http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006</description>
		<content:encoded><![CDATA[<p>Has anyone dealt with the problem of really long page titles appearing as the last item in a breadcrumb? In that instance would you truncate? This page shows the problem:</p>
<p><a href="http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006" rel="nofollow">http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: owen</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-158</link>
		<dc:creator>owen</dc:creator>
		<pubDate>Fri, 17 Feb 2006 19:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-158</guid>
		<description>Has anyone ever dealt with a situation where the page title is very long? This makes it hard to have the current page title at the end of the breadcrumb. For example, we&#039;re having this problem on our site on this page:

http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006</description>
		<content:encoded><![CDATA[<p>Has anyone ever dealt with a situation where the page title is very long? This makes it hard to have the current page title at the end of the breadcrumb. For example, we&#8217;re having this problem on our site on this page:</p>
<p><a href="http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006" rel="nofollow">http://www.sims.berkeley.edu/about/news/pressreleases/saxenian02162006</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelangelo Iaffaldano</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-124</link>
		<dc:creator>Michelangelo Iaffaldano</dc:creator>
		<pubDate>Fri, 17 Feb 2006 14:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-124</guid>
		<description>An addtional accessibility consideration is: what does the breadcrumb sound like when spoken by a screen reader? There is an interesting discussion of this problem on the &lt;a href=&quot;http://www.standards-schmandards.com/index.php?2004/11/06/6-the-sound-of-the-accessible-title-tag-separator&quot; title=&quot;The Sound of the Accessible Title Tag Separator&quot; rel=&quot;nofollow&quot;&gt;standards schmandards site&lt;/a&gt; and elsewhere.</description>
		<content:encoded><![CDATA[<p>An addtional accessibility consideration is: what does the breadcrumb sound like when spoken by a screen reader? There is an interesting discussion of this problem on the <a href="http://www.standards-schmandards.com/index.php?2004/11/06/6-the-sound-of-the-accessible-title-tag-separator" title="The Sound of the Accessible Title Tag Separator" rel="nofollow">standards schmandards site</a> and elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.yuiblog.com/blog/2006/02/13/breadcrumbs/comment-page-1/#comment-108</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Thu, 16 Feb 2006 03:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://yuiblog.com/blog/2006/02/13/breadcrumbs/#comment-108</guid>
		<description>It&#039;s been my experience that if a person CAN be confused by something, s/he WILL be. Thus, leaving off the current page as the final item in the breadcrumb, as George suggests, may eliminate repetition but I&#039;d be willing to bet that it would confuse more than a few site visitors.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been my experience that if a person CAN be confused by something, s/he WILL be. Thus, leaving off the current page as the final item in the breadcrumb, as George suggests, may eliminate repetition but I&#8217;d be willing to bet that it would confuse more than a few site visitors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

