<?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: Two Firefox Sidebar Tweaks</title>
	<atom:link href="http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Wed, 25 Nov 2009 01:47:15 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brandon C</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-287056</link>
		<dc:creator>Brandon C</dc:creator>
		<pubDate>Mon, 31 Mar 2008 16:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-287056</guid>
		<description>Monty,

Does your Target= trick also work in reverse? For instance, I am trying to have the results of a search open in the main window. AKA I never want the sidebar to change, only use it as a launcher of sorts...

In any case, check out: http://developer.mozilla.org/en/docs/Code_snippets:Sidebar

Per their site you should be able to open/close/toggle it via:

/**
 * Opens or closes the sidebar identified by commandID.
 *
 * @param commandID a string identifying the sidebar to toggle; see the
 *                  note below. (Optional if a sidebar is already open.)
 * @param forceOpen boolean indicating whether the sidebar should be
 *                  opened regardless of it&#039;s current state (optional).
 * @note
 * We expect to find a xul:broadcaster element with the specified ID.
 * The following attributes on that element may be used and/or modified:
 *  - id           (required) the string to match commandID. The convention
 *                 is to use this naming scheme: &#039;viewSidebar&#039;.
 *  - sidebarurl   (required) specifies the URL to load in this sidebar.
 *  - sidebartitle or label (in that order) specify the title to 
 *                 display on the sidebar.
 *  - checked      indicates whether the sidebar is currently displayed.
 *                 Note that toggleSidebar updates this attribute when
 *                 it changes the sidebar&#039;s visibility.
 *  - group        this attribute must be set to &quot;sidebar&quot;.
 */
