<?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 for two rivers flowing</title>
	<atom:link href="http://tworivers.com/blog/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://tworivers.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 21 Apr 2011 11:55:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Context Menu design by Hagan</title>
		<link>http://tworivers.com/blog/archives/489#comment-107</link>
		<dc:creator>Hagan</dc:creator>
		<pubDate>Thu, 21 Apr 2011 11:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=489#comment-107</guid>
		<description><![CDATA[José, it&#039;s hard to answer your question without seeing the application, but I&#039;ll speak in general terms. Usually, each &quot;panel&quot; has separate selections - that is, if you have 4 tables on the screen, and a selection in each table, then the context menu would only apply to the selection in the table that the user is currently pointing to. The same should be true of trees. You might want to read my post on Selection and Active Selection to see more about how to handle multiple selections on the same screen (http://tworivers.com/blog/archives/558).  I can&#039;t really imagine a situation where you&#039;d want the context menu to apply to selections in two trees, but I can&#039;t rule it out, either! Designs often surprise me.]]></description>
		<content:encoded><![CDATA[<p>José, it&#8217;s hard to answer your question without seeing the application, but I&#8217;ll speak in general terms. Usually, each &#8220;panel&#8221; has separate selections &#8211; that is, if you have 4 tables on the screen, and a selection in each table, then the context menu would only apply to the selection in the table that the user is currently pointing to. The same should be true of trees. You might want to read my post on Selection and Active Selection to see more about how to handle multiple selections on the same screen (<a href="http://tworivers.com/blog/archives/558" rel="nofollow">http://tworivers.com/blog/archives/558</a>).  I can&#8217;t really imagine a situation where you&#8217;d want the context menu to apply to selections in two trees, but I can&#8217;t rule it out, either! Designs often surprise me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Context Menu design by José Tavares</title>
		<link>http://tworivers.com/blog/archives/489#comment-105</link>
		<dc:creator>José Tavares</dc:creator>
		<pubDate>Mon, 18 Apr 2011 06:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=489#comment-105</guid>
		<description><![CDATA[Thanks for this post! 
I found it very useful not only for web applications but for desktop applications too.
I just scheduled a revision of all the context menus in my application to apply some of your guidelines. I have a question though. In my application we have two different trees and in both trees the user can select a node and open a context menu. If the user have nodes selected in both trees, what options should be available via a menu on the application?

You just gained another follower of you site! Thanks!!]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post!<br />
I found it very useful not only for web applications but for desktop applications too.<br />
I just scheduled a revision of all the context menus in my application to apply some of your guidelines. I have a question though. In my application we have two different trees and in both trees the user can select a node and open a context menu. If the user have nodes selected in both trees, what options should be available via a menu on the application?</p>
<p>You just gained another follower of you site! Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Context Menu design by Wireless Web Studio</title>
		<link>http://tworivers.com/blog/archives/489#comment-91</link>
		<dc:creator>Wireless Web Studio</dc:creator>
		<pubDate>Thu, 31 Mar 2011 08:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=489#comment-91</guid>
		<description><![CDATA[Nice Post, Thank you very much :)]]></description>
		<content:encoded><![CDATA[<p>Nice Post, Thank you very much <img src='http://tworivers.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Context Menu design by Hagan</title>
		<link>http://tworivers.com/blog/archives/489#comment-87</link>
		<dc:creator>Hagan</dc:creator>
		<pubDate>Thu, 24 Mar 2011 01:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=489#comment-87</guid>
		<description><![CDATA[Mike,

Thanks for the feedback. My next article is going to be about handling multiple selection on a screen, especially with respect to toolbars and commands on those selections. Hopefully that will shed a little more light on what is, indeed, a tricky design problem.

- Hagan]]></description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Thanks for the feedback. My next article is going to be about handling multiple selection on a screen, especially with respect to toolbars and commands on those selections. Hopefully that will shed a little more light on what is, indeed, a tricky design problem.</p>
<p>- Hagan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Context Menu design by Michael Gaigg</title>
		<link>http://tworivers.com/blog/archives/489#comment-86</link>
		<dc:creator>Michael Gaigg</dc:creator>
		<pubDate>Wed, 23 Mar 2011 21:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=489#comment-86</guid>
		<description><![CDATA[This article is fantastic! Especially the section about multiple selections helped me verbalize what we experienced for ourselves just recently. We were developing an app that shows properties side-by-side in a grid and on the map. Multi-selection on the grid makes sense because we can delete multiple, edit multiple, etc. but in addition to solving what you described above we observed users really struggling with what is supposed to happen on the map... Will the properties highlight? Zoom to extent of current (=selected)? multi-selected? what if I trigger editing through context-menu on the map (or in that respect on the grid), will I edit this property only or all? What if they are not visible in the current extent while moving, etc.
We ended up not allowing multi-select but still covering the requirements of multi-delete etc. through menu options.

Many greetings!
Mike]]></description>
		<content:encoded><![CDATA[<p>This article is fantastic! Especially the section about multiple selections helped me verbalize what we experienced for ourselves just recently. We were developing an app that shows properties side-by-side in a grid and on the map. Multi-selection on the grid makes sense because we can delete multiple, edit multiple, etc. but in addition to solving what you described above we observed users really struggling with what is supposed to happen on the map&#8230; Will the properties highlight? Zoom to extent of current (=selected)? multi-selected? what if I trigger editing through context-menu on the map (or in that respect on the grid), will I edit this property only or all? What if they are not visible in the current extent while moving, etc.<br />
We ended up not allowing multi-select but still covering the requirements of multi-delete etc. through menu options.</p>
<p>Many greetings!<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop nesting menus by Hagan</title>
		<link>http://tworivers.com/blog/archives/267#comment-75</link>
		<dc:creator>Hagan</dc:creator>
		<pubDate>Tue, 01 Feb 2011 14:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=267#comment-75</guid>
		<description><![CDATA[I strongly believe that menus should never open on hover - only on click. Once a menu IS open if you have a pull right (which I hope you don&#039;t) the pull right should open on hover or click.]]></description>
		<content:encoded><![CDATA[<p>I strongly believe that menus should never open on hover &#8211; only on click. Once a menu IS open if you have a pull right (which I hope you don&#8217;t) the pull right should open on hover or click.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OmniGraffle &amp; the Application Map by Quora</title>
		<link>http://tworivers.com/blog/archives/374#comment-74</link>
		<dc:creator>Quora</dc:creator>
		<pubDate>Tue, 25 Jan 2011 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=374#comment-74</guid>
		<description><![CDATA[&lt;strong&gt;Help with creating concepts maps in Omnigraffle...&lt;/strong&gt;

The site appears to be down right now, but Hagan Rivers created and shared OmninGraffle templates for creating &quot;Application Maps&quot; using the outline tool, and the diagrams semi-automatically lay themselves out. See http://www.lukew.com/ff/entry.asp?10...]]></description>
		<content:encoded><![CDATA[<p><strong>Help with creating concepts maps in Omnigraffle&#8230;</strong></p>
<p>The site appears to be down right now, but Hagan Rivers created and shared OmninGraffle templates for creating &#8220;Application Maps&#8221; using the outline tool, and the diagrams semi-automatically lay themselves out. See <a href="http://www.lukew.com/ff/entry.asp?10" rel="nofollow">http://www.lukew.com/ff/entry.asp?10</a>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop nesting menus by Stop nesting menus — two rivers flowing I saw this one on the&#8230;</title>
		<link>http://tworivers.com/blog/archives/267#comment-73</link>
		<dc:creator>Stop nesting menus — two rivers flowing I saw this one on the&#8230;</dc:creator>
		<pubDate>Mon, 27 Dec 2010 05:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=267#comment-73</guid>
		<description><![CDATA[[...] Stop nesting menus — two rivers flowing I saw this one on the&#8230;By things that confuse me &#8211; February 6, 2010Posted in: Web design   Stop nesting menus — two rivers flowing [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Stop nesting menus — two rivers flowing I saw this one on the&#8230;By things that confuse me &ndash; February 6, 2010Posted in: Web design   Stop nesting menus — two rivers flowing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ellipses&#8230; by Hagan</title>
		<link>http://tworivers.com/blog/archives/465#comment-71</link>
		<dc:creator>Hagan</dc:creator>
		<pubDate>Thu, 16 Dec 2010 15:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=465#comment-71</guid>
		<description><![CDATA[Kumar,

The ellipses is a UI convention dating back to desktop applications in the 1970s and 1980s, but these designs were leveraging the English language meaning of ellipses, which is &quot;an unfinished thought&quot;. By using ellipses correctly in applications, we can continue to build user&#039;s understanding of what they mean - that they will be asked for more information.]]></description>
		<content:encoded><![CDATA[<p>Kumar,</p>
<p>The ellipses is a UI convention dating back to desktop applications in the 1970s and 1980s, but these designs were leveraging the English language meaning of ellipses, which is &#8220;an unfinished thought&#8221;. By using ellipses correctly in applications, we can continue to build user&#8217;s understanding of what they mean &#8211; that they will be asked for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ellipses&#8230; by Kumar</title>
		<link>http://tworivers.com/blog/archives/465#comment-70</link>
		<dc:creator>Kumar</dc:creator>
		<pubDate>Thu, 16 Dec 2010 12:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://tworivers.com/blog/?p=465#comment-70</guid>
		<description><![CDATA[Hi Hagan, This is very interesting using Ellipses… feature using especially in menus.

How does user should be educated to know that ellipses mean to seek additional information?]]></description>
		<content:encoded><![CDATA[<p>Hi Hagan, This is very interesting using Ellipses… feature using especially in menus.</p>
<p>How does user should be educated to know that ellipses mean to seek additional information?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
