<?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>Stuff of Interest &#187; Extensions</title>
	<atom:link href="http://stuff.vhandw.com/category/computer/software/firefox/extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuff.vhandw.com</link>
	<description>General thoughts and discoveries on the web</description>
	<lastBuildDate>Wed, 30 Nov 2011 02:39:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>XPath Testing Using Firebug</title>
		<link>http://stuff.vhandw.com/2010/12/01/xpath-testing-using-firebug/</link>
		<comments>http://stuff.vhandw.com/2010/12/01/xpath-testing-using-firebug/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 01:40:47 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>

		<guid isPermaLink="false">http://stuff.vhandw.com/?p=354</guid>
		<description><![CDATA[If you use Selenium, or some other web testing tool that can use XPath for element selection, Firebug provides a handy tool for testing. In the console, it adds a new function $x. It takes an xpath as a parameter, &#8230; <a href="http://stuff.vhandw.com/2010/12/01/xpath-testing-using-firebug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>	If you use <a href="http://seleniumhq.org/">Selenium</a>, or some other web testing tool that can use XPath for element selection, <a href="http://getfirebug.com/">Firebug</a> provides a handy tool for testing.</p>
<p>	In the console, it adds a new function $x. It takes an xpath as a parameter, and will return the item (or items) that match the xpath. You can then hover over the returned result to verify that the item you&#8217;re looking for is the one selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2010/12/01/xpath-testing-using-firebug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Development Tools</title>
		<link>http://stuff.vhandw.com/2007/09/12/web-development-tools/</link>
		<comments>http://stuff.vhandw.com/2007/09/12/web-development-tools/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 14:20:49 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>

		<guid isPermaLink="false">http://stuff.vhandw.com/?p=288</guid>
		<description><![CDATA[For debugging javascript, viewing the DOM by selecting items, seeing the style applied etc, here are 2 great tools. For Firefox, check out Firebug 2. For IE, check out Internet Explorer Developer Toolbar Firebug is more powerful, but at least &#8230; <a href="http://stuff.vhandw.com/2007/09/12/web-development-tools/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>	For debugging javascript, viewing the DOM by selecting items, seeing the style applied etc, here are 2 great tools.</p>
<ol>
<li type="1">	 For Firefox, check out <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a></li>
</ol>
<p>	2. For IE, check out <a href="https://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&amp;displaylang=en">Internet Explorer Developer Toolbar</a></p>
<p>	Firebug is more powerful, but at least if you want/need to check something in IE, there&#8217;s an option.</p>
<p>	Why would you care? The first time I used it was for stylesheet changes. Imagine you&#8217;re modifying a stylesheet but the element isn&#8217;t getting the style. Open the document in Firefox, inspect it, and you can see the styles applied in order, and by file. It will also show those that are defined, but are overridden at a higher level.</p>
<p>	Ever wanted to test some javascript against a page, but don&#8217;t want to have to keep modifying the source page? Again, open up Firefox and enter the javascript in Firebug. It runs it right there, and shows the results. Once you get it correct, you can cut-and-paste it into your code.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2007/09/12/web-development-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox extensions &#8211; latest list</title>
		<link>http://stuff.vhandw.com/2006/10/18/firefox-extensions-latest-list/</link>
		<comments>http://stuff.vhandw.com/2006/10/18/firefox-extensions-latest-list/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 23:53:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/10/18/firefox-extensions-latest-list/</guid>
		<description><![CDATA[My list of Firefox extensions as of today. Tab Mix Plus &#8211; Gives much better control over Tab appearance and functionality, as well as including a Session Manager. Well worth the download FireBug &#8211; For all your web page development &#8230; <a href="http://stuff.vhandw.com/2006/10/18/firefox-extensions-latest-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My list of Firefox extensions as of today.</p>
<p><a href="http://tmp.garyr.net/" target="_blank">Tab Mix Plus</a> &#8211; Gives much better control over Tab appearance and functionality, as well as including a Session Manager. Well worth the download</p>
<p><a href="http://www.getfirebug.com" title="Firebug">FireBug </a><a href="http://dmextension.mozdev.org/" target="_blank"></a> &#8211; For all your web page development tasks. CSS, Javascript, Ajax development. Layout problems etc. Well worth checking out and installing if you do ANY web page development with CSS or Javascript.</p>
<p><a href="http://dmextension.mozdev.org/" target="_blank">Download Manager Tweak Extension</a> &#8211; Allows the download manager to be opened in a tab, and a few other minor enhancements.</p>
<p><a href="http://dmextension.mozdev.org/" target="_blank"></a><a href="http://imagezoom.yellowgorilla.net/" target="_blank">Image Zoom</a> &#8211; for zooming in and out on images.</p>
<p><a href="http://projects.koziarski.net/fyr/" target="_blank">Feed Your Reader</a> &#8211; Will re-direct RSS feeds to your favourite reader. I use this to &#8216;feed&#8217; them to <a href="http://www.newsgator.com/NGOLProduct.aspx?ProdID=FeedDemon" target="_blank">Feeddemon</a></p>
<p><a href="http://ietab.mozdev.org/" target="_blank">IETab</a> &#8211; If you want to open a window in Firefox, but it really needs IE, then this extension is for you. Used the IE control inside a Firefox tab.</p>
<p><a href="http://www.htmlvalidator.com/firefoxext.php" target="_blank">CSE HTML Validator</a> &#8211; if you use the <a href="http://www.htmlvalidator.com/" target="_blank">CSE HTML Validator</a>, this plug-in lets you use it on a loaded page. Can have it validate all pages  you load, or only when you do a View source. Note, the plug-in works with the free version too.</p>
<p>Old:</p>
<p><a href="http://chrispederick.com/work/webdeveloper/" target="_blank">Web Developer Extension</a> &#8211; Essential if you do any web development. Allows for quick selection of information, and selective control over stylesheets, cookies and other items related to web page design.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/10/18/firefox-extensions-latest-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; IETab extension</title>
		<link>http://stuff.vhandw.com/2006/08/29/mozdevorg-ietab-index/</link>
		<comments>http://stuff.vhandw.com/2006/08/29/mozdevorg-ietab-index/#comments</comments>
		<pubDate>Tue, 29 Aug 2006 11:28:15 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/08/29/mozdevorg-ietab-index/</guid>
		<description><![CDATA[For opening pages in Firefox that require IE. mozdev.org &#8211; ietab: index]]></description>
			<content:encoded><![CDATA[<p>For opening pages in Firefox that require IE.</p>
<p><a href="http://ietab.mozdev.org/">mozdev.org &#8211; ietab: index</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/08/29/mozdevorg-ietab-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Developer Extension</title>
		<link>http://stuff.vhandw.com/2006/08/27/web-developer-extension/</link>
		<comments>http://stuff.vhandw.com/2006/08/27/web-developer-extension/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 19:18:51 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/08/27/web-developer-extension/</guid>
		<description><![CDATA[Looks like a great tool for web page development. Allows for instant mods to current page to test it under various conditions, or analyze information on the page. Web Developer Extension]]></description>
			<content:encoded><![CDATA[<p>Looks like a great tool for web page development. Allows for instant mods to current page to test it under various conditions, or analyze information on the page.</p>
<p><a href="http://chrispederick.com/work/webdeveloper/">Web Developer Extension</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/08/27/web-developer-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Zoom</title>
		<link>http://stuff.vhandw.com/2004/11/19/image-zoom/</link>
		<comments>http://stuff.vhandw.com/2004/11/19/image-zoom/#comments</comments>
		<pubDate>Fri, 19 Nov 2004 14:17:52 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/19/image-zoom/</guid>
		<description><![CDATA[Allows for easy zooming of images. Firefox (and other browsers) allow &#8216;zooming&#8217; on text (i.e. making the text larger) via the view menu, and this extension provides something similar for images. Now you can zoom in on an image to &#8230; <a href="http://stuff.vhandw.com/2004/11/19/image-zoom/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Allows for easy zooming of images. Firefox (and other browsers) allow &#8216;zooming&#8217; on text (i.e. making the text larger) via the view menu, and this extension provides something similar for images. Now you can zoom in on an image to see it larger. Obviously if you zoom too much, the quality degrades, but I find this feature handy.</p>
<p>The homesite for this extension is <a href="http://www.yellowgorilla.net/imagezoom/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/19/image-zoom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tabbrowser Preferences</title>
		<link>http://stuff.vhandw.com/2004/11/19/tabbrowser-preferences/</link>
		<comments>http://stuff.vhandw.com/2004/11/19/tabbrowser-preferences/#comments</comments>
		<pubDate>Fri, 19 Nov 2004 14:15:33 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/19/tabbrowser-preferences/</guid>
		<description><![CDATA[Provides even more level of control over how new windows will be created. Firefox 1.0 added some of this by allowing you to tell it to create new windows as new tabs instead, but Tabbrowser Preferences takes it to the &#8230; <a href="http://stuff.vhandw.com/2004/11/19/tabbrowser-preferences/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Provides even more level of control over how new windows will be created. Firefox 1.0 added some of this by allowing you to tell it to create new windows as new tabs instead, but Tabbrowser Preferences takes it to the new level.  I have it set to open all new windows as tabs instead, in the background and have Firefox hopefully not take focus from the program that sent it. This allows me to click on links in email newsletters without having Firefox come to the front, but also without having to manually create a new tab for each one. I can now open all the links I&#8217;m interested in, and read them later.</p>
<p>And <a href="http://www.pryan.org/mozilla/site/TheOneKEA/tabprefs/">here&#8217;s</a> the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/19/tabbrowser-preferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

