<?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: CSS Breadcrumbs In 5 Minutes</title>
	<atom:link href="http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:03:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Cooking Made Really Easy</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183346</link>
		<dc:creator>Cooking Made Really Easy</dc:creator>
		<pubDate>Wed, 26 May 2010 13:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183346</guid>
		<description>[...] CSS Breadcrumbs In 5 Minutes &#124; Devlounge [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Breadcrumbs In 5 Minutes | Devlounge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tulsi Dharmarajan</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183339</link>
		<dc:creator>Tulsi Dharmarajan</dc:creator>
		<pubDate>Tue, 25 May 2010 22:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183339</guid>
		<description>Hi,
A little while ago I wrote a short blog post about using lists for all sorts of things!
This may be of interest to folks!
http://tulsid.wordpress.com/2010/04/15/css-lists-galore/

Tulsi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
A little while ago I wrote a short blog post about using lists for all sorts of things!<br />
This may be of interest to folks!<br />
<a href="http://tulsid.wordpress.com/2010/04/15/css-lists-galore/" rel="nofollow">http://tulsid.wordpress.com/2010/04/15/css-lists-galore/</a></p>
<p>Tulsi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kivi Shapiro</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183337</link>
		<dc:creator>Kivi Shapiro</dc:creator>
		<pubDate>Tue, 25 May 2010 19:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183337</guid>
		<description>The same styling technique can be used for historical breadcrumbs or for structural ones, or even for random lists of links:  CSS doesn&#039;t know the difference.

Definitely slick.</description>
		<content:encoded><![CDATA[<p>The same styling technique can be used for historical breadcrumbs or for structural ones, or even for random lists of links:  CSS doesn&#8217;t know the difference.</p>
<p>Definitely slick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Ryan</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183295</link>
		<dc:creator>Patrick Ryan</dc:creator>
		<pubDate>Sat, 22 May 2010 10:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183295</guid>
		<description>@Rick Faircloth,

You&#039;re referring to historical breadcrumbs, rather than structural ones - see http://quince.infragistics.com/Patterns/Breadcrumbs.html for an explanation.

In my experience, structural breadcrumbs are far more common than historical.</description>
		<content:encoded><![CDATA[<p>@Rick Faircloth,</p>
<p>You&#8217;re referring to historical breadcrumbs, rather than structural ones &#8211; see <a href="http://quince.infragistics.com/Patterns/Breadcrumbs.html" rel="nofollow">http://quince.infragistics.com/Patterns/Breadcrumbs.html</a> for an explanation.</p>
<p>In my experience, structural breadcrumbs are far more common than historical.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Faircloth</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183237</link>
		<dc:creator>Rick Faircloth</dc:creator>
		<pubDate>Wed, 19 May 2010 15:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183237</guid>
		<description>Hi, George...

I was disappointed that this is not a true breadcrumb trail (at least not as I was thinking it would be).  I was hoping for a trail that shows actual pages navigated and not just the tree hierarchy of the current page.

Is my view on this correct?

I could modify this with jQuery to get a an trail of pages visited, but thought, somehow, you had managed to create an actual breadcrumb trail, somehow, just in CSS.

Thanks for the work, however, and any feedback!

Rick</description>
		<content:encoded><![CDATA[<p>Hi, George&#8230;</p>
<p>I was disappointed that this is not a true breadcrumb trail (at least not as I was thinking it would be).  I was hoping for a trail that shows actual pages navigated and not just the tree hierarchy of the current page.</p>
<p>Is my view on this correct?</p>
<p>I could modify this with jQuery to get a an trail of pages visited, but thought, somehow, you had managed to create an actual breadcrumb trail, somehow, just in CSS.</p>
<p>Thanks for the work, however, and any feedback!</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorraine Nepomuceno</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183234</link>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
		<pubDate>Wed, 19 May 2010 11:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183234</guid>
		<description>Thanks, George! Glad you like the post.</description>
		<content:encoded><![CDATA[<p>Thanks, George! Glad you like the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Lucas</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183224</link>
		<dc:creator>George Lucas</dc:creator>
		<pubDate>Tue, 18 May 2010 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183224</guid>
		<description>Thanks for this, have bookmarked it to remember!</description>
		<content:encoded><![CDATA[<p>Thanks for this, have bookmarked it to remember!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorraine Nepomuceno</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183223</link>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
		<pubDate>Tue, 18 May 2010 17:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183223</guid>
		<description>Thanks, Victoria! I&#039;m glad you liked the guide.</description>
		<content:encoded><![CDATA[<p>Thanks, Victoria! I&#8217;m glad you liked the guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victoria Blount</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183221</link>
		<dc:creator>Victoria Blount</dc:creator>
		<pubDate>Tue, 18 May 2010 08:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183221</guid>
		<description>This is a great handy guide to a quick neat and simple use of breadcrumbs controlled by css. I will definitely put this into practice the next time i develop a large website that requires breadcrumbs.</description>
		<content:encoded><![CDATA[<p>This is a great handy guide to a quick neat and simple use of breadcrumbs controlled by css. I will definitely put this into practice the next time i develop a large website that requires breadcrumbs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Breadcrumbs In 5 Minutes &#124; Devlounge&#160;&#124;&#160;My Blog</title>
		<link>http://www.devlounge.net/code/css-breadcrumbs-in-5-minutes/comment-page-1#comment-183212</link>
		<dc:creator>CSS Breadcrumbs In 5 Minutes &#124; Devlounge&#160;&#124;&#160;My Blog</dc:creator>
		<pubDate>Mon, 17 May 2010 15:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=5085#comment-183212</guid>
		<description>[...] original post here: CSS Breadcrumbs In 5 Minutes &#124; Devlounge    This entry was posted on Monday, May 17th, 2010 at 12:13 pm and is filed under Uncategorized. [...]</description>
		<content:encoded><![CDATA[<p>[...] original post here: CSS Breadcrumbs In 5 Minutes | Devlounge    This entry was posted on Monday, May 17th, 2010 at 12:13 pm and is filed under Uncategorized. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

