<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>Patterns - Navigation</title>
	<description>UI design patterns for navigation</description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 18:49:54 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>Accordion code examples</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3159</link>
		<description><![CDATA[I see there's now at least one <a href="http://yuilibrary.com/gallery/show/accordion" rel="nofollow" target="ext">accordion widget</a> in the new YUI gallery. Any thoughts on that implementation?]]></description>
		<pubDate>Thu, 29 Oct 2009 13:21:19 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3159</guid>
	</item>
	<item>
		<title>pagination - view all</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3131</link>
		<description><![CDATA[i am a fan of "view all". obviously it is not always a good idea, like when there are 100s of items to view, but when it is a good idea where is the best place for it?<br />yes - at the top and bottom of the list of items the user is paginating.<br />but do you put it with count ( events 1-10 of 30 <u>view all</u>)<br />or before the page numbers ( <u>view all</u> &lt; 1 2 3 4 &gt;)<br />or after the page numbers ( &lt; 1 2 3 4 &gt; <u>view all</u>)]]></description>
		<pubDate>Tue, 27 Oct 2009 09:20:31 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3131</guid>
	</item>
	<item>
		<title>pagination - view all</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3131</link>
		<description><![CDATA[<!--quoteo(post=8825:date=Oct 27 2009, 08&#58;20 AM:name=Christopher)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Christopher &#064; Oct 27 2009, 08&#58;20 AM) <a href="index.php?act=findpost&pid=8825"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->i am a fan of "view all". obviously it is not always a good idea, like when there are 100s of items to view, but when it is a good idea where is the best place for it?<br />yes - at the top and bottom of the list of items the user is paginating.<br />but do you put it with count ( events 1-10 of 30 <u>view all</u>)<br />or before the page numbers ( <u>view all</u> &lt; 1 2 3 4 &gt;)<br />or after the page numbers ( &lt; 1 2 3 4 &gt; <u>view all</u>)<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />I think those are all legitimate approaches. I'd probably want it afterward, as in the first and third examples.]]></description>
		<pubDate>Tue, 27 Oct 2009 09:20:31 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3131</guid>
	</item>
	<item>
		<title>Accordion pattern feedback and comments</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2980</link>
		<description><![CDATA[We've just published a new pattern, <a href="http://developer.yahoo.com/ypatterns/navigation/accordion.html" rel="nofollow" target="ext">Accordion</a>, with a rating of "Beta," which means that we feel pretty good about it and consider it roughly 80% done but that we want you, the readers and users of this site, to give us more feedback and help us tighten it up.<br /><br />This topic thread in the forums is for comments and suggestions on the new pattern. Thanks!]]></description>
		<pubDate>Mon, 12 Oct 2009 21:19:15 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2980</guid>
	</item>
	<item>
		<title>Accordion pattern feedback and comments</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2980</link>
		<description><![CDATA[<!--quoteo(post=8392:date=Oct 12 2009, 08&#58;19 PM:name=xian is short for Christian)--><div class='quote'><div class='quotetop'>QUOTE <cite>(xian is short for Christian &#064; Oct 12 2009, 08&#58;19 PM) <a href="index.php?act=findpost&pid=8392"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->We've just published a new pattern, <a href="http://developer.yahoo.com/ypatterns/navigation/accordion.html" rel="nofollow" target="ext">Accordion</a>, with a rating of "Beta," which means that we feel pretty good about it and consider it roughly 80% done but that we want you, the readers and users of this site, to give us more feedback and help us tighten it up.<br /><br />This topic thread in the forums is for comments and suggestions on the new pattern. Thanks!<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Hi,<br />This is a great pattern. I've run into an IE6/IE7 bug while using it, though. My hidden content contains a data table with borders and the borders show when the panel is closed. <br /><br />See the code here.<br /><a href="http://energysaversdev.nrel.gov/financial/test4.cfm" rel="nofollow" target="ext">http://energysaversdev.nrel.gov/financial/test4.cfm</a><br /><br />thanks,<br />Shauna Fjeld]]></description>
		<pubDate>Mon, 12 Oct 2009 21:19:15 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2980</guid>
	</item>
	<item>
		<title>Accordion pattern feedback and comments</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2980</link>
		<description><![CDATA[<!--quoteo(post=8615:date=Oct 21 2009, 08&#58;00 AM:name=shauna.fjeld)--><div class='quote'><div class='quotetop'>QUOTE <cite>(shauna.fjeld &#064; Oct 21 2009, 08&#58;00 AM) <a href="index.php?act=findpost&pid=8615"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi,<br />This is a great pattern. I've run into an IE6/IE7 bug while using it, though. My hidden content contains a data table with borders and the borders show when the panel is closed. <br /><br />See the code here.<br /><a href="http://energysaversdev.nrel.gov/financial/test4.cfm" rel="nofollow" target="ext">http://energysaversdev.nrel.gov/financial/test4.cfm</a><br /><br />thanks,<br />Shauna Fjeld<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />What codebase are you using?]]></description>
		<pubDate>Mon, 12 Oct 2009 21:19:15 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2980</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 20:05:25 PST 2010 -->
