<?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>MakeUseOf &#187; cache</title>
	<atom:link href="http://www.makeuseof.com/tags/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>4 Great Greasemonkey Scripts To Easily Browse &amp; Scan Through Google Cache</title>
		<link>http://www.makeuseof.com/tag/4-great-greasemonkey-scripts-easily-browse-scan-google-cache/</link>
		<comments>http://www.makeuseof.com/tag/4-great-greasemonkey-scripts-easily-browse-scan-google-cache/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 22:31:55 +0000</pubDate>
		<dc:creator>Ann Smarty</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[browsing tools]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[search tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=61491</guid>
		<description><![CDATA[Google cache is an awesome tool that can prove really handy for various purposes. For example, clicking through Google cache links from within search results pages will highlight your search terms and allow you to easier locate them on the target page. Besides, Google cache can also be used as a proxy server to bypass [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache.jpg"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache.jpg?323f2c" alt="google cache" width="250" height="211" />Google cache is an awesome tool that can prove really handy for various purposes. For example, clicking through Google cache links from within search results pages will <a href="http://www.makeuseof.com/tag/3-tools-highlight-google-search-terms-target-page/">highlight your search terms</a> and allow you to easier locate them on the target page.</p>
<p>Besides, Google cache can also be used as a proxy server to <a href="http://www.makeuseof.com/tag/how-to-get-into-blocked-websites-in-school-with-freeproxy/">bypass office and school firewalls</a> or <a href="http://www.makeuseof.com/tag/access-blocked-websites-using-proxy-servers/">access sites which are blocked</a> in your area, restricted for registered-only users (but visible to search engines), etc. Using Google cache will also allow you to browse your competitors&#8217; sites without leaving any trace of you being there (for that, you will need to use Google&#8217;s &#8220;Text only&#8221; version of the page).</p>
<p>I for one use Google cache on a daily basis and have collected a few useful tools to make the most of it. But before we take a closer look at those tools, let me note the following:</p>
<p><span id="more-61491"></span></p>
<ul>
<li>Not all webpages are available in Google cache. Savvy website owners may choose not to allow Google to archive their webpages by using the <a href="http://www.davidnaylor.co.uk/why-you-should-use-the-noarchive-meta-tag.html">NOARCHIVE Robots meta tag</a>;</li>
<li>All of the below tools are userscripts. I&#8217;ve tested them all in FireFox with <a href="http://www.makeuseof.com/tags/greasemonkey/">Greasemonkey</a> installed. If you use <a href="http://www.opera.com/docs/userjs/using/#writingscripts">Opera</a>, <a href="http://www.makeuseof.com/tag/5-awesome-greasemonkey-scripts-work-chrome/">Google Chrome</a>, <a href="http://www.simplehelp.net/2007/11/14/how-to-run-greasemonkey-scripts-in-safari/">Safari</a> or <a href="http://www.simplehelp.net/2007/11/14/how-to-run-greasemonkey-scripts-in-safari/">IE</a>, you should be able to still use the scripts but I didn&#8217;t try them there.</li>
</ul>
<p>So here you go: how to make the most of Google cache browsing with the following userscripts:</p>
<h2>Browse Google Cache</h2>
<p>If you start using Google cache, the fist thing you will notice is that it won&#8217;t let you stay for long: whenever you click any link, it will bring you outside of the cached page to the actual website. If you plan to use Google cache often, you may want to have an option to stay within it when browsing the whole website.</p>
<p>If you want to browse the website from within Google cache without ever leaving it, you will need either of the following scripts:</p>
<p><em>(Note: as I have noted above, some pages may be absent in Google cache which means that sometimes you&#8217;ll end up landing on Google&#8217;s error messages).</em></p>
<h3>1. Google Cache Continue Redux</h3>
<p><a href="http://userscripts.org/scripts/show/30878">This script</a> adds yellow &#8220;cache&#8221; links next to each page link within Google&#8217;s snapshot of the page. Clicking the yellow cache link opens the Google cache version of the page, allowing the user to continue browsing the site through Google&#8217;s cache.</p>
<p>Before:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-01.jpg?323f2c" alt="google cache" width="441" height="248" /></p>
<p>After:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-03.jpg?323f2c" alt="google cache search" width="438" height="297" /></p>
<p><em>Does it keep the initial search terms highlighted? &#8211; Yes!</em></p>
<h3>2. Google Cache Browser</h3>
<p><a href="http://userscripts.org/scripts/show/40822">This script</a> (or this identical <a href="http://userscripts.org/scripts/show/32209">one</a>) replaces the links on a cached page for Google cache links &#8211; this way you can continuously browse the website from within Google cache just like Google Cache Continue Redux but with no formatting used for Google cache links (and also giving you thus fewer options: with it, you can&#8217;t easily leave Google cache by clicking off the actual link).</p>
<p>Before:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-01.jpg?323f2c" alt="google cache search" width="441" height="248" /></p>
<p>After:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-02.jpg?323f2c" alt="google cache search" width="433" height="242" /></p>
<p><em>Does it keep the initial search terms highlighted? &#8211; <strong>No</strong></em></p>
<h2>Easily Scan Through The Page Cache</h2>
<h3>1. Google Cache Highlights Browser</h3>
<p><a href="http://userscripts.org/scripts/show/9348">This script</a> makes Google cache keyboard-friendly. It creates two hotkeys (&#8220;n&#8221; for &#8220;next&#8221; and &#8220;b&#8221; for &#8220;previous&#8221;) that will   automatically scroll through highlighted search words on a Google cache   page:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-04.jpg?323f2c" alt="search google cache" width="500" height="235" /></p>
<h3>2. Google Cache Mapper (Text-Only Version)</h3>
<p><a href="http://userscripts.org/scripts/show/38804">This script</a> adds a virtual scrollbar to the left of the screen that provides a   quick way to find highlighted terms on a Google cached page. Google highlights your search terms using different colors and this script visualizes the matches.</p>
<p>You can hover over any part of the scrollbar to see the search term and its immediate context. You can then click through the different colors in the scrollbar to go to any search term occurrence:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/12/g-cache-05.jpg?323f2c" alt="google cache" width="476" height="270" /></p>
<p>Do you use Google cache a lot? Please share your tips and tricks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/4-great-greasemonkey-scripts-easily-browse-scan-google-cache/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exploring Firefox Cache: A Bunch Of Really Cool Tips</title>
		<link>http://www.makeuseof.com/tag/firefox-cache/</link>
		<comments>http://www.makeuseof.com/tag/firefox-cache/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 01:31:48 +0000</pubDate>
		<dc:creator>Ann Smarty</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=55763</guid>
		<description><![CDATA[The browser cache temporarily stores images, scripts, and other parts of websites while you are browsing. This is normally a good thing because this enhances performance and load time. The browser cache usually works behind the scene: you are unlikely to notice it even exists unless you feel like digging deeper. But do you know [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache.jpg"><img class="alignright" style="margin-left: 20px; margin-top: 5px; border: 0px none initial;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache.jpg?323f2c" alt="firefox cache" width="225" height="213" />The browser cache temporarily stores images, scripts, and other parts of websites while you are browsing. This is normally a good thing because this enhances performance and load time.</p>
<p>The browser cache usually works behind the scene: you are unlikely to notice it even exists  unless you feel like digging deeper.</p>
<p>But do you know that you can actually have quite a bit of fun viewing your browser cache? Do you know why and how you can clean it? Today&#8217;s tutorial is just about that:<strong> </strong>what you can do with your Firefox cache.</p>
<p><span id="more-55763"></span></p>
<h2>Viewing Your Firefox Cache</h2>
<p>The cache statistics and directory location can be viewed in <a title="About protocol links" href="http://kb.mozillazine.org/About_protocol_links"> about:cache</a>. Then:</p>
<ul>
<li><em> about:cache?device=memory</em> &#8211; Lists memory cache entries.</li>
<li><em> about:cache?device=disk</em> &#8211; Lists disk cache entries.</li>
</ul>
<p>It is really not easy to make sense of that interface but luckily we have an addon to make it easier.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2489/">CacheView</a> is a GUI Front-end of &#8220;about:cache&#8221;.  It allows searching and sorting memory and disk cache files.  CacheView gives you a preview pane for any images, and makes it really   easy to save MP3s and flash files from the sites you&#8217;ve visited.</p>
<p>After you have it installed, just go to <em>Tools -&gt;CacheView</em> (or just use the shortcut <em>Ctrl+Shift+C</em>) and you will be presented with a nice table containing your cache files and a preview pane.</p>
<p>The table is sortable by column (key, size, MIME Type, storing device, Last Fetched date) and what&#8217;s more it has a search function which adds a lot of sense to your cache database:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-05.jpg?323f2c" alt="firefox cache" width="540" height="416" /></p>
<p>You can also right-click on an entry and delete it. It won&#8217;t delete things if the page is still opened in one of   your tabs.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-06.jpg?323f2c" alt="firefox cache viewer" width="244" height="113" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/11113/">CacheSearch</a> is another useful cache addon for FireFox which can search through the <strong>full-text </strong>of cache records:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-07.jpg?323f2c" alt="firefox cache viewer" width="540" height="379" /></p>
<h2>Clearing The Firefox Cache</h2>
<p>There are a few reasons why you may want to clear the Firefox cache, including privacy concerns and technical problems. I usually do it when I have any issues with a website: problems on sign-up, incorrect interface loading, etc.</p>
<h3>Clearing the Cache Manually</h3>
<h4>Official Guide:</h4>
<ul>
<li>Navigate: <em>Tools -&gt; Options -&gt; Advanced panel -&gt; <strong>Network</strong></em> tab</li>
<li>In the <strong>Offline Storage</strong> section, click <em>Clear Now</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-01.jpg?323f2c" alt="firefox cache viewer" width="521" height="314" /></p>
<h4>FireFox Addons:</h4>
<p>If you find yourself clearing the cache too often, you can find this <a href="https://addons.mozilla.org/en-US/firefox/addon/1801/">little addon helpful</a> (which we have previously mentioned in a post on <a href="http://www.makeuseof.com/tag/optimizing-firefox/">optimizing Firefox</a>): it adds a button to your browser toolbar &#8211; with it you can clear the cache with one click of a mouse.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-03.jpg?323f2c" alt="firefox cache folder" width="374" height="173" /></p>
<p><strong>Note:</strong> After installation, you will need to manually install the button to where you want it to be. For that, right-click on the sidebar and select &#8220;<em>Customize</em>&#8220;.</p>
<p>Here&#8217;s an alternative addon that can be used for that: <a href="https://addons.mozilla.org/en-US/firefox/addon/1881/">Cache Status</a> which will both monitor your cache statistics for both memory and disk devices and allow to clear it any time:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-04.jpg?323f2c" alt="firefox cache folder" width="244" height="120" /></p>
<h3>Clear The Cache Automatically:</h3>
<ul>
<li>Navigate: <em>Tools -&gt; Options -&gt; Privacy</em> panel</li>
<li>In the drop-down select &#8220;<em>Use custom settings for history. &#8220;</em></li>
<li> Select the check box for <em>Clear history when Firefox closes </em>and in the Settings next to this check box select <em>Cache</em>:</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/firefox-cache-02.jpg?323f2c" alt="FireFox cache" width="520" height="554" /></p>
<h2>More Tips On The Firefox Cache:</h2>
<ul>
<li>Override cache for any individual page with either of two shortcuts:
<ul>
<li>Ctrl+F5</li>
<li>Ctrl+Shift+R</li>
</ul>
</li>
<li><a href="http://www.makeuseof.com/tag/control-how-firefox-caches-websites-with-better-cache/">Control How Firefox Caches Websites With Better Cache</a>: this addon allows you to set rules for caching.</li>
<li><a href="http://www.rlmseo.com/blog/recover-deleted-posts-using-firefox-cache/">How To Recover Deleted Posts Using Firefox Cache</a></li>
</ul>
<p><a href="http://www.rlmseo.com/blog/recover-deleted-posts-using-firefox-cache/"></a>Do you have anything else to add? Please share your Firefox cache tips in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/firefox-cache/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Secure &amp; Speed Up Your Website For Free With CloudFlare</title>
		<link>http://www.makeuseof.com/tag/secure-speed-website-free-cloudflare/</link>
		<comments>http://www.makeuseof.com/tag/secure-speed-website-free-cloudflare/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 16:31:20 +0000</pubDate>
		<dc:creator>Dave Drager</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[protection]]></category>
		<category><![CDATA[speedup]]></category>
		<category><![CDATA[webmaster tools]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=55289</guid>
		<description><![CDATA[If you own a website, you know about the fears that keep you up at night: getting hacked, receiving an overload of traffic slowing down your site and your site going down. Most small website owners have not had the resources &#8211; both technical and monetary &#8211; to do much about fixing these common problems, [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare.png?323f2c" alt="speed up website" width="250" height="55" />If you own a website, you know about the fears that keep you up at night: getting hacked, receiving an overload of traffic slowing down your site and your site going down. Most small website owners have not had the resources &#8211; both technical and monetary &#8211; to do much about fixing these common problems, until now.</p>
<p><a href="http://www.cloudflare.com/home.html">CloudFlare</a> is a service which sets just about any website up on a Content Delivery Network, more commonly referred to as a CDN. Even more than that, it acts as a &#8216;<em>firewall in the cloud</em>&#8216; to prevent malicious spam and hack attacks from even getting to your website. On top of this, their entry level service is free!</p>
<p><span id="more-55289"></span><br />
The free plan protects your site by working to block known malicious <a href="http://en.wikipedia.org/wiki/IP_address">IP addresses</a> from your website via the <a href="http://www.projecthoneypot.org/index.php">Project Honeypot</a> service. Project Honeypot maintains a list of known IPs who have been caught spamming or attempting attacks either because they are actually malicious attackers or because their machine has a trojan installed on it.</p>
<p>For questionable sources it will present a <a href="http://en.wikipedia.org/wiki/CAPTCHA">CAPTCHA</a> to prove that the visitor is a real human and not a spam bot. The upgraded plans which include better statistics and more advanced protection from <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">cross site scripting</a> and <a href="http://en.wikipedia.org/wiki/SQL_injection">SQL injection attacks</a> among others.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-6.png?323f2c" alt="speed up website" width="550" height="116" /></p>
<h2>How To Set Up Your Website With CloudFlare</h2>
<p>It takes minimal technical knowledge to get started with CloudFlare. The most important thing you need to have access to is your Domain Registrar&#8217;s <a href="http://en.wikipedia.org/wiki/Name_server">Nameserver</a> Settings. This can be reached from your domain&#8217;s control panel on most domain registration providers and the process differs for each registrar. If you do not know how to do this, check with support at your domain registrar or do a quick google on &#8220;<em>How to change name server</em>&#8220;.</p>
<h2>Sign Up</h2>
<p>Cloudflare is now in open beta and you can <a href="https://www.cloudflare.com/sign-up.html">sign up here</a>. After your initial username and password creation you then proceed to set up your site. For the purposes of this post, I&#8217;m going to set up a hobby forum/image gallery site where I have had some problems with spamming in the past.</p>
<h2>Set Up DNS</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-1.png?323f2c" alt="speed up website load time" width="550" height="244" /></p>
<p>Once you enter your domain in the &#8216;add site&#8217; box, CloudFlare analyzes your DNS records for their current values. It checks commonly used ones &#8211; if you have any custom records set up, it is good to double check them before migrating over to the service since CloudFlare effectively takes over your DNS hosting as well. You can add the custom settings on the next page. They will automatically add a &#8216;direct&#8217; which will allow you to bypass the CloudFlare network and access your website directly should you need to for testing or other purposes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-2.png?323f2c" alt="speed up website load time" width="550" height="250" /></p>
<p>After confirming your settings, CloudFlare will assign two new nameservers for your website. Proceed to your domain registrar and update your name servers to the ones provided. Once you save them it will take some time for the settings to migrate out to the internet. This could take anywhere from instantly to 24 hours to fully propagate. CloudFlare will also email your old and new name server settings for your record.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-3.png?323f2c" alt="speed up website load time" width="550" height="136" /></p>
<h2>Sit Back and Relax</h2>
<p>That is it! Your domain will now be protected &amp; sped up by CloudFlare&#8217;s services. If you are interested in more of the technical aspects of how CloudFlare works to speed up and secure your website, their CEO Matthew Prince has a great writeup on <a href="http://www.quora.com/How-does-CloudFlare-work/answer/Matthew-Prince">how CloudFlare works</a> over at Quora.</p>
<p>After roughly 24 hours, you will be able to get all kinds of interesting stats about your website.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-4.png?323f2c" alt="Cloudflare Stats" width="550" height="184" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-5.png?323f2c" alt="how to speed up website loading" width="493" height="134" /></p>
<h2>Simple &amp; Secure</h2>
<p>As you can see, the CloudFlare service makes it easy for &#8216;every&#8217; website owner to add professional grade security and content delivery optimizations to their website. The service recently won the &#8216;<a href="http://www.marketwire.com/press-release/CloudFlare-Wins-Most-Innovative-Company-Award-From-TechCrunch-Disrupt-1328078.htm">Most Disruptive Company</a>&#8216; at the TechCrunch Disrupt conference and is on track to becoming a big player in the web hosting field. If security is a huge concern for your website, I would definitely consider upgrading to the pro account &#8211; but for most website owners the free account is enough to offer basic protection and speed increases.</p>
<p>Another feature is that if your website goes down, CloudFlare will serve the last cached version of your page and files. This is useful if your webhost provider goes down a lot or if you are hosting it on an unsteady connection (like your home). Since CloudFlare serves most of the static content, it also saves on the bandwidth used by your site.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/10/cloudflare-7.png?323f2c" alt="speed up website" width="550" height="230" /></p>
<p>If there is one concern I have about that service, it is that is you are adding another layer of complexity onto the web hosting stack. If your site goes down, it gives another potential location where there could be a problem. I haven&#8217;t seen this happen yet, but from my experience in the web hosting field usually the simpler the setup the better. However in this case the security and speedup you receive from the service far outweigh any negatives.</p>
<p>Give CloudFlare a try today and let us know how it goes. I have set it up personally on 3 sites and have seen some decent speed increases on them. CloudFlare quotes an average of a 30% speed increase on websites on its network. This unique service is a great offering for website owners all over the world.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/secure-speed-website-free-cloudflare/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Give Your WordPress Blog Lightning Fast Speeds With W3TC</title>
		<link>http://www.makeuseof.com/tag/give-wordpress-blog-lightning-fast-speeds-w3-total-cache/</link>
		<comments>http://www.makeuseof.com/tag/give-wordpress-blog-lightning-fast-speeds-w3-total-cache/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 15:31:53 +0000</pubDate>
		<dc:creator>Steve Campbell</dc:creator>
				<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=54894</guid>
		<description><![CDATA[You&#8217;ve undoubtedly seen a &#8216;Top 10 WordPress Plugins&#8217; post before. It&#8217;s pretty much required reading if you have a new WordPress blog, and everyone seems to be writing them these days. We&#8217;re guilty of this as well, having written our share of plugin articles over the years. One plugin I&#8217;ve seen on a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><firstimage="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/0-aws-intro.png"><img class="align-left" style="border: 0px none; margin-left: 20px; margin-top: 5px; float: right;" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/0-aws-intro.png?323f2c" alt="speed up wordpress blog" width="210" height="236" />You&#8217;ve undoubtedly seen a &#8216;Top 10 WordPress Plugins&#8217; post before. It&#8217;s pretty much required reading if you have a new WordPress blog, and everyone seems to be writing them these days. We&#8217;re guilty of this as well, having written <a href="http://www.makeuseof.com/tech-fun/search/?cx=009717636731598800244:qhe4rh7wuxs&amp;cof=FORID:11&amp;q=wordpress+plugins&amp;sa=">our share</a> of plugin articles over the years.</p>
<p>One plugin I&#8217;ve seen on a lot of these lists is <a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a>, a caching engine designed to produce static HTML pages and load your blog faster. WP Super Cache <strong>is</strong> a good plugin, don&#8217;t get me wrong, but is it really the fastest?</p>
<p>If you&#8217;re really looking to speed up your WordPress blog, I recommend you check out the <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> plugin.</p>
<p><span id="more-54894"></span><br />
In this article, I&#8217;ll educate you about this plugin and show you what you can do to give your blog a blazing fast speed.</p>
<h2>What&#8217;s All The Hype About?</h2>
<p>Before I show you how to set up this plugin, I figured I should give you a little more incentive to check it out. According to the <a href="http://wordpress.org/extend/plugins/w3-total-cache/">plugin page</a>, W3 Total Cache is:</p>
<blockquote><p><em>the fastest and most complete WordPress performance optimization plugin. W3 Total Cache improves the user experience of your site by improving your server performance, caching every aspect of your site, reducing the download times and providing transparent content delivery network (CDN) integration.</em></p></blockquote>
<p>It boasts a significant improvement (at least 10x) in overall site performance, as well as &#8220;instant&#8221; second page views.</p>
<p>Don&#8217;t know what a CDN is? Read on and I&#8217;ll show you how to set all this up.</p>
<h2>Getting Started With W3 Total Cache</h2>
<p>Once you&#8217;ve installed and activated the plugin, head over to the settings page.</p>
<p>On the <em>General Settings</em> page, you should see a few messages at the top of the screen. One may ask you to &#8216;empty page cache&#8217;. Go ahead and do that and make sure you disable/uninstall any other caching plugins (like WP Super Cache) for the time being.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/1-aws-general.png?323f2c" alt="speed up your WordPress blog" width="460" height="170" /></p>
<p>W3 Total Cache&#8217;s default settings are fine to start with. Go ahead and check the box under <em>General</em> to turn caching on.</p>
<p>You should already see an increase in speed just from using W3 Total Cache, but to throw your site into warp drive, I&#8217;ll show you how to set up a CDN.</p>
<h2>Why Use A CDN?</h2>
<p>If you are hosting your own WordPress blog, chances are you are renting server space from somewhere. Regardless of what hosting provider you are using, your server is probably in another state/country. Add that to the fact that it&#8217;s a shared server (probably a busy one) and sometimes it can take a while to load all of your files (images, etc.).</p>
<p>A content delivery network allows you to eliminate this delay. A CDN will use a server close to you to deliver your content when called upon. It&#8217;s this efficiency that allows your website to load faster.</p>
<h2>Setting Up Amazon CloudFront</h2>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/2-aws-generalcdn.png?323f2c" alt="" width="567" height="221" /></p>
<p>Still on the <em>General Settings</em> page, scroll down until you see the <em>Content Delivery Network</em> settings. Check the <em>Enable</em> box, and under <em>CDN Type</em> select Amazon CloudFront. Save your changes and you should now see a bunch of new messages at the top of the screen.</p>
<p>Go to the <em>CDN Settings</em> page from the drop-down menu at the top and scroll down to the <em>Configuration</em> section. To fill in this information, you&#8217;re going to have to input some data from Amazon.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/3-aws-awsmain.jpg?323f2c" alt="" width="580" height="326" /></p>
<p>Head over to the Amazon <a href="http://aws.amazon.com/s3/">web services page</a> and click <em>Sign Up for Amazon S3</em>. Then, head over to the <a href="http://aws.amazon.com/cloudfront/">CloudFront page</a> and sign up for that as well.</p>
<p>[<strong>Note</strong>]: Technically Amazon S3 and CloudFront are not free, but they&#8217;re awfully close. It costs roughly 15 cents per GB of monthly bandwidth transfer, which most of us won&#8217;t come close to using. Not a bad way to make use of the change you find in your couch.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/4-aws-scredentials.png?323f2c" alt="" width="580" height="350" /></p>
<p>Once you&#8217;ve signed up, head to the <em>Account</em> tab and select <em>Security Credentials</em>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/5-aws-scredentials2.png?323f2c" alt="" width="580" height="275" /></p>
<p>You&#8217;ll want to copy your <em>Access Key ID</em> and <em>Secret Access Key</em> and paste them into their respective WordPress fields.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/6-aws-mngconsole.png?323f2c" alt="" width="318" height="123" /></p>
<p>Now, you can scroll up to the top of the Amazon web services screen and click on the <em>Sign in to the AWS Management Console</em> link. This will take you to your management page.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/7-aws-createbucket.png?323f2c" alt="" width="240" height="146" /></p>
<p>Click on the <em>Amazon S3</em> tab and select <em>Create Bucket</em>. Name your bucket (preferably something short) and go back and enter in that name in the <em>Bucket</em> field of WordPress.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/8-aws-createdist.png?323f2c" alt="" width="580" height="483" /></p>
<p>In the management console, select the <em>Amazon CloudFront</em> tab. Click <em>Create Distribution</em>, select your bucket under <em>Origin</em>, and click <em>Create</em>. When the <em>State</em> column goes from &#8216;InProgress&#8217; to &#8216;Deployed&#8217; (takes a few minutes) we&#8217;re ready to move on.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/9-aws-domain.png?323f2c" alt="" width="423" height="235" /></p>
<p>See where it says <em>Domain Name</em>? Copy what&#8217;s in front of
<pre>.cloudfront.net</pre>
<p> and paste it into the hostname field in WordPress. Click <em>Test CloudFront upload</em> and save your changes to make sure everything checks out.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2010/09/10-aws-export.png?323f2c" alt="speed up your WordPress blog" /></p>
<p>Finally, head to the top of your WordPress screen and click on <em>export your media library</em>. Click <em>Start</em> and it will upload your existing media files to your CloudFront account. When finished, go through the other buttons and do the same thing.</p>
<p>[<strong>Note</strong>]: You only have to do this once, when you first install the plugin. Everything you upload to your media folder from here on out will automatically get copied over to your CloudFront account.</p>
<h2>Conclusion</h2>
<p>The first time you visit your website after setting up W3 Total Cache it should load at normal speed or even slower than usual. Don&#8217;t be alarmed, as this is normal. Click refresh and see how much it speeds up your WordPress blog!</p>
<p>What do you think of this plugin?  Let us know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/give-wordpress-blog-lightning-fast-speeds-w3-total-cache/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>How To Uninstall Applications Efficiently And Remove Obsolete Files</title>
		<link>http://www.makeuseof.com/tag/how-to-uninstall-applications-efficiently-and-remove-obsolete-files/</link>
		<comments>http://www.makeuseof.com/tag/how-to-uninstall-applications-efficiently-and-remove-obsolete-files/#comments</comments>
		<pubDate>Fri, 29 May 2009 17:00:30 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Cool Windows Apps & Tricks]]></category>
		<category><![CDATA[browsing history]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[uninstaller]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=17997</guid>
		<description><![CDATA[If there&#8217;s something Windows and Mac users share, it&#8217;s the problem of uninstalling applications &#8220;“ and removing the debris left over. Most uninstallers on Windows don&#8217;t remove everything, and often times they leave behind orphaned registry keys, file type associations, icons or even entire folders. If Mac users have it easy, a simple drag and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-17998" style="display: inline; margin-left: 0px; margin-right: 0px" title="clean" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/clean.png?323f2c" alt="clean" width="235" height="156" align="left" />If there&#8217;s something Windows and Mac users share, it&#8217;s the problem of uninstalling applications &#8220;“ and removing the debris left over. </p>
<p>Most uninstallers on Windows don&#8217;t remove everything, and often times they leave behind orphaned registry keys, file type associations, icons or even entire folders.</p>
<p>If Mac users have it easy, a simple drag and drop into the <a href="http://www.makeuseof.com/tag/10-essential-mac-apps-to-install-after-formatting-v2/">AppCleaner</a>, there are lots of alternatives for Windows users which range from &#8216;the good, the bad and the ugly&#8217;.</p>
<p>I&#8217;ve found two that are &#8211; just nice.<br />
<span id="more-17997"></span></p>
<h3>Piriform CCleaner</h3>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image-thumb91.png?323f2c" border="0" alt="image" width="550" height="363" /></p>
<p><a href="http://www.ccleaner.com/">Piriform CCleaner</a>, available as freeware, scores high points all around with a simple interface and a complete set of features. CCleaner will:</p>
<ul>
<li>Search the computer and remove obsolete system files.</li>
<li>Delete browser history, cookies and cache for all the major browsers.</li>
<li>Search the registry for problems, back it up and fix it.</li>
<li>Uninstall applications, rename and remove entries from &#8220;˜Add/Remove Applications&#8217;.</li>
<li>Remove or disable start-up items.</li>
<li>Automatically update itself if you allow it.</li>
</ul>
<p>CCleaner is in my opinion, the <strong>best choice at the moment</strong> if you&#8217;re looking for an application to keep the cruft under control. I run CCleaner on my Windows XP SP3 machine almost weekly and every time I do, it removes at least 50MB of unnecessary files as well as a few registry keys.</p>
<h3>Revo Uninstaller</h3>
<p><img style="border: 0pt none; display: block; margin-left: auto; margin-right: auto;" title="image" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/05/image117.png?323f2c" border="0" alt="image" width="551" height="394" /></p>
<p><a href="http://www.revouninstaller.com/">Revo Uninstaller</a>, although it has a more advanced uninstaller routine, comes in second because the interface is slightly clunky when compared to CCleaner. In addition to removing applications and cleaning the registry, Revo Uninstaller also has:</p>
<ul>
<li>&#8220;˜Browser Cleaner&#8217; that removes traces of web surfing.</li>
<li>&#8220;˜Microsoft Office Cleaner&#8217; that clears the recent documents history.</li>
<li>&#8220;˜Windows Cleaner&#8217; that removes cache and history files from Explorer, such as Recent Documents.</li>
<li>&#8220;˜Evidence Remover&#8217; that overwrites free space to clean tracks of already deleted files and an &#8220;˜Unrecoverable Delete&#8217;.</li>
</ul>
<p>The &#8220;˜Hunter Mode&#8217;, specific to Revo Uninstaller, enables you to choose the application you want to remove with the mouse &#8220;“ which is useful if the program you&#8217;re trying to remove doesn&#8217;t show up in the Add/Remove Programs list.</p>
<p>In order to write this article, I&#8217;ve also tested <a href="http://www.glarysoft.com/absolute-uninstaller/">Absolute Uninstaller</a>, <a href="http://wistinga.online.fr/safarp/">Safarp</a>, <a href="http://www.perfectuninstaller.com/">Perfect Uninstaller</a> and <a href="http://www.nirsoft.net/utils/myuninst.html">MyUninstaller</a>. I didn&#8217;t include these alternatives in the article because they&#8217;re not worth your time &#8220;“ either they&#8217;re worse than the integrated Windows application or they require you to upgrade to the so-called premium version. </p>
<p>Not impressed by either apps? At MakeUseOf, there&#8217;s always another choice. Check out these articles for other popular uninstallers and security apps:</p>
<ul>
<li> <a href="http://www.makeuseof.com/tag/ncleaner-the-app-that-tells-ccleaner-to-take-a-hike/">Ncleaner &#8211; The App That Tells CCleaner To Take A Hike</a></li>
<li><a href="http://www.makeuseof.com/tag/10-most-downloaded-free-security-and-pc-care-programs/">10 Most Downloaded Free Security AND PC Care Programs</a></li>
<li><a href="http://www.makeuseof.com/tag/keeping-under-the-radar-and-securing-your-files/">Keeping Under the Radar and Securing Your PC Files</a></li>
</ul>
<p>As always, I&#8217;d like to hear from you in the comments. Which application do you think is better? None? Suggest one for us then!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-uninstall-applications-efficiently-and-remove-obsolete-files/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Opera 10 Beta &#8216;Turbo&#8217; &#8211; Does It Still Have What It Takes?</title>
		<link>http://www.makeuseof.com/tag/opera-10-beta-turbo-does-it-still-have-what-it-takes/</link>
		<comments>http://www.makeuseof.com/tag/opera-10-beta-turbo-does-it-still-have-what-it-takes/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 20:01:05 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[user reviews]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15031</guid>
		<description><![CDATA[Opera, I think, doesn&#8217;t get the attention it deserves. Maybe it&#8217;s the marketing, maybe people remember just the old days when Opera was shareware.  Today we&#8217;re going to look at Opera Beta build 10.00 1, also dubbed as &#8220;˜Turbo&#8217;. Opera, today, is closed source and distributed as freeware. It has a very clean and simple [...]]]></description>
			<content:encoded><![CDATA[<p>Opera, I think, doesn&#8217;t get the attention it deserves. Maybe it&#8217;s the marketing, maybe people remember just the old days when Opera was shareware.  Today we&#8217;re going to look at Opera Beta build 10.00 1, also dubbed as &#8220;˜Turbo&#8217;.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/03/operareview1.png?323f2c" border="0" alt="opera-review 1" width="600" /></p>
<p>Opera, today, is closed source and distributed as freeware. It has a very clean and simple interface, while still supporting a wide range of extensions which enhances its default capabilities. Accessing the &#8220;˜Panels&#8217;, which contain bookmarks, history, widgets, notes and transfers, is a single click affair to the main bar &#8220;˜wrench&#8217; icon. If you&#8217;re used to keyboard shortcuts like &#8220;˜Ctrl+B&#8217;, don&#8217;t worry, Opera supports most of them.</p>
<p>Opera Turbo is faster at start-up than Firefox 3.1, with an average 5 tab cold start-up at 3.1 seconds compared to 3.9 seconds. Chrome 2.01, by far the fastest, started in just 2.1 seconds. Testing was done 3 times on a Windows XP SP3 machine with a 2,4Ghz single core AMD Turion 64 and 1GB RAM.</p>
<p>Looking at the release notes for this build of Opera Beta, I can tell you that if you&#8217;re looking for cutting edge innovation and performance, you might not find it here. The so-called &#8220;˜turbo&#8217; mode is just an implementation of their mobile web caching technology that is used for Opera Mobile to slim down download sizes for web pages. And the result isn&#8217;t exactly usable in some cases. Graphics intensive websites are literally transformed into something not very eye-catching. While this may help in low bandwidth situations, it&#8217;s not where the world is going.</p>
<p>Other features worth mentioning are:</p>
<ul>
<li>Speed Dial, familiar to Chrome, IE8 or Safari 3 users, shows thumbnails of your most visited websites when you open a new tab. Opera let&#8217;s you manually choose which pages you want to appear.</li>
<li>Opera Link, similar to Foxmarks, synchronizes your bookmarks, Speed Dial and notes over multiple desktops or mobile devices. &#8220;In Opera write a note &#8211; copy directions, create shopping lists or jot down anything you need to remember &#8211; and access it on any Opera browser by simply logging in.&#8221;</li>
<li>Security also gets a boost, with a 3 step authentication method for websites and phishing/malware protection from 3 providers: NetCraft, PhishingTank and Haute Secure.</li>
<li>100/100 score in the Acid 3 test. An improved javascript engine to come in a future version.</li>
</ul>
<p>Opera, like its open source counterpart, Firefox, is very customizable: extensions, themes and now widgets. However, I think the Opera Widgets should be removed because it duplicates the functionality of more advanced, versatile software, which is integrated into virtually every mainstream operating system.</p>
<p>Opera has come a long way since I first met it, version 6, I remember. It survived on the market for 13 years, and still does have some marketshare. I think it will gradually lose those die-hard fans to Google Chrome or to Firefox. Why? Because it seems to me that they&#8217;ve been treading water more or less for the past 2 years, not bringing true innovation to the table. But Opera will still be there as long as OEM&#8217;s integrate it in their mobile phones, gaming devices and set-top boxes. An estimate puts mobile versions of Opera at 40 million devices.</p>
<p>It&#8217;s your turn now, so tell us in the comments what you think about Opera and how could the developers improve it to win you as a fan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/opera-10-beta-turbo-does-it-still-have-what-it-takes/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
		<item>
		<title>Use BackupURL To Save &amp; Share A Website As You See It</title>
		<link>http://www.makeuseof.com/tag/use-backupurl-to-save-and-share-a-website-as-you-see-it-any-operating-system/</link>
		<comments>http://www.makeuseof.com/tag/use-backupurl-to-save-and-share-a-website-as-you-see-it-any-operating-system/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:01:59 +0000</pubDate>
		<dc:creator>Karl L. Gechlik</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15094</guid>
		<description><![CDATA[Have you ever sent a link to someone, but when they open it they do not see what you wanted them to see? The website could have been shut down due to a take-down notice, the webpage could have got hit by the Digg effect or the author could have changed the information themselves. Either [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/image-thumb.png?323f2c" border="0" alt="" vspace="10" align="left" /> Have you ever sent a link to someone, but when they open it they do not see what you wanted them to see? The website could have been shut down due to a take-down notice, the webpage could have got hit by the Digg effect or the author could have changed the information themselves. Either way the person you sent to view something cannot see it.</p>
<p>So what do you do? Do you send a screen shot? Then they can&#8217;t see the whole page and follow links. Do you make a local copy of the website and publish it? That would be too time consuming.</p>
<p>I know, you want to know what you can use to easily make a backup of a website so it is available to any one you refer to it. Enter <a href="http://www.backupURL.com">backupURL.</a></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/image-thumb1.png?323f2c" border="0" alt="image" /></p>
<p>backupURL allows you to add a URL to its search box like so:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/image-thumb2.png?323f2c" border="0" alt="image" /></p>
<p>You hit the only button available that says Backup! and it does its thing. I chose a recent article I did on the Cornflicker worm located at: <a title="http://www.asktheadmin.com/2009/03/april-1st-is-coming-beware-of-the-cornflicker-worm-and-impending-doom.html" href="http://www.asktheadmin.com/2009/03/april-1st-is-coming-beware-of-the-cornflicker-worm-and-impending-doom.html">http://www.asktheadmin.com/2009/03/april-1st-is-coming-beware-of-the-cornflicker-worm-and-impending-doom.html</a></p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/image-thumb3.png?323f2c" border="0" alt="image" /></p>
<p>After feeding backupURL my URL I get two links back from it as follows:</p>
<p><strong>Cached URL : <a href="http://backupurl.com/cache/aevdyr.html">http://backupurl.com/cache/aevdyr.html</a></strong><br />
<strong>Short Cached URL : <a href="http://backupurl.com/aevdyr">http://backupurl.com/aevdyr</a></strong></p>
<p>By following either of these links you will arrive at the cached page. It will be identical to your original content except it had the backupURL banner along the top of your screen,. You can see what I mean by looking at the picture below or following one of the links above.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2009/04/image-thumb4.png?323f2c" border="0" alt="image" /></p>
<p>So now even if I was to change the content, remove the post or go offline you would still be able to read the story or forward it along to someone else. This is a great tool to use when reading about 0 day exploits or some sort of wonderful hack that you know will not make it through the day.</p>
<p>We have all been there and seen a cool project &#8220;“ but when you get back to it you see that it has been taken down.  Sometimes you can use the Google cache feature but sometimes even that does not help as the Google cache has been known to be cleared on more than one occasion as well.</p>
<p>Do you have another method for saving webpages as is and sharing them? Let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/use-backupurl-to-save-and-share-a-website-as-you-see-it-any-operating-system/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Set Firefox To Clear Temp Files, History etc. On Shut Down</title>
		<link>http://www.makeuseof.com/tag/configure-firefox-to-clear-your-private-data-when-shutting-down/</link>
		<comments>http://www.makeuseof.com/tag/configure-firefox-to-clear-your-private-data-when-shutting-down/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 18:01:13 +0000</pubDate>
		<dc:creator>Mark O'Neill</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[How-To Articles]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8975</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/firefox-logo.png?323f2c" border="0" alt=clear firefox profile" vspace="5" width="121" height="117" align="left" /> There&#8217;s a running joke in my family that my paranoia (as far as security is concerned) knows no bounds. On the computer, my passwords are at least 30 characters long, I try to surf on as many secure webpages (https) as I can, I keep everything in encrypted folders behind firewalls, and when I close my Firefox browser, all my personal browsing information is automatically dumped and deleted so no nefarious devil can get their hands on it. Yep, you can call me Captain Paranoia. &lt;salute&gt;</p>
<p>This is one of the reasons why I like Firefox. If you go to Tools&#8211;&gt;Options&#8211;&gt;Privacy, there is a section there called &#8220;Private Data&#8221; :</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/firefoxprivatedata1.png?323f2c" alt="clear firefox cache" /></p>
<p>Now, by clicking &#8220;clear now&#8221;, you can wipe all your private data immediately but you can set it up so it wipes your browsing history, temp files and other stuff automatically everytime Firefox closes. You can obviously achieve this by ticking &#8220;Always clear my private data when I close Firefox&#8221;.</p>
<p>If you want to be asked first, tick the second box &#8220;Ask me before clearing private data&#8221; but personally I found it really irritating always having a pop-up box jump out at me. So I turned it off. But I guess it all comes down to personal preference.</p>
<p>But you may not want <strong>ALL</strong> the private data cleared. For example, I decided to keep my cookies as I didn&#8217;t want to log in and out of certain sites all the time (preferring to manually delete them once a week instead). So by clicking on the &#8220;settings&#8221; button, you can tell Firefox what you want wiped when your browser closes and what you want kept.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/12/firefoxprivatedata2.png?323f2c" alt="clear firefox temp files" /></p>
<p>Some of them, such as cookies and cache, are fairly straight-forward. But if you would like explanations of the others, Firefox Facts <a href="http://www.firefoxfacts.com/2008/12/12/how-to-clear-private-data-in-firefox/" target="_blank">has a nice article</a> explaining what they mean and what they save exactly.</p>
<p>This is a feature that everyone should have enabled by default. As I said, you may find it inconvenient to always have your cookies wiped but you should always have everything else wiped and dumped everytime your browser closes. Otherwise who knows who will be looking at that information behind your back? Your partner? Your boss? Your roommate? Law enforcement without a warrant? These days, in the era of the Patriot Act, it pays to dump your internet data when you&#8217;re finished with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/configure-firefox-to-clear-your-private-data-when-shutting-down/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Enhance your Firefox Page Failure Options</title>
		<link>http://www.makeuseof.com/tag/enhance-your-firefox-failure-options/</link>
		<comments>http://www.makeuseof.com/tag/enhance-your-firefox-failure-options/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 17:46:35 +0000</pubDate>
		<dc:creator>Tina Sieber</dc:creator>
				<category><![CDATA[Browser Tips & Tricks]]></category>
		<category><![CDATA[MakeUseOf Lists]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[error page]]></category>
		<category><![CDATA[firefox tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2961</guid>
		<description><![CDATA[There are many different scenarios behind broken links, dead websites or 404 errors. For one, the server could in fact be down or overloaded. Especially popular sites like Facebook or Twitter are often slow and timed out when hit by the masses. The same is true for pages that receive a short-lived hype via Digg, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/resurrect04.png?323f2c" border="0" alt="" hspace="10" vspace="5" align="left" /> There are many different scenarios behind broken links, dead websites or 404 errors. For one, the server could in fact be down or overloaded. Especially popular sites like Facebook or Twitter are often slow and timed out when hit by the masses. The same is true for pages that receive a short-lived hype via Digg, Del.icio.us and the like.</p>
<p>On the other hand it may be an issue on your side.  Just think of a bumpy ISP or a bad wireless connection. In any case, it&#8217;s annoying when you cannot access a website, and constantly hitting the reload button doesn&#8217;t make it any better.<br />
Here are three Firefox addons to ease your mind.</p>
<h2><a title="Resurrect Pages" href="https://addons.mozilla.org/en-US/firefox/addon/2570">Resurrect Pages</a></h2>
<p>When a page doesn&#8217;t load because the server is down, there are two options: wait until the server has recovered or load a cached version. Now viewing a cached version is rather easy. Yet this addon makes it even more comfortable by adding a menu with the most popular page caches right below the standard Firefox error page. All you need to do is pick a mirror from the list and wait for the cached clone to load.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/resurrect03.png?323f2c" border="0" alt="" /></p>
<p>In the latest version, the addon is also accessible via the context menu for the current page and all links, there is a toolbar button, and via the keyboard it opens when clicking Ctrl+Shift+U. Within the options for this extension you can select whether the page shall be resurrected in the current tab/window, a new tab or a new window.</p>
<p><a title="ErrorZilla Mod" href="https://addons.mozilla.org/en-US/firefox/addon/3336"><br />
</a></p>
<h2><a title="ErrorZilla Mod" href="https://addons.mozilla.org/en-US/firefox/addon/3336">ErrorZilla Mod</a></h2>
<p>ErrorZilla is similar to Resurrect Pages, with the added bonus of a Ping, Trace and Whois button for the curious surfer. Unfortunately, the Retry This button is the same as the standard Try Again button and doesn&#8217;t allow for automatic page reloads.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/resurrect02.png?323f2c" border="0" alt="" /></p>
<h2><a title="Try Again" href="https://addons.mozilla.org/en-US/firefox/addon/2462">Try Again</a></h2>
<p>Resurrect Pages and ErrorZilla Mod are very good for when a site is dead, giving you a good selection of archives to choose from, and ways to find out where the connection has gone bad. However, when you&#8217;re fighting with a bad internet connection, even the page mirrors and pings will time out. This is where I recommend Try Again. Within the options for this extension, you can set a timeout timer and the amount of maximum times Try Again will attempt to automatically reload the page. You can hit the Try Again button to manually reload anytime thereafter, and you can access a cached version of the page via the links to Google Cache or the WayBack Archive.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/06/resurrect01.png?323f2c" border="0" alt="" /></p>
<p>Personally, I have used Resurrect Pages for a while, but Try Again now looks like the better and more flexible alternative. Which one do you prefer? Let&#8217;s hear!</p>
<p><em>(By) This post was written by one of our regular authors, Tina from <a href="http://tinsie.net/Recommended">Recommended</a>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/enhance-your-firefox-failure-options/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Control how Firefox Caches Websites with Better Cache</title>
		<link>http://www.makeuseof.com/tag/control-how-firefox-caches-websites-with-better-cache/</link>
		<comments>http://www.makeuseof.com/tag/control-how-firefox-caches-websites-with-better-cache/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 21:24:21 +0000</pubDate>
		<dc:creator>Shankar Ganesh</dc:creator>
				<category><![CDATA[Web Apps & Internet]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[firefox tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/control-how-firefox-caches-websites-with-better-cache/</guid>
		<description><![CDATA[I&#8217;ve previously written about how you can save and monitor bandwidth when using Firefox. In that post, I wrote about a few settings that you can alter and a few extensions that you can install for optimising bandwidth usage. Now, I&#8217;d like to introduce a relatively unknown Firefox extension called Better Cache to all of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve previously written about how you can <a href="http://www.makeuseof.com/tag/how-to-save-and-monitor-bandwidth-when-using-firefox/">save and monitor bandwidth when using Firefox</a>. In that post, I wrote about a few settings that you can alter and a few extensions that you can install for optimising bandwidth usage. Now, I&#8217;d like to introduce a relatively unknown Firefox extension called Better Cache to all of you.</p>
<p>For those of you who don&#8217;t know, the cache is a place on your hard disk where Firefox stores the websites you&#8217;ve visited temporarily. Firefox caches visited sites so that when you access them the next time after you&#8217;ve closed them, it need not download the page again. This saves you potential bandwidth. But the downside is that the cached version will not display the recent changes to the site (meaning you need to refresh the page).</p>
<p>By default, Firefox doesn&#8217;t provide you with advanced configuration options on web site caching levels. Though you can specify the size of the cache in the Advanced Settings from Tools &gt; Options in the menu bar, there&#8217;s nothing more you can do about the caching of web pages.</p>
<p>This is when the <a href="https://addons.mozilla.org/en-US/firefox/addon/6371">Better Cache Firefox Extension</a> comes as a life-saver. With the Better Cache Firefox extension installed, you can control the cache settings and, in the process, save plenty of bandwidth.</p>
<p>In the Tools >> Add-ons window click Options, near Better Cache, to get access to the configurable choices:</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/wp-content/uploads/2008/04/better_cache.png?323f2c" style="border: 0px none " alt="better_cache" border="0" height="297" width="265" /></p>
<p>You should of course have the <u>first option checked</u> in order to use Better Cache.</p>
<p>If you leave <em>&#8216;Cache secure connections too&#8217;</em> option selected, you&#8217;re asking Firefox to store (cache) even those secure pages &#8211; the ones that you primarily logon by giving a password &#8211; like your bank account website, etc. Firefox won&#8217;t re-download the page every time you open it.</p>
<p>Under <em>&#8216;Check pages for actuality&#8217;</em>, you can tell Firefox when it should override the cache and download pages again.</p>
<ul>
<p>1. If you leave the first option &#8216;<em>Once per browser session&#8217;</em> checked, Firefox will download a website only once. If you close a web page and load it again later, it will not re-download that page from the internet. Instead, it will just display the cached version. And so until you restart your browser.</p>
<p>2. If the second option <em>&#8216;Everytime a site opens&#8217;</em> is selected, Firefox will attempt to download the web page every time you access it &#8211; meaning you&#8217;ll be using a maximum of your bandwidth. It&#8217;s not recommended you use this setting.</p>
<p>3. The third option <em>&#8216;Never&#8217;</em>, when chosen, tells Firefox never to check for actuality of web pages. Firefox will never look up for the latest version of the page. It&#8217;ll just load the version that&#8217;s been cached already.</p>
<p>4. The fourth option tells Firefox tells Firefox to manage cache automatically &#8211; when it is selected, Firefox will control the cache as usual &#8211; this extension will not affect the default parameters/settings for cache management.</p>
</ul>
<p>Download the Better Cache Firefox extension from <a href="https://addons.mozilla.org/en-US/firefox/addon/6371">here</a>, and use less of your bandwidth!</p>
<p><em>(By) Shankar Ganesh, a 16 year old Blogger and Freelance Writer from India. He blogs about computers and software at </em> <a href="http://www.killertechtips.com"><em>Killer Tech Tips</em></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/control-how-firefox-caches-websites-with-better-cache/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/41 queries in 0.055 seconds using apc
Object Caching 753/841 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 21:45:21 -->
