<?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: Overhauled tabbed browsing for Firefox 3.1</title>
	<atom:link href="http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/feed/" rel="self" type="application/rss+xml" />
	<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/</link>
	<description>Your source for Mozilla news, tips, reviews, and more.</description>
	<lastBuildDate>Sat, 24 Mar 2012 19:31:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Andy</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-70464</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 07 May 2009 17:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-70464</guid>
		<description>The addition of the New Tab (plus sign icon) is very good. But what I used to have in Firefox 2 is Close current Tab icon which I don&#039;t see anymore. This is very troubling. Is there away to get this back?</description>
		<content:encoded><![CDATA[<p>The addition of the New Tab (plus sign icon) is very good. But what I used to have in Firefox 2 is Close current Tab icon which I don&#8217;t see anymore. This is very troubling. Is there away to get this back?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YC</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-69183</link>
		<dc:creator>YC</dc:creator>
		<pubDate>Thu, 19 Feb 2009 11:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-69183</guid>
		<description>Thanks for this article! I&#039;m facing the disappearing close button after 8 tabs too, and can&#039;t find any resources on how to get it fixed. For the last tab not showing any close button, I&#039;ve found a stylish style for it here:

http://userstyles.org/styles/12101

Would appreciate if the close button &quot;problem&quot; could be fixed. Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this article! I&#8217;m facing the disappearing close button after 8 tabs too, and can&#8217;t find any resources on how to get it fixed. For the last tab not showing any close button, I&#8217;ve found a stylish style for it here:</p>
<p><a href="http://userstyles.org/styles/12101" rel="nofollow">http://userstyles.org/styles/12101</a></p>
<p>Would appreciate if the close button &#8220;problem&#8221; could be fixed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiuZhiyan</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-68359</link>
		<dc:creator>LiuZhiyan</dc:creator>
		<pubDate>Wed, 24 Dec 2008 12:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-68359</guid>
		<description>Hi, thank you for your posting. But I need you help, thanks very much!~~
This question is:

How can I get &quot;tab&quot; object from a document object???

My code like this:

...

	onTabOpened : function(e)
	{
		var appcontent = document.getElementById(&quot;appcontent&quot;);
		
		if(appcontent)
			appcontent.addEventListener(&quot;DOMContentLoaded&quot;, foo.fun1, false);
	},

	fun1 : function(e)
	{
		var doc = e.originalTarget;
		
		if (!doc)
			return;

		var tab = doc;	// !!!!!!! Have a way to get tab by doc object?? How ??

		// tab.className should be &#039;tabbrowser-tab&#039;.
		
		setTimeout(function()
		{
			gBrowser.removeTab(tab); 
		}
		}, 3000);
	}
...

THANKS! Hope any help!~~</description>
		<content:encoded><![CDATA[<p>Hi, thank you for your posting. But I need you help, thanks very much!~~<br />
This question is:</p>
<p>How can I get &#8220;tab&#8221; object from a document object???</p>
<p>My code like this:</p>
<p>&#8230;</p>
<p>	onTabOpened : function(e)<br />
	{<br />
		var appcontent = document.getElementById(&#8220;appcontent&#8221;);</p>
<p>		if(appcontent)<br />
			appcontent.addEventListener(&#8220;DOMContentLoaded&#8221;, foo.fun1, false);<br />
	},</p>
<p>	fun1 : function(e)<br />
	{<br />
		var doc = e.originalTarget;</p>
<p>		if (!doc)<br />
			return;</p>
<p>		var tab = doc;	// !!!!!!! Have a way to get tab by doc object?? How ??</p>
<p>		// tab.className should be &#8216;tabbrowser-tab&#8217;.</p>
<p>		setTimeout(function()<br />
		{<br />
			gBrowser.removeTab(tab);<br />
		}<br />
		}, 3000);<br />
	}<br />
&#8230;</p>
<p>THANKS! Hope any help!~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nox</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-67797</link>
		<dc:creator>Nox</dc:creator>
		<pubDate>Sun, 23 Nov 2008 02:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-67797</guid>
		<description>https://bugzilla.mozilla.org/show_bug.cgi?id=347930
Go, vote! :)</description>
		<content:encoded><![CDATA[<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=347930" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=347930</a><br />
Go, vote! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rioting_pacifist</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-67788</link>
		<dc:creator>Rioting_pacifist</dc:creator>
		<pubDate>Sat, 22 Nov 2008 21:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-67788</guid>
		<description>How does one make the drag drop of tabs work with kde3?</description>
		<content:encoded><![CDATA[<p>How does one make the drag drop of tabs work with kde3?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rioting_pacifist</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-67787</link>
		<dc:creator>Rioting_pacifist</dc:creator>
		<pubDate>Sat, 22 Nov 2008 21:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-67787</guid>
		<description>Is the best way to sort this out to make the tab bar buttons customizable in the same way all other buttons can be draged  and dropped? 
Im not a fan of any new tab button tbh but the old button was easier to remove</description>
		<content:encoded><![CDATA[<p>Is the best way to sort this out to make the tab bar buttons customizable in the same way all other buttons can be draged  and dropped?<br />
Im not a fan of any new tab button tbh but the old button was easier to remove</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasverlangen</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-67661</link>
		<dc:creator>dasverlangen</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-67661</guid>
		<description>Goddamn it -

I&#039;m sick of good software ruined by overzealous developers.

Leave the option for new tab button on the toolbar customization IN.

Period.

Who gives a shit about the ability to pop out tabs?

That is precisely why I DON&#039;T use chrome/iron/chromium.

Stop regressing and ruining my software.

If this is kept as a feature, I will no longer be a Mozilla user...
and I&#039;ve stuck with Firefox/Gecko almost since 1.0RC</description>
		<content:encoded><![CDATA[<p>Goddamn it -</p>
<p>I&#8217;m sick of good software ruined by overzealous developers.</p>
<p>Leave the option for new tab button on the toolbar customization IN.</p>
<p>Period.</p>
<p>Who gives a shit about the ability to pop out tabs?</p>
<p>That is precisely why I DON&#8217;T use chrome/iron/chromium.</p>
<p>Stop regressing and ruining my software.</p>
<p>If this is kept as a feature, I will no longer be a Mozilla user&#8230;<br />
and I&#8217;ve stuck with Firefox/Gecko almost since 1.0RC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antistress</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-67382</link>
		<dc:creator>antistress</dc:creator>
		<pubDate>Wed, 05 Nov 2008 23:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-67382</guid>
		<description>the new tab button doesn&#039;t integrate very well within GNOME (GTK)
any plan to improve that ? it looks like a regression (remember Firefox GUI before version 3)</description>
		<content:encoded><![CDATA[<p>the new tab button doesn&#8217;t integrate very well within GNOME (GTK)<br />
any plan to improve that ? it looks like a regression (remember Firefox GUI before version 3)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jp</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66836</link>
		<dc:creator>jp</dc:creator>
		<pubDate>Tue, 14 Oct 2008 21:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66836</guid>
		<description>Finally a new tab button. Dont know how often I have argued in favor only to get dissed by &quot;UI design expert&quot; why it is not needed. Now, diss me again for saying: it belongs at the beginning of the tab bar, at least in left to right text mode.</description>
		<content:encoded><![CDATA[<p>Finally a new tab button. Dont know how often I have argued in favor only to get dissed by &#8220;UI design expert&#8221; why it is not needed. Now, diss me again for saying: it belongs at the beginning of the tab bar, at least in left to right text mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G@boWeb &#187; Firefox 3.1 Beta podrÃ­a llegar la prÃ³xima semana</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66744</link>
		<dc:creator>G@boWeb &#187; Firefox 3.1 Beta podrÃ­a llegar la prÃ³xima semana</dc:creator>
		<pubDate>Thu, 09 Oct 2008 22:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66744</guid>
		<description>[...] botÃ³n dedicado a crear nuevas tabs, muy a los Internet [...]</description>
		<content:encoded><![CDATA[<p>[...] botÃ³n dedicado a crear nuevas tabs, muy a los Internet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox 3.1 Beta podrÃ­a llegar la prÃ³xima semana</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66741</link>
		<dc:creator>Firefox 3.1 Beta podrÃ­a llegar la prÃ³xima semana</dc:creator>
		<pubDate>Thu, 09 Oct 2008 17:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66741</guid>
		<description>[...] botÃ³n dedicado a crear nuevas tabs, muy a los Internet [...]</description>
		<content:encoded><![CDATA[<p>[...] botÃ³n dedicado a crear nuevas tabs, muy a los Internet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boycott Novell &#187; Links 26-30/09/2008: 1 Million GNU/Linux Laptops for Venezuela, Microsoft Says 60% of Servers Run Linux</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66629</link>
		<dc:creator>Boycott Novell &#187; Links 26-30/09/2008: 1 Million GNU/Linux Laptops for Venezuela, Microsoft Says 60% of Servers Run Linux</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66629</guid>
		<description>[...] Overhauled tabbed browsing for Firefox 3.1 [...]</description>
		<content:encoded><![CDATA[<p>[...] Overhauled tabbed browsing for Firefox 3.1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Branimir</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66574</link>
		<dc:creator>Branimir</dc:creator>
		<pubDate>Sat, 27 Sep 2008 17:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66574</guid>
		<description>&gt;Ehrm, I want to keep my â€œNew Tabâ€ button in the toolbar. Itâ€™s been there since â€¦ long time. I donâ€™t want it in the &gt;tab bar.
&gt;Is it possible to deactivate the new tab bar button and re-activate the free customizable button I can put in the &gt;tool bar? Otherwise Iâ€™d have to stay with 3.0x :&#124;


i totaly agree.. i&#039;m so used to old &quot;new tab&quot; button, that i switched back to firefox 3.0..</description>
		<content:encoded><![CDATA[<p>&gt;Ehrm, I want to keep my â€œNew Tabâ€ button in the toolbar. Itâ€™s been there since â€¦ long time. I donâ€™t want it in the &gt;tab bar.<br />
&gt;Is it possible to deactivate the new tab bar button and re-activate the free customizable button I can put in the &gt;tool bar? Otherwise Iâ€™d have to stay with 3.0x :|</p>
<p>i totaly agree.. i&#8217;m so used to old &#8220;new tab&#8221; button, that i switched back to firefox 3.0..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66551</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Fri, 26 Sep 2008 13:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66551</guid>
		<description>The &quot;new tab&quot; button should be at the beginning of the tab bar (before the first tab), not at the end.
Buttons should be closer to each other, otherwhy we begin to have buttons everywhere on the screen, just like in IE7, and that sucks.</description>
		<content:encoded><![CDATA[<p>The &#8220;new tab&#8221; button should be at the beginning of the tab bar (before the first tab), not at the end.<br />
Buttons should be closer to each other, otherwhy we begin to have buttons everywhere on the screen, just like in IE7, and that sucks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobCFC</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66545</link>
		<dc:creator>BobCFC</dc:creator>
		<pubDate>Fri, 26 Sep 2008 02:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66545</guid>
		<description>I tested out Chrome for a week and that also has the behaviour of closing the window when the last tab is closed.

This is particularly annoying in Chrome because so much is based around the New-Tab Homepage that learns your nine favourite websites etc.  There is no home button, which is a good thing imo, but this means I click the new tab button to get the homepage then go back and close the first tab.  Bad.</description>
		<content:encoded><![CDATA[<p>I tested out Chrome for a week and that also has the behaviour of closing the window when the last tab is closed.</p>
<p>This is particularly annoying in Chrome because so much is based around the New-Tab Homepage that learns your nine favourite websites etc.  There is no home button, which is a good thing imo, but this means I click the new tab button to get the homepage then go back and close the first tab.  Bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exec</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66544</link>
		<dc:creator>Exec</dc:creator>
		<pubDate>Fri, 26 Sep 2008 00:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66544</guid>
		<description>@Wikzo
It&#039;s browser.tabs.closeButtons. I personally have it set to 2, which doesn&#039;t show any close buttons.
You can find the effect of each value for this and other advanced settings on Mozillazine
http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries#Browser..2A

&quot;and, hopefully, a tab search option users who tend to have dozens of opened tabs at a time will appreciate.&quot;
Ubiquity FTW!</description>
		<content:encoded><![CDATA[<p>@Wikzo<br />
It&#8217;s browser.tabs.closeButtons. I personally have it set to 2, which doesn&#8217;t show any close buttons.<br />
You can find the effect of each value for this and other advanced settings on Mozillazine<br />
<a href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries#Browser" rel="nofollow">http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries#Browser</a>..2A</p>
<p>&#8220;and, hopefully, a tab search option users who tend to have dozens of opened tabs at a time will appreciate.&#8221;<br />
Ubiquity FTW!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66543</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 25 Sep 2008 23:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66543</guid>
		<description>The placement of the New Tab button all the way to the right will definitely be something to get use to, because I am so use to having it right next to the home button on my Firefox layout.</description>
		<content:encoded><![CDATA[<p>The placement of the New Tab button all the way to the right will definitely be something to get use to, because I am so use to having it right next to the home button on my Firefox layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66541</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66541</guid>
		<description>&quot;The old New Tab button which was present in the Customize Toolbar dialog and could be added to the toolbars is gone at this time.&quot;

Ehrm, I want to keep my &quot;New Tab&quot; button in the toolbar. It&#039;s been there since ... long time. I don&#039;t want it in the tab bar.
Is it possible to deactivate the new tab bar button and re-activate the free customizable button I can put in the tool bar? Otherwise I&#039;d have to stay with 3.0x :&#124;</description>
		<content:encoded><![CDATA[<p>&#8220;The old New Tab button which was present in the Customize Toolbar dialog and could be added to the toolbars is gone at this time.&#8221;</p>
<p>Ehrm, I want to keep my &#8220;New Tab&#8221; button in the toolbar. It&#8217;s been there since &#8230; long time. I don&#8217;t want it in the tab bar.<br />
Is it possible to deactivate the new tab bar button and re-activate the free customizable button I can put in the tool bar? Otherwise I&#8217;d have to stay with 3.0x :|</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carter</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66540</link>
		<dc:creator>Carter</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66540</guid>
		<description>Are there any plans to group tabs of same web domains together, or to have a new tab open to the immediate right of the active tab?  I think I&#039;d find both useful, as having extensive horizontal lists can be difficult to manage when only the first few characters are visible on the tabs themselves.</description>
		<content:encoded><![CDATA[<p>Are there any plans to group tabs of same web domains together, or to have a new tab open to the immediate right of the active tab?  I think I&#8217;d find both useful, as having extensive horizontal lists can be difficult to manage when only the first few characters are visible on the tabs themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Switch</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66536</link>
		<dc:creator>Switch</dc:creator>
		<pubDate>Thu, 25 Sep 2008 17:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66536</guid>
		<description>Thank you, Percy, I&#039;m already using it together with Tab Mix Lite CE. (TabKit for multi-row tabbar, Tab Mix Lite CE for all the remaining features)</description>
		<content:encoded><![CDATA[<p>Thank you, Percy, I&#8217;m already using it together with Tab Mix Lite CE. (TabKit for multi-row tabbar, Tab Mix Lite CE for all the remaining features)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66534</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66534</guid>
		<description>The change to close the browser with the last tab was ridiculous.  Tabs make Firefox an MDI application, and ALL MDI applications remain open even with no documents loaded.

Even if all tabs disappeared and you were left looking at a blank screen, the browser should not close on its own.  It&#039;s a usability confusion nightmare.  The first time it happened I thought the whole app had crashed.  It&#039;s unintuitive to say the least.

The property is a step back in the right direction, but it needs to be set false by default, not only for people who are in the know.</description>
		<content:encoded><![CDATA[<p>The change to close the browser with the last tab was ridiculous.  Tabs make Firefox an MDI application, and ALL MDI applications remain open even with no documents loaded.</p>
<p>Even if all tabs disappeared and you were left looking at a blank screen, the browser should not close on its own.  It&#8217;s a usability confusion nightmare.  The first time it happened I thought the whole app had crashed.  It&#8217;s unintuitive to say the least.</p>
<p>The property is a step back in the right direction, but it needs to be set false by default, not only for people who are in the know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy Cabello</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66532</link>
		<dc:creator>Percy Cabello</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66532</guid>
		<description>Thanks for your kind words! It&#039;s very encouraging to know readers do enjoy my work.</description>
		<content:encoded><![CDATA[<p>Thanks for your kind words! It&#8217;s very encouraging to know readers do enjoy my work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy Cabello</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66531</link>
		<dc:creator>Percy Cabello</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66531</guid>
		<description>There are no plans for a multirow tab bar in Firefox 3.1. Your best shot is an extension like TabKit which provides this and several other tabbed browsing improvements.

https://addons.mozilla.org/en-US/firefox/addon/5447</description>
		<content:encoded><![CDATA[<p>There are no plans for a multirow tab bar in Firefox 3.1. Your best shot is an extension like TabKit which provides this and several other tabbed browsing improvements.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5447" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/5447</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leandro</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66530</link>
		<dc:creator>leandro</dc:creator>
		<pubDate>Thu, 25 Sep 2008 16:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66530</guid>
		<description>Awesome!!!

Percy, I&#039;m replying here just to tell you that MozillaLinks is the first website I read everytime I open Google Reader (and I have hundreds of sites in it). 
Your style in writing news, with legit and very interesting news is fantastic!

thanks for maintaining MozillaLinks! :)</description>
		<content:encoded><![CDATA[<p>Awesome!!!</p>
<p>Percy, I&#8217;m replying here just to tell you that MozillaLinks is the first website I read everytime I open Google Reader (and I have hundreds of sites in it).<br />
Your style in writing news, with legit and very interesting news is fantastic!</p>
<p>thanks for maintaining MozillaLinks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Switch</title>
		<link>http://mozillalinks.org/2008/09/overhauled-tabbed-browsing-for-firefox-31/comment-page-1/#comment-66528</link>
		<dc:creator>Switch</dc:creator>
		<pubDate>Thu, 25 Sep 2008 15:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/?p=2443#comment-66528</guid>
		<description>Is there any opportunity to have multi-row tabbar in Firefox by default (I mean, does anybody in Mozilla considering such feature)?</description>
		<content:encoded><![CDATA[<p>Is there any opportunity to have multi-row tabbar in Firefox by default (I mean, does anybody in Mozilla considering such feature)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

