<?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>MrLollige.com &#187; firefox zoom blur fix</title>
	<atom:link href="http://mrlollige.com/tag/firefox-zoom-blur-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrlollige.com</link>
	<description>Pixel art blog</description>
	<lastBuildDate>Thu, 18 Feb 2010 09:00:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing Firefox</title>
		<link>http://mrlollige.com/2009/fixing-firefox/</link>
		<comments>http://mrlollige.com/2009/fixing-firefox/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 23:00:07 +0000</pubDate>
		<dc:creator>mrlollige</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox zoom blur fix]]></category>

		<guid isPermaLink="false">http://mrlollige.com/?p=67</guid>
		<description><![CDATA[I have posted this article earlier on PixelJoint, but as I noticed a lot of people did not know it yet, I will just repost it here
With help of this article you can avoid the zoom blurring bug you get if you zoom in on pixel art in Firefox.

Sadly this is not testable in the [...]


Related posts:<ol><li><a href='http://mrlollige.com/2009/pixel-art-software/' rel='bookmark' title='Permanent Link: Pixel art software'>Pixel art software</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have posted this article earlier on PixelJoint, but as I noticed a lot of people did not know it yet, I will just repost it here</p>
<p>With help of this article you can avoid the zoom blurring bug you get if you zoom in on pixel art in Firefox.</p>
<div>
<p>Sadly this is <strong>not</strong> testable in the beta version.  But it is in the Alpha version 3.6, below explains you how to do it. Be  aware that this fix is completely at your own risk, as 3.6 of it is not  stable yet.</p>
<p><strong>Step 1</strong><br />
<a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/" target="_blank">http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/</a> Download  Minefield. This is the project name for alpha releases of Firefox. On  that page you can download it, for windows that would be <a href="http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.6a1pre.en-US.win32.installer.exe" target="_blank">firefox-3.6a1pre.en-US.win32.installer.exe</a></p>
<p><strong>Step 2</strong><br />
Install minefield. It will not overwrite your existing version of  firefox, but wil copy your bookmarks , add-ons, passwords etc.</p>
<p><em>If you go to pixeljoint.com right now in your new Minefield  browser you can already see the images crispy when you zoom in. This  because it seems PJ already added the right tags to its css. Thanks!</em></p>
<p><strong>Step 3</strong><br />
To get the pixel zooming on <strong>every </strong>website you visit  (such as <a title="Pixelation - Way of the Pixel" href="http://www.wayofthepixel.net" target="_blank">wayofthepixel.net</a>) we need to take another step.</p>
<p>We must create a file named userContent.css<br />
This CSS file will apply the code in it to every page you visit.</p>
<p>In windows, this page must be created in <strong>%appdata%\Mozilla\Firefox\Profiles\<em>profilename</em>\chrome</strong><strong><br />
</strong></p>
<p>You can find it by browsing to C: &gt; Documents and settings &gt; &#8216;<em>Username</em>&#8216;  (mine is Daniel) &gt; Application Data.<br />
Application Data is a hidden folder, you can unhide it by going to (in  your explorer) Tools &gt; Folder Options &gt; View &gt; Show hidden  files and folders<br />
<a href="http://www.bleepingcomputer.com/tutorials/tutorial62.html" target="_blank">http://www.bleepingcomputer.com/tutorials/tutorial62.html</a></p>
<p>Non windows users must figure it out themselves, but the file will  always be located in Profilename\Chrome</p>
<p>Now open notepad or a similar text editor, and paste in this code:</p>
<p>img[src$=".gif"] { image-rendering: -moz-crisp-edges;   -ms-interpolation-mode: nearest-neighbor; }<br />
img[src$=".png"] { image-rendering: -moz-crisp-edges;   -ms-interpolation-mode: nearest-neighbor; }</p>
<p>Save it as <strong>userContent.css</strong> (and watch out it does  not become a .txt but a .css) in the chrome folder</p>
<p>Thats it. You are done! When you click images on any site to zoom in,  they will be shown ina ll its pixel glory (after you restart your  browser).</p>
<p>If you have any questions, comment!</p></div>


<p>Related posts:<ol><li><a href='http://mrlollige.com/2009/pixel-art-software/' rel='bookmark' title='Permanent Link: Pixel art software'>Pixel art software</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://mrlollige.com/2009/fixing-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
