<?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; Firefox</title>
	<atom:link href="http://stuff.vhandw.com/category/computer/software/firefox/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>If you&#8217;re on Windows and use Firefox, look for this</title>
		<link>http://stuff.vhandw.com/2009/06/03/if-youre-on-windows-and-use-firefox-look-for-this/</link>
		<comments>http://stuff.vhandw.com/2009/06/03/if-youre-on-windows-and-use-firefox-look-for-this/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 15:23:40 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://stuff.vhandw.com/?p=296</guid>
		<description><![CDATA[Just read that a recent update pushed out by MS adds a serious vulnerability to Firefox. The Microsoft .NET Framework 3.5 Service Pack 1 also installs an add-on in Firefox. You may have noticed the add-on if you&#8217;ve recently looked &#8230; <a href="http://stuff.vhandw.com/2009/06/03/if-youre-on-windows-and-use-firefox-look-for-this/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>	Just read that a recent update pushed out by MS adds a serious vulnerability to Firefox. The Microsoft .NET Framework 3.5 Service Pack 1 also installs an add-on in Firefox. You may have noticed the add-on if you&#8217;ve recently looked in your Firefox add-ons dialog.</p>
<p>	Just read an article that I unfortunately don&#8217;t have difficulty believing. This add-on adds &#8216;One-Click support and the ability to report installed .NET framework versions to the web server&#8217;.</p>
<p>	Reading the article linked below, it appears this really means &#8216;a web page can install something without notifying the user&#8217;.</p>
<p>	Here&#8217;s the <a href="http://www.annoyances.org/exec/show/article08-600">article</a> explaining the risks, and how to uninstall the add-on.</p>
<p>	And I found an interesting comment at the bottom of the article&#8230;</p>
<blockquote><table>
<tbody>
<tr>
<td valign="top"> <span>“</span></td>
<td valign="top">
<p>	 (And if you&#8217;re thinking, &#8220;Why not just use a Mac,&#8221; may I remind you of the MobileMe junk recently installed on so many Windows machines without their owners&#8217; permission!)</p>
</td>
<td valign="bottom"> <span>”</span></td>
</tr>
</tbody>
</table>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2009/06/03/if-youre-on-windows-and-use-firefox-look-for-this/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>Additional Firefox config options</title>
		<link>http://stuff.vhandw.com/2007/05/09/additional-firefox-config-options/</link>
		<comments>http://stuff.vhandw.com/2007/05/09/additional-firefox-config-options/#comments</comments>
		<pubDate>Wed, 09 May 2007 11:23:09 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://stuff.vhandw.com/2007/05/09/additional-firefox-config-options/</guid>
		<description><![CDATA[If you&#8217;re doing any javascript work, consider turning on the firefox options: javascript.options.showInConsole javascript.options.strict Firefox will then show more detailed information.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re doing any javascript work, consider turning on the firefox options:</p>
<ul>
<li>javascript.options.showInConsole</li>
<li>javascript.options.strict</li>
</ul>
<p>Firefox will then show more detailed information.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2007/05/09/additional-firefox-config-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox &#8211; about:config settings I like</title>
		<link>http://stuff.vhandw.com/2006/10/30/firefox-aboutconfig-settings-i-like/</link>
		<comments>http://stuff.vhandw.com/2006/10/30/firefox-aboutconfig-settings-i-like/#comments</comments>
		<pubDate>Mon, 30 Oct 2006 13:04:28 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/10/30/firefox-aboutconfig-settings-i-like/</guid>
		<description><![CDATA[browser.tabs.closeButtons [Integer] &#8211; 2 so no close buttons appear. Use middle-click on tab to close it browser.urlbar.hideGoButton [Boolean] &#8211; true. I never use it, so why have it taking up space? keyword.URL [String] &#8211; &#8216;http://www.google.com/search?&#038;q=&#8217; . When set to this, &#8230; <a href="http://stuff.vhandw.com/2006/10/30/firefox-aboutconfig-settings-i-like/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>browser.tabs.closeButtons</em> [Integer] &#8211; 2 so no close buttons appear. Use middle-click on tab to close it</p>
<p><em>browser.urlbar.hideGoButton</em> [Boolean] &#8211; true. I never use it, so why have it taking up space?</p>
<p><em>keyword.URL</em> [String] &#8211; <em>&#8216;http://www.google.com/search?&#038;q=&#8217;</em> . When set to this, typing something that isn&#8217;t a URL into the address line automatically goes to google and does a search.</p>
<p><em>browser.tabs.loadFolderandReplace </em>[Boolean] &#8211; false. When open a group of tabs, won&#8217;t replace tabs already open in browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/10/30/firefox-aboutconfig-settings-i-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweakGuides.com &#8211; Firefox Tweak Guide</title>
		<link>http://stuff.vhandw.com/2006/10/24/tweakguidescom-firefox-tweak-guide/</link>
		<comments>http://stuff.vhandw.com/2006/10/24/tweakguidescom-firefox-tweak-guide/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 15:23:39 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2006/10/24/tweakguidescom-firefox-tweak-guide/</guid>
		<description><![CDATA[Setup for Firefox 2.0 and how to completely clean it out. Also some info on using about:config to change Firefox settings. TweakGuides.com &#8211; Firefox Tweak Guide]]></description>
			<content:encoded><![CDATA[<p>Setup for Firefox 2.0 and how to completely clean it out. Also some info on using about:config to change Firefox settings.<br />
<a href="http://www.tweakguides.com/Firefox_1.html">TweakGuides.com &#8211; Firefox Tweak Guide</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2006/10/24/tweakguidescom-firefox-tweak-guide/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>
		<item>
		<title>Firefox Tuning and Customization</title>
		<link>http://stuff.vhandw.com/2004/11/05/firefox-tuning-mozillazine-forums/</link>
		<comments>http://stuff.vhandw.com/2004/11/05/firefox-tuning-mozillazine-forums/#comments</comments>
		<pubDate>Fri, 05 Nov 2004 14:23:46 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://mike.vhandw.com/archives/2004/11/05/firefox-tuning-mozillazine-forums/</guid>
		<description><![CDATA[Reading through my latest CPU magazine, and noticed some tips for Firefox. The biggest thing I miss from Mozilla is the Google search from the address line. After reading the article, I now know how to implement this feature in &#8230; <a href="http://stuff.vhandw.com/2004/11/05/firefox-tuning-mozillazine-forums/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Reading through my latest <a href="http://www.computerpoweruser.com/">CPU</a> magazine, and noticed some tips for Firefox. The biggest thing I miss from Mozilla is the Google search from the address line. After reading the article, I now know how to implement this feature in Firefox, and it&#8217;s even faster to use than in Mozilla.</p>
<p>By default, if a non-URL entry is put into the address line of Firefox, it will display the first entry from a Google &#8216;I Feel Lucky&#8217; search. If you want it to do a standard Google Search, then first, put &#8216;about:config&#8217; in the address line and press enter.</p>
<p>Scroll down until you find &#8216;keyword.URL&#8217;. Change the setting to &#8216;http://www.google.com/search?btnG=Google+Search&#038;q=.&#8217;</p>
<p>Restart Firefox and enter something that doesn&#8217;t look like a URL. You should be presented with a Google search using the words you entered as the keywords.</p>
<p>Also in the article was a reference to this forum topic:<br />
<a href="http://forums.mozillazine.org/viewtopic.php?t=53650">Firefox Tuning &#8211; MozillaZine Forums</a></p>
<p>The article discusses potential performance improvements by making changes to various other items in about:config. Also included is sample entries that can be cut-and-pasted into your prefs.js file in your profile directory. On XP, this is under Documents and Settings{user name}MozillaFirefoxProfiles{some keyname}. You will see a file called prefs.js. If you copy the suggested lines into this file, and restart Firefox, you should/may notice performance improvements.</p>
<p>If it doesn&#8217;t work, or it appears to be causing problems, you can always remove the lines from your prefs.js.</p>
<p>I&#8217;ve put them into mine, but haven&#8217;t done any testing as of yet, so please be cautious!</p>
]]></content:encoded>
			<wfw:commentRss>http://stuff.vhandw.com/2004/11/05/firefox-tuning-mozillazine-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

