<?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"
	>

<channel>
	<title>Lyall</title>
	<atom:link href="http://www.lyalloldfield.co.uk/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lyalloldfield.co.uk/weblog</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Thu, 25 Sep 2008 18:29:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Firefox Add-on: iGoogle Sidebar</title>
		<link>http://www.lyalloldfield.co.uk/weblog/2008/07/firefox-add-on-igoogle-sidebar/</link>
		<comments>http://www.lyalloldfield.co.uk/weblog/2008/07/firefox-add-on-igoogle-sidebar/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 10:15:08 +0000</pubDate>
		<dc:creator>Lyall</dc:creator>
		
		<category><![CDATA[Random]]></category>

		<category><![CDATA[firefox add-on]]></category>

		<category><![CDATA[igoogle sidebar]]></category>

		<category><![CDATA[igsidebar]]></category>

		<guid isPermaLink="false">http://www.lyalloldfield.co.uk/weblog/?p=3</guid>
		<description><![CDATA[test]]></description>
			<content:encoded><![CDATA[<p>As a big fan of Firefox I&#8217;m constantly on the lookout for useful add-ons to make the browser more useful (to be fair it&#8217;s pretty amazing already), some time ago I came across Sebdotv&#8217;s <a title="iGoogle Sidebar - Google Code" href="http://code.google.com/p/igsidebar/">iGoogle Sidebar</a> which adds a new sidebar to Firefox containing your iGoogle modules in an optimised layout.</p>
<p><a href="http://www.lyalloldfield.co.uk/weblog/wp-content/uploads/2008/07/firefox_with_igsidebar.jpg"><img class="alignright size-medium wp-image-12" title="Firefox 3 with the iGoogle Sidebar" src="http://www.lyalloldfield.co.uk/weblog/wp-content/uploads/2008/07/firefox_with_igsidebar-300x210.jpg" alt="" width="223" height="155" /></a>For me this is great, i rely on several iGoogle modules for quickly getting to my Google Bookmarks, Reader and Notebook so being able to see them all the time without having to return to my Google homepage is very useful.</p>
<p>Development of the iGoogle Sidebar add-on seems to be slow although the author is keeping it compatible with Firefox as it is updated, so that&#8217;s good.</p>
<p>In my mind there are two small flaws that make it a pain to use:</p>
<ol>
<li>Can&#8217;t autostart with Firefox (I have to open the sidebar when I open my browser)</li>
<li>It won&#8217;t remember the width I have resized it to, so every time I open the sidebar I have to resize it</li>
</ol>
<p>You can see the progress of the reported defect on the <a title="iGoogle Sidebar - Google Code - Issue 30: No longer remembers state + size" href="http://code.google.com/p/igsidebar/issues/detail?id=30&amp;colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Stars">issues page</a>.</p>
<h2>A Short Term Fix</h2>
<p>I couldn&#8217;t wait so decided to have a play around and managed to get the sidebar to behave as I wanted, below are instructions for making the iGoogle Sidebar open with Firefox at a specified pixel width.</p>
<p>Instructions are for Windows (XP/Vista) although it might work in Linux, this was successfully carried out on Firefox v3.0.1 with the iGoogle Sidebar add-on v1.3.7</p>
<ol>
<li>Close all Firefox windows</li>
<li>Locate your <strong>igsidebar-overlay.xul</strong> file in your <strong>user profile\extensions</strong> folder, if you don&#8217;t know where that is take a look at this guide for <a title="Profile Folder - Firefox" href="http://kb.mozillazine.org/Profile_folder_-_Firefox#Windows_2000_and_XP">locating your Firefox profile folder</a>. For me it&#8217;s in this folder:<br />
<strong>C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\kxz4eqap.default\extensions\{14d1580a-2611-11db-9628-00e08161165f}\defaults\preferences</strong></li>
<li>Open the file in your <a title="NOTEPAD++" href="http://notepad-plus.sourceforge.net/uk/site.htm">favourite text editor</a></li>
<li>Line 41 will look like this:<br />
<code>&lt;vbox id="igsidebar-box"  insertbefore="sidebar-box" hidden="true"&gt;</code><br />
Change it so that it looks like this:<br />
<code>&lt;vbox id="igsidebar-box"  insertbefore="sidebar-box" hidden="false" width="260"&gt;</code><br />
You can substitute 260 for whatever pixel width you prefer, i found 260 to be optimum but it will depend on what&#8217;s in your sidebar and your screen size/resolution.</li>
<li>Line 77 will look like this:<br />
<code>&lt;splitter id="igsidebar-splitter" insertbefore="sidebar-box" hidden="true" /&gt;</code><br />
Change it to:<br />
<code>&lt;splitter id="igsidebar-splitter" insertbefore="sidebar-box" hidden="false" /&gt;</code></li>
<li>Save and close igsidebar-overlay.xul</li>
<li>Open the file <strong>igsidebar-overlay.js</strong>, it will be in the same folder as <strong>igsidebar-overlay.xul</strong></li>
<li>Line 45 will look like this:<br />
<code>this.applyLeftSide(this.prefs.getBoolPref(this.PREF_LEFT_SIDE));</code><br />
Straight after this on a new line add:<br />
<code>this.toggleIGSidebar();</code></li>
<li>Save and close <strong>igsidebar-overlay.js</strong></li>
</ol>
<p>That&#8217;s it, open Firefox up and the iGoogle Sidebar should load automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lyalloldfield.co.uk/weblog/2008/07/firefox-add-on-igoogle-sidebar/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
