<?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>~ overflow ~ &#187; firefox</title>
	<atom:link href="http://www.overflow.biz/blog/lang/en-us/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.overflow.biz/blog</link>
	<description>Coding and Internet Randomness</description>
	<lastBuildDate>Sun, 08 Jan 2012 23:34:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dark Skin for Firebug</title>
		<link>http://www.overflow.biz/blog/lang/en-us/2009/10/28/dark-skin-for-firebug?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=dark-skin-for-firebug</link>
		<comments>http://www.overflow.biz/blog/lang/en-us/2009/10/28/dark-skin-for-firebug#comments</comments>
		<pubDate>Wed, 28 Oct 2009 15:06:52 +0000</pubDate>
		<dc:creator>z3n</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[dark skin]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://www.overflow.biz/blog/?p=266</guid>
		<description><![CDATA[Problem:
Firebug skin is white, it&#8217;s annoying and it hurts my eyes.
Solution:
I edited myself a bunch of css files and build up a less annoying version, although there&#8217;s a lots of borders that still too light, it&#8217;s a real relief for me already.
You can download it here.
You should replace the files on the classic skin, they [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Firebug skin is white, it&#8217;s annoying and it hurts my eyes.</p>
<p><strong>Solution:</strong></p>
<p>I edited myself a bunch of css files and build up a less annoying version, although there&#8217;s a lots of borders that still too light, it&#8217;s a real relief for me already.</p>
<p>You can download it <a title="Firebug dark skin" href="http://www.overflow.biz/blog/~scripts/firebug-dark-skin.rar" target="_blank">here</a>.</p>
<p>You should replace the files on the classic skin, they are located inside the document settings/your user/data something/mozilla/extensions/firebug/skin/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overflow.biz/blog/lang/en-us/2009/10/28/dark-skin-for-firebug/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Little Firefox Glitch</title>
		<link>http://www.overflow.biz/blog/lang/en-us/2009/05/30/little-firefox-glitch?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=little-firefox-glitch</link>
		<comments>http://www.overflow.biz/blog/lang/en-us/2009/05/30/little-firefox-glitch#comments</comments>
		<pubDate>Sat, 30 May 2009 13:46:36 +0000</pubDate>
		<dc:creator>z3n</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tips & Hints]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[background-attachment]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[fixed background]]></category>

		<guid isPermaLink="false">http://overflow.biz/blog/?p=123</guid>
		<description><![CDATA[Problem:
Having a fixed background may be a problem on firefox if you just declare it like this:
body { background:url(file.ext) fixed; }
Solution:
body { background:url(file.ext) fixed #color; }





]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us"><strong>Problem:</strong></span></p>
<p><span lang="en-us">Having a fixed background may be a problem on firefox if you just declare it like this:</span></p>
<p><span lang="en-us"><em>body { background:url(file.ext) fixed; }</em></span></p>
<p><span lang="en-us"><strong>Solution:</strong></span></p>
<p><span lang="en-us"><em>body { background:url(file.ext) fixed <strong>#color</strong>; }</em></span></p>





]]></content:encoded>
			<wfw:commentRss>http://www.overflow.biz/blog/lang/en-us/2009/05/30/little-firefox-glitch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox (and all mozilla based) issues on Fedora</title>
		<link>http://www.overflow.biz/blog/lang/en-us/2009/04/02/firefox-and-all-mozilla-based-issues-on-fedora?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=firefox-and-all-mozilla-based-issues-on-fedora</link>
		<comments>http://www.overflow.biz/blog/lang/en-us/2009/04/02/firefox-and-all-mozilla-based-issues-on-fedora#comments</comments>
		<pubDate>Thu, 02 Apr 2009 19:34:43 +0000</pubDate>
		<dc:creator>z3n</dc:creator>
				<category><![CDATA[Linux Happyness]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[font issues]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[segmentation fault]]></category>

		<guid isPermaLink="false">http://overflow.biz/blog/?p=42</guid>
		<description><![CDATA[Problem:
when running firefox on fedora 9+ you get this errors:
(firefox:30077): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)&#8217; failed
(firefox:30077): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)&#8217; failed
(firefox:30077): Pango-CRITICAL **: pango_font_find_shaper: assertion `font != NULL&#8217; failed
(firefox:30077): Pango-WARNING **: failed to find shape engine, expect ugly output. engine-type=&#8217;PangoRenderFc&#8217;, script=&#8217;latin&#8217;
(firefox:30077): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)&#8217; failed
(firefox:30077): Pango-CRITICAL **: pango_font_describe: assertion [...]]]></description>
			<content:encoded><![CDATA[<p>Problem:</p>
<p>when running firefox on fedora 9+ you get this errors:</p>
<p>(firefox:30077): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)&#8217; failed</p>
<p>(firefox:30077): GLib-GObject-CRITICAL **: g_object_set_qdata: assertion `G_IS_OBJECT (object)&#8217; failed</p>
<p>(firefox:30077): Pango-CRITICAL **: pango_font_find_shaper: assertion `font != NULL&#8217; failed</p>
<p>(firefox:30077): Pango-WARNING **: failed to find shape engine, expect ugly output. engine-type=&#8217;PangoRenderFc&#8217;, script=&#8217;latin&#8217;</p>
<p>(firefox:30077): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)&#8217; failed</p>
<p>(firefox:30077): Pango-CRITICAL **: pango_font_describe: assertion `font != NULL&#8217; failed<br />
/usr/lib/firefox-3.0.8/run-mozilla.sh: line 131: 30077 Segmentation fault</p>
<p>and it simply won&#8217;t start. For others, like seamonkey, it simply shows &#8220;Segmentation Fault&#8221;.</p>
<p>Solution:</p>
<p><strong>yum install xorg-x11-font*</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.overflow.biz/blog/lang/en-us/2009/04/02/firefox-and-all-mozilla-based-issues-on-fedora/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

