<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rowsdowr.com &#187; software</title>
	<atom:link href="http://www.rowsdowr.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rowsdowr.com</link>
	<description>Searching for beer on the Sun</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To Make a Toggle Button for Google Toolbar in Firefox</title>
		<link>http://www.rowsdowr.com/2009/08/20/how-to-make-a-toggle-button-for-google-toolbar-in-firefox/</link>
		<comments>http://www.rowsdowr.com/2009/08/20/how-to-make-a-toggle-button-for-google-toolbar-in-firefox/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 03:37:35 +0000</pubDate>
		<dc:creator>z</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.rowsdowr.com/?p=260</guid>
		<description><![CDATA[The Google Toolbar can be useful, but I like to keep it hidden most of the time to save space. Normally to hide the toolbar you have to go into View-&#62;Toolbars and uncheck it. Wouldn&#8217;t it be nice to just have a button that toggles Google Toolbar on and off? Here&#8217;s how to do it. [...]]]></description>
			<content:encoded><![CDATA[<p>The Google Toolbar can be useful, but I like to keep it hidden most of the time to save space. Normally to hide the toolbar you have to go into View-&gt;Toolbars and uncheck it. Wouldn&#8217;t it be nice to just have a button that toggles Google Toolbar on and off? Here&#8217;s how to do it.</p>
<p>1. Install the <a bitly="BITLY_PROCESSED" target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/5066">Custom Buttons²</a> Firefox extension</p>
<p>2. Go to View -&gt; Add New Button in Firefox&#8217;s menu bar (<a bitly="BITLY_PROCESSED" target="_blank" href="http://i97.photobucket.com/albums/l236/ichiban1420/Picture1.png">screenshot</a>)</p>
<p>3. Add the following text into the <i>Code</i> box (<a bitly="BITLY_PROCESSED" target="_blank" href="http://i97.photobucket.com/albums/l236/ichiban1420/Picture2.png">screenshot</a>)</p>
<blockquote><pre>/*Code*/
const toolbar = document.getElementById("gtbToolbar");
toolbar.collapsed = !toolbar.collapsed;
</pre>
</blockquote>
<p>4. Add the following text into the <i>Initialization Code</i> box (<a bitly="BITLY_PROCESSED" target="_blank" href="http://i97.photobucket.com/albums/l236/ichiban1420/Picture3.png">screenshot</a>)</p>
<blockquote><pre>
/* Custom Buttons Attributes Block Start */
this.setAttribute('author','Deadman36g, jw25, others');
this.setAttribute('version','20080313.00');
this.setAttribute('homepage', 'http://bit.ly/9OuW6');
this.setAttribute('dependency','null');
this.setAttribute('status','Dev');
this.setAttribute('public',true);
this.setAttribute('help','0,null');
// this.tooltipText += '';
/* Custom Buttons Attributes Block End */
</pre>
</blockquote>
<p>5. Fill in a name for your button, choose a custom image if you want, and save it. For my image I searched for &#8220;google favicon&#8221; in Google Images and picked one that was 16&#215;16 pixels.</p>
<p>6. Now go to View -&gt; Toolbars -&gt; Customize and drag your new button to a place of your choosing. Mine is on my bookmarks toolbar. (<a bitly="BITLY_PROCESSED" target="_blank" href="http://i97.photobucket.com/albums/l236/ichiban1420/Picture4.png">screenshot</a>)</p>
<p>And you&#8217;re done! If you need to edit the button further you can right-click on it to get a menu with more options.</p>
<p>Source: <a bitly="BITLY_PROCESSED" href="http://custombuttons2.com/en-us/forum/buttons/buttons-database/toggle-google-toolbar.html" target="_blank">custombuttons2.com</a> (the site is currently down, but here&#8217;s <a bitly="BITLY_PROCESSED" href="http://74.125.95.132/search?q=cache:VynEMuYTjaIJ:custombuttons2.com/en-us/forum/buttons/buttons-database/toggle-google-toolbar.html+toggle+google+toolbar+firefox+button&amp;cd=2&amp;hl=en&amp;ct=clnk&amp;gl=us&amp;client=firefox-a" target="_blank">Google&#8217;s cache of the page</a>)</p>
<p>Technorati Tags: <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/firefox" rel="tag">firefox</a>, <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/google" rel="tag">google</a>, <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/toolbar" rel="tag">toolbar</a>, <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/toggle" rel="tag">toggle</a>, <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/howto" rel="tag">howto</a>, <a bitly="BITLY_PROCESSED" class="performancingtags" href="http://technorati.com/tag/button" rel="tag">button</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rowsdowr.com/2009/08/20/how-to-make-a-toggle-button-for-google-toolbar-in-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

