<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: The dark side of tabbed browsing</title>
	<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/</link>
	<description>on programming, usability, and design; by Patrick Dubroy</description>
	<pubDate>Wed, 20 Aug 2008 13:38:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Dubroy.com/blog &#187; Rethinking overlapping windows</title>
		<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-2969</link>
		<pubDate>Fri, 07 Sep 2007 20:54:55 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-2969</guid>
					<description>&lt;p&gt;[...] Jeff Atwood writes about the problem with tabbed interfaces, something I wrote about not too long ago. Jeff&#8217;s main complaint is that &#8220;tabbed interfaces obscure as much as they organize.&#8221; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] Jeff Atwood writes about the problem with tabbed interfaces, something I wrote about not too long ago. Jeff&#8217;s main complaint is that &#8220;tabbed interfaces obscure as much as they organize.&#8221; [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Gajendra Agrawal</title>
		<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-387</link>
		<pubDate>Fri, 13 Apr 2007 10:50:17 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-387</guid>
					<description>&lt;p&gt;I completely agree that a web page comes in a different form of information. I guess user is not forced to view the data with different mode. You can IE5 who is stopping you. The "Browse" word came because you encode the internet information in different way than you read a word document because of its form. In web there is a lot hyper linked contextual information, some time you know it and sometime you don’t know it. If you know it read the web page like a word doc otherwise browse that in a different tab. I guess tab helps one to remains in context of information, context of domain, context of the topic. That’s why tabs came in internet browsing and not in word software.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I completely agree that a web page comes in a different form of information. I guess user is not forced to view the data with different mode. You can IE5 who is stopping you. The &#8220;Browse&#8221; word came because you encode the internet information in different way than you read a word document because of its form. In web there is a lot hyper linked contextual information, some time you know it and sometime you don’t know it. If you know it read the web page like a word doc otherwise browse that in a different tab. I guess tab helps one to remains in context of information, context of domain, context of the topic. That’s why tabs came in internet browsing and not in word software.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Patrick</title>
		<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-365</link>
		<pubDate>Mon, 09 Apr 2007 18:00:26 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-365</guid>
					<description>&lt;blockquote&gt;
  &lt;p&gt;It allows the user to keep conceptually related items together: 
  if I want to edit code, I alt-tab to my IDE, then ctrl-F6 my way 
  to the file I want; if I want to view a web page, I alt-tab to FF, 
  then ctrl-tab my way to the web page I want.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Actually, I'd argue that it &lt;em&gt;prevents&lt;/em&gt; the user from keeping conceptually related items together. Which is more important -- the content, or the mode of access? Tabs in Firefox are grouping items by mode of access. I want to group by actual content: to have the documentation in the same window as the code. To me, that is more "conceptually related" than having the documentation alongside BoingBoing or whatever.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<blockquote>
<p>It allows the user to keep conceptually related items together:<br />
  if I want to edit code, I alt-tab to my IDE, then ctrl-F6 my way<br />
  to the file I want; if I want to view a web page, I alt-tab to FF,<br />
  then ctrl-tab my way to the web page I want.</p>
</blockquote>
<p>Actually, I&#8217;d argue that it <em>prevents</em> the user from keeping conceptually related items together. Which is more important &#8212; the content, or the mode of access? Tabs in Firefox are grouping items by mode of access. I want to group by actual content: to have the documentation in the same window as the code. To me, that is more &#8220;conceptually related&#8221; than having the documentation alongside BoingBoing or whatever.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: e</title>
		<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-364</link>
		<pubDate>Mon, 09 Apr 2007 17:35:42 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-364</guid>
					<description>&lt;p&gt;I really like FF's tabbed display because it provides me with more direct access to a particular type of information. When I'm browsing the web, I'm looking for one of two types of information: documentation and tutorials. With a separate tab stack, I just have to alt-tab to Firefox, then I can ctrl-tab and shift-ctrl-tab to the web page that I'm looking for. &lt;/p&gt;

&lt;p&gt;If the pages were broken out into separate windows, I'd have a hell of a time finding the desired window. For example: when I'm working, I have four apps open at all times (browser, mail, IM, IDE), and between three and 10(ish) web pages. If those were all considered equal, then I'd have a hell of a time tabbing back and forth between them, especially with Windows' alt-tab scheme (which treats open items as a stack). &lt;/p&gt;

