<?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: Try other web apps in Thunderbird tabs</title>
	<atom:link href="http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/</link>
	<description>Change thrives on me</description>
	<lastBuildDate>Sat, 13 Mar 2010 22:28:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Garett</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7104</link>
		<dc:creator>Garett</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7104</guid>
		<description>Awesome, just wish we could sign into different google accounts for the calendar tab and gmail tab.  And then, multiple calendar and gmail account tabs would be cool too.  Not sure if that&#039;s possible - don&#039;t know a thing about coding.</description>
		<content:encoded><![CDATA[<p>Awesome, just wish we could sign into different google accounts for the calendar tab and gmail tab.  And then, multiple calendar and gmail account tabs would be cool too.  Not sure if that&#8217;s possible &#8211; don&#8217;t know a thing about coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Clark</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7084</link>
		<dc:creator>Bryan Clark</dc:creator>
		<pubDate>Sat, 12 Dec 2009 07:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7084</guid>
		<description>I added an input entry to the post now (just below the code sample) with the code all on a single line so you can just copy and paste that without getting issues of the wrong quotes or added commas that happen.  Let me know if it doesn&#039;t work!</description>
		<content:encoded><![CDATA[<p>I added an input entry to the post now (just below the code sample) with the code all on a single line so you can just copy and paste that without getting issues of the wrong quotes or added commas that happen.  Let me know if it doesn&#8217;t work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shariq</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7075</link>
		<dc:creator>Shariq</dc:creator>
		<pubDate>Fri, 11 Dec 2009 19:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7075</guid>
		<description>Dick, when you simply copy and paste, TB adds a bunch of commas after every line.  What you need to do is take the above code, copy and paste it into a plain text editor (i.e. notepad) and put everything on one line.

Components.classes[&#039;@mozilla.org/appshell/window-mediator;1&#039;] .getService(Components.interfaces.nsIWindowMediator) .getMostRecentWindow(&quot;mail:3pane&quot;) .document.getElementById(&quot;tabmail&quot;) .openTab(&quot;contentTab&quot;,{contentPage:&quot;http://www.google.com/calendar/renderOnline&quot;})

Try this! :)</description>
		<content:encoded><![CDATA[<p>Dick, when you simply copy and paste, TB adds a bunch of commas after every line.  What you need to do is take the above code, copy and paste it into a plain text editor (i.e. notepad) and put everything on one line.</p>
<p>Components.classes['@mozilla.org/appshell/window-mediator;1'] .getService(Components.interfaces.nsIWindowMediator) .getMostRecentWindow(&#8220;mail:3pane&#8221;) .document.getElementById(&#8220;tabmail&#8221;) .openTab(&#8220;contentTab&#8221;,{contentPage:&#8221;http://www.google.com/calendar/renderOnline&#8221;})</p>
<p>Try this! <img src='http://clarkbw.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dick</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7074</link>
		<dc:creator>dick</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7074</guid>
		<description>I&#039;ve tried your hint in the error console above, and get the following error:

Error: syntax error
Source File: javascript:%20Components.classes[&#039;@mozilla.org/appshell/window-mediator;1&#039;],%20%20%20%20%20%20%20%20%20%20.getService(Components.interfaces.nsIWindowMediator),%20%20%20%20%20%20%20%20%20%20.getMostRecentWindow(&quot;mail:3pane&quot;),%20%20%20%20%20%20%20%20%20%20.document.getElementById(&quot;tabmail&quot;),%20%20%20%20%20%20%20%20%20%20.openTab(&quot;contentTab&quot;,{contentPage:&quot;http://www.google.com/calendar/renderOnline&quot;})
Line: 1, Column: 73
Source Code:
 Components.classes[&#039;@mozilla.org/appshell/window-mediator;1&#039;],          .getService(Components.interfaces.nsIWindowMediator),          .getMostRecentWindow(&quot;mail:3pane&quot;),          .document.getElementById(&quot;tabmail&quot;),          .openTab(&quot;contentTab&quot;,{conte

I really would like to have the google calendar linked to my thunderbird, so i can STOP using Outlook; I&#039;m not a programmer, but the error message showed an arrow pointing to the dot prior to &quot;get&quot; above;  is it all the spaces that should not be there...I simply copied/pasted as the instructions indicated - I&#039;m not a programmer.  Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried your hint in the error console above, and get the following error:</p>
<p>Error: syntax error<br />
Source File: javascript:%20Components.classes['@mozilla.org/appshell/window-mediator;1'],%20%20%20%20%20%20%20%20%20%20.getService(Components.interfaces.nsIWindowMediator),%20%20%20%20%20%20%20%20%20%20.getMostRecentWindow(&#8220;mail:3pane&#8221;),%20%20%20%20%20%20%20%20%20%20.document.getElementById(&#8220;tabmail&#8221;),%20%20%20%20%20%20%20%20%20%20.openTab(&#8220;contentTab&#8221;,{contentPage:&#8221;http://www.google.com/calendar/renderOnline&#8221;})<br />
Line: 1, Column: 73<br />
Source Code:<br />
 Components.classes['@mozilla.org/appshell/window-mediator;1'],          .getService(Components.interfaces.nsIWindowMediator),          .getMostRecentWindow(&#8220;mail:3pane&#8221;),          .document.getElementById(&#8220;tabmail&#8221;),          .openTab(&#8220;contentTab&#8221;,{conte</p>
<p>I really would like to have the google calendar linked to my thunderbird, so i can STOP using Outlook; I&#8217;m not a programmer, but the error message showed an arrow pointing to the dot prior to &#8220;get&#8221; above;  is it all the spaces that should not be there&#8230;I simply copied/pasted as the instructions indicated &#8211; I&#8217;m not a programmer.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shariq</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7052</link>
		<dc:creator>Shariq</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7052</guid>
		<description>stylo, make sure you remove the commas tb adds in place of carriage returns after you paste the code.</description>
		<content:encoded><![CDATA[<p>stylo, make sure you remove the commas tb adds in place of carriage returns after you paste the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stylo~</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7051</link>
		<dc:creator>stylo~</dc:creator>
		<pubDate>Wed, 09 Dec 2009 18:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7051</guid>
		<description>I get an error. (Also gmail tab wouldn&#039;t even install, but yours did.) XP 3.0 final.

Error: syntax error
Source File: javascript:%20Components.classes[&#039;@mozilla.org/appshell/window-mediator;1&#039;],%20%20%20%20%20%20%20%20%20%20.getService(Components.interfaces.nsIWindowMediator),%20%20%20%20%20%20%20%20%20%20.getMostRecentWindow(&quot;mail:3pane&quot;),%20%20%20%20%20%20%20%20%20%20.document.getElementById(&quot;tabmail&quot;),%20%20%20%20%20%20%20%20%20%20.openTab(&quot;contentTab&quot;,{contentPage:&quot;http://cnn.com&quot;})
Line: 1, Column: 73
Source Code:
 Components.classes[&#039;@mozilla.org/appshell/window-mediator;1&#039;],          .getService(Components.interfaces.nsIWindowMediator),          .getMostRecentWindow(&quot;mail:3pane&quot;),          .document.getElementById(&quot;tabmail&quot;),          .openTab(&quot;contentTab&quot;,{conte</description>
		<content:encoded><![CDATA[<p>I get an error. (Also gmail tab wouldn&#8217;t even install, but yours did.) XP 3.0 final.</p>
<p>Error: syntax error<br />
Source File: javascript:%20Components.classes['@mozilla.org/appshell/window-mediator;1'],%20%20%20%20%20%20%20%20%20%20.getService(Components.interfaces.nsIWindowMediator),%20%20%20%20%20%20%20%20%20%20.getMostRecentWindow(&#8220;mail:3pane&#8221;),%20%20%20%20%20%20%20%20%20%20.document.getElementById(&#8220;tabmail&#8221;),%20%20%20%20%20%20%20%20%20%20.openTab(&#8220;contentTab&#8221;,{contentPage:&#8221;http://cnn.com&#8221;})<br />
Line: 1, Column: 73<br />
Source Code:<br />
 Components.classes['@mozilla.org/appshell/window-mediator;1'],          .getService(Components.interfaces.nsIWindowMediator),          .getMostRecentWindow(&#8220;mail:3pane&#8221;),          .document.getElementById(&#8220;tabmail&#8221;),          .openTab(&#8220;contentTab&#8221;,{conte</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shariq</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7019</link>
		<dc:creator>Shariq</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7019</guid>
		<description>I&#039;d love to be able to have the Activity Manager open in a tab instead of a window.  What&#039;s the location (something similar to about:config?)?</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to be able to have the Activity Manager open in a tab instead of a window.  What&#8217;s the location (something similar to about:config?)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kabatology</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7006</link>
		<dc:creator>kabatology</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7006</guid>
		<description>Nice try, unfortunately for Gmail tab and Google Calendar the Thunderbird extension called Thunderbrowse that does a lot more. It essentially transforms Thunderbird into a web-browser with tabbed browsing - that means with one add-on you can get into your Google account and use Gmail, Google Calender, Wave etc and navigate the web.</description>
		<content:encoded><![CDATA[<p>Nice try, unfortunately for Gmail tab and Google Calendar the Thunderbird extension called Thunderbrowse that does a lot more. It essentially transforms Thunderbird into a web-browser with tabbed browsing &#8211; that means with one add-on you can get into your Google account and use Gmail, Google Calender, Wave etc and navigate the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pt</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7002</link>
		<dc:creator>pt</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7002</guid>
		<description>what is that gnome theme you are using?</description>
		<content:encoded><![CDATA[<p>what is that gnome theme you are using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Doe</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7001</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7001</guid>
		<description>Seriously, that would be interesting for _only_ opening a raindrop instance, but using TB for sending.</description>
		<content:encoded><![CDATA[<p>Seriously, that would be interesting for _only_ opening a raindrop instance, but using TB for sending.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Doe</title>
		<link>http://clarkbw.net/blog/2009/11/25/try-other-web-apps-in-thunderbird-tabs/comment-page-1/#comment-7000</link>
		<dc:creator>John Doe</dc:creator>
		<pubDate>Thu, 26 Nov 2009 01:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://clarkbw.net/blog/?p=738#comment-7000</guid>
		<description>I want to use Thunderbird as a browser, is there any way I can close the main email tab?

Thanks,
Your John</description>
		<content:encoded><![CDATA[<p>I want to use Thunderbird as a browser, is there any way I can close the main email tab?</p>
<p>Thanks,<br />
Your John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.406 seconds -->
