<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>The House of AnimeJB &#187; Browsers</title>
	<atom:link href="http://www.animejb.net/category/tips-tricks/browsers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.animejb.net</link>
	<description>The House of AnimeJB</description>
	<pubDate>Mon, 15 Dec 2008 18:55:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" -->
		<copyright>&#xA9; </copyright>
		<managingEditor>cal@animejb.net ()</managingEditor>
		<webMaster>cal@animejb.net()</webMaster>
		<category></category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>The House of AnimeJB</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>cal@animejb.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.animejb.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.animejb.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>The House of AnimeJB</title>
			<link>http://www.animejb.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Multiple IE Versions on Windows XP</title>
		<link>http://www.animejb.net/2006/11/13/multiple-ie-versions-on-windows-xp</link>
		<comments>http://www.animejb.net/2006/11/13/multiple-ie-versions-on-windows-xp#comments</comments>
		<pubDate>Mon, 13 Nov 2006 14:34:46 +0000</pubDate>
		<dc:creator>Calophi</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[computers]]></category>

		<category><![CDATA[internet explorer]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.animejb.net/2006/11/13/multiple-ie-versions-on-windows-xp/</guid>
		<description><![CDATA[There are a lot of different tips, techniques, and cheats for installing multiple versions of Internet Explorer on a Windows XP machine.  Most of them are a huge pain in the butt for the functionality, and even then, when you&#8217;re doing it without using a virtual machine, some things still are broken, like cookies [...]]]></description>
			<content:encoded><![CDATA[<p>There are a lot of different tips, techniques, and cheats for installing multiple versions of Internet Explorer on a Windows XP machine.  Most of them are a huge pain in the butt for the functionality, and even then, when you&#8217;re doing it without using a virtual machine, some things still are broken, like cookies and <a href="http://www.quirksmode.org/css/condcom.html">conditional comments</a>.</p>
<p>Well there&#8217;s a new program out on the block - <a href="http://tredosoft.com/Multiple_IE">Multiple IE by TredoSoft</a>.</p>
<p>The installer allows you to run other versions of IE (versions 3-6) next to your IE 7 installation.  The cookies and conditional comments work right, too!  There are still a few issues, but it&#8217;s clearly better than any other solution out there.</p>
<p>Essentially, you just upgrade your IE6 to IE7 normally so that everything works properly, and then run the Multiple IE installer. <img src='http://www.animejb.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.animejb.net/2006/11/13/multiple-ie-versions-on-windows-xp/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox Developer Extensions</title>
		<link>http://www.animejb.net/2006/06/02/firefox-developer-extensions</link>
		<comments>http://www.animejb.net/2006/06/02/firefox-developer-extensions#comments</comments>
		<pubDate>Fri, 02 Jun 2006 13:58:37 +0000</pubDate>
		<dc:creator>Calophi</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<category><![CDATA[extensions]]></category>

		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.animejb.net/2006/06/02/firefox-developer-extensions/</guid>
		<description><![CDATA[I had made this entry in our old blog, but since that&#8217;s lost and there&#8217;s a lot more Firefox Extensions out now, I figured it&#8217;d be good to make a new list of extensions that are useful for web development.

Web Developer - A great toolbar that allows you to easily disable browser elements (css, cookies, [...]]]></description>
			<content:encoded><![CDATA[<p>I had made this entry in our old blog, but since that&#8217;s lost and there&#8217;s a lot more Firefox Extensions out now, I figured it&#8217;d be good to make a new list of extensions that are useful for web development.</p>
<ul>
<li><a href="http://ma.gnolia.com/bookmarks/fetuve/dispatch" target="_blank">Web Developer</a> - A great toolbar that allows you to easily disable browser elements (css, cookies, javascript, cache, etc), outline elements on a page, edit css and html, and even view the generated source on the page - that is, what your JavaScripts print out.  Way nifty.</li>
<li><a href="http://www.iosart.com/firefox/colorzilla/" target="_blank">Colorzilla</a> - Lets you pick a color from anywhere on a website and copy it into your page.  Has a color pallet that lets you fine tune your colors, too.</li>
<li><a href="http://www.kevinfreitas.net/extensions/measureit/" target="_blank">MeasureIt</a> - Lets you draw a ruler on a webpage.  Pretty useful for estimating space.</li>
<li><a href="http://jennifermadden.com/scripts/ViewRenderedSource.html" target="_blank">View Source Chart</a> - The ultimate tool for viewing the generated source of a page.  Color codes and indents everything into nice crisp boxes.</li>
<li><a href="https://addons.mozilla.org/firefox/697/" target="_blank">View Formatted Source</a> - Like the View Source Chart but want to kick it up a notch?  Not only does this extension view the generated source (though not as neatly organized, I think) - you can also view images by highlighting them int he source code, and the same goes for the CSS of an element!  PLUS it has an inline element that allows you to select a section of the page and view it&#8217;s source. AWESOME.</li>
<li><a href="http://www.joehewitt.com/software/firebug/" target="_blank">FireBug</a> - A spiffy little console that attaches to the bottom of the browser.  Lets you traverse the DOM, view errors in JavaScript, XML, and CSS (and toggle them on and off!), shows you results of AJAX requests, and even gives you the option of writing messages directly to the console instead of alerting them through JavaScript.  Very, VERY awesome.</li>
<li><a href="http://forums.mozillazine.org/viewtopic.php?t=318102" target="_self">Console<sup>2</sup></a> - If FireBug is a bit too much for you, you can always turn to Console<sup>2</sup>.  As of Firefox 1.5 all your error messages for XML, CSS and JS are all shoved into the same JavaScript Console.  This extension renames it to an &#8220;Error Console&#8221; and allows you to toggle your error types on and off.</li>
<li><a href="https://addons.mozilla.org/firefox/2104/" target="_blank">CSSViewer</a> - Switch it on and then hover over any element to get it&#8217;s style in a nicely organized floating box.  Very cute, but doesn&#8217;t seem to like frames very much.</li>
</ul>
<p>There are a few more out there that I haven&#8217;t tried, but look pretty useful.  Please do try them and comment here with results!</p>
<ul>
<li><a href="https://addons.mozilla.org/firefox/2077/" target="_blank">Regular Expressions Tester</a></li>
<li><a href="https://addons.mozilla.org/firefox/1095/" target="_blank">XPath Checker</a></li>
<li><a href="https://addons.mozilla.org/firefox/1192/" target="_blank">XPather</a> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.animejb.net/2006/06/02/firefox-developer-extensions/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
