<?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>Spind.net Blog &#187; Firefox</title>
	<atom:link href="http://blog.spind.net/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.spind.net</link>
	<description>Stories from the trenches of System Administration</description>
	<lastBuildDate>Mon, 19 Dec 2011 09:21:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Fedora 14 and choppy Flash sound</title>
		<link>http://blog.spind.net/2011/03/17/fedora-14-and-choppy-flash-sound/</link>
		<comments>http://blog.spind.net/2011/03/17/fedora-14-and-choppy-flash-sound/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 13:04:16 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=182</guid>
		<description><![CDATA[This bothered me like crazy, as I thought the problem was my setup or some bug in pulseaudio. Turns out a recent optimization in memcpy() and a bug in Adobe Flash means that audio in Flash 10 under Fedora 14 can give choppy/jerky sound. Apparently the only thing Adobe has to do, is change calls [...]]]></description>
			<content:encoded><![CDATA[<p>This bothered me like crazy, as I thought the problem was my setup or some bug in pulseaudio. Turns out a recent optimization in <tt>memcpy()</tt> and a bug in Adobe Flash means that audio in Flash 10 under Fedora 14 can give choppy/jerky sound. Apparently the only thing Adobe has to do, is change calls to <tt>memcpy()</tt> to <tt>memmove()</tt> instead, but Linux development seems to be moving at a non-existing pace at Adobe.</p>
<p><a href="http://blogs.gnome.org/halfline/">Ray Strode</a> from <a href="http://www.redhat.com/">Red Hat</a> got sick of waiting and wrote a somewhat hacky script that will go through the Flash <tt>.so</tt> and replace calls to <tt>memcpy()</tt> with calls to <tt>memmove()</tt>. Get it here: <a href="https://bugzilla.redhat.com/attachment.cgi?id=460254">memcpy-to-memmove.sh</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2011/03/17/fedora-14-and-choppy-flash-sound/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox refuses to remember my passwords</title>
		<link>http://blog.spind.net/2009/05/26/firefox-refuses-to-remember-my-passwords/</link>
		<comments>http://blog.spind.net/2009/05/26/firefox-refuses-to-remember-my-passwords/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:02:25 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amnesia]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=150</guid>
		<description><![CDATA[I&#8217;ve had a few issues with my Firefox previously, but this time it somehow forgot all my saved passwords and stopped offering to remember new ones. This one was a quickie, but I&#8217;ll post it for later reference. This problem can be fixed by removing the files key3.db and signons3.txt from your Firefox profile directory. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few issues with my Firefox <a href="/2009/04/10/my-firefox-plugins/">previously</a>, but this time it somehow forgot all my saved passwords and stopped offering to remember new ones. This one was a quickie, but I&#8217;ll post it for later reference.</p>
<p>This problem can be fixed by removing the files <tt>key3.db</tt> and <tt>signons3.txt</tt> from your Firefox profile directory. On Unix, it&#8217;s usually a random generated directory under <tt>~/.mozilla/firefox</tt>. Be aware that removing these files will remove any stored passwords &#8211; mine were already gone though.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/05/26/firefox-refuses-to-remember-my-passwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox plugins</title>
		<link>http://blog.spind.net/2009/04/10/my-firefox-plugins/</link>
		<comments>http://blog.spind.net/2009/04/10/my-firefox-plugins/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 12:36:56 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=119</guid>
		<description><![CDATA[My Firefox recently suffered from aggressive dementia, and forgot all the tweaks and add-ons I had applied. Good plugins are hard to find, so here&#8217;s the list of the ones I use: Adblock Plus &#8211; no more ads iMacros &#8211; automate repetitive tasks in Firefox Firebug &#8211; website development tools (debugging etc.) Pixel Perfect &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>My Firefox recently suffered from aggressive dementia, and forgot all the tweaks and add-ons I had applied. Good plugins are hard to find, so here&#8217;s the list of the ones I use:</p>
<ul>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a> &#8211; no more ads </li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/3863">iMacros</a> &#8211; automate repetitive tasks in Firefox</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> &#8211; website development tools (debugging etc.)</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/7943">Pixel Perfect</a> &#8211; Firebug extension that helps you get your site pixel perfect </li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer</a> &#8211; offers all kinds of neat web developer tools (cookie management, cache on/off, CSS help etc.)</li>
</ul>
<p>Enjoy <img src='http://blog.spind.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/04/10/my-firefox-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go-to-root bookmarklet</title>
		<link>http://blog.spind.net/2009/03/23/go-to-root-bookmarklet/</link>
		<comments>http://blog.spind.net/2009/03/23/go-to-root-bookmarklet/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 13:59:03 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bookmarklet]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=117</guid>
		<description><![CDATA[Found this one over at michaelhoney.com &#8211; a bookmarklet that directs you to the root of whatever site you&#8217;re currently browsing. Just drag it to your bookmark bar: Goto root]]></description>
			<content:encoded><![CDATA[<p>Found this one over at <a href="http://www.michaelhoney.com/index.php?id=137">michaelhoney.com</a> &#8211; a bookmarklet that directs you to the root of whatever site you&#8217;re currently browsing. Just drag it to your bookmark bar:</p>
<p><a href="javascript:void(location.href=(location.href.split('/').slice(0,3).join('/')))">Goto root</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/03/23/go-to-root-bookmarklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun JRE on Firefox</title>
		<link>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/</link>
		<comments>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:48:31 +0000</pubDate>
		<dc:creator>hc</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora10]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Sun]]></category>

		<guid isPermaLink="false">http://blog.spind.net/?p=94</guid>
		<description><![CDATA[I rarely need a Java plugin for my 64-bit Firefox browser, but once in a rare while I need to use certain government services that require a digital signature and the original Sun Java plugin &#8211; OpenJDK just doesn&#8217;t cut it. Sun changed a couple of things recently, so many of the howto&#8217;s are outdated [...]]]></description>
			<content:encoded><![CDATA[<p>I rarely need a Java plugin for my 64-bit Firefox browser, but once in a rare while I need to use certain government services that require a digital signature and the original Sun Java plugin &#8211; <a href="http://www.openjdk.org/">OpenJDK</a> just doesn&#8217;t cut it. Sun changed a couple of things recently, so many of the howto&#8217;s are outdated &#8211; this will work though:</p>
<p>Make sure you remove/disable OpenJDK:</p>
<div class="codebox">
$ rpm -e java-1.6.0-openjdk-plugin
</div>
<p>Get the latest <b>Java SE Runtime Environment (JRE)</b> <a href="http://java.sun.com/javase/downloads/">here</a>. Make sure it&#8217;s the 64-bit non-RPM version. The RPM might work too, I just didn&#8217;t test it. We&#8217;ll assume it&#8217;s version 1.6.0-12. Execute the following commands to unpack it:</p>
<div class="codebox">
$ umask 022<br />
$ chmod +x jre-6u12-linux-x64.bin<br />
$ ./jre-6u12-linux-x64.bin
</div>
<p>Accept the license agreement. The directory <tt>jre1.6.0_12</tt> is created. Execute the following commands to move JRE and make a symbolic link to the plugin:</p>
<div class="codebox">
$ mv jre1.6.0_12 /opt<br />
$ cd /usr/lib64/mozilla/plugins<br />
$ ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so .
</div>
<p>The new thing here is that they recently renamed the plugin from <tt>libjavaplugin_oji.so</tt> to <tt>libnpjp2.so</tt> &#8211; that set me off track for a while.</p>
<p>Restart Firefox and type in <tt>about:plugins</tt> and look for Java &#8211; if it&#8217;s there, you&#8217;re all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.spind.net/2009/02/19/sun-jre-on-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

