<?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>Surferbill &#187; firefox</title>
	<atom:link href="http://surferbill.com/category/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://surferbill.com</link>
	<description>Not a surfer, not called Bill</description>
	<lastBuildDate>Sat, 19 May 2012 11:28:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Firefox Tab Candy</title>
		<link>http://surferbill.com/2010/07/firefox-tab-candy.html</link>
		<comments>http://surferbill.com/2010/07/firefox-tab-candy.html#comments</comments>
		<pubDate>Wed, 28 Jul 2010 21:40:38 +0000</pubDate>
		<dc:creator>Posterous</dc:creator>
				<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://surferbill.com/2010/07/firefox-tab-candy.html</guid>
		<description><![CDATA[Tabbed browsing was a nice innovation, and the Mozilla team are taking tabs to the next level. Take a look at this video about the forthcoming Tab Candy feature. [7 minutes] An Introduction to Firefox&#8217;s Tab Candy from Aza Raskin on Vimeo.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<p>Tabbed browsing was a nice innovation, and the Mozilla team are taking tabs to the next level.</p>
<p>Take a look at this video about the forthcoming Tab Candy feature.</p>
<p>[7 minutes]</p>
<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=13560319&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/13560319">An Introduction to Firefox&#8217;s Tab Candy</a> from <a href="http://vimeo.com/user532161">Aza Raskin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2010/07/firefox-tab-candy.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Close button missing from first tab in Firefox 3.5</title>
		<link>http://surferbill.com/2009/07/close-button-missing-from-first-tab-in-firefox-3-5.html</link>
		<comments>http://surferbill.com/2009/07/close-button-missing-from-first-tab-in-firefox-3-5.html#comments</comments>
		<pubDate>Sat, 11 Jul 2009 22:55:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2009/07/close-button-missing-from-first-tab-in-firefox-3-5/</guid>
		<description><![CDATA[I just upgraded to Firefox 3.5 and while it&#8217;s still fairly familiar, there are a couple of things that have changed that aren&#8217;t to my taste. The main one that bugs me is with the tab close button. In Firefox 3.5, when you only have one tab open it doesn&#8217;t have a close button. You [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded to Firefox 3.5 and while it&#8217;s still fairly familiar, there are a couple of things that have changed that aren&#8217;t to my taste. The main one that bugs me is with the tab close button.</p>
<p>In Firefox 3.5, when you only have one tab open it doesn&#8217;t have a close button. You can get this back by editing your <code>userChrome.css</code> file. For Windows users:
<ol>
<li>Open Windows Explorer and navigate to:<br/><br /><code>%AppData%\Mozilla\Firefox\Profiles\&lt;your profile&gt;\chrome</code></li>
<li>Look for a file called <code>userChrome.css</code>. If it doesn&#8217;t exist, create a copy of <code>userChrome-example.css</code> called <code>userChrome.css</code>.</li>
<li>Edit <code>userChrome.css</code> using Wordpad (Start &gt; Run&#8230; &gt; write)</li>
<li>Add the following code to the bottom:<br />
<blockquote><code>/*<br />&nbsp;* Firefox 3.5 doesn't show the close button on the last tab<br />&nbsp;* http://mozillalinks.org/wp/2009/07/disable-tab-tearing-and-six-other-firefox-3-5-tab-tweaks/<br />&nbsp;*/<br />.tabbrowser-tabs[closebuttons="alltabs"] &gt; .tabbrowser-tab &gt; .tab-close-button { display: -moz-box !important; }<br />.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) &gt; .tabbrowser-tab[selected="true"] &gt; .tab-close-button { display: -moz-box !important; }</code></p></blockquote>
</li>
<li>Save your changes and restart Firefox.</li>
</ol>
<p>The other thing that bugged me was that when I close the last tab, Firefox would exit. This is easily fixed by tweaking an about:config setting:</p>
<ol>
<li>Open Firefox and type <code>about:config</code> in the address bar (and hit Enter).</li>
<li>If prompted with a warning, read and accept it.</li>
<li>In the Filter box at the top, type in <code>closewindow</code></li>
<li>Double click the entry named <code>browser.tabs.closeWindowWithLastTab</code> so that the value is set to <code>false</code>.</li>
</ol>
<p>[ Found on <a href="http://mozillalinks.org/wp/2009/07/disable-tab-tearing-and-six-other-firefox-3-5-tab-tweaks/">Mozilla Links</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2009/07/close-button-missing-from-first-tab-in-firefox-3-5.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubiquity is not for me (yet)</title>
		<link>http://surferbill.com/2008/09/ubiquity-is-not-for-me-yet.html</link>
		<comments>http://surferbill.com/2008/09/ubiquity-is-not-for-me-yet.html#comments</comments>
		<pubDate>Sun, 07 Sep 2008 00:01:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2008/09/ubiquity-is-not-for-me-yet/</guid>
		<description><![CDATA[I can&#8217;t remember where I first heard about Ubiquity, but it wasn&#8217;t until Al blogged about it that I took the plunge and had a quick look. I love the idea and hope it does well and would love to use it, but it&#8217;s not for me at this stage. Let me explain why. I [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t remember where I first heard about <a href="http://labs.mozilla.com/2008/08/introducing-ubiquity/">Ubiquity</a>, but it wasn&#8217;t until <a href="http://www.socialanimal.com/">Al</a> blogged about it that I took the plunge and had a quick look. </p>
<p>I love the idea and hope it does well and would love to use it, but it&#8217;s not for me at this stage. Let me explain why.</p>
<p>I installed the addon and restarted Firefox, but was greeted with an instant crash on startup. To recover I had to restart in FF Safe Mode, disable Ubiquity, restart normally, saved my session, close all my open tabs, reenable Ubiquity, and restart again before all was well.</p>
<p>The privacy and security issues that can arise are putting me off. Take, for example, the first feed they recommend &#8211; Herd. The about:ubiquity page says:<br />
<blockquote>&#8220;Help us. Subscribe to the Herd, which will add your data to the dashboard—it&#8217;s completely anonymous and will help us make Ubiquity better and safer.&#8221;</p></blockquote>
<p>So I click <a href="https://labs.toolness.com/ubiquity-herd/all-feeds/bb5d07fc9771b8e2b9ef8c30f8129e5ddcd0a8a7-3213/">the link</a> and I&#8217;m taken to a page of referrers, one of which is:<br />
<blockquote>https://mail.google.com/mail/?account_id=aoctavio%40gmail.com</p></blockquote>
<p>Hardly anonymous&#8230;</p>
<p>Then there&#8217;s the comments in the code for the <a href="https://labs.toolness.com/ubiquity-herd/all-feeds/90ae0ce3ffc6f7c6cfafc88872f1cfe3b7d108a2-5475/">second most popular feed</a>. Comments like:</p>
<p><code><br />    // TODO: Security hull breach!<br />    return eval( splitString[1] );</p>
<p>        // Ugly hack to parse out the event description.<br /></code></p>
<p>Also, the <a href="https://wiki.mozilla.org/Labs/Ubiquity/Ubiquity_0.1_User_Tutorial#Teaching_Ubiquity_New_Commands">frightening security warning</a>:<br />
<blockquote>&#8220;Since a Ubiquity command can do anything, and it has full access to your web browser, a bad person could write a Ubiquity command to steal your personal information or do malicious things to your computer. You should not install Ubiquity commands unless you are confident that the source is trustworthy.&#8221;</p></blockquote>
<p>Finally, I&#8217;m wondering whether the addon grabs the latest version of the feed if it&#8217;s changed, and how I would be notified of that? If I subscribe to one of the <a href="https://labs.toolness.com/ubiquity-herd/">user submitted feeds</a> and the user decides to abuse that feed, am I only affected when I accept a new update, or do they have full access from the moment I subscribe? I can check the code when I subscribe, but would I see any changes before they take effect?</p>
<p>So with the comments, the security warning and possibility of malicious feeds I think I&#8217;ll leave it for now, but do tell me how you get on with it if you use it. I&#8217;ll certainly be revisiting it once it&#8217;s a little more fleshed out and I wish the team the best of luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2008/09/ubiquity-is-not-for-me-yet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Download Day 2008 &#8211; Tuesday 17th June 2008</title>
		<link>http://surferbill.com/2008/06/firefox-download-day-2008-tuesday-17th-june-2008.html</link>
		<comments>http://surferbill.com/2008/06/firefox-download-day-2008-tuesday-17th-june-2008.html#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:35:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2008/06/firefox-download-day-2008-tuesday-17th-june-2008/</guid>
		<description><![CDATA[With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than before. Help set a Guinness World Record for most software downloads in 24 hours. I pledge to get Firefox 3 during Download Day to set the Guinness World Record for Most Software Downloaded in 24 Hours.]]></description>
			<content:encoded><![CDATA[<p>With more than 15,000 improvements, Firefox 3 is faster, safer and smarter than before.</p>
<p>Help set a Guinness World Record for most software downloads in 24 hours.</p>
<p><a href="http://www.spreadfirefox.com/en-US/worldrecord" ><img border="0" alt="Download Day 2008" title="Download Day 2008" src="http://www.spreadfirefox.com/sites/all/themes/spreadfirefox_RCS/images/download-day/buttons/en-US/180x150_02.png" /></a></p>
<p>I pledge to get Firefox 3 during Download Day to set the Guinness World Record for Most Software Downloaded in 24 Hours.</p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2008/06/firefox-download-day-2008-tuesday-17th-june-2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox: Open a Search in a New Tab</title>
		<link>http://surferbill.com/2008/05/firefox-open-a-search-in-a-new-tab.html</link>
		<comments>http://surferbill.com/2008/05/firefox-open-a-search-in-a-new-tab.html#comments</comments>
		<pubDate>Mon, 05 May 2008 20:41:00 +0000</pubDate>
		<dc:creator>Surferbill</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://surferbill.com/blog/2008/05/firefox-open-a-search-in-a-new-tab/</guid>
		<description><![CDATA[Revision3&#8216;s Tekzilla has a great daily tip on how to open a search in a new tab in Firefox: open a new tab type about:config in the address bar and press return in the filter bar, enter browser.search.openintab double click the entry in the list to set it to true restart Firefox for it to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://revision3.com/">Revision3</a>&#8216;s <a href="http://revision3.com/tekzilla/">Tekzilla</a> has a great daily tip on how to <a href="http://revision3.com/tzdaily/2008-04-15searchtab/">open a search in a new tab</a> in Firefox:</p>
<ul>
<li>open a new tab</li>
<li>type about:config in the address bar and press return</li>
<li>in the filter bar, enter browser.search.openintab</li>
<li>double click the entry in the list to set it to true</li>
<li>restart Firefox for it to take effect</li>
</ul>
<p><object width="400" height="243" ><param name="movie" value="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=120&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/tekzilla/tzdaily/0076/tekzilla--tzdaily--0076--2008-04-15searchtab--800kbps.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/thumbs/tekzilla--0076--2008-04-15searchtab--thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off" /><param name="base" value="http://bitcast-a.bitgravity.com/revision3/swf/" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#171717" /><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="true" /><embed loop="false" quality="high" bgcolor="#171717" width="400" height="243" name="rev3player_v2" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://bitcast-a.bitgravity.com/revision3/swf/rev3_player.swf?AutoPlay=off&#038;Buffer=120&#038;File=http://www.podtrac.com/pts/redirect.flv/bitcast-a.bitgravity.com/revision3/flv/tekzilla/tzdaily/0076/tekzilla--tzdaily--0076--2008-04-15searchtab--800kbps.flv&#038;ScrubMode=advanced&#038;Thumb=http://bitcast-a.bitgravity.com/revision3/thumbs/tekzilla--0076--2008-04-15searchtab--thumb.jpg&#038;DefaultRatio=0.56&#038;AutoSize=off&#038;allowFullScreen=true" base="http://bitcast-a.bitgravity.com/revision3/swf/" /> </object><br /></p>
]]></content:encoded>
			<wfw:commentRss>http://surferbill.com/2008/05/firefox-open-a-search-in-a-new-tab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