function toggleSidebar(commandID, forceOpen) {</description>
		<content:encoded><![CDATA[<p>Monty,</p>
<p>Does your Target= trick also work in reverse? For instance, I am trying to have the results of a search open in the main window. AKA I never want the sidebar to change, only use it as a launcher of sorts&#8230;</p>
<p>In any case, check out: <a href="http://developer.mozilla.org/en/docs/Code_snippets:Sidebar" rel="nofollow">http://developer.mozilla.org/en/docs/Code_snippets:Sidebar</a></p>
<p>Per their site you should be able to open/close/toggle it via:</p>
<p>/**<br />
 * Opens or closes the sidebar identified by commandID.<br />
 *<br />
 * @param commandID a string identifying the sidebar to toggle; see the<br />
 *                  note below. (Optional if a sidebar is already open.)<br />
 * @param forceOpen boolean indicating whether the sidebar should be<br />
 *                  opened regardless of it&#8217;s current state (optional).<br />
 * @note<br />
 * We expect to find a xul:broadcaster element with the specified ID.<br />
 * The following attributes on that element may be used and/or modified:<br />
 *  &#8211; id           (required) the string to match commandID. The convention<br />
 *                 is to use this naming scheme: &#8216;viewSidebar&#8217;.<br />
 *  &#8211; sidebarurl   (required) specifies the URL to load in this sidebar.<br />
 *  &#8211; sidebartitle or label (in that order) specify the title to<br />
 *                 display on the sidebar.<br />
 *  &#8211; checked      indicates whether the sidebar is currently displayed.<br />
 *                 Note that toggleSidebar updates this attribute when<br />
 *                 it changes the sidebar&#8217;s visibility.<br />
 *  &#8211; group        this attribute must be set to &#8220;sidebar&#8221;.<br />
 */<br />
function toggleSidebar(commandID, forceOpen) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monty Stegall</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-268976</link>
		<dc:creator>Monty Stegall</dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-268976</guid>
		<description>Target=&quot;_search&quot; in a link in Firefox&#039;s main window will load any content into the Firefox sidebar.

In the upper-right corner of the Firefox sidebar is an X to close it. Is there a JavaSript that will close it in a link?

for example

javascript:closesidebar()</description>
		<content:encoded><![CDATA[<p>Target=&#8221;_search&#8221; in a link in Firefox&#8217;s main window will load any content into the Firefox sidebar.</p>
<p>In the upper-right corner of the Firefox sidebar is an X to close it. Is there a JavaSript that will close it in a link?</p>
<p>for example</p>
<p>javascript:closesidebar()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-228264</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Tue, 01 Jan 2008 00:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-228264</guid>
		<description>Wow Ace_NoOne, thanks so much =) xoxoxox</description>
		<content:encoded><![CDATA[<p>Wow Ace_NoOne, thanks so much =) xoxoxox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_NoOne</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-227832</link>
		<dc:creator>Ace_NoOne</dc:creator>
		<pubDate>Mon, 31 Dec 2007 08:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-227832</guid>
		<description>@Ashley: You could the Bookmarks Manager, either as a new window via Bookmarks &gt; Organize Bookmarks, or in the sidebar via CTRL+B.</description>
		<content:encoded><![CDATA[<p>@Ashley: You could the Bookmarks Manager, either as a new window via Bookmarks &gt; Organize Bookmarks, or in the sidebar via CTRL+B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashley</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-227633</link>
		<dc:creator>Ashley</dc:creator>
		<pubDate>Sun, 30 Dec 2007 23:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-227633</guid>
		<description>Hi. When I open bookmark toolbar to delete a website, the toolbar closes so i have to reopen it each time to delete 1 website instead of it staying open and say I want to delete 10 websites before i decide i&#039;m done using the sidebar thingy. Does anyone know a tweak to keep the boomark toolbar open to be able to delete multiple websites without having to have to reopen it for each site? Thanks so much.</description>
		<content:encoded><![CDATA[<p>Hi. When I open bookmark toolbar to delete a website, the toolbar closes so i have to reopen it each time to delete 1 website instead of it staying open and say I want to delete 10 websites before i decide i&#8217;m done using the sidebar thingy. Does anyone know a tweak to keep the boomark toolbar open to be able to delete multiple websites without having to have to reopen it for each site? Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archer</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180421</link>
		<dc:creator>archer</dc:creator>
		<pubDate>Sun, 21 Oct 2007 22:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180421</guid>
		<description>&lt;b&gt;martin&lt;/b&gt;, your site just keeps getting better. special props to the new look. clean, elegant, classy.</description>
		<content:encoded><![CDATA[<p><b>martin</b>, your site just keeps getting better. special props to the new look. clean, elegant, classy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180324</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 21 Oct 2007 18:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180324</guid>
		<description>you are right, fixed it. Thanks rubzn</description>
		<content:encoded><![CDATA[<p>you are right, fixed it. Thanks rubzn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rubzn</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180305</link>
		<dc:creator>rubzn</dc:creator>
		<pubDate>Sun, 21 Oct 2007 18:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180305</guid>
		<description>Please, fix

#browser { -moz-box-direction: reverse;}</description>
		<content:encoded><![CDATA[<p>Please, fix</p>
<p>#browser { -moz-box-direction: reverse;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_NoOne</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180245</link>
		<dc:creator>Ace_NoOne</dc:creator>
		<pubDate>Sun, 21 Oct 2007 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180245</guid>
		<description>@archer: Agreed, on all counts. (Though I have yet to try NetVibes.)</description>
		<content:encoded><![CDATA[<p>@archer: Agreed, on all counts. (Though I have yet to try NetVibes.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archer</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180244</link>
		<dc:creator>archer</dc:creator>
		<pubDate>Sun, 21 Oct 2007 14:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180244</guid>
		<description>bloglines is very good. it was the first i used, then i switched to netvibes. both are excellent for someone with your needs, &lt;b&gt;ace&lt;/b&gt;. tried google reader and found it awful.

&lt;a href=&quot;http://sage.mozdev.org/&quot; rel=&quot;nofollow&quot;&gt;sage&lt;/a&gt; is simple, flawless, unobtrusive, instantly accessible, intuitive, easily configurable and i highly recommend it for anyone whose computing circumstances permit.</description>
		<content:encoded><![CDATA[<p>bloglines is very good. it was the first i used, then i switched to netvibes. both are excellent for someone with your needs, <b>ace</b>. tried google reader and found it awful.</p>
<p><a href="http://sage.mozdev.org/" rel="nofollow">sage</a> is simple, flawless, unobtrusive, instantly accessible, intuitive, easily configurable and i highly recommend it for anyone whose computing circumstances permit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_NoOne</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180019</link>
		<dc:creator>Ace_NoOne</dc:creator>
		<pubDate>Sun, 21 Oct 2007 05:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-180019</guid>
		<description>I&#039;ve tried All-in-One Sidebar - wasn&#039;t too impressed.
As for Sage, I&#039;ve switched to Bloglines ages ago because I need to access my feeds from several PCs.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried All-in-One Sidebar &#8211; wasn&#8217;t too impressed.<br />
As for Sage, I&#8217;ve switched to Bloglines ages ago because I need to access my feeds from several PCs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ä¸¤ä¸ªFirefoxè¾¹æ ?çš„å¦™ç”¨ &#187; Ghacks CN</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179846</link>
		<dc:creator>ä¸¤ä¸ªFirefoxè¾¹æ ?çš„å¦™ç”¨ &#187; Ghacks CN</dc:creator>
		<pubDate>Sat, 20 Oct 2007 22:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179846</guid>
		<description>[...] åŽŸæ–‡é“¾æŽ¥ã€‚  I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to ç•™ä¸‹è¯„è®º or get back to the homepage.  &#160;&#160;I recommend Giganews, the ultimate P2P alternative: Read here why [...]</description>
		<content:encoded><![CDATA[<p>[...] åŽŸæ–‡é“¾æŽ¥ã€‚  I hope you enjoyed reading this post. You may now subscribe to my RSS Feed, scroll down to ç•™ä¸‹è¯„è®º or get back to the homepage.  &nbsp;&nbsp;I recommend Giganews, the ultimate P2P alternative: Read here why [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: archer</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179660</link>
		<dc:creator>archer</dc:creator>
		<pubDate>Sat, 20 Oct 2007 15:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179660</guid>
		<description>install sage, allinone sidebar, and mr tech&#039;s local install, and you&#039;ll be a sidebar convert. i almost guarantee it.</description>
		<content:encoded><![CDATA[<p>install sage, allinone sidebar, and mr tech&#8217;s local install, and you&#8217;ll be a sidebar convert. i almost guarantee it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_NoOne</title>
		<link>http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179498</link>
		<dc:creator>Ace_NoOne</dc:creator>
		<pubDate>Sat, 20 Oct 2007 08:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/#comment-179498</guid>
		<description>I&#039;m not a huge fan of the sidebar either, but I like these kinda tweaks - keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a huge fan of the sidebar either, but I like these kinda tweaks &#8211; keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
