<?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>le blog &#187; Browsers</title>
	<atom:link href="http://www.normyee.net/blog/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.normyee.net/blog</link>
	<description></description>
	<lastBuildDate>Wed, 09 Dec 2009 23:23:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>IE7 CSS filters</title>
		<link>http://www.normyee.net/blog/2007/07/12/ie7-css-filters/</link>
		<comments>http://www.normyee.net/blog/2007/07/12/ie7-css-filters/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 19:24:31 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/2007/07/12/ie7-css-filters/</guid>
		<description><![CDATA[I use the underscore filter to apply CSS styles to only IE browsers, but with the advent of IE7, that no longer works. Fun Fun. Thankfully with the help of the centricle CSS filters chart, I discovered a new asterisk hack that works for IE7-IE5. It doesn&#8217;t work on IE5/Mac, which the underscore hack did,]]></description>
			<content:encoded><![CDATA[<p>I use the <a href="http://wellstyled.com/css-underscore-hack.html" target="_blank">underscore filter</a> to apply CSS styles to only IE browsers, but with the advent of IE7, that no longer works. Fun Fun. Thankfully with the help of the <a href="http://centricle.com/ref/css/filters/" target="_blank">centricle CSS filters chart</a>, I discovered a new <a href="http://centricle.com/ref/css/filters/tests/asterisk/" target="_blank">asterisk hack</a> that works for IE7-IE5. It doesn&#8217;t work on IE5/Mac, which the underscore hack did, but i&#8217;m not really caring to support that browser anymore. Die IE5/Mac, die.</p>
<p>Unfortunately, I needed to use the asterisk hack for a Facebook app I am working on, but their parser doesn&#8217;t allow the asterisk hack and filters it out. Ug.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.normyee.net/blog/2007/07/12/ie7-css-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Firefox must-have plugins list</title>
		<link>http://www.normyee.net/blog/2007/02/13/my-firefox-must-have-plugins-list/</link>
		<comments>http://www.normyee.net/blog/2007/02/13/my-firefox-must-have-plugins-list/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 07:41:29 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/2007/02/13/my-firefox-must-have-plugins-list/</guid>
		<description><![CDATA[To follow-up on my previous post, here&#8217;s some of my favorite Firefox extensions: Developer tools Colorzilla eye dropper to get the RGB color values of anything on your screen CSSViewer nifty CSS info for any element Firebug I couldn&#8217;t live without it. FirefoxView This adds a &#8220;view in firefox&#8221; right-click menu option in IE FoxyProxy]]></description>
			<content:encoded><![CDATA[<p>To follow-up on my <a href="http://www.normyee.net/blog/2007/02/12/reordering-firefox-toolbars/">previous post</a>, here&#8217;s some of my favorite Firefox extensions:</p>
<ul>
<li>Developer tools
<ul>
<li><a href="http://www.iosart.com/firefox/colorzilla/" target="_blank">Colorzilla</a>
<ul>
<li>eye dropper to get the RGB color values of anything on your screen</li>
</ul>
</li>
<li><a href="https://addons.mozilla.org/firefox/2104/" target="_blank">CSSViewer</a>
<ul>
<li>nifty CSS info for any element</li>
</ul>
</li>
<li><a href="http://www.getfirebug.com/" target="_blank">Firebug</a>
<ul>
<li>I couldn&#8217;t live without it.</li>
</ul>
</li>
<li><a href="http://www.iosart.com/firefox/firefoxview/" target="_blank">FirefoxView</a>
<ul>
<li>This adds a &#8220;view in firefox&#8221; right-click menu option in IE</li>
</ul>
</li>
<li><a href="http://foxyproxy.mozdev.org/" target="_blank">FoxyProxy</a>
<ul>
<li>Flexible proxy rule generator</li>
</ul>
</li>
<li><a href="http://headermonitor.mozdev.org/" target="_blank">Header Monitor</a>
<ul>
<li>Adds a field to the status bar that displays the value for any particular response header. I set it to the &#8220;Server:&#8221; field since I&#8217;m always curious what other sites are running</li>
</ul>
</li>
<li><a href="http://users.skynet.be/mgueury/mozilla/" target="_blank">HTML Validator</a>
<ul>
<li>Helpful in debugging back HTML</li>
</ul>
</li>
<li><a href="http://ieview.mozdev.org/" target="_blank">IE View</a>
<ul>
<li>This adds a &#8220;view in IE&#8221; right-click menu option in Firefox</li>
</ul>
</li>
<li><a href="https://addons.mozilla.org/firefox/2076/" target="_blank">JSView</a>
<ul>
<li>Allows you to easily see and view the .js/.css files on any particular page</li>
</ul>
</li>
<li><a href="http://livehttpheaders.mozdev.org/" target="_blank">Live HTTP Headers</a>
<ul>
<li>Header sniffing galore</li>
</ul>
</li>
<li><a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">MeasureIt</a>
<ul>
<li>Online ruler</li>
</ul>
</li>
<li><a href="http://andy.5263.org/screengrab/" target="_blank">Screen grab!</a>
<ul>
<li>Allows for easy screen grabs.</li>
</ul>
</li>
<li><a href="https://addons.mozilla.org/firefox/590/" target="_blank">ShowIP</a>
<ul>
<li>         Show the IP address of the current page in the status bar &amp; allows querying services like DomainTools</li>
</ul>
</li>
<li><a href="http://chrispederick.com/work/useragentswitcher/" target="_blank">User Agent Switcher</a>
<ul>
<li>Need to spoof a browser/OS for testing? This will allow you to do it easily on the fly.</li>
</ul>
</li>
<li><a href="http://chrispederick.com/work/webdeveloper/" target="_blank">Web Developer</a>
<ul>
<li>If I could only choose one extension to install, this would be it.</li>
</ul>
</li>
</ul>
</li>
<li>User Interface enhancements
<ul>
<li><a href="http://del.icio.us/help/firefox/extension" target="_blank">del.icio.us Firefox extension</a></li>
<li><a href="https://addons.mozilla.org/firefox/3571/" target="_blank">DragNDrop Toolbars</a></li>
<li><a href="http://ted.mielczarek.org/code/mozilla/fxif/" target="_blank">FxIF</a></li>
<li><a href="http://www.mrtech.com/extensions/local_install/" target="_blank">MR Tech Local Install</a></li>
<li><a href="http://www.opanda.com/en/iexif/iexif_firefox.htm" target="_blank">Opanda IExif</a></li>
<li><a href="https://addons.mozilla.org/firefox/634/" target="_blank">PopupSound</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.normyee.net/blog/2007/02/13/my-firefox-must-have-plugins-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reordering Firefox toolbars</title>
		<link>http://www.normyee.net/blog/2007/02/12/reordering-firefox-toolbars/</link>
		<comments>http://www.normyee.net/blog/2007/02/12/reordering-firefox-toolbars/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 18:05:03 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/2007/02/12/reordering-firefox-toolbars/</guid>
		<description><![CDATA[The most annoying thing about Firefox is that you can&#8217;t rearrange the toolbars. **beats head on desk** You can move individual bits and pieces of a toolbar, but not the entire toolbar. For example, I have the Yahoo, Google and Web Developer toolbars installed. I like to have the Web Developer toolbar as the bottom-most]]></description>
			<content:encoded><![CDATA[<p>The most annoying thing about Firefox is that you can&#8217;t rearrange the toolbars. **beats head on desk** You can move individual bits and pieces of a toolbar, but not the <strong>entire</strong> toolbar.</p>
<p>For example, I have the Yahoo, Google and Web Developer toolbars installed. I like to have the Web Developer toolbar as the bottom-most toolbar, but there is no easy way to do it like in Internet Explorer. I stumbled upon this Firefox extension, <a href="https://addons.mozilla.org/firefox/3571/" target="_blank">DragNDrop Toolbars</a>, yesterday who&#8217;s sole purpose is to do just that. Hallelujah!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.normyee.net/blog/2007/02/12/reordering-firefox-toolbars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Firefox 2 image auto resize</title>
		<link>http://www.normyee.net/blog/2007/02/08/disabling-firefox-2-image-auto-resize/</link>
		<comments>http://www.normyee.net/blog/2007/02/08/disabling-firefox-2-image-auto-resize/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 18:34:23 +0000</pubDate>
		<dc:creator>norm</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.normyee.net/blog/2007/02/08/disabling-firefox-2-image-auto-resize/</guid>
		<description><![CDATA[Firefox 2 removed the image auto resize option from the options menu. If you&#8217;re like me and don&#8217;t like automatic resizing, here&#8217;s how to get around it: In the address bar, type &#8220;about:config&#8221; (without the quotes) You&#8217;ll see a whole list of preferences, and a &#8220;Filter:&#8221; field at the top. In the filter, type &#8220;browser.enable_automatic_image_resizing&#8221;]]></description>
			<content:encoded><![CDATA[<p>Firefox 2 removed the image auto resize option from the options menu. If you&#8217;re like me and don&#8217;t like automatic resizing, here&#8217;s how to get around it:</p>
<ol>
<li>In the address bar, type &#8220;about:config&#8221;  (without the quotes)</li>
<li>You&#8217;ll see a whole list of preferences, and a &#8220;Filter:&#8221; field at the top. In the filter, type &#8220;browser.enable_automatic_image_resizing&#8221; (without the quotes)</li>
<li>You should only see that preference now. Double click on it and you will toggle to &#8220;value&#8221; column from true to false.</li>
<li>All done</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.normyee.net/blog/2007/02/08/disabling-firefox-2-image-auto-resize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