&lt;p&gt;Keep in mind that FF isn't the only app that uses the concept of application-managed tabs: most IDEs will provide swallowed editors (my favourites: vim and Eclipse), as will IM clients (gaim). This isn't a bad thing. It allows the user to keep conceptually related items together: if I want to edit code, I alt-tab to my IDE, then ctrl-F6 my way to the file I want; if I want to view a web page, I alt-tab to FF, then ctrl-tab my way to the web page I want. &lt;/p&gt;

&lt;p&gt;Think of the managed editors as a really shallow tree. Instead of having to traverse the entire list of open data blobs (aka "files") when I want to modify one, I traverse the much shorter list of tasks, then traverse the open blobs until I find the one I want. This scheme breaks down when the data blobs stop being segregated by task: when my mail editor is also a web page, then I have to push that tab into a different window.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I really like FF&#8217;s tabbed display because it provides me with more direct access to a particular type of information. When I&#8217;m browsing the web, I&#8217;m looking for one of two types of information: documentation and tutorials. With a separate tab stack, I just have to alt-tab to Firefox, then I can ctrl-tab and shift-ctrl-tab to the web page that I&#8217;m looking for. </p>
<p>If the pages were broken out into separate windows, I&#8217;d have a hell of a time finding the desired window. For example: when I&#8217;m working, I have four apps open at all times (browser, mail, IM, IDE), and between three and 10(ish) web pages. If those were all considered equal, then I&#8217;d have a hell of a time tabbing back and forth between them, especially with Windows&#8217; alt-tab scheme (which treats open items as a stack). </p>
<p>Keep in mind that FF isn&#8217;t the only app that uses the concept of application-managed tabs: most IDEs will provide swallowed editors (my favourites: vim and Eclipse), as will IM clients (gaim). This isn&#8217;t a bad thing. It allows the user to keep conceptually related items together: if I want to edit code, I alt-tab to my IDE, then ctrl-F6 my way to the file I want; if I want to view a web page, I alt-tab to FF, then ctrl-tab my way to the web page I want. </p>
<p>Think of the managed editors as a really shallow tree. Instead of having to traverse the entire list of open data blobs (aka &#8220;files&#8221;) when I want to modify one, I traverse the much shorter list of tasks, then traverse the open blobs until I find the one I want. This scheme breaks down when the data blobs stop being segregated by task: when my mail editor is also a web page, then I have to push that tab into a different window.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris</title>
		<link>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-350</link>
		<pubDate>Sat, 07 Apr 2007 15:49:48 +0000</pubDate>
		<guid>http://dubroy.com/blog/2007/04/06/the-dark-side-of-tabbed-browsing/#comment-350</guid>
					<description>&lt;p&gt;But ... doesn't that make tabs in FireFox good - and that everything else is just bad?&lt;/p&gt;

&lt;p&gt;I catch myself wanting to use tabs in many instances.  It just seems the browser is the only one which has allowed you to do it. &lt;/p&gt;

&lt;p&gt;And ... perhaps a tab on the web is no different than a Word document - but if they're all going to be organized in the same space, it needs to be better than the task bar. Assuming a few things open at a time (especially multiple items of the same application), you quickly can't tell which one is which ... and just end up clicking through them all.  At least most webpages have distinct icons, which show on the FF tab bar even when I have a pile of tabs open.  If I open 10 different instances of IE on the task bar ... yikes.  (Or 10 different Word documents, for that matter).&lt;/p&gt;

&lt;p&gt;Chris.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>But &#8230; doesn&#8217;t that make tabs in FireFox good - and that everything else is just bad?</p>
<p>I catch myself wanting to use tabs in many instances.  It just seems the browser is the only one which has allowed you to do it. </p>
<p>And &#8230; perhaps a tab on the web is no different than a Word document - but if they&#8217;re all going to be organized in the same space, it needs to be better than the task bar. Assuming a few things open at a time (especially multiple items of the same application), you quickly can&#8217;t tell which one is which &#8230; and just end up clicking through them all.  At least most webpages have distinct icons, which show on the FF tab bar even when I have a pile of tabs open.  If I open 10 different instances of IE on the task bar &#8230; yikes.  (Or 10 different Word documents, for that matter).</p>
<p>Chris.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
