<?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>the empty quarter &#187; firefox</title>
	<atom:link href="http://www.martinhammer.com/blog/index.php/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinhammer.com/blog</link>
	<description>Sorry, but you are looking for something that isn’t here.</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:33:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Removing description from Firefox bookmarks</title>
		<link>http://www.martinhammer.com/blog/index.php/2011/04/removing-description-from-firefox-bookmarks/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2011/04/removing-description-from-firefox-bookmarks/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 12:59:14 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=608</guid>
		<description><![CDATA[By default Firefox populates the Description field of a bookmark with the content of the page&#8217;s &#60;meta name="Description" content="..." /&#62; tag. I find is a little annoying and was looking for a way to remove these descriptions. Since I have a lot of bookmarks I wanted to clean them all up in one go rather [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-609 alignright" title="firefox_bookmark_description" src="http://www.martinhammer.com/blog/wp-content/uploads/2011/04/firefox_bookmark_description.png" alt="Description in a Firefox Bookmark" width="358" height="170" /></p>
<p style="text-align: left;">By default Firefox populates the Description field of a bookmark with the content of the page&#8217;s <code>&lt;meta name="Description" content="..." /&gt;</code> tag. I find is a little annoying and was looking for a way to remove these descriptions.</p>
<p style="text-align: left;">Since I have a lot of bookmarks I wanted to clean them all up in one go rather than editing them one by one. Luckily there is an easy way to do this since Firefox stores the bookmarks in an <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Sqlite">SQLite</a> database file which can be opened and manipulated.</p>
<ol style="text-align: left;">
<li>Install SQLite Database Browser (Ubuntu: <code>sudo apt-get install sqlitebrowser</code> Windows: <a href="http://sourceforge.net/projects/sqlitebrowser">download</a> and install from SourceForge).</li>
<li><strong>IMPORTANT!</strong> Export your Firefox bookmarks to have a backup in case something goes wrong.</li>
<li>Close Firefox (you can&#8217;t edit the bookmarks file while Firefox is running).</li>
<li>Run SQLite Database Browser and open the places.sqlite file which is located in your <a href="http://kb.mozillazine.org/Profile_folder">profile folder</a>.</li>
<li>Run the following SQL which will remove the description from <strong>all bookmarks</strong>.<br />
<code><br />
delete from moz_items_annos where anno_attribute_id = 2 </code>&nbsp;</p>
<p>&nbsp;</li>
<li>Save and close, run Firefox.</li>
</ol>
<p style="text-align: left;">Reference on the places.sqlite file can be found on <a href="http://kb.mozillazine.org/Places.sqlite">mozillaZine</a> and <a href="https://developer.mozilla.org/en/The_Places_database">Mozilla Developer Network</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2011/04/removing-description-from-firefox-bookmarks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change Firefox address bar search engine</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/01/change-firefox-address-bar-search-engine/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/01/change-firefox-address-bar-search-engine/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:10:36 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=396</guid>
		<description><![CDATA[Follow these steps to change the search engine used by Firefox 3 address bar: Enter about:config in the browser&#8217;s address bar and accept a warning dialog if it appears. In the filter box type in keyword.URL Double click the entry and paste in your prefered search engine URL (e.g. http://www.bing.com/search?q=) You can always revert back [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Follow these steps to change the search engine used by Firefox 3 address bar:</p>
<ol style="text-align: left;">
<li>Enter <code>about:config</code> in the browser&#8217;s address bar and accept a warning dialog if it appears.</li>
<li>In the filter box type in <code>keyword.URL</code></li>
<li>Double click the entry and paste in your prefered search engine URL (e.g. <code>http://www.bing.com/search?q=</code>)</li>
</ol>
<p style="text-align: left;">You can always revert back to the default Google search by right-clicking the entry and selecting the Reset menu option.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/01/change-firefox-address-bar-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BIRT chart scrollbars in Firefox</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/07/birt-chart-scrollbars-in-firefox/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/07/birt-chart-scrollbars-in-firefox/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 15:27:55 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[birt]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=295</guid>
		<description><![CDATA[There&#8217;s a strange bug in BIRT charting with Firefox on Linux. Some charts are rendered with horizontal and vertical scrollbars, sort of like an embedded frame which is too big to fit in the allocated space. The fix for this annoyance is straightforward, simply change the output format from SVG to PNG on the first [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a strange bug in BIRT charting with Firefox on Linux. Some charts are rendered with horizontal and vertical scrollbars, sort of like an embedded frame which is too big to fit in the allocated space.</p>
<p>The fix for this annoyance is straightforward, simply change the output format from SVG to PNG on the first tab of the chart dialog. This also makes scrolling smoother and improves overall responsiveness of Firefox when a report with a lot of charts is displayed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/07/birt-chart-scrollbars-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jaunty notifications in Thunderbird and Firefox</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/05/jaunty-notifications-in-thunderbird-and-firefox/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/05/jaunty-notifications-in-thunderbird-and-firefox/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:45:08 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[jaunty-upgrade]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=212</guid>
		<description><![CDATA[One of the major new features in Ubuntu 9.04 (Jaunty) has of course been the new notification system. For what it&#8217;s worth, I think it&#8217;s a pretty good, bold piece of work and the notifications look pretty good. The trouble is, as with any new framework, that not all applications out there are using the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">One of the major new features in Ubuntu 9.04 (Jaunty) has of course been the <a href="http://www.markshuttleworth.com/archives/265">new notification system</a>. For what it&#8217;s worth, I think it&#8217;s a pretty good, bold piece of work and the notifications look pretty good. The trouble is, as with any new framework, that not all applications out there are using the new notifications, leaving the overall impression somewhat disjointed. Good news is that with a bit of tweaking Firefox and Thunderbird can be made to send their messages to the notification area.</p>
<p style="text-align: left;"><strong>Firefox: </strong>Credit for this tip to the <a href="http://d0od.blogspot.com/2009/05/firefox-use-notification-jaunty.html">OMG! Ubuntu blog</a>: For Firefox, there is an <a href="https://addons.mozilla.org/en-US/firefox/addon/9622">add-on</a> (currently experimental) which sends the &#8220;Download complete&#8221; messages to the notification area. You should also change the <code>browser.download.manager.showAlertOnComplete</code> setting to <code>false</code> under about:config to stop Firefox&#8217;s native little notification from popping up.</p>
<p style="text-align: left;"><strong>Thunderbird: </strong>For Thunderbird&#8217;s &#8220;New email&#8221; notification, I found that the <a href="http://www.nongnu.org/mailnotify/">GNOME Mail Notification</a> applet works very well. Follow these steps to set it up:</p>
<ol>
<li>First install Mail Notification by running<br />
<code><br />
sudo apt-get install mail-notification</p>
<p></code></li>
<li>Once installed, open the Mail Notification config dialog from System &gt; Preferences &gt; Mail Notification.</li>
<li>On the first tab (General) click the Add button and browse to the Inbox file of the Thunderbird mail account for which you want to display notifications. The Inbox file should be under location similar to this one :<br />
<code><br />
/home/&lt;your user&gt;/.mozilla-thunderbird/&lt;random code&gt;.default/Mail/&lt;your account&gt;/Inbox </p>
<p></code><br />
(.mozilla-thunderbird is a hidden directory in your home directory).</li>
<li>Make sure that on the last tab (Message Popups) the &#8220;Enable message popups&#8221; check box is ticked.</li>
<li>Now configure Mail Notification to run on session start up: open System &gt; Preferences &gt; Startup Applications and click Add. Name and Description can be set to anything, under command enter<br />
<code><br />
mail-notification --sm-disable</p>
<p></code>
</li>
<li>Last step is to open Thunderbird and disable its native notification messages by going to Edit &gt; Preferences and on the General tab uncheck &#8220;Show an alert&#8221;.</li>
</ol>
<p>All going well you should now have Thunderbird using the new notifications and a cool applet in your notification area showing you if there are any unread messages in your Inbox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/05/jaunty-notifications-in-thunderbird-and-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Two quick changes in Firefox about:config</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/04/two-quick-changes-in-firefox-aboutconfig/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/04/two-quick-changes-in-firefox-aboutconfig/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 12:41:54 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=160</guid>
		<description><![CDATA[Here are two quick and simple changes which I always make on a fresh Firefox install. They are both accessed through the about:config URI. Simply type about:config to the Firefox address bar and accept the disclaimer. This reveals a lot of &#8220;hidden&#8221; settings which cannot be changed directly through the preferences dialogs. To make backspace [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Here are two quick and simple changes which I always make on a fresh Firefox install. They are both accessed through the about:config URI. Simply type about:config to the Firefox address bar and accept the disclaimer. This reveals a lot of &#8220;hidden&#8221; settings which cannot be changed directly through the preferences dialogs.</p>
<ul style="text-align: left;">
<li>To make backspace button go back in history (this is default in Windows but not in Linux), change the value of <code>browser.backspace_action</code> to <code>0</code>.</li>
<li>To open the result of search from the search bar in a new tab change the value of <code>browser.search.openintab</code> to <code>true</code>.</li>
</ul>
<p style="text-align: left;">A reference of these and other about:config parameters can be found in the <a href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries">MozillaZine Knowledge Base</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/04/two-quick-changes-in-firefox-aboutconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install RealPlayer as a Firefox plug-in in Xubuntu</title>
		<link>http://www.martinhammer.com/blog/index.php/2009/04/install-realplayer-in-xubuntu-as-firefox-plug-in/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2009/04/install-realplayer-in-xubuntu-as-firefox-plug-in/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 11:42:16 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bbciplayer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[realplayer]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=3</guid>
		<description><![CDATA[I used the following steps to install RealPlayer in order to listen to BBC Radio. Although I did this on Xubuntu 8.04, it should also work for Ubuntu and other distros. Download and install RealPlayer for Linux from Real. I downloaded the deb package and installed it through gdebi. My install path was now /opt/real/RealPlayer. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I used the following steps to install RealPlayer in order to listen to <a href="http://www.bbc.co.uk/iplayer/radio">BBC Radio</a>. Although I did this on Xubuntu 8.04, it should also work for Ubuntu and other distros.</p>
<ol style="text-align: left;">
<li>Download and install RealPlayer for Linux from <a href="http://www.real.com/linux">Real</a>. I downloaded the deb package and installed it through gdebi.</li>
<li>My install path was now <code>/opt/real/RealPlayer.</code> Check that the following two files exist:<br />
<code><br />
/opt/real/RealPlayer/mozilla/nphelix.so<br />
/opt/real/RealPlayer/mozilla/nphelix.xpt</p>
<p></code></li>
<li>Copy those two files to the Firefox plugins directory (the code below should be a single line):<br />
<code><br />
sudo cp /opt/real/RealPlayer/mozilla/nphelix.* /usr/lib/firefox-addons/plugins/</p>
<p></code></li>
<li>Restart Firefox. You can verify that Firefox has picked up the plugin under Tools &gt; Add-ons &gt; Plugins. It should say something along the lines of &#8220;Helix DNA Plugin: RealPlayer G2 Plug-In Compatible&#8221;.</li>
</ol>
<p>Good luck and happy listening.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2009/04/install-realplayer-in-xubuntu-as-firefox-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

