<?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>House of Tech &#187; Firefox</title>
	<atom:link href="http://www.houseoftech.co.uk/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.houseoftech.co.uk</link>
	<description>Tech News, Reviews and my views. By a Web designer, hosting Guru and a Microsoft Student Partner.</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:39:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>The Beginner’s Guide to Greasemonkey User Scripts in Firefox</title>
		<link>http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/</link>
		<comments>http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/#comments</comments>
		<pubDate>Tue, 11 May 2010 15:24:16 +0000</pubDate>
		<dc:creator>Bilal</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[User]]></category>

		<guid isPermaLink="false">http://www.houseoftech.co.uk/?p=735</guid>
		<description><![CDATA[Everybody knows that Firefox has add-ons for virtually everything, but if you don’t want to bloat your installation you’ve always got the option of Greasemonkey scripts instead. Here’s a quick primer on how to use them. Getting Started with User Scripts Once you have Greasemonkey installed, managing the extension is really easy. Left click on the status bar icon to turn the extension on/off and right click to access the context menu shown here. Whether [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='medium' href='http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/" data-count="horizontal" data-text="The Beginner’s Guide to Greasemonkey User Scripts in Firefox" data-via="houseoftech" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Finternet%2Fbeginners-guide-greasemonkey-user-scripts-firefox%2F" send="true" show_faces="true"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><script>var fbShare = {url: 'http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/',size: 'small',}</script><script src='http://widgets.fbshare.me/files/fbshare.js'></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Everybody knows that Firefox has add-ons for virtually everything, but if you don’t want to bloat your installation you’ve always got the option of Greasemonkey scripts instead. Here’s a quick primer on how to use them.</p>
<p><strong>Getting Started with User Scripts</strong></p>
<p>Once you have Greasemonkey installed, managing the extension is really easy. Left click on the status bar icon to turn the extension on/off and right click to access the context menu shown here.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/78471_greasemonkey01.png" border="0" alt="greasemonkey-01" width="349" height="223" /></p>
<p>Whether you use the Options button in the Add-ons Manager Window or the context menu shown above, both will bring up the Manage User Scripts dialog. At the moment you have a nice clean slate to work with… time to get some scripts added in.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/70141_greasemonkey02.png" border="0" alt="greasemonkey-02" width="640" height="479" /><span id="more-735"></span></p>
<p>The majority of user scripts can be found at two different sites, the first being appropriately named userscripts.org, and you can either browse by tag or search for a script.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/70141_greasemonkey03.png" border="0" alt="greasemonkey-03" width="338" height="163" /></p>
<p>As you can see here your search for a particular type of script can be quickly narrowed down based on category. There is definitely a lot to choose from.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/70141_greasemonkey04.png" border="0" alt="greasemonkey-04" width="640" height="505" /></p>
<p>For our example we focused on the “textarea” tag. There were 62 scripts available but we quickly found what we were looking for on the first page.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/ab9cf_greasemonkey05.png" border="0" alt="greasemonkey-05" width="611" height="553" /></p>
<p><strong>Installing, Managing, &amp; Using Your Scripts</strong></p>
<p>When you find a script that you want to install visit the script’s homepage and click on the “Install” button.</p>
<p><em>Note: Link for this script provided below.</em></p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/ab9cf_greasemonkey06.png" border="0" alt="greasemonkey-06" width="640" height="508" /></p>
<p>Once you have clicked on the Install button, Greasemonkey will open up the following installation window. You will be able to view:</p>
<ul>
<li>A summary of what the script does</li>
<li>A list of websites that the script is supposed to function on (our example is set for all)</li>
<li>View the script source if desired</li>
<li>Make a final decision on whether to install the script or cancel the process</li>
</ul>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/ab9cf_greasemonkey07.png" border="0" alt="greasemonkey-07" width="440" height="457" /></p>
<p>Right-clicking on our status bar icon shows our new script listed and active.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/3a747_greasemonkey08.png" border="0" alt="greasemonkey-08" width="340" height="209" /></p>
<p>Reopening the Manage User Scripts window shows:</p>
<ul>
<li>Our new script listed in the column on the left</li>
<li>The websites/pages included</li>
<li>An option to disable the script (can also be done in the context menu)</li>
<li>The ability to edit the script</li>
<li>The ability to uninstall the script</li>
</ul>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/3a747_greasemonkey09.png" border="0" alt="greasemonkey-09" width="640" height="477" /></p>
<p>If you choose to edit the script you will be asked to browse for and select a default text editor of your choice (first time only). Once you have selected a text editor you can make any changes desired to the script.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/f5302_greasemonkey10.png" border="0" alt="greasemonkey-10" width="640" height="508" /></p>
<p>We decided to test our new user script on the site. Going to the comment box at the bottom we could easily resize the window as desired.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/f5302_greasemonkey11.png" border="0" alt="greasemonkey-11" width="640" height="508" /></p>
<p>The Comment box definitely got a lot bigger.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/f5302_greasemonkey12.png" border="0" alt="greasemonkey-12" width="640" height="597" /></p>
<p><strong>Conclusion</strong></p>
<p>If you prefer to keep the number of extensions to a minimum in your Firefox installation then Greasemonkey and the Userscripts website can easily provide that extra functionality without the bloat. For added auto website script detection goodness see our article on <a href="http://www.howtogeek.com/howto/7034/find-user-scripts-for-your-favorite-websites-the-easy-way/" target="_blank">Greasefire</a>.</p>
<p><em>Note: <em>See our article </em><a href="http://www.howtogeek.com/howto/14278/enjoy-how-to-geek-user-style-script-goodness/" target="_blank"><em>here</em></a> for specialized How-To Geek User Style Scripts that can be added to Greasemonkey.</em></p>
<p><strong>Links</strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank">Download the Greasemonkey Extension (Mozilla Add-ons)</a></p>
<p><a href="http://userscripts.org/scripts/show/57786" target="_blank">Install the Textarea &amp; Input Resize User Script</a></p>
<p><a href="http://userscripts.org/" target="_blank">Visit the Userscripts.org Website</a></p>
<p><a href="http://userstyles.org/" target="_blank">Visit the Userstyles.org Website</a></p>
<p><a href="http://feeds.howtogeek.com/HowToGeek">Go to Source Article at How to Geek</a></p>
<p>Brought to you by <strong><a href="http://www.houseoftech.co.uk">House of Tech</a></strong>.<br />
For more information and discussion, please visit our <strong><a href="http://www.houseoftech.co.uk/techforum">Forum</a></strong> and do not forget to subscribe to us on <strong><a href="http://www.twitter.com/HouseofTech">Twitter</a></strong>.</p>
<p><strong><a href="http://feeds.feedburner.com/HouseOfTech/feed">Subscribe now</a></strong></p>
<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggCompact' href='http://digg.com/submit?url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Finternet%2Fbeginners-guide-greasemonkey-user-scripts-firefox%2F&amp;title=The%20Beginner%E2%80%99s%20Guide%20to%20Greasemonkey%20User%20Scripts%20in%20Firefox'></a></div><div class='dd_button'><iframe src="http://www.reddit.com/static/button/button1.html?width=120&url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Finternet%2Fbeginners-guide-greasemonkey-user-scripts-firefox%2F&title=The%20Beginner%E2%80%99s%20Guide%20to%20Greasemonkey%20User%20Scripts%20in%20Firefox&newwindow='1'" height="22" width="120" scrolling='no' frameborder='0'></iframe></div><div class='dd_button'><script src='http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Finternet%2Fbeginners-guide-greasemonkey-user-scripts-firefox%2F'></script></div></div><div style='clear:both'></div></div><!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com -->]]></content:encoded>
			<wfw:commentRss>http://www.houseoftech.co.uk/news/internet/beginners-guide-greasemonkey-user-scripts-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five lesser known Firefox add-ons for web developers</title>
		<link>http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/</link>
		<comments>http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 00:40:19 +0000</pubDate>
		<dc:creator>Bilal</dc:creator>
				<category><![CDATA[add-ons]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Five]]></category>
		<category><![CDATA[known]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.houseoftech.co.uk/?p=409</guid>
		<description><![CDATA[Filed under: Developer, Mozilla, Browsers When it comes to making web pages, I can whip up a rounded div or add a splash of gradient for a nice fade effect successfully with little trouble, but like many, when trying to deduce out why some stupid DIV is misbehaving, I can waste an entire day spinning my wheels. Checking out the various blogs and forums are of course a great resource, but probably my most useful [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='medium' href='http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/" data-count="horizontal" data-text="Five lesser known Firefox add-ons for web developers" data-via="houseoftech" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Flesser-firefox-addons-web-developers%2F" send="true" show_faces="true"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><script>var fbShare = {url: 'http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/',size: 'small',}</script><script src='http://widgets.fbshare.me/files/fbshare.js'></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Filed under: <a rel="tag" href="http://www.downloadsquad.com/category/developer/">Developer</a>, <a rel="tag" href="http://www.downloadsquad.com/category/mozilla/">Mozilla</a>, <a rel="tag" href="http://www.downloadsquad.com/category/browser/">Browsers</a></p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/68243_0a06271740f0a02bd61e6ee5ed52-ffoxlogo.jpg" border="0" alt="" hspace="4" vspace="4" align="right" />When it comes to making web pages, I can whip up a rounded div or add a splash of gradient for a nice fade effect successfully with little trouble, but like many, when trying to deduce out why some stupid DIV is misbehaving, I can waste an entire day spinning my wheels.</p>
<p>Checking out the various blogs and forums are of course a great resource, but probably my most useful and productive help comes courtesy of my favorite Firefox add-ons.</p>
<p>Like many, I have Firebug, Greasemonkey, IEView, and the like at my disposal, but here&#8217;s a list of what I would consider five lesser-spoken but certainly &#8220;must have&#8221; additions to any web developer&#8217;s little bag of tricks.</p>
<ul>
<li><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/655">View Source Chart</a></strong> &#8211; I&#8217;m sure some might disagree on this, but aside from simple DOM structure, for me, trying to mentally visualize HTML boundaries can be really freaking hard, even if the code is well formatted. To make the job easier, View Source Chart is a godsend. When run, it blocks off boundaries, color codes them, and presents everything in lightning speed no matter how munged up the code is! Also, as an added bonus, you can take advantage of the built-in Ctrl + and &#8211; zooming features to help decoding even the most complex nested DOM structures. Indeed, when it comes to navigating HTML source, View Source Chart further proves that a picture is worth a thousand words.</li>
</ul>
<div><strong><span id="more-409"></span><br />
</strong></div>
<ul>
<li><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/10869">JSONView</a></strong> &#8211; Out of the box, Firefox has no problems showing pretty, color coded XML&#8230;but what about JSON? Try to open a JSON document and you&#8217;ll be prompted to download it and from there open it with your favorite text editor. What a pain! JSONView solves this problem by showing the JSON information neatly formatted and prettified in your browser window. Best of all, even better than viewing XML files, even if the JSON document contains errors, JSONView will still show the raw text.</li>
</ul>
<ul>
<li><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/532">Link Checker</a></strong> &#8211; Has this ever happened to you? You go ahead and publish a web page with a few dozen links and weeks later, you find out that the 17th one on the list was dead and you never knew it. Well, Link Checker to the rescue! Once added, you can click on the &#8220;Check Page Links&#8221; listing under the Tools menu and it will highlight not only the good links, but also point out the dead links in bright red. Also, for added convenience, if you right click on your tool bar, Link Checker can be added as a custom icon for super easy access.</li>
</ul>
<ul>
<li><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/2691">Poster</a></strong> &#8211; When it comes to testing out web services, Poster is a huge time saver. Before Poster, if I wanted to test out an API call, I&#8217;d have to whip up some little web script, add in some debug statements and overall, pretty much waste a bunch of time that I could be spending on something way more useful. WIth Poster, you can make HTTP requests, set the entity body, and content type.</li>
</ul>
<ul>
<li><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/4415">Font Finder</a></strong> &#8211; Often, I&#8217;ll be poking around the interwebs and see a really sharp looking representation of a font and wonder &#8220;Hey! I wonder how that&#8217;s done!&#8221;. Prior to installing Font Finder, I&#8217;d have to poke around the source and find exactly which CSS is being used which was quite time consuming. With Font Finder, I simply highlight an interesting bit of text, right click on it and bring up the Font Finder sub menu. As an added bonus, I can even perform inline replacements to test new layout live in the browser window.</li>
</ul>
<p>So, there you have it &#8211; do any of you use other lesser known, must have addons? If so, be sure to leave &#8216;em in the comments!</p>
<p><a href="http://feeds.pheedo.com/downloadsquad">Go to Source Article at Download Squad</a></p>
<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggCompact' href='http://digg.com/submit?url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Flesser-firefox-addons-web-developers%2F&amp;title=Five%20lesser%20known%20Firefox%20add-ons%20for%20web%20developers'></a></div><div class='dd_button'><iframe src="http://www.reddit.com/static/button/button1.html?width=120&url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Flesser-firefox-addons-web-developers%2F&title=Five%20lesser%20known%20Firefox%20add-ons%20for%20web%20developers&newwindow='1'" height="22" width="120" scrolling='no' frameborder='0'></iframe></div><div class='dd_button'><script src='http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Flesser-firefox-addons-web-developers%2F'></script></div></div><div style='clear:both'></div></div><!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com -->]]></content:encoded>
			<wfw:commentRss>http://www.houseoftech.co.uk/news/lesser-firefox-addons-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Gain Quick Access to the Cache in Firefox</title>
		<link>http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/</link>
		<comments>http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:02:51 +0000</pubDate>
		<dc:creator>Bilal</dc:creator>
				<category><![CDATA[access]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gain]]></category>
		<category><![CDATA[Quick]]></category>

		<guid isPermaLink="false">http://www.houseoftech.co.uk/?p=405</guid>
		<description><![CDATA[Are you looking for a quick and simple way to view the contents of the cache in Firefox? Then you will definitely want to see how easy it can be using the CacheViewer extension. Note: CacheViewer is a front-end app for easily accessing and searching the memory cache. Before Viewing the cache in Firefox using “about:cache” provides some information about the contents but may not be the most efficient method available for some people. CacheViewer [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='medium' href='http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/" data-count="horizontal" data-text="How to Gain Quick Access to the Cache in Firefox" data-via="houseoftech" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fgain-quick-access-cache-firefox%2F" send="true" show_faces="true"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><script>var fbShare = {url: 'http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/',size: 'small',}</script><script src='http://widgets.fbshare.me/files/fbshare.js'></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Are you looking for a quick and simple way to view the contents of the cache in Firefox? Then you will definitely want to see how easy it can be using the CacheViewer extension.</p>
<p><em>Note: CacheViewer is a front-end app for easily accessing and searching the memory cache.</em></p>
<p><strong>Before</strong></p>
<p>Viewing the cache in Firefox using “about:cache” provides some information about the contents but may not be the most efficient method available for some people.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/4771b_cacheviewer01.png" border="0" alt="cache-viewer-01" width="640" height="508" /></p>
<p><strong>CacheViewer in Action<span id="more-405"></span></strong></p>
<p>Once you have installed the extension there are three easy ways to access your new cache viewer. The first is using the “CacheViewer Command” available in the “Tools Menu” and the second is using the keyboard shortcut “Ctrl + Shift + C”.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/d14da_cacheviewer02.png" border="0" alt="cache-viewer-02" width="640" height="508" /></p>
<p>The third way is by adding a “Toolbar Button” to your browser’s UI. All three work equally well…choose the method that best suits your personal needs.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/b81a5_cacheviewer03.png" border="0" alt="cache-viewer-03" width="640" height="508" /></p>
<p>When you access the “CacheViewer Window” this is what it will look like. You may decide to resize it and move (or hide) some of the columns for the best viewing. You can easily scroll through the cache contents and preview images if desired as shown here.</p>
<p>If you keep the “CacheViewer Window” open you can refresh it as you browse using the “Refresh Button” in the lower right corner. This is a nice, quick, and very simple way to access the cache on demand and save items to your hard-drive if desired.</p>
<p><em>Note: The “CacheViewer” can also be set to open in a new tab instead (see “Options”).</em></p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/b81a5_cacheviewer04.png" border="0" alt="cache-viewer-04" width="640" height="508" /></p>
<p><strong>Options</strong></p>
<p>Choose whether “CacheViewer” opens in a separate window (default) or in a new tab.</p>
<p><img style="border-width: 0px;" src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/04b81_cacheviewer05.png" border="0" alt="cache-viewer-05" width="345" height="212" /></p>
<p><strong>Conclusion</strong></p>
<p>If you want a quick and simple way to view the cache in Firefox then the CacheViewer extension is just what you have been looking for.</p>
<p><strong>Link</strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2489" target="_blank">Download the CacheViewer extension (Mozilla Add-ons)</a></p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/12a8d_xjxH6N8QgsE" alt="" width="1" height="1" /><br />
<a href="http://feeds.howtogeek.com/HowToGeek">Go to Source Article at How to Geek</a></p>
<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggCompact' href='http://digg.com/submit?url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fgain-quick-access-cache-firefox%2F&amp;title=How%20to%20Gain%20Quick%20Access%20to%20the%20Cache%20in%20Firefox'></a></div><div class='dd_button'><iframe src="http://www.reddit.com/static/button/button1.html?width=120&url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fgain-quick-access-cache-firefox%2F&title=How%20to%20Gain%20Quick%20Access%20to%20the%20Cache%20in%20Firefox&newwindow='1'" height="22" width="120" scrolling='no' frameborder='0'></iframe></div><div class='dd_button'><script src='http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fgain-quick-access-cache-firefox%2F'></script></div></div><div style='clear:both'></div></div><!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com -->]]></content:encoded>
			<wfw:commentRss>http://www.houseoftech.co.uk/news/gain-quick-access-cache-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add an Opera Style Status Bar to Firefox</title>
		<link>http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/</link>
		<comments>http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 13:55:48 +0000</pubDate>
		<dc:creator>Bilal</dc:creator>
				<category><![CDATA[add]]></category>
		<category><![CDATA[Bar]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://www.houseoftech.co.uk/?p=377</guid>
		<description><![CDATA[Anyone who has used Opera will be familiar with the information presented for the webpage that is currently loading in the browser (i.e. number of images loaded). If you would like to have that same functionality in Firefox then join us as we look at the Extended Statusbar extension. Before Here is the default setup for Firefox…not a lot of information available to indicate exactly how much of the webpage has already loaded versus what [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='medium' href='http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/" data-count="horizontal" data-text="How to add an Opera Style Status Bar to Firefox" data-via="houseoftech" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fadd-opera-style-status-bar-firefox%2F" send="true" show_faces="true"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><script>var fbShare = {url: 'http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/',size: 'small',}</script><script src='http://widgets.fbshare.me/files/fbshare.js'></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Anyone who has used Opera will be familiar with the information presented for the webpage that is currently loading in the browser (i.e. number of images loaded). If you would like to have that same functionality in Firefox then join us as we look at the Extended Statusbar extension.</p>
<p><strong>Before</strong></p>
<p>Here is the default setup for Firefox…not a lot of information available to indicate exactly how much of the webpage has already loaded versus what has not. For some people this is enough but what if you like more details?</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/ad079_extendedstatusbar01.png" border="0" alt="extended-statusbar-01" width="640" height="508" /></p>
<p><strong>Extended Statusbar in Action<span id="more-377"></span></strong></p>
<p>You may be curious about the information that the Extended Statusbar extension will provide. The information includes:</p>
<ul>
<li>Percentage of the webpage loaded</li>
<li>The number of images loaded</li>
<li>Bytes downloaded</li>
<li>Average download speed</li>
<li>The load time</li>
</ul>
<p>After emptying the cache we once again reloaded the HTG homepage. The default style/mode is “Classic Style” and the “webpage load information” will be displayed within your “Status Bar” as shown here.</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/bd9b1_extendedstatusbar02.png" border="0" alt="extended-statusbar-02" width="640" height="48" /></p>
<p>The information available after the webpage finished loading in “Classic Style”.</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/ca175_extendedstatusbar03.png" border="0" alt="extended-statusbar-03" width="616" height="55" /></p>
<p>If you prefer “Slim Mode” this is how your “Status Bar” should look afterwards…very condensed.</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/c8297_extendedstatusbar04.png" border="0" alt="extended-statusbar-04" width="376" height="55" /></p>
<p>For those preferring the “New Style” a temporary addition will appear above your regular “Status Bar” and disappear just a few seconds after the webpage has fully loaded (unless changed in the “Settings”).</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/b60cf_extendedstatusbar05.png" border="0" alt="extended-statusbar-05" width="640" height="68" /></p>
<p><strong>Settings</strong></p>
<p>The “Settings” are set up in two different ways. For those who prefer to use the “Classic Style &amp; Slim Mode” these are the options available to you.</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/af348_extendedstatusbar06.png" border="0" alt="extended-statusbar-06" width="417" height="445" /></p>
<p>If you prefer the “New Style” then you will have a whole different set of options available. Notice that you can exclude certain webpages and set a custom style if desired.</p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/cc179_extendedstatusbar07.png" border="0" alt="extended-statusbar-07" width="421" height="622" /></p>
<p><strong>Conclusion</strong></p>
<p>If you have been wanting to add Opera style webpage loading information to your “Status Bar” then you should definitely give this extension a try.</p>
<p><strong>Links</strong></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1433" target="_blank">Download the Extended Statusbar extension (Mozilla Add-ons)</a></p>
<p><a href="http://www.howtogeek.com/howto/13931/add-an-opera-style-status-bar-to-firefox/" target="_blank"></a></p>
<p><img src="http://www.houseoftech.co.uk/wp-content/plugins/wp-o-matic/cache/c85a1_8YHHmDo_HPU" alt="" width="1" height="1" /><br />
<a href="http://feeds.howtogeek.com/HowToGeek">Go to Source Article at How to Geek</a></p>
<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript'>(function() {var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];s.type = 'text/javascript';s.async = true;s.src = 'http://widgets.digg.com/buttons.js';s1.parentNode.insertBefore(s, s1);})();</script> <a class='DiggThisButton DiggCompact' href='http://digg.com/submit?url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fadd-opera-style-status-bar-firefox%2F&amp;title=How%20to%20add%20an%20Opera%20Style%20Status%20Bar%20to%20Firefox'></a></div><div class='dd_button'><iframe src="http://www.reddit.com/static/button/button1.html?width=120&url=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fadd-opera-style-status-bar-firefox%2F&title=How%20to%20add%20an%20Opera%20Style%20Status%20Bar%20to%20Firefox&newwindow='1'" height="22" width="120" scrolling='no' frameborder='0'></iframe></div><div class='dd_button'><script src='http://www.stumbleupon.com/hostedbadge.php?s=1&amp;r=http%3A%2F%2Fwww.houseoftech.co.uk%2Fnews%2Fadd-opera-style-status-bar-firefox%2F'></script></div></div><div style='clear:both'></div></div><!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com -->]]></content:encoded>
			<wfw:commentRss>http://www.houseoftech.co.uk/news/add-opera-style-status-bar-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

