<?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.com &#187; Opera</title>
	<atom:link href="http://www.makeuseof.com/tags/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Block Ads In Any Browser Without Adblock</title>
		<link>http://www.makeuseof.com/tag/how-to-block-display-ads-in-any-browser-without-adblock/</link>
		<comments>http://www.makeuseof.com/tag/how-to-block-display-ads-in-any-browser-without-adblock/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:01:27 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[block ads]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[safer browsing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=25033</guid>
		<description><![CDATA[One of the main reasons that so many people like Firefox is because there are thousands of add-ons available that you can use to customize your browser experience. And one of the most popular add-ons for Firefox is AdBlock.
AdBlock blocks the advertisements on websites and lets you browse distraction free. Quite a few people don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/adslogo.jpg" alt="" vspace="5" align="left" />One of the main reasons that so many people like Firefox is because there are thousands of add-ons available that you can use to customize your browser experience. And one of the most popular add-ons for Firefox is <a href="https://addons.mozilla.org/en-US/firefox/addon/1865">AdBlock</a>.</p>
<p>AdBlock blocks the advertisements on websites and lets you browse distraction free. Quite a few people don&#8217;t make the switch to alternative browsers because none of them can support AdBlock. That said, you can still block display ads using most of the popular browsers so let us see how you can block ads in other browsers that are not Firefox.</p>
<p>There are different hacks around there like special proxies and selective content blocking that you can use depending upon which browser you use. Here we will be using mainly using <a href="http://www.adsweep.org">Adsweep</a>. Although the project is not being maintained anymore, it provides a simple and easy ad blocking solution that just works.</p>
<p>Adsweep is essentially a user javascript (think <a href="http://www.makeuseof.com/tag/greasemonkey-firefox-addon/">Greasemonkey</a>) that hides the page elements that contain advertisements. Setting it up is a little different for different browsers, lets have a look.</p>
<p><span id="more-25033"></span></p>
<h3><strong>Chrome</strong></h3>
<ul>
<li>Download <a href="http://www.adsweep.org/AdSweep.user.js">AdSweep.user.js</a></li>
<li>Open Chrome user data directory. Use the following information if you are unsure about its location:
<ul>
<li><strong>Windows XP</strong>:  <em>C:\Documents and Settings\&lt;username&gt;\Local Settings\Application Data\Google\Chrome\User Data\Default</em></li>
<li><strong>Vista:</strong> <em>C:\Users\&lt;username&gt;\AppData\Local\Google\Chrome\User Data\Default</em></li>
<li><strong>Mac OS X:</strong><em> ~/Library/Application Support/Google/Chrome/Default</em></li>
<li><strong>Linux:</strong> <em>~/.config/google-chrome/Default</em></li>
</ul>
</li>
<li>Once you are in there, create a  folder named <em>User Scripts</em></li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/chromedir.png" alt="how to block display ads internet explorer" width="331" height="132" /></p>
<ul>
<li>Copy the file you downloaded above into this folder.</li>
<li>Now we need to close Chrome and restart it with the &#8216;<em>&#8211;enable-user-scripts</em>&#8216; switch. You can do so from the command line or simply right-click on the chrome icon on your desktop and click <em>properties</em>. Add &#8216; <em>&#8211;enable-user-scripts</em>&#8216; at the end. Click OK and double the icon to start Chrome with User Scripts enabled.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/chromeshortcut.png" alt="how to block display internet" width="333" height="146" /></p>
<ul>
<li>Visit the <a href="http://www.adsweep.org/">AdSweep website</a>.  If you see a red notification in the top right corner, everything went fine. If you don&#8217;t, recheck that you performed the above mentioned steps correctly.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/enabled.png" alt="" width="309" height="56" /></p>
<p>If you use the development build of Chrome and have extensions enabled, then you can click and download the <a href="http://www.adsweep.org/AdSweep.crx">Adsweep extension for Chrome</a> and spare yourself some work!</p>
<h3><strong>Opera</strong></h3>
<ul>
<li>Download <a href="http://www.adsweep.org/AdSweep.js">AdSweep.js</a></li>
<li>Within Opera, go to <em>Tools &gt; Preferences</em> and then to the <em>Advanced</em> tab.</li>
<li>Choose <em>Content</em> on the left side and then click on <em>Javascript Options</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/operablock.png" alt="" width="527" height="223" /></p>
<ul>
<li>Click <em>Choose</em> and browse to the location where you downloaded the file in Step 1</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/selectopera.png" alt="" width="358" height="385" /></p>
<ul>
<li>Hit <em>Refresh</em> and notice the difference</li>
</ul>
<p>Here is a quick before and after:</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/beforeopera.png" alt="" width="392" height="300" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/operaafter.png" alt="" width="379" height="323" /></p>
<h3>How to Block Display Ads In <strong>Internet Explorer</strong></h3>
<p>This is where you would have to leave AdSweep (it won&#8217;t work on IE) and take things into your hands. First and foremost, upgrade to the latest version of IE  &#8211; <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer 8</a>. IE8 has a feature called InPrivate filtering which can be tweaked to block ads. Here is how:</p>
<ul>
<li>Enable InPrivate Filtering from the Safety Menu (or press <em>Ctrl + Shift +F</em>)</li>
<li>Now you need a filtering list of some sorts, that can identify ads on a page. Just Google around and you can find plenty, <a href="http://www.google.co.in/search?q=adblock+inprivate+filtering">even AdBlock lists</a>. Download the XML file onto your computer.</li>
<li>Click on <em>Safety &gt; InPrivate Filtering Settings</em>. In the dialog that opens, lower the <em>Show content by providers used by this number of websites</em> to the minimum. click on <em>Advanced settings</em>.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/lowercontent.png" alt="" width="409" height="100" /></p>
<ul>
<li>In the <em>Manage Add-ons</em> dialog that opens, choose <em>InPrivate Filtering</em> on the left and click on <em>import</em>, browse to the XML file you just downloaded and the rules will be imported.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/09/manageaddons.png" alt="" width="540" height="384" /></p>
<p>Keep in mind that you won&#8217;t block each and every ad with these methods, because the rules have to updated frequently to take care of new advertisers and other changes. On the flip side there would be times when genuine third party content will be blocked as well (specially in the InPrivate Filtering Technique). In any case, this should rid you of a considerable amount of ads and improve the overall browsing experience.</p>
<p>Do you know of any other ways to block display ads in Internet Explorer, Chrome or any other browser? Sound off in the comments, we would love to hear about them.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/" title="How To Twitter Quickly from Firefox, IE, Opera and Chrome (June 23, 2009)">How To Twitter Quickly from Firefox, IE, Opera and Chrome</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/" title="How To Set Your Browser Homepage in 5 Browsers (July 21, 2009)">How To Set Your Browser Homepage in 5 Browsers</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/three-firefox-securityprivacy-add-ons-that-can-co-exist/" title="Three Firefox Security &#038; Privacy Add-ons that can Co-exist (June 30, 2009)">Three Firefox Security &#038; Privacy Add-ons that can Co-exist</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/spywareblaster-can-stop-spyware-before-it-starts-windows-only/" title="SpywareBlaster Can Stop Spyware Before It Starts [Win] (January 27, 2009)">SpywareBlaster Can Stop Spyware Before It Starts [Win]</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/" title="Quickly Create Temporary Email Addresses with YopMail (September 18, 2008)">Quickly Create Temporary Email Addresses with YopMail</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-block-display-ads-in-any-browser-without-adblock/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Opera 10 Browser Review: 6 cool features that make it stand out</title>
		<link>http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/</link>
		<comments>http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 14:00:37 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[opera mini]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24796</guid>
		<description><![CDATA[Opera, one of the oldest names in the browser world, has just released its latest version. There must be something that enabled Opera to survive for so long. And looking at its track record, it&#8217;s only natural for users to expect something special with this version 10.
Being an Opera long-time fan (back to the days [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/00-Opera-Logo.png" alt="" vspace="5" align="left" /><a href="http://www.opera.com/">Opera</a>, one of the oldest names in the browser world, has just released its latest version. There must be something that enabled Opera to survive for so long. And looking at its track record, it&#8217;s only natural for users to expect something special with this version 10.</p>
<p>Being an Opera long-time fan (back to the days of Netscape vs. IE), I&#8217;m also curious about what goodies Opera 10 has to offer. So I gave Opera 10 &#8211; Mac version for me &#8211; a test drive, and here is my Opera browser review with several nice features that I like.</p>
<p style="text-align: center;"><strong>Speed Dial those pages</strong></p>
<p>The first thing that users will notice is the &#8220;speed dial&#8221; page which will always be shown every time a new blank page is opened. The idea is that users will be able to access their favorite pages using these pre-configured &#8220;dial-pad&#8221;. Something like &#8220;Top Sites&#8221; in Safari.</p>
<p><img class="aligncenter size-full wp-image-24798" title="01 Speed Dial" src="http://www.makeuseof.com/wp-content/uploads/2009/09/01-Speed-Dial.jpg" alt="opera browser review" width="550" height="514" /></p>
<p>There are nine default boxes, click an empty one to add a web page and click on an assigned one to go directly to that page.</p>
<p><span id="more-24796"></span></p>
<p style="text-align: center;">Users can configure how many dial-pad boxes they want &#8211; from 4 (2 x 2) to 25 (5 x 5), what background image to show, or whether they want to hide or show speed dial.</p>
<p><img class="aligncenter size-full wp-image-24799" title="01b Speed Dial - Configure" src="http://www.makeuseof.com/wp-content/uploads/2009/09/01b-Speed-Dial-Configure.jpg" alt="opera browser review" width="495" height="318" /></p>
<p>What makes this feature special is the ability to synchronize these speed dial boxes to other Operas in other places, even under different OSes and different devices.</p>
<p style="text-align: center;"><strong>Link with Opera Link</strong></p>
<p>The synchronization process discussed above is done using a feature called Opera Link. Using this service, users can synchronize Speed Dial, Bookmarks, Personal Bar, Typed History, Notes, and Searches.</p>
<p><img class="aligncenter size-full wp-image-24801" title="02 Opera Link" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02-Opera-Link.jpg" alt="opera 10 review" width="503" height="550" /></p>
<p>But before using it, users should sign up first for an Opera account.</p>
<p><img class="aligncenter size-full wp-image-24802" title="02b Sign up for an Opera account" src="http://www.makeuseof.com/wp-content/uploads/2009/09/02b-Sign-up-for-an-Opera-account.jpg" alt="opera 10 browser" width="503" height="426" /></p>
<p>I think this synchronization feature could be Opera&#8217;s strongest selling point because of the existence of Opera Mini. As one of the leaders in mobile browsers, Opera Mini could &#8220;persuade&#8221; its users to try the desktop version just to have all of their data synchronized between devices.</p>
<p style="text-align: center;"><strong>Playing with Panels</strong></p>
<p>Opera has a customized side panel which can be opened by clicking the &#8220;Panels&#8221; button next to tabs. </p>
<p><img class="aligncenter size-full wp-image-24811" title="03 Panels" src="http://www.makeuseof.com/wp-content/uploads/2009/09/03-Panels.jpg" alt="give me information on the browser opera" width="550" height="378" /></p>
<p>Users can fill in the panels with useful tools like Bookmarks, Widgets, Notes and History, by going to Tools &#8211;&gt; Appearance menu </p>
<p><img class="aligncenter size-full wp-image-24803" title="03 Appearance" src="http://www.makeuseof.com/wp-content/uploads/2009/09/03-Appearance.jpg" alt="review of opera 10 browser" width="266" height="231" /></p>
<p>and then choosing the Panels tab.</p>
<p><img class="aligncenter size-full wp-image-24804" title="03b Appearance - Panels setting" src="http://www.makeuseof.com/wp-content/uploads/2009/09/03b-Appearance-Panels-setting.jpg" alt="opera web browser reviews" width="550" height="392" /></p>
<p style="text-align: center;"><strong>Mail and Chat</strong></p>
<p>Opera has an email client built-in the browser. Even though some users might prefer a stand-alone client, others would likely embrace the idea of Mail-Browser integration.</p>
<p>The first step of using this client is creating an account.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24805" title="04b Mail - Account Needed" src="http://www.makeuseof.com/wp-content/uploads/2009/09/04b-Mail-Account-Needed.jpg" alt="opera web browser reviews" width="524" height="233" /></p>
<p>Beside email, there are other kinds of account that could be set, such as Newsgroups and IRC chat. (I wonder whether anybody still use these two classics and I also wonder why Opera included them).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24807" title="04 Opera eMail Client" src="http://www.makeuseof.com/wp-content/uploads/2009/09/04-Opera-eMail-Client.jpg" alt="opera web browser reviews" width="550" height="245" /></p>
<p style="text-align: center;"><strong>Peeking through tabs</strong></p>
<p>This one is a simple feature which I think is very useful. Users can peek into the background tabs just by hovering the mouse above the tab.</p>
<p><img class="aligncenter size-full wp-image-24806" title="05a Sneak Peek" src="http://www.makeuseof.com/wp-content/uploads/2009/09/05a-Sneak-Peek.jpg" alt="opera browser reviews" width="550" height="375" /></p>
<p style="text-align: center;"><strong>Turbo-charge the browsing experience</strong></p>
<p>Opera 10 has another unique feature called Opera Turbo. Opera claims that this feature is able to boost the Internet bandwidth speed on slow connections by using Opera proxy servers to compress data and image traffic before they reach the browser.</p>
<p>To enable the feature, just click on the Opera Turbo&#8217;s teeny-weeny button on the bottom-left corner of the window.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24808" title="06a Configure Opera Turbo" src="http://www.makeuseof.com/wp-content/uploads/2009/09/06a-Configure-Opera-Turbo.jpg" alt="opera browser reviews" width="227" height="95" /></p>
<p>Users should customize the turbo setting first before using it. There are three settings available: Automatic, On and Off. </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24809" title="06b Opera Turbo Settings" src="http://www.makeuseof.com/wp-content/uploads/2009/09/06b-Opera-Turbo-Settings.jpg" alt="opera browser reviews" width="550" height="443" /></p>
<p>Those with slow internet connections will be grateful for this free service provided by Opera as there are many similar services out there that charge high monthly fees for more or less the same features.</p>
<p>Surely, there are many more features in Opera 10 such as mouse gestures and widget support (similar to addons for Firefox), but for now, I&#8217;ll limit myself to these favorite features of mine.</p>
<p>And if you think you still need a little bit &#8220;nudge&#8221; to try Opera, please look at the CPU usage comparison between Opera and our favorite Firefox. (Those are dynamic numbers which always change slightly from time to time, but you get the picture, right?)</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-24810" title="07 Memory n CPU usage" src="http://www.makeuseof.com/wp-content/uploads/2009/09/07-Memory-n-CPU-usage.jpg" alt="free opera browser" width="550" height="147" /></p>
<p>One more thing, for this Opera browser review I used Opera for Mac, but I assume the features would be the same under different OS. <a href="http://www.opera.com/browser/download/?custom=yes">Opera 10</a> is available for Windows, Mac, Linux, Solaris, FreeBSD, QNX, OS/2 and BeOS.</p>
<p>Do you use Opera? Which features do you like? Share your thoughts and opinion in the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/" title="Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser (July 4, 2009)">Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/view-a-multi-page-article-on-one-single-page-with-pagezipper/" title="View A Multi-Page Article On One Single Page With PageZipper (April 1, 2009)">View A Multi-Page Article On One Single Page With PageZipper</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/" title="Six Things I Love About The Opera Browser (July 17, 2008)">Six Things I Love About The Opera Browser</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/feed/</wfw:commentRss>
		<slash:comments>98</slash:comments>
		</item>
		<item>
		<title>How To Set Your Browser Homepage in 5 Browsers</title>
		<link>http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/</link>
		<comments>http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:01:54 +0000</pubDate>
		<dc:creator>Simon Slangen</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=21333</guid>
		<description><![CDATA[Although a lot of browsers come with great homepages (I&#8217;m thinking Firefox Start, but especially Opera&#8217;s Speed Dial), there are plenty of reasons for changing yours.
Apart from using your favorite website (wink, wink), we&#8217;ve seen a bunch of services here on MakeUseOf in the past, allowing you to make a personal, dynamic homepage, greeting you [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/homeicon.jpg" alt="homeicon" vspace="5" width="224" height="176" align="left" />Although a lot of browsers come with great homepages (I&#8217;m thinking Firefox Start, but especially Opera&#8217;s Speed Dial), there are plenty of reasons for changing yours.</p>
<p>Apart from using your favorite website (wink, wink), we&#8217;ve seen a bunch of <a href="http://www.makeuseof.com/tag/ways-to-build-your-custom-browser-start-page/">services</a> here on MakeUseOf in the past, allowing you to make a personal, dynamic homepage, greeting you with image slideshows, recent RSS updates, and so on.</p>
<p>Although it seems obvious for most computer users, finding out how to set your browser home page is not evident for everyone. Today, we&#8217;ll show you how to change your home page in <strong>5</strong> different browsers.<br />
<span id="more-21333"></span></p>
<h2><strong>Firefox and Firefox-based Browsers</strong></h2>
<p><a href="http://www.getfirefox.com">Firefox</a> is not just the acclaimed geek-browser anymore. These days, it&#8217;s the most used browser in the internet market. As such, that is where we&#8217;ll start. Note that any menu-names might have to be translated to your own language, but any changes should be obvious.</p>
<h3><strong>How to Set Browser Home Page<br />
</strong></h3>
<p>In the top left of your browser, open the <strong><em><span style="text-decoration: underline;">E</span>dit</em></strong> menu and select <strong><em>Prefere<span style="text-decoration: underline;">n</span>ces</em></strong><em>.</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/firefox-pref.jpg" alt="firefox-pref" /></p>
<p>In the <em><strong>Main</strong></em> tab, you can change your default homepage. You can also configure Firefox to load with a blank page, or to restore your last session.</p>
<p>When you start typing in the text-field, Firefox will make suggestions based on your history. Alternatively, you can also use the address of the webpage currently active in your browser, one of your bookmarks, or restore the default Firefox Start page.</p>
<p>You can add multiple home pages &#8212; which will launch in tabs upon opening firefox &#8212; by putting vertical slashes between the links. (e.g. &#8220;http://www.makeuseof.com | http://www.google.com&#8221;)</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/firefox-bookies.jpg" alt="firefox-bookies" /></p>
<p>This will work with Firefox, but also with <strong>Firefox-based browsers</strong>, like <a href="http://www.makeuseof.com/tags/flock/">Flock</a>, <a href="http://www.makeuseof.com/tag/wyzo-beta-the-web-browser-for-downloaders/">Wyzo</a>, and many others.</p>
<h2><strong>Internet Explorer (IE7 and IE8)</strong></h2>
<p><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft&#8217;s Internet Explorer</a> might be loathed by many, but one can&#8217;t ignore the fact that it takes a worthy second as most used browser. And thus we go on. The differences between Internet Explorer 7 and 8 are superfluous for this tutorial.</p>
<h3><strong>Option 1</strong></h3>
<p>In the top right of your screen, open the <em><strong>Tools</strong></em> dropdown menu and select <em><strong>Internet Options</strong>.<br />
</em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/IE7_screenshot.gif" alt="IE7_screenshot" /></p>
<p>In the <em><strong>General</strong></em> tab, you&#8217;ll be able to set the browser home page to one of your liking. Similar to Firefox, you can use the address of the currently active page, the default start page, or a blank page.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ieprefs.jpg" alt="ieprefs" /></p>
<p>If you want Internet Explorer to open multiple pages upon launch, you  need to type the different addresses in the text-box, below each other.</p>
<h3><strong>Option 2</strong></h3>
<p>There&#8217;s a second way to configure your home page. First, surf to the webpage you want to use.</p>
<p>Next, open the dropdown menu next to the <strong>Home button</strong>, and select <em><strong>Add or <span style="text-decoration: underline;">C</span>hange Home Page&#8230;<br />
</strong></em></p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/hp2.jpg" alt="hp2" /></p>
<p>A new window will pop up. You can choose to replace your current home page by the current address, or to add the webpage to your current bookmarks.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ie8_home_page_4.jpg" alt="ie8_home_page_4" /></p>
<p>In Internet Explorer 8, you can also use the current tab set (all your open pages) as homepages.</p>
<h2><strong>Google Chrome</strong></h2>
<p><a href="http://www.makeuseof.com/tags/google-chrome/">Chrome</a>&#8217;s one of the new guys on the block, but a relatively popular browser, taking in account its short time with us. If you like Google&#8217;s browser of simplicity, this part is for you.</p>
<p>In the top-right corner of the browser, open the wrench dropdown menu and select <em><strong>Options</strong></em>. Go to the <em><strong>Basics </strong></em>tab, here you can configure your homepage.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/chrome-opt.jpg" alt="chrome-opt" /></p>
<h3><strong>Option 1</strong></h3>
<p>Make sure that <em>&#8216;Open the following pages&#8217;</em> is selected in the startup section near the top of the page.</p>
<p>In the box below, you can add multiple web addresses to be opened upon browser launch. If you want to open a blank page, you&#8217;ll have to enter <em>&#8216;about:blank&#8217;</em>, manually.</p>
<h3><strong>Option 2</strong></h3>
<p>Make sure that the <em>&#8216;Open the home page&#8217;</em> is selected in the startup section near the top of the page.</p>
<p>In the <em>Home Page</em> section, you&#8217;ve got two options. Either use the <em>New Tab Page</em> &#8212; which is selected by default &#8212; or enter a custom address in the text-field.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/ChangingChromeHomepageMethod1.jpg" alt="ChangingChromeHomepageMethod1" /></p>
<h2><strong>Safari</strong></h2>
<p><a href="http://www.makeuseof.com/tag/safari-4-is-it-time-to-switch-from-firefox/">Safari</a> is the default browser on Mac OS X. A while ago it was also ported to Windows. I must say it&#8217;s one of the finest browsers around, but sadly underused. If you belong to the Safari-minority, this section is for you.</p>
<p><strong>If you&#8217;ve got Windows</strong>, open the <em><strong>Edit</strong></em> dropdown menu and select <em><strong>Preferences&#8230; </strong></em>at the top-left of the browser.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/wer_thumb.png" alt="wer_thumb" /></p>
<p><strong>If you&#8217;ve got a Mac</strong>, open the <em><strong>Safari</strong></em> dropdown menu and select <em><strong>Preferences&#8230; </strong></em>at the top-left of the browser.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/safariwin-pref.jpg" alt="safariwin-pref" /></p>
<p>Both in Windows and Mac, you can change your homepage in the <em><strong>General</strong></em> tab. You can choose how to open new pages &#8212; blank, or with a homepage &#8212; and type in the address of your favorite site. Additionally, you can also choose to use the address of the page you&#8217;re currently visiting.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/safari-preg.jpg" alt="safari-preg" /></p>
<p>While you&#8217;re at it, you can also tell Safari what to do upon opening new tabs. Top Sites, one of the best features in Safari, is default, but perhaps you still prefer to use your homepage.</p>
<h2><strong>Opera</strong></h2>
<p><a href="http://www.makeuseof.com/tag/opera-10-beta-turbo-does-it-still-have-what-it-takes/">Opera</a> is &#8211; sadly &#8211; one of the lesser used browsers, even though it&#8217;s got remarkable charms and has introduced numerous innovations in the browser market. If you&#8217;re amongst the fine men and women using this slick competitor, this section is for you.</p>
<p>At the top of the browser, open the <em><strong>Tools</strong></em> dropdown menu and select <strong><em>Preferences</em></strong>.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/opera-pref.jpg" alt="opera-pref" /></p>
<p>In the <em><strong>General</strong></em> tab, you can configure your homepage. Either type in the address you want to use, or choose to use the currently active page as homepage.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/07/opera.jpg" alt="opera" /></p>
<p>Alternatively, you can configure Opera to launch with a blank page, the startup dialog, or with the tabs of last time&#8217;s session.</p>
<p>This is where we conclude this multi-tutorial. I hope you&#8217;ve learned something useful today. If there&#8217;s anything you want to say, or ask, please refer to the comments section below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmute-%e2%80%93-migrate-bookmarks-between-your-browsers/" title="Transmute – Migrate Bookmarks Between Your Browsers (November 11, 2009)">Transmute – Migrate Bookmarks Between Your Browsers</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/safari-4-is-it-time-to-switch-from-firefox/" title="Safari 4: Is It Time To Switch From Firefox? (June 26, 2009)">Safari 4: Is It Time To Switch From Firefox?</a> (26)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/" title="How To Twitter Quickly from Firefox, IE, Opera and Chrome (June 23, 2009)">How To Twitter Quickly from Firefox, IE, Opera and Chrome</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/" title="Quickly Create Temporary Email Addresses with YopMail (September 18, 2008)">Quickly Create Temporary Email Addresses with YopMail</a> (21)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Opera Unite &#8211; File Sharing, Messaging, Note Taking &amp; more Right in your Browser</title>
		<link>http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/</link>
		<comments>http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:00:26 +0000</pubDate>
		<dc:creator>Stefan Neagu</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19452</guid>
		<description><![CDATA[Unite is a ‘component’ that was added to a version of Opera 10 Beta. It’s an incredibly small server integrated into the Opera browser. This platform enables you to run various plugins or mini applications that accomplish different tasks such as file sharing, note sharing, photo sharing, secure notes and instant messaging.
Unite eliminates the need [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/06/opera-logo.jpg" alt="" vspace="5" align="left" /><a href="http://unite.opera.com/">Unite</a> is a ‘component’ that was added to a version of Opera 10 Beta. It’s an incredibly small server integrated into the <a href="http://www.makeuseof.com/tags/opera/">Opera</a> browser. This platform enables you to run various plugins or mini applications that accomplish different tasks such as file sharing, note sharing, photo sharing, secure notes and instant messaging.</p>
<p>Unite eliminates the need for a third party server that would normally proxy or relay the content, such as <a href="http://www.makeuseof.com/tags/flickr/">Flickr</a>, <a href="http://www.makeuseof.com/tags/twitter/">Twitter</a> or Yahoo Messenger. It’s essentially like setting up a web server on your own computer, without the hassle of manually installing various software, configuring them and getting a <a href="http://www.makeuseof.com/tag/opendns-works-as-a-great-free-content-filtering-solution/">DNS</a> (Domain Name System) account. It also makes the installation of new functionality a &#8220;point and click&#8221; process.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image51.gif" border="0" alt="" width="519" height="351" /></p>
<p>I’m sure we’ll have a review of Opera 10 shortly, but let’s focus on Unite for the moment. Here are the steps you need to take in order to use the various Unite services.<br />
<span id="more-19452"></span></p>
<ol>
<li>Click on the <strong>propeller icon</strong> on the left sidebar.</li>
<li>Click on the icon labeled ‘<strong>Home</strong>’ and then on ‘<strong>Start</strong>’. A wizard will appear. Click next.</li>
<li>Create an Opera account for free or sign up for a new one. It is extremely simple and fast, just choose an username, a password and enter an email address. <img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image61.png" border="0" alt="" width="550" height="340" /></li>
<li>Choose a name that would describe the computer. If you install Unite on more than one computer, this will enable you to differentiate between them and enable sharing. A descriptive name could also help a friend who wishes you to send photos, for example – naming one &#8220;The home PC&#8221; and another &#8220;The office laptop&#8221; can easily distinguish the two. Using UPnP port forwarding poses some security issues, but it allows access to your files from outside the local network (Internet) without using Opera’s proxy server which provides a speed boost. If you want a direct connection without UPnP, add port (8840) in your router’s ‘<a href="http://www.makeuseof.com/tag/how-to-get-into-blocked-websites-in-school-with-freeproxy/">Port Forwarding</a>’ list.</li>
<li>Click <strong>Finish</strong> to save the settings and close the wizard.</li>
</ol>
<p>You will now be able to start any of the services listed in the left sidebar, such as file sharing. They are designed to be extremely easy to use. For example, to enable File Sharing, click on the <strong>File Sharing icon</strong> and then on Start. To protect your privacy, it will ask you to select the folder that you want to share.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/06/image711.gif" border="0" alt="" width="550" height="262" /></p>
<p>After you click the OK button, a web page will open that will showcase the content you selected in the previous step. On the left, you’ll see your files, on the right the instructions for sharing with your friends and the permissions. All your friend has to do to access the files is to paste the link given in the right sidebar. A regular webpage will appear in your friend’s browser along with download links for all the files.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image8.gif" border="0" alt="" width="550" height="305" /></p>
<p>All the files are hosted on your computer and are never transferred to Opera’s servers. For the duration you wish to allow users to connect to your Unite services, <em>you need to have the computer and browser open</em>. Be aware that transferring unencrypted sensitive information is not recommended, as all transfers are done using HTTP. The Photo, Media and File Sharing use the same underlying technology while adding specific controls for each media type like a Flash music player and photo thumbnails.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image91.png" border="0" alt="" width="522" height="351" /></p>
<p>This technology is not limited to the 5 bundled applications: Fridge (secure notes), Lounge (instant messaging), Photo and File Sharing, Media Player. It’s open to developers and uses well-known open standards such as HTML, CSS and JavaScript.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image10.gif" border="0" alt="" width="550" height="310" /></p>
<p>Below is a screenshot of the Lounge, a quasi-instant messaging application. To invite other people, the host needs to send a link to the other participants. They can use any modern web browser to join the discussion.  It is similar in functionality to a private IRC channel.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image112.png" border="0" alt="" width="550" height="413" /></p>
<p>The Fridge application lets you leave notes for friends or yourself, similar to the ‘Wall’ on Facebook or direct messaging in Twitter.</p>
<p align="center"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" src="http://www.makeuseof.com/wp-content/uploads/2009/07/image121.png" border="0" alt="" width="550" height="223" /></p>
<blockquote><p>You can write applications — in the form of <strong>Opera Unite Services</strong> — that use this server to serve content to other Web users. Why is this exciting? Well, it allows you to interact with contacts, sharing data and services without the need for any third-party Web sites/applications to be involved at all. –<a href="http://dev.opera.com/articles/view/an-introduction-to-opera-unite/">Opera Developer Blog</a></p></blockquote>
<p>Opera lets the geeks get a taste of the next paradigm shift in web <a href="http://www.makeuseof.com/tags/browsers/">browsing</a>, a great way to win hearts, minds and developers. I’ve radically changed my tune about Opera after <a href="http://www.makeuseof.com/tag/opera-10-beta-turbo-does-it-still-have-what-it-takes/">hearing</a> from tens of fans and <a href="http://tuxgeek.me/2009/04/opera-and-open-source-insight-into-the-%E2%80%98turbo%E2%80%99-technology/">Thomas Ford</a>, Communications Manager.</p>
<p>I invite each one of you to give Opera Unite a try. <a href="http://labs.opera.com/news/2009/06/16/">Download</a> the alpha which is available for Windows, Mac and Linux; and let us know what you think in the comments. What applications should the developers start working on to further extend Unite&#8217;s functionality?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/" title="Opera 10 Browser Review: 6 cool features that make it stand out (September 13, 2009)">Opera 10 Browser Review: 6 cool features that make it stand out</a> (106)</li>
	<li><a href="http://www.makeuseof.com/tag/view-a-multi-page-article-on-one-single-page-with-pagezipper/" title="View A Multi-Page Article On One Single Page With PageZipper (April 1, 2009)">View A Multi-Page Article On One Single Page With PageZipper</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/" title="Six Things I Love About The Opera Browser (July 17, 2008)">Six Things I Love About The Opera Browser</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Twitter Quickly from Firefox, IE, Opera and Chrome</title>
		<link>http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/</link>
		<comments>http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:00:04 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[firefox addons]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19708</guid>
		<description><![CDATA[Twitter is much more than just ‘chirps’ from one friend to another. It’s now more of a roar as it has penetrated mobile phones, instant messengers, desktops, blogs and websites. It seems now we can Twitter from anywhere to just about anywhere. What finally made me a convert was when I heard that they are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-19717" style="margin-left: 7px; margin-right: 7px;" title="thumbnail7" src="http://www.makeuseof.com/wp-content/uploads/2009/06/thumbnail7.png" alt="thumbnail7" width="220" height="157" /><a href="http://www.twitter.com">Twitter</a> is much more than just ‘chirps’ from one friend to another. It’s now more of a roar as it has penetrated mobile phones, instant messengers, <a href="http://www.makeuseof.com/tags/twitter-client/">desktops</a>, blogs and websites. It seems now we can <a href="http://www.makeuseof.com/tags/twitter/">Twitter</a> from anywhere to just about anywhere. What finally made me a convert was when I heard that they are even twittering from space (nopes, not the aliens but NASA astronauts!).</p>
<p>Though Twitter is all pervasive, I have found that twittering becomes easier if it’s always in my face and married into the tools I use almost as a habit for my daily web hops. Mark’s comprehensive post on <a href="http://www.makeuseof.com/tag/tools-apps-and-bots-to-improve-your-twitter-experience/">Tools, Apps and Bots to Improve your Twitter Experience</a> became my first roadmap as I surrendered myself to the Twitter universe.</p>
<p>Mark put in mentions about how to Twitter from some of the popular instant messengers and even from the command line. To further my own user experience, I started looking for ways to say my 140 bytes worth in an uncomplicatedly fast way sans frills from the browsers I use often and almost live in. With the popularity of Twitter, it wasn’t like looking for a needle in a haystack.</p>
<p><span id="more-19708"></span></p>
<h2>Twitter Addons for Firefox</h2>
<p><a href="http://www.cloudberrylab.com/default.aspx?page=twitter-plugin-firefox"><strong>CloudBerry TweetFox</strong></a> for Firefox brings micro-blogging to the browser. This <a href="https://addons.mozilla.org/en-US/firefox/addon/10942">Firefox addon</a> for Twitter lets you tweet excerpts you like from websites with a click of the button and attach a short URL to the source page.</p>
<p>Download and install the Firefox experimental add-on. Restart your browser and add your Twitter username and password through the options dialogue of the add-on: <em>Tools – Add-ons &#8211; CloudBerry TweetFox 1.0 – Options</em>.</p>
<p><img class="aligncenter size-full wp-image-19709" title="0_tweetfox-options" src="http://www.makeuseof.com/wp-content/uploads/2009/06/0_tweetfox-options.png" alt="0_tweetfox-options" width="520" height="380" /></p>
<p>Select an excerpt from any interesting website and click on the Twitter icon on the toolbar. Tweet the selected text (or any message) from the TweetFox box. Optionally, you can also include the source URL courtesy of the URL shortening service from<em> Chilp.It</em>. Of course, make sure that the entire message is within the 140 character limit of Twitter.</p>
<p><img class="aligncenter size-full wp-image-19710" title="2_tweetfox-message" src="http://www.makeuseof.com/wp-content/uploads/2009/06/2_tweetfox-message.png" alt="twitter addon firefox" width="420" height="300" /></p>
<p>The latter versions expectedly will see support for multiple Twitter accounts and also a feature to send replies.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4664"><strong>TwitterBar</strong></a> is a similar add-on which uses the address bar to do the job. David has covered it in a previous post on <a href="http://www.makeuseof.com/tag/9-ways-to-use-twitter-no-website-necessary/">9 Ways To Use Twitter &#8211; No Website Necessary</a>.</p>
<h2>Twitter Addons for Internet Explorer</h2>
<p>As above, CloudBerry’s Twitter addon for Internet Explorer does the same job. <a href="http://www.cloudberrylab.com/default.aspx?page=twitter-plugin"><strong>TweetIE </strong></a>installs as a toolbar in IE. If it is not visible, select <em>View – Toolbars – CloudBerry Twitter plugin</em>.  On first use, the plugin asks for your username and password.</p>
<p><img class="aligncenter size-full wp-image-19711" title="3-tweetie-icon" src="http://www.makeuseof.com/wp-content/uploads/2009/06/3-tweetie-icon.png" alt="twitter addon internet explorer" width="304" height="65" /></p>
<p>Write your own text or select text from any website and click on the Twitter toolbar icon. Your 140 character limited message can now be dispatched with a click.</p>
<p><img class="aligncenter size-full wp-image-19712" title="4_tweetie-message" src="http://www.makeuseof.com/wp-content/uploads/2009/06/4_tweetie-message.png" alt="4_tweetie-message" width="378" height="306" /></p>
<h2>Twitter Addon for Opera</h2>
<p>If it’s add-ons and plug-ins with the last two browsers, then it’s <a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/">widgets</a> with Opera. More exactly, the <a href="http://widgets.opera.com/widget/7206/"><strong>Twitter Opera Widget</strong></a>. The widget is light and installs in a jiffy. It can be accessed from the <em>Widgets</em> menu on the toolbar.</p>
<p>After logging in, this is how Twitter addons for Opera looks like –</p>
<p><img class="aligncenter size-full wp-image-19713" title="5_opera-widget-login" src="http://www.makeuseof.com/wp-content/uploads/2009/06/5_opera-widget-login.png" alt="twitter addon widget opera" width="356" height="506" /></p>
<p>The little menu on the top gives you access to all your tweets. Posts and updates are almost concurrent. On the minus side, unlike the Twitter tools for IE and Firefox, the Opera widget lacks a URL shortener. But as a simple lightweight Twitter tool, it scores.</p>
<h2>Twitter Addons for Chrome</h2>
<p><a href="http://www.makeuseof.com/tags/google-chrome/">Chrome</a> so far lacks Firefox’s add-on richness or Opera’s widget gallery. Though, Chrome extensions are on fast track <a href="http://googlesystem.blogspot.com/2009/05/extending-google-chrome.html">development</a>… till then, it&#8217;s a little bookmarklet that I must fall back on.</p>
<p><a href="http://www.twitlet.com/"><strong>Twitlet (beta)</strong></a> is a Twitter javascript bookmarklet service that lets you post from the convenience of your browser.</p>
<p><img class="aligncenter size-full wp-image-19714" title="7-chrome-twitlet-homepage" src="http://www.makeuseof.com/wp-content/uploads/2009/06/7-chrome-twitlet-homepage.png" alt="twitter addon chrome" width="580" height="351" /></p>
<p>Twitlet is fast and simple. All you have to do is insert your Twitter log-in details to get the bookmarklet. Drag it to your browser’s toolbar and start using it with messages or selected texts. <em>#link</em> or <em>#this</em> can be used to insert the current page’s shortened URL.</p>
<p><img class="aligncenter size-full wp-image-19715" title="6-chrome-twitlet" src="http://www.makeuseof.com/wp-content/uploads/2009/06/6-chrome-twitlet.png" alt="6-chrome-twitlet" width="327" height="332" /></p>
<p><a href="http://bigtweet.com/"><strong>Big Tweet</strong></a> is a similar service but it gives better text control over Twitlet. Using the bookmarklet, you can post to Twitter or <a href="http://www.makeuseof.com/tags/friendfeed/">Friendfeed</a>. With Big Tweet, you can post highlighted text from any webpage with a shortened URL. A significant plus is that it lets you easily insert special characters in your messages for that emotional appeal.</p>
<p><img class="aligncenter size-full wp-image-19716" title="7-chrome-big-tweet" src="http://www.makeuseof.com/wp-content/uploads/2009/06/7-chrome-big-tweet.png" alt="7-chrome-big-tweet" width="580" height="299" /></p>
<p>Big Tweet as a bookmarklet also runs with Firefox, IE and <a href="http://www.makeuseof.com/tags/safari/">Safari</a>.</p>
<p>If I knew that we would be so keen to follow each other’s lives in 140 characters or less, I would have jumped in sooner. Are you are already in the deep end or are you a new believer like me? Either way, you can take a walkthrough of our <a href="http://www.makeuseof.com/tags/twitter/">huge list</a> of posts on things that are Twitter. And of course, don’t forget to comment or tweet on days spent with Twitter.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/" title="How To Set Your Browser Homepage in 5 Browsers (July 21, 2009)">How To Set Your Browser Homepage in 5 Browsers</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-download-embedded-flash-swf-files-using-your-browser/" title="How to Download Embedded Flash Files using your Browser (May 31, 2009)">How to Download Embedded Flash Files using your Browser</a> (48)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-block-display-ads-in-any-browser-without-adblock/" title="How To Block Ads In Any Browser Without Adblock (September 17, 2009)">How To Block Ads In Any Browser Without Adblock</a> (31)</li>
	<li><a href="http://www.makeuseof.com/tag/browse-safely-avoid-viruses-spyware-with-hhott/" title="Browse Safely &#038; Avoid Viruses &#038; Spyware With HHOTT (January 22, 2009)">Browse Safely &#038; Avoid Viruses &#038; Spyware With HHOTT</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Change Default Webpage Source Editor Of Browsers</title>
		<link>http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/</link>
		<comments>http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 17:00:17 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[text editors]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18567</guid>
		<description><![CDATA[Do you like to dive into the code of a webpage just to see how it has been put together? As an aspiring web designer once, it used to be a habit for me. I believe lots of people still go into the source code of a webpage. It is a great learning tool. I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-18574" style="margin-left: 5px; margin-right: 5px;" title="thumbnail" src="http://www.makeuseof.com/wp-content/uploads/2009/06/thumbnail.png" alt="thumbnail" width="150" height="116" />Do you like to dive into the code of a webpage just to see how it has been put together? As an aspiring web designer once, it used to be a habit for me. I believe lots of people still go into the source code of a webpage. It is a great learning tool. I still do it sometimes just to see how a media file has been embedded; or for some interesting comment information or just to see interesting meta-tag data.</p>
<p>But for the serious guys, the source code is often a mine of info. It’s the backdoor into a competitor’s SEO strategies – keyword use, design optimization etc. In brief, what’s the guy doing right and what is he doing wrong.</p>
<p>Every browser has an inbuilt viewer, much like a notepad. Commonly found under the <em>View</em> menu, it displays the client side source code at the touch of a mouse. Commonly though, it is not feature rich. For instance, a feature to change the font face would have been nice. Also, a simple addition of a comment before saving the file is not possible as it is usually read only. It is merely meant to be a viewer… the word ‘editor’ a bit ill-chosen.</p>
<p>So can we get the browser to use the editor of our choice? Thankfully, most of the browsers themselves are open to the idea. Here’s how we can foist our own choice on Firefox, Internet Explorer and Opera.<br />
<span id="more-18567"></span><br />
<strong>Mozilla Firefox</strong></p>
<p>Firefox 3’s default viewer is accessed from <em>View – Page Source</em>. It has basic options to change the text size, syntax highlighting and a feature to wrap long lines. One feature I like is that Firefox lets me see the source for a selected area of the webpage (<em>Right click – View selection source</em>).</p>
<p>But to choose another editor, let’s do this:</p>
<ol>
<li>Type <em>about:config</em> in the address bar. Ignore the alert which comes up and go ahead.</li>
<li>In the application preferences page, scroll to the bottom half of the page or use browser’s <em>Find</em> (CTRL+F) to search for two values.</li>
<li>Find and highlight <strong><em>view_source.editor.external</em></strong>. Double click and toggle it to &#8220;true&#8221;.</li>
<li>Next, just below it find and highlight <strong><em>view_source.editor.path</em></strong>. Double click on it and enter the new path of your preferred editor in the <em>Enter string</em> value box. If the path doesn&#8217;t exist or is not executable, the inbuilt viewer will be used.<img class="aligncenter size-full wp-image-18568" title="ff-about-config" src="http://www.makeuseof.com/wp-content/uploads/2009/06/ff-about-config.png" alt="ff-about-config" width="580" height="210" /></li>
</ol>
<p>It’s done!</p>
<p>Firefox has a host of add-ons which help to get under the hood of a webpage. Ann Smarty, a colleague here at MakeUseOf has covered seven of them quite comprehensively in an outside post at <a href="http://www.searchenginejournal.com/7-firefox-extensions-to-explore-page-source-code/7375/" target="_blank">SearchEngineJournal.com</a>. Of the 7 add-ons mentioned, only <a href="https://addons.mozilla.org/en-US/firefox/addon/697" target="_blank">View Formatted Source</a> is not updated for the latest version of the browser.</p>
<p><strong>Internet Explorer</strong></p>
<p>IE8’s source viewer, accessed from <em>View – Source</em> doesn’t add anything more than the standard options. But the inbuilt <em>Developer Tools</em> feature gives IE8 some extra teeth and us, an option to have an editor of our choice.</p>
<p>Developer Tools is a debugger which makes dissecting a webpage and its included elements like CSS, Javascript and HTML much easier. The developer tools can be opened by –</p>
<ul>
<li>Open IE8. Press <em>F12</em></li>
<li>Or on the <em>Menu</em> click <em>Tools – Developer Tool</em>.<img class="aligncenter size-full wp-image-18570" title="ie-menu" src="http://www.makeuseof.com/wp-content/uploads/2009/06/ie-menu.png" alt="ie-menu" width="275" height="401" /></li>
</ul>
<p>It is a powerful tool and to explain it would require a few tutorials of its own. Here, we just want to change the source code editor.</p>
<ol>
<li>Open Internet Explorer.</li>
<li>Press the <em>F12</em> button to start the <em>Developer Tools</em>.</li>
<li>Click on <em>File</em>; Choose <em>Customize Internet Explorer View Source</em>.<img class="aligncenter size-full wp-image-18569" title="ie-developer-tools" src="http://www.makeuseof.com/wp-content/uploads/2009/06/ie-developer-tools.png" alt="ie-developer-tools" width="469" height="232" /></li>
<li>Three options are presented: <em>Default Viewer, Notepad, Other…</em></li>
<li>You can use Notepad or select Other for an editor of your choice. Browse to the location of your program, select the program’s executable file and click <em>Open</em> to set it up as the new editor.</li>
</ol>
<p><strong>Opera</strong></p>
<p>Opera v9.64 does allow you to make changes and apply them on the fly in its source editor. The source editor is available from <em>View – Source</em>. Opera also gives you the option to change the default and it is easy.</p>
<ol>
<li>On the <em>Menu</em>, click on <em>Tools – Preferences</em>.<img class="aligncenter size-full wp-image-18571" title="opera-preferences" src="http://www.makeuseof.com/wp-content/uploads/2009/06/opera-preferences.png" alt="opera-preferences" width="217" height="243" /></li>
<li>In <em>Preferences</em>, select the <em>Advanced tab</em>. Under <em>Programs</em>, click on <em>Edit</em> for<em> Choose application for viewing source</em>.<img class="aligncenter size-full wp-image-18572" title="opera-advanced" src="http://www.makeuseof.com/wp-content/uploads/2009/06/opera-advanced.png" alt="opera-advanced" width="516" height="468" /></li>
<li>Opera gives us three choices,
<ul>
<li>The <em>Opera source viewer</em> – use the inbuilt one.</li>
<li><em>Open with default application</em> – specify the path of your preferred application.</li>
<li><em>Open with other application</em> – here you can browse to the program of your choice, select its executable and set it as the editor. You can also fix launch parameters for the program in the <em>Parameter</em> field.<img class="aligncenter size-full wp-image-18573" title="opera" src="http://www.makeuseof.com/wp-content/uploads/2009/06/opera.png" alt="opera" width="371" height="385" /></li>
</ul>
</li>
<li>Click <em>OK</em> to close the source viewer options and set the changes.</li>
</ol>
<p><strong>A short note on Google Chrome&#8230;</strong></p>
<p>Google Chrome does not allow us to change the default source viewer (yet!). Chrome has a <em>Developer</em>&#8217;s section under the page icon, from where you can view the source of the current page, use Debug JavaScript function and open a JavaScript console. The source viewer itself is minimalistic with syntax highlighting, line numbers and active links.</p>
<p>The view source option is akin to a diagnostic kit, especially for a web developer. Therefore, it makes sense to use the better ones on the table like for instance Notepad++, <a href="http://www.makeuseof.com/tag/notepad-programming-on-steroids-for-application-developers/" target="_blank">SourceEdit</a>, or even dedicated but lean HTML editors like Homesite (good but not free). For more free options look at <a href="http://www.makeuseof.com/tag/3-windows-text-editors-for-programmers/" target="_blank">3 Windows Text Editors For Programmers</a>.</p>
<p>As we are talking about the ‘language of code’ why not also look at Damien’s post on tools to <a href="http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/" target="_blank">clean up CSS files</a>.</p>
<p>Have you changed your source viewer/editor? Or are you sticking to the default? Also let us know your own editor of choice.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/transmute-%e2%80%93-migrate-bookmarks-between-your-browsers/" title="Transmute – Migrate Bookmarks Between Your Browsers (November 11, 2009)">Transmute – Migrate Bookmarks Between Your Browsers</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/" title="How To Set Your Browser Homepage in 5 Browsers (July 21, 2009)">How To Set Your Browser Homepage in 5 Browsers</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/how-installing-an-activex-control-can-open-the-door-to-hackers/" title="How Installing an Active X Control Can Open The Door To Hackers (September 5, 2009)">How Installing an Active X Control Can Open The Door To Hackers</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/6-reasons-why-firefox-is-safer-than-internet-explorer/" title="6 Reasons Why Mozilla Firefox Is Safe Compared To Internet Explorer (August 26, 2009)">6 Reasons Why Mozilla Firefox Is Safe Compared To Internet Explorer</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Download Embedded Flash Files using your Browser</title>
		<link>http://www.makeuseof.com/tag/how-to-download-embedded-flash-swf-files-using-your-browser/</link>
		<comments>http://www.makeuseof.com/tag/how-to-download-embedded-flash-swf-files-using-your-browser/#comments</comments>
		<pubDate>Sun, 31 May 2009 13:00:28 +0000</pubDate>
		<dc:creator>Saikat Basu</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[online games]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=18253</guid>
		<description><![CDATA[Today, Flash is everywhere. Animations, music, games, advertisements or even streaming presentations. Speaking of games, here&#8217;s a list of site with the best flash games.
The use of Flash plug-ins in browsers is now almost obligatory. Yes, it’s easy to view and enjoy the rich media content delivered by interactive Flash embedded pages. But what if [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-18260" title="thumbnail1" src="http://www.makeuseof.com/wp-content/uploads/2009/05/thumbnail1.png" alt="thumbnail1" width="180" height="180" />Today, <a href="http://www.makeuseof.com/tags/flash/">Flash</a> is everywhere. Animations, music, games, advertisements or even streaming presentations. Speaking of games, here&#8217;s a <a href="http://www.makeuseof.com/tag/muo-games-the-best-places-for-flash-games/">list of site with the best flash games</a>.</p>
<p>The use of Flash plug-ins in browsers is now almost obligatory. Yes, it’s easy to view and enjoy the rich media content delivered by interactive Flash embedded pages. But what if I want to download some of these files as keepsakes? The greatest benefit – I can watch them offline in my own jolly time. Convert them to a format of my choice. Or embed them again in a PowerPoint presentation. Or even transfer them to my mobile phone.</p>
<p>Flash animation files are embedded as <strong>SWF</strong> (Small Web Format) files in webpages. Rather than depending on any software or a third-party website, downloading Flash content is dead simple. The only tool required is a browser and a bit of patience to do the rummaging around.</p>
<p><em>Just one note:</em> As we will be heading into the internet cache folders of the respective browsers, it pays to clear it of all old files before navigating to the desired page. It makes the Flash file search a lot easier.</p>
<p>So, here’s how to do it in three of our popular browsers.<br />
<span id="more-18253"></span><br />
<strong>Download SWF files using Firefox</strong></p>
<ol>
<li>Fire up Firefox and browse to the page which contains the embedded SWF Flash file that you are eyeing to download. Let the SWF file stream through once completely.</li>
<li>On any empty part of the page, right-click and select the <em>Page Info</em> context menu option. Or alternatively, go to <em>Tools – Page Info</em>.
<p><img class="aligncenter size-full wp-image-18254" title="1_ff_rightclick" src="http://www.makeuseof.com/wp-content/uploads/2009/05/1_ff_rightclick.png" alt="1_ff_rightclick" width="195" height="317" /></li>
<li>Select the <em>Media</em> tab. The <em>Media</em> tab lists all image formats, icons, style sheets and flash files that were rendered by the webpage.
<p><img class="aligncenter size-full wp-image-18255" title="2_ff_media-tab" src="http://www.makeuseof.com/wp-content/uploads/2009/05/2_ff_media-tab.png" alt="2_ff_media-tab" width="580" height="483" /></li>
<li>Look amongst the items to find the particular file with the SWF extension. The type column will show up with an <em>Embed</em> filetype. Highlight the file and click <em>Save as</em> to save the file on your hard drive.</li>
</ol>
<p><strong>Download SWF files using Internet Explorer</strong></p>
<p>In IE8, we have to head to the Temporary Internet Files folder which stores all rendered files during a browsing session. (It can be directly accessed from here in Windows XP &#8211; <em>C:\Documents and Settings\Username\Local Settings\Temporary Internet Files</em>.)</p>
<ol>
<li>Go to the IE Menu bar. Click on <em>Tools – Internet Options</em>.</li>
<li>On the <em>General</em> tab, click on <em>Settings</em> under <em>Browsing History</em>.</li>
<li>The <em>Temporary Internet Files and Browsing History</em> box opens up.
<p><img class="aligncenter size-full wp-image-18256" title="3-ie-internet-options" src="http://www.makeuseof.com/wp-content/uploads/2009/05/3-ie-internet-options.png" alt="3-ie-internet-options" width="580" height="444" /></li>
<li>Click on <em>View Files</em>. You will get all the rendered webpage elements in this folder.</li>
<li>To rummage about effectively amidst the mass of files, choose <em>View – Arrange by Type</em> from the menu. Also go to <em>Tools – Folder Options</em>, and uncheck the <em>Hide extensions for known file types</em> option.</li>
<li>Seek out your SWF files, copy and then paste it to your preferred location.
<p><img class="aligncenter size-full wp-image-18257" title="4_ie-right-click" src="http://www.makeuseof.com/wp-content/uploads/2009/05/4_ie-right-click.png" alt="4_ie-right-click" width="292" height="250" /></li>
</ol>
<p><strong>Download SWF files using Opera</strong></p>
<p>In Opera, downloaded SWF files can be accessed in two simple ways –</p>
<ul>
<li>Type <em>opera:cache</em> in the address bar.</li>
<li>Go to <em>Tools – Advanced – Cache</em> from the toolbar.</li>
</ul>
<p><img class="aligncenter size-full wp-image-18258" title="5_opera-menu" src="http://www.makeuseof.com/wp-content/uploads/2009/05/5_opera-menu.png" alt="5_opera-menu" width="404" height="343" /></p>
<p>Either way, a huge list of downloaded page elements opens up with their URLs. Search for a file with the .swf extension. Alternatively, you could search (Ctrl+F ) and hunt it down, with swf as the search query.</p>
<p>Right-click on the particular file and choose either <em>Saved Linked Content As</em> or <em>Save to Download Folder</em> to save the SWF file on the hard disk.</p>
<p><img class="aligncenter size-full wp-image-18259" title="6_opera-cache" src="http://www.makeuseof.com/wp-content/uploads/2009/05/6_opera-cache.png" alt="6_opera-cache" width="580" height="173" /></p>
<p>After downloading the SWF file, one can use the <a href="http://www.adobe.com/go/getflashplayer" target="_blank">Adobe Flash Player</a> to view the Flash file or a supported media player like Media Player Classic. Or, an easier way would be to just open it in a browser by right-clicking it and selecting the browser of choice.</p>
<p>These are the ways we can use to single out the Flash files from a webpage. In my experience, I personally have been more comfortable with Firefox than the other two. I am still searching a way perform this in <a href="http://www.makeuseof.com/tag/8-cool-tricks-to-put-some-more-sheen-on-google-chrome/">Chrome</a> but it is proving impossible without third-party support. Numerous third-party tools can do the same job better by converting it to a format of your choice. But it always pays to know that you can fall back on a browser alone.</p>
<p>Aibek had the same idea about offline Flash files when he covered <a href="http://www.makeuseof.com/tag/download-play-flash-games-offline/" target="_blank">How To Download and Play Flash Games Offline</a> in a previous post. That post extends the possibilities of the fun we can have with Flash files. </p>
<p>What about you? Do you let it play on the webpage or do you dig under and take a Flash file offline?
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-twitter-quickly-and-simply-from-firefox-ie-opera-and-chrome/" title="How To Twitter Quickly from Firefox, IE, Opera and Chrome (June 23, 2009)">How To Twitter Quickly from Firefox, IE, Opera and Chrome</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/" title="How To Set Your Browser Homepage in 5 Browsers (July 21, 2009)">How To Set Your Browser Homepage in 5 Browsers</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-download-free-flash-miniclip-games-and-carry-them-on-usb-nb/" title="How To Download Free Flash Miniclip Games and Carry Them on USB (September 6, 2009)">How To Download Free Flash Miniclip Games and Carry Them on USB</a> (39)</li>
	<li><a href="http://www.makeuseof.com/tag/download-and-play-kongregatecom-games-offline/" title="How To Download and Play Kongregate Games Offline (June 21, 2009)">How To Download and Play Kongregate Games Offline</a> (22)</li>
	<li><a href="http://www.makeuseof.com/tag/download-play-flash-games-offline/" title="How To Download and Play Flash Games Offline (December 16, 2008)">How To Download and Play Flash Games Offline</a> (88)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-download-embedded-flash-swf-files-using-your-browser/feed/</wfw:commentRss>
		<slash:comments>40</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]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[turbo]]></category>
		<category><![CDATA[user reviews]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=15031</guid>
		<description><![CDATA[Opera, I think, doesn’t get the attention it deserves. Maybe it’s the marketing, maybe people remember just the old days when Opera was shareware.  Today we’re going to look at Opera Beta build 10.00 1, also dubbed as ‘Turbo’.

Opera, today, is closed source and distributed as freeware. It has a very clean and simple interface, [...]]]></description>
			<content:encoded><![CDATA[<p>Opera, I think, doesn’t get the attention it deserves. Maybe it’s the marketing, maybe people remember just the old days when Opera was shareware.  Today we’re going to look at Opera Beta build 10.00 1, also dubbed as ‘Turbo’.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/03/operareview1.png" 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 ‘Panels’, which contain bookmarks, history, widgets, notes and transfers, is a single click affair to the main bar ‘wrench’ icon. If you’re used to keyboard shortcuts like ‘Ctrl+B’, don’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’re looking for cutting edge innovation and performance, you might not find it here. The so-called ‘turbo’ 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’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’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’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. “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.”</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’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’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’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>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/" title="Six Things I Love About The Opera Browser (July 17, 2008)">Six Things I Love About The Opera Browser</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/safari-4-beta-browser-why-is-everyone-hating/" title="Safari 4 Beta Browser: Why Is Everyone Hating It? (March 11, 2009)">Safari 4 Beta Browser: Why Is Everyone Hating It?</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/" title="Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser (July 4, 2009)">Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/" title="Opera 10 Browser Review: 6 cool features that make it stand out (September 13, 2009)">Opera 10 Browser Review: 6 cool features that make it stand out</a> (106)</li>
</ul>

]]></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>78</slash:comments>
		</item>
		<item>
		<title>Add Power To Mobile Browsing with Skyfire Browser</title>
		<link>http://www.makeuseof.com/tag/skyfire-adding-true-power-to-mobile-browsing/</link>
		<comments>http://www.makeuseof.com/tag/skyfire-adding-true-power-to-mobile-browsing/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 19:01:56 +0000</pubDate>
		<dc:creator>Joel Reyes</dc:creator>
				<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[mobile browsing]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=8778</guid>
		<description><![CDATA[Skyfire is an exceptional free, mobile browser that delivers rich web media right to your mobile phone. The latest and recently updated version has just been made available for download to the public. This mobile browsing software is incredible. It allows you to play Flash content, video playback and utilize Ajax, with the support of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/picture-19.png" alt="skyfire mobile browser" vspace="10" align="left" /><a href="http://www.skyfire.com/" target="_blank">Skyfire</a> is an exceptional free, mobile browser that delivers rich web media right to your mobile phone. The latest and recently updated version has just been made available for download to the public. This mobile browsing software is incredible. It allows you to play Flash content, video playback and utilize Ajax, with the support of Silverlight, Quicktime, and Windows Media.</p>
<p>Skyfire browser has been mentioned to be not as quick and &#8220;cunning&#8221; as <a href="http://www.operamini.com/" target="_blank">Opera Mini</a> (see <a href="http://www.makeuseof.com/dir/operamini/">MakeUseOf review</a>) once you start browsing. However it allows for a much quicker viewing of videos on sites such as Youtube with impressive tempo. One of the major differences between the two mobile surfing giants is that Opera Mini requires the use of JavaScript in order to start up &#8211; this can easily interfere with loading speeds.</p>
<p>A new feature this version assumes is the &#8220;Super Bar&#8221; and &#8220;predictive text&#8221;. Whenever a keyword is typed in anywhere within the browser, the Super Bar searches for this word and returns with a defined word or a synonym. This feature seems much like the one Opera and Chrome browsers have adopted. With Skyfire if you come across a page you’d like to share or send to a friend via SMS, with two simple taps within the menu, a pre-filled text appears on your screen with the specified URL content.</p>
<p>With this new release you&#8217;re also able to save images, download files, and in addition Skyfire can now be set as a default browser.</p>
<p><img style="margin-left:20px" src="http://www.makeuseof.com/wp-content/uploads/2008/12/skyfire_predictive1.jpg" border="0" alt="skyfire mobile free download" align="right" /> Since Skyfire is in Beta there are a couple of bugs. Some things I wasn&#8217;t quite fond of when browsing were that if Skyfire lost service as I browsed, then I would have to completely restart the browser.</p>
<p>Another bug I found consisted of the fact that Skyfire currently does not support Pocket Internet Explorer bookmarks. If you would like to import your current bookmarks from Pocket Internet Explorer to Skyfire, then for the time being you&#8217;re unable to. We expect Skyfire&#8217;s developers and programmers will address this issue soon enough before its final release. However, besides these tiny bugs, Skyfire has proven to be a fast media-enriched browser.</p>
<p>When Skyfire views Flash content, it can possibly take anywhere from 2-3 seconds in order to update the screen and the video may freeze as well.  However this is still by far a supreme addition to the bundles of mobile browsers available.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/12/skyfire-21.jpg" alt="skyfire beta download" /></p>
<p>Here is a quick graphed comparison placing Skyfire an Opera Mini in contrast with both of their loading times for the designated pages, as well as which applications they support:</p>
<table class="contenttable" style="border: medium none; border-collapse: collapse;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="border: 1pt solid black; padding: 0in 5.4pt; width: 99.9pt;" width="133" valign="top">
<p class="MsoNormal"><strong><span>Browser</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.75in;" width="72" valign="top">
<p class="MsoNormal"><strong><span>NYT.com</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 67.5pt;" width="90" valign="top">
<p class="MsoNormal"><strong><span>ESPN.com</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 1in;" width="96" valign="top">
<p class="MsoNormal"><strong><span>HULU.com</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 94.5pt;" width="126" valign="top">
<p class="MsoNormal"><strong><span>Netvibes.com</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.5in;" width="48" valign="top">
<p class="MsoNormal"><strong><span>Flash</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 54.9pt;" width="73" valign="top">
<p class="MsoNormal"><strong><span>AJAX</span></strong></p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 99.9pt;" width="133" valign="top">
<p class="MsoNormal"><strong><span>Skyfire Beta</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.75in;" width="72" valign="top">
<p class="MsoNormal"><span>6 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 67.5pt;" width="90" valign="top">
<p class="MsoNormal"><span>8 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 1in;" width="96" valign="top">
<p class="MsoNormal"><span>9 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 94.5pt;" width="126" valign="top">
<p class="MsoNormal"><span>4 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.5in;" width="48" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 54.9pt;" width="73" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
</tr>
<tr>
<td style="padding: 0in 5.4pt; width: 99.9pt;" width="133" valign="top">
<p class="MsoNormal"><strong><span>Opera 9.5.1 Beta</span></strong></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.75in;" width="72" valign="top">
<p class="MsoNormal"><span>60 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 67.5pt;" width="90" valign="top">
<p class="MsoNormal"><span>59 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 1in;" width="96" valign="top">
<p class="MsoNormal"><span>28 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 94.5pt;" width="126" valign="top">
<p class="MsoNormal"><span>44 (sec)</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 0.5in;" width="48" valign="top">
<p class="MsoNormal"><span>No</span></p>
</td>
<td style="padding: 0in 5.4pt; width: 54.9pt;" width="73" valign="top">
<p class="MsoNormal"><span>Yes</span></p>
</td>
</tr>
</tbody>
</table>
<p>Here is a video of the browser operating. Even though the interface is more or less the same, this is a bit of an older version. One of the largest updates within the newer version consists of performance gains but keep this in mind when watching.</p>
<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4mWUoxiLZFc&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/4mWUoxiLZFc&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<p>The changes and updates made to the new version of Skyfire allow it to become more stable and &#8220;rock&#8221; the mobile browsing community. However, it seems as though it has quite a bit of time before it can supersede the many expectations of the Opera Mini fans.</p>
<p>Download Skyfire browse <a href="http://www.skyfire.com/">here</a>.</p>
<p>Do you use, or have you used, Skyfire? How do you think it compares to Opera Mini or any other mobile browser? Let us know in the comments!
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/watch-hulu-flash-videos-on-your-wm-device-with-skyfire/" title="Watch Hulu &#038; Flash Videos On Your WM Device With Skyfire (June 1, 2009)">Watch Hulu &#038; Flash Videos On Your WM Device With Skyfire</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/" title="Six Things I Love About The Opera Browser (July 17, 2008)">Six Things I Love About The Opera Browser</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/" title="Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser (July 4, 2009)">Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/" title="Opera 10 Browser Review: 6 cool features that make it stand out (September 13, 2009)">Opera 10 Browser Review: 6 cool features that make it stand out</a> (106)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/skyfire-adding-true-power-to-mobile-browsing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>8 Opera Widgets for Web Designers and Developers</title>
		<link>http://www.makeuseof.com/tag/8-opera-widgets-for-web-designers-and-developers/</link>
		<comments>http://www.makeuseof.com/tag/8-opera-widgets-for-web-designers-and-developers/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 18:01:02 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5713</guid>
		<description><![CDATA[In this roundup of Opera widgets we&#8217;ll showcase the eight that are most helpful for designing and developing web pages.

Due to Opera&#8217;s speed and strict adherence to web standards, it makes for a great web design/development browser.
With the addition of these widgets your design/development tasks will become that much easier.





1. Screen Ruler
Screen Ruler is exactly [...]]]></description>
			<content:encoded><![CDATA[<p>In this roundup of <a title="Opera widget downloads" href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser" target="_blank">Opera widgets</a> we&#8217;ll showcase the eight that are most helpful for designing and developing web pages.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/09/widgets.jpg" border="0" alt="" /></p>
<p>Due to Opera&#8217;s speed and strict adherence to web standards, it makes for a great web design/development browser.</p>
<p>With the addition of these widgets your design/development tasks will become that much easier.</p>
<table border="0" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="Screen Ruler Opera Widget" src="http://www.makeuseof.com/wp-content/uploads/2008/09/screen_ruler.jpg" alt="Screen Ruler the Opera Widget" width="180" height="120" align="left" /></td>
<td valign="top">
<h2><strong>1. Screen Ruler</strong></h2>
<p><a title="Screen Ruler Opera Widget" href="http://widgets.opera.com/widget/4536/" target="_blank">Screen Ruler</a> is exactly what you&#8217;d think it is &#8211; a tool that allows you to measure the space on your screen &#8211; specifically in Opera. Just click the grid in two places to measure the distance between the points (in pixels). To remove the points, click again. You can create straight lines by using the Shift key.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="Colours of the Rainbow" src="http://www.makeuseof.com/wp-content/uploads/2008/09/coloursofrainbow.jpg" alt="Colours of the Rainbow Opera Widget" align="left" /></td>
<td valign="top">
<h2><strong>2. Colours of the Rainbow</strong></h2>
<p><a title="Colours of the Rainbow Opera Widget" href="http://widgets.opera.com/widget/4134/" target="_blank">Colours of the Rainbow</a> allows you to quickly select a colour and view its HSV, RGB and CSS hex codes. It can be quickly &#8220;folded up&#8221; to take up less screen real-estate when it&#8217;s not in use.</td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="CSS Help" src="http://www.makeuseof.com/wp-content/uploads/2008/09/css_help.jpg" alt="CSS Help Opera Widget" align="left" /></td>
<td valign="top">
<h2><strong>3. CSS Help</strong></h2>
<p><a title="css help Opera Widget" href="http://widgets.opera.com/widget/6916/" target="_blank">CSS Help</a> provides you with quick access to the W3C CSS 2.1 codes, right on your desktop. The built in search makes finding tags super-quick.</td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="Site Validator" src="http://www.makeuseof.com/wp-content/uploads/2008/09/site_validator.jpg" alt="Site Validator Opera Widget" align="left" /></td>
<td valign="top">
<h2><strong>4. Site Validator</strong></h2>
<p><a title="Site Validator Opera Widget" href="http://widgets.opera.com/widget/6667/" target="_blank">Site Validator</a> combined with a validate.xml file that contains a list of all the files (HTML/CSS) allows you to quickly confirm files and links are correct. Alternately, you can link to a standard sitemap.xml, but I&#8217;ve had issues (errors when there shouldn&#8217;t be) using that method.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 4px; margin-left: 0px; margin-right: 4px;" title="Javascript Cheatsheet" src="http://www.makeuseof.com/wp-content/uploads/2008/09/javascript_cheatsheet.jpg" alt="Javascript Cheatsheet Opera Widget" align="left" /></td>
<td valign="top">
<h2><strong>5. Javascript Cheatsheet</strong></h2>
<p><a title="Javascript Cheatsheet" href="http://widgets.opera.com/widget/7507/" target="_blank">Javascript Cheatsheet</a> provides quick reference to JS information from the Mozilla Developer Center.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="Character Map Opera Widget" src="http://www.makeuseof.com/wp-content/uploads/2008/09/character_map.jpg" alt="Character Map" align="left" /></td>
<td valign="top">
<h2><strong>6. Character Map</strong></h2>
<p><a title="Character Map Opera Widget" href="http://widgets.opera.com/widget/8481/" target="_blank">Character Map</a> allows you to quickly find and select various typographic characters. Once found, just click the character and it&#8217;s placed into the text field where it can be easily copied.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="HTML entities" src="http://www.makeuseof.com/wp-content/uploads/2008/09/html_entities.jpg" alt="HTML entities Opera Widget" align="left" /></td>
<td valign="top">
<h2><strong>7. HTML Entities</strong></h2>
<p><a title="HTML entities" href="http://widgets.opera.com/widget/5118/" target="_blank">HTML Entities</a> is a floating sheet that displays all HTML Entities (Latin-1, Greek, Math and other) with descriptions that can be toggled on or off.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><img style="margin-top: 1px; margin-bottom: 1px; margin-left: 0px; margin-right: 4px;" title="charge by the hr" src="http://www.makeuseof.com/wp-content/uploads/2008/09/charge.jpg" alt="charge by the hr opera widget" align="left" /></td>
<td valign="top">
<h2><strong>8. Charge by the Hr</strong></h2>
<p><a title="change by the hr" href="http://widgets.opera.com/widget/5255/" target="_blank">Charge by the Hr</a> allows you to keep track of the time you&#8217;ve spent working on a project. It also allows you to put in an hourly rate, so you can see how much you&#8217;ve made as time passes (a bit of motivation).</td>
</tr>
</tbody>
</table>
<p>So what do you think of these widgets?   Have you used them yourself?  Would you use them?  Do you have any favourites of your own you&#8217;d like to add?   Let us know in the comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/ietester/" title="Test Your Site In Multiple Versions of Internet Explorer (September 18, 2008)">Test Your Site In Multiple Versions of Internet Explorer</a> (6)</li>
	<li><a href="http://www.makeuseof.com/tag/a-web-developer-toolbar-guide/" title="Web Developer Toolbar for Firefox (May 21, 2008)">Web Developer Toolbar for Firefox</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/top-5-sites-to-learn-some-css-programming/" title="Top 5 Sites To Learn CSS Online (March 16, 2009)">Top 5 Sites To Learn CSS Online</a> (32)</li>
	<li><a href="http://www.makeuseof.com/tag/top-10-professional-sample-code-websites-for-programmers/" title="Top 10 Professional Sample Code Websites For Programmers (February 23, 2009)">Top 10 Professional Sample Code Websites For Programmers</a> (28)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/8-opera-widgets-for-web-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quickly Create Temporary Email Addresses with YopMail</title>
		<link>http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/</link>
		<comments>http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 19:42:27 +0000</pubDate>
		<dc:creator>Ross McKillop</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[disposable]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=5740</guid>
		<description><![CDATA[Sure there are plenty of services that offer free, temporary and anonymous disposable email addresses. What makes YopMail a bit different is how easily you can create and access them. YopMail provides Firefox, IE and Opera extensions that allow you to create an email address and access the mailbox for that address in seconds.
To get [...]]]></description>
			<content:encoded><![CDATA[<p><img title="YopMail" src="http://www.makeuseof.com/wp-content/uploads/2008/09/yop05.png" alt="Yopmail Firefox Addon" align="left" />Sure there are plenty of services that offer free, <a href="http://www.makeuseof.com/dir/tempinbox-trowavay-email/">temporary</a> and <a href="http://www.makeuseof.com/dir/mintemail/">anonymous disposable email</a> addresses. What makes <a href="http://www.yopmail.com/en/">YopMail</a> a bit different is how easily you can create and access them. YopMail provides Firefox, IE and Opera extensions that allow you to create an email address and access the mailbox for that address in seconds.</p>
<p>To get started, just download the addon for your browser. If you&#8217;re using Firefox or IE, download and install <a href="http://www.yopmail.com/en/plugins.php">this search addon</a>. Once it&#8217;s installed, just select <strong>YopMail.com</strong> from your search drop-down list. Enter in a random string of characters, and that will become your @yopmail.com email address. Hit enter, and you&#8217;ll be taken to the mailbox for that address. Couldn&#8217;t be easier!</p>
<p style="text-align: center;"><img class="size-medium wp-image-5745 aligncenter" title="YopMail Inbox" src="http://www.makeuseof.com/wp-content/uploads/2008/09/yop00.png" alt="temporary email address" /></p>
<p>Opera users can <a href="http://widgets.opera.com/widget/download/10772/">download this widget</a>. Once it&#8217;s installed, open the widget and click the &#8220;lightning&#8221; button to generate a random address. Then click the <strong>Mailbox</strong> button and Opera will open a new tab and display your newly created mailbox.</p>
<p><img class="alignnone size-medium wp-image-5744" title="YopMail Opera Widget" src="http://www.makeuseof.com/wp-content/uploads/2008/09/yop01.png" alt="The YopMail Opera Widget" /></p>
<p>Creating random temporary email addresses is perfect for those web signup forms if you don&#8217;t want to get hit by spam mail.    If you value your privacy online, these browser addons are perfect for creating one-off &#8220;use them then toss them&#8221; email addresses.</p>
<p>You might also want to check out <a href="http://www.makeuseof.com/tag/5-disposable-web-accounts-to-keep-your-identity-safe">5 &#8220;DISPOSABLE&#8221; Web Accounts to Keep Your Identity Safe</a> by Aibek and <a href="http://www.makeuseof.com/tag/get-a-grip-on-email-spam-before-it-gets-a-grip-on-you">Get a Grip on eMail Spam Before It Gets A Grip On You</a> by Tina.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/get-a-grip-on-email-spam-before-it-gets-a-grip-on-you/" title="Get a Grip on eMail Spam Before It Gets A Grip On You (July 12, 2008)">Get a Grip on eMail Spam Before It Gets A Grip On You</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/five-free-temporary-email-services-to-avoid-spam/" title="Five Free Temporary Email Services To Avoid Spam (March 25, 2009)">Five Free Temporary Email Services To Avoid Spam</a> (27)</li>
	<li><a href="http://www.makeuseof.com/tag/a-closer-look-at-the-extend-firefox-winners/" title="The Winners of &#8216;Extend Firefox&#8217; &#8211; Best Firefox Addons (August 23, 2008)">The Winners of &#8216;Extend Firefox&#8217; &#8211; Best Firefox Addons</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-stop-spammers-from-getting-your-private-info-from-forums-or-blogs/" title="How To Stop Spammers From Getting Your Private Info from Forums or Blogs (May 7, 2009)">How To Stop Spammers From Getting Your Private Info from Forums or Blogs</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-your-homepage-in-5-browsers/" title="How To Set Your Browser Homepage in 5 Browsers (July 21, 2009)">How To Set Your Browser Homepage in 5 Browsers</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/quickly-create-temporary-email-addresses-with-yopmail/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Six Things I Love About The Opera Browser</title>
		<link>http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/</link>
		<comments>http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:16:38 +0000</pubDate>
		<dc:creator>Laurence John</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=3549</guid>
		<description><![CDATA[You have to give it to Opera; it’s stayed in there.
Starting as a research project in 1994, Opera has been responsible for some world changing innovations (think tabbed browsing) and yet never seemed to achieve the kind of success it deserved.
But this isn’t a history lesson, it’s an article on a few of the killer [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/image-thumb6.png" border="0" alt="image" width="120" height="105" align="left" />You have to give it to Opera; it’s stayed in there.</p>
<p>Starting as a research project in 1994, Opera has been responsible for some world changing innovations (think tabbed browsing) and yet never seemed to achieve the kind of success it deserved.</p>
<p>But this isn’t a history lesson, it’s an article on a few of the killer features of Opera that keep me using it each day. I use Firefox and Flock pretty frequently as well, but Opera, as of version 9.5 has become my favourite.</p>
<p>This isn’t just a list of Opera features, these are what genuinely make life easier for <strong>me</strong>, and what makes me want to use Opera for my daily web browsing. So for example I haven’t included Mouse Gestures with this list. Why? Because even though it <em>is </em>much more productive, I haven’t yet got in the habit of using it.</p>
<h2>1. The Interface</h2>
<p>I’ve liked the Opera interface ever since they removed the pathetic banner ads and instead focused on creating a free browser to rival Firefox. If only they made this decision earlier, things may have been a little different.</p>
<p>Whatever the case, Opera 9.5 introduced what I think is a fantastic new interface and theme which is both attractive, useful and unique. My only complaint would be that the tab-bar colour is maybe slightly on the dark side, occasionally making it hard to locate tabs.</p>
<p>You can of course download more skins, and customize various toolbars and buttons yourself, but personally I haven’t bothered changing many default settings as it works fine for me and I think that this shows in the great design.</p>
<p>A new theme may seem cosmetic and hardly something to increase productivity, so I’ll just give you a quick example of how small things make such a big difference:</p>
<p align="center"><img src="http://www.makeuseof.com/wp-content/uploads/2008/07/image-thumb7.png" border="0" alt="image" /> <img src="http://www.makeuseof.com/wp-content/uploads/2008/07/image-thumb8.png" border="0" alt="image" /></p>
<p>The left screenshot is a menu from Opera, the the right, from Firefox 3. I realise they don’t have the same functions, but the addition of the icons to the most used items in the Opera menu both breaks it up and makes it easier for the eye to find where an item is.</p>
<p>A ‘recycle bin’ has been added to the end of the tab bar and provides a list of recently closed tabs. Again, simple and useful. I find myself needing to use it all the time, and it’s a lot quicker then having look through the browsing history.></p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2008/07/image-thumb9.png" border="0" alt="image" /> <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image" src="http://www.makeuseof.com/wp-content/uploads/2008/07/image-thumb10.png" border="0" alt="image" /></p>
<h2>2. Speed Dial</h2>
<p>What can I say about Speed Dial?</p>
<p>It’s one of those things like tabbed browsing, so simple that you wonder why no one did it before, and yet so useful you would hate to be without it.</p>
<p>Also, chicks love it.</p>
<p>No seriously, Opera is a browser that seems to appeal more to women, and I’ve had discussions with a few people who back that up. In fact I would be really interested if any of you want to let me know in the comments wether or not you think this is true.</p>
<p>My theory is that the average female uses the internet for a mere handful of tasks… perhaps email, MSN, MySpace, FaceBook and a couple more sites. They couldn’t care less about what browser they use and are unlikely to ever feel the need for extensions like Firefox.</p>
<p>Speed Dial is just so simple, point, click, add: instant access… add that to the easy to use interface and page loading speed and you have a winner.</p>
<p align="center"><img title="image" src="http://www.makeuseof.com/wp-content/uploads/2008/07/image10-thumb.png" border="0" alt="image" /></p>
<h2>3. Bit-Torrent and Download Manager</h2>
<p>Opera has a simple Bit-torrent manager as well as an enhanced Download manager, significantly better then you&#8217;ll find in either Internet Explorer 7 (With the <a href="http://ie7pro.com/">IE Pro add-on</a>) or Firefox 3.</p>
<p>The complaints have been the Bit-torrent manager is far too slow, and I agree it&#8217;s not a great client. However your satisfaction will depend on what kind of user you are.  I use Bit-torrent but only occasionally and I&#8217;m more interested in reducing the number of applications running then having the best possible Bit-torrent software. I&#8217;m happy with having Opera torrent files and slowly downloading them.  I&#8217;m in no rush.</p>
<h2>4. Saved Sessions</h2>
<p>Just close Opera safe in the knowledge you can come back later and resume where you left off. And yes, I know Firefox 3 has this now as well, but that doesn’t diminish its usefulness in Opera and I like it.</p>
<h2>5. Mail Client</h2>
<p>The Opera Mail Client is under-rated in my opinion as it really is quite useful, particularly with 9.5’s general update and improved Gmail integration.</p>
<p>As you know Gmail provides free Pop3 and SMTP access, which makes using Opera Mail all the more useful as you can use it either as an offline client like you’re used to, or as a way to access mail through SMTP and not have to reload the Gmail web interface whenever you use your email.</p>
<p>You can organise multiple accounts. However one thing I noticed is that emails can only be created in plain-text, no formatting, which I find I bit annoying.</p>
<p>To get the most out of this feature I suggest using it in conjunction with <a href="http://link.opera.com/">Opera Link</a>, another feature which will synchronise your Opera profile across multiple locations including desktop versions and mobile devices.</p>
<h2>6. Search, History and Indexing</h2>
<p>I must admit to being surprised by the fuss some Firefox fans kicked up about the new &#8220;Awesome Bar&#8221; in Firefox 3.</p>
<p>Sure, I haven’t yet adjusted myself to taking advantage to all the possibilities offered by it, but when I first saw the new design and larger fonts it just made finding pages in my browsing history so much easier.</p>
<p>In contrast the Opera URL history now seems a little cramped, but it’s still pretty effective and if it had more spacing between results would be very similar to Firefox.</p>
<p>All pages you’ve visited are now indexed and you can search based on any word or subject you remember being vaguely associated with the page you visited.</p>
<p>Before you ask why I’ve left out some great Opera features just remember this is just what <strong>I personally</strong> find most useful, feel free to tell us what it is <strong>you</strong> like most about it.</p>
<p>And finally, before someone corrects me, I know Opera wasn’t the first browser to invent or implement tabbed browsing. <a href="http://www.netcaptor.com/">Netcaptor</a> introduced it way back in 1997, Opera was the browser which first brought it to public attention in 2001, and then sadly to mainstream usage through Mozilla Phoenix (early Firefox) in 2002.</p>
<p>So, that&#8217;s what I love about the Opera browser.   What do YOU love about it?    Let&#8217;s see if our tastes match.</p>
<p><em>(By) Laurence John was born naked, screaming and utterly helpless at some point in the last century. He currently blogs about <a href="http://heroicfailures.com/">heroic failures</a> and the development of <a href="http://shippingseven.com/">Windows 7</a>.</em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/" title="Useful Widgets for the Opera Browser (April 21, 2008)">Useful Widgets for the Opera Browser</a> (11)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/" title="Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser (July 4, 2009)">Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/" title="Opera 10 Browser Review: 6 cool features that make it stand out (September 13, 2009)">Opera 10 Browser Review: 6 cool features that make it stand out</a> (106)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/view-a-multi-page-article-on-one-single-page-with-pagezipper/" title="View A Multi-Page Article On One Single Page With PageZipper (April 1, 2009)">View A Multi-Page Article On One Single Page With PageZipper</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Useful Widgets for the Opera Browser</title>
		<link>http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/</link>
		<comments>http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 00:37:01 +0000</pubDate>
		<dc:creator>Wez Pyke</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2005</guid>
		<description><![CDATA[  Opera is a very overlooked web browser in my opinion.  It has some nice features and it&#8217; s really fast at browsing the web too.  OK, the widgets don&#8217;t integrate into Opera as well as add-ons for Firefox but they&#8217;re still pretty damn cool and Opera doesn&#8217;t need to be restarted [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/opera-widgets.jpg" alt="opera-widgets.jpg" align="left" />  Opera is a very overlooked web browser in my opinion.  It has some nice features and it&#8217; s really fast at browsing the web too.  OK, the widgets don&#8217;t integrate into Opera as well as add-ons for Firefox but they&#8217;re still pretty damn cool and Opera doesn&#8217;t need to be restarted when they&#8217;re installed unlike Firefox.</p>
<p>In this post I will discuss a few cool widgets that I have stumbled upon while browsing the <a href="http://widgets.opera.com/" title="Opera Widgets" id="keav">Opera Widgets</a> archive.</p>
<p><strong>(1) PageRank Widget</strong></p>
<p><a href="http://widgets.opera.com/widget/4574/" title="Page Rank">Page Rank</a> is a cool little widget that you can download within Opera that lets you calculate the Page Rank of any website within seconds.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/pagerank.jpg" alt="pagerank.jpg" border="0" /> </p>
<p>This tool can be very useful for when you want to know the Page Rank of a website when you already have Opera open.</p>
<p><strong>(2) Flash Video Downloader Widget</strong></p>
<p><a href="http://widgets.opera.com/widget/9402/">Flash Video Downloader</a> is a pretty cool and useful widget that can come in quite handy if you always find yourself downloading videos from video hosting websites such as YouTube.  Flash Video Downloader allows you to enter the web address of a video and will then start downloading the video to your hard drive. All in your browser.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/flvdownload.jpg" alt="flvdownload.jpg" border="0" /></p>
<p><strong>(3) ProxyWidget</strong></p>
<p>Maybe you&#8217;ve been blocked from another website or you simply want to hide your identity online then <a href="http://widgets.opera.com/widget/5704/1.2/" title="ProxyWidget" id="h185">ProxyWidget</a> will do that by giving you a list of proxy websites to select from.</p>
<p><strong>(4) Google Hacks Widget</strong></p>
<p>Is there an application or tool that you need but can&#8217;t find?  If so, then this widget called <a href="http://widgets.opera.com/widget/9062/" id="a1yo" title="Google Hacks">Google Hacks</a> can come in pretty useful for finding things that you need when you can&#8217;t find them. This widget allows you to search for music, books, videos, tools, hacks, proxys, lyrics, fonts, applications, torrents and cached website all within an Opera Widget.</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/googlehacks.jpg" alt="googlehacks.jpg" border="0" /></p>
<p><strong>(5) Widgets for Web designers</strong></p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/csshelp.jpg" alt="csshelp.jpg" border="0" align="left" />  Are you designing a website and need help with CSS? <a href="http://widgets.opera.com/widget/6916/" title="CSS Help" id="jcl8">CSS Help</a> is a great widget that can help out a lot if you can&#8217;t remember or don&#8217;t know much about CSS.</p>
<p>If you&#8217;re practising your HTML and CSS or you want to see a live HTML preview of the HTML and CSS that you&#8217;re writing then the <a href="http://widgets.opera.com/widget/4687/1.1/" title="True HTML Editor" id="ik.b">True HTML Editor</a> is a useful tool when doing things like this. </p>
<p>Now say that you need to know the width of another webpage because it looks like the size you want yours then <a href="http://widgets.opera.com/widget/5228/1.2/" title="Ruler" id="vozw">Ruler</a> can measure the size of anything in the Opera web browser. Once you&#8217;ve done your HTML and CSS maybe you&#8217;ve got a local server running and you want to know your IP address so that you can give it out to friends and clients. <a href="http://widgets.opera.com/widget/4095/1.5/" title="IP Address" id="pv3l">IP Address</a> will give you your IP address within two clicks while in Opera.</p>
<p><strong>(6) Multi Translate Widget</strong></p>
<p>If you&#8217;ve ever been browsing a website but can&#8217;t understand a word thats on it because it is in another language then the <a href="http://widgets.opera.com/widget/7247/" id="tyfp" title="Multi Translate 2.0">Multi Translate 2.0</a> widget can come in useful for you. It will let you translate a snipprt of text or a whole page by using PROMT, Google or BabelFish. </p>
<p><strong>(7) The Free Dictionary</strong></p>
<p><a href="http://widgets.opera.com/widget/3683/" id="orpc" title="The Free Dictionary">The Free Dictionary</a> widget is a really useful widget when browsing the web and wanting to know the meaning of a word, just simply type in your word and a description of the word will come up along with how to pronounce it and a link to more information about the word. </p>
<p><strong>(8) Twitter</strong></p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/04/twitter.jpg" alt="twitter.jpg" align="left" border="0" />The last widget that I am going to include is the <a href="http://widgets.opera.com/widget/7206/" id="b458" title="Twitter">Twitter</a> widget. This is an essential tool for anyone out there that updates their Twitter a lot.</p>
<p>I hope that you enjoyed reading this post and found some widgets that you will use and find helpful within Opera. Go to the <a href="http://widgets.opera.com/" id="gyo:" title="Opera Widgets">Opera Widgets</a> website to find out more cool and interesing widgets, or if your interesting in making your own head over to the <a href="http://widgets.opera.com/widgetize/" id="ywtv" title="Opera Widget Generator">Opera Widget Generator</a>.</p>
<p><em>(By) Wez is a student studying computers, also does programming and video tutorials and writes about technology, software and websites, check out his blog @ <a href="http://www.thetutorialblog.com/">www.TheTutorialBlog.com</a></em>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/six-things-i-love-about-the-opera-browser/" title="Six Things I Love About The Opera Browser (July 17, 2008)">Six Things I Love About The Opera Browser</a> (33)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-unite-the-peer-to-peer-web-browser/" title="Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser (July 4, 2009)">Opera Unite &#8211; File Sharing, Messaging, Note Taking &#038; more Right in your Browser</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/opera-10-browser-review-6-stand-out-features-vs-firefox-and-safari/" title="Opera 10 Browser Review: 6 cool features that make it stand out (September 13, 2009)">Opera 10 Browser Review: 6 cool features that make it stand out</a> (106)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-change-the-default-webpage-source-editor-of-browsers/" title="How To Change Default Webpage Source Editor Of Browsers (June 5, 2009)">How To Change Default Webpage Source Editor Of Browsers</a> (14)</li>
	<li><a href="http://www.makeuseof.com/tag/8-opera-widgets-for-web-designers-and-developers/" title="8 Opera Widgets for Web Designers and Developers (September 22, 2008)">8 Opera Widgets for Web Designers and Developers</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/useful-widgets-for-the-opera-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stumbleupon Tools To Stumble Around The Web</title>
		<link>http://www.makeuseof.com/tag/stumbleupon-tools-to-stumble-around-the-web/</link>
		<comments>http://www.makeuseof.com/tag/stumbleupon-tools-to-stumble-around-the-web/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 22:48:07 +0000</pubDate>
		<dc:creator>Mark O&#39;Neill</dc:creator>
				<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[browser tips]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[stumbleupon]]></category>
		<category><![CDATA[toolbars]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/stumbleupon-tools-to-stumble-around-the-web/</guid>
		<description><![CDATA[ After getting my blog installed on Wordpress, the next step was to consider how to properly market it and promote it. One of my many thoughts turned to StumbleUpon, that giant monster of internet traffic, which is properly utilised, can turn you into the next Seth Godin (with hair preferably!).
But you don&#8217;t have to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.makeuseof.com/wp-content/uploads/2007/10/stumble-small.gif" alt="stumble-small.gif" align="left" border="0" /> After getting my blog installed on Wordpress, the next step was to consider how to properly market it and promote it. One of my many thoughts turned to <a href="http://www.stumbleupon.com">StumbleUpon</a>, that giant monster of internet traffic, which is properly utilised, can turn you into the next Seth Godin (with hair preferably!).</p>
<p>But you don&#8217;t have to be a blogger or webmaster in order to appreciate and enjoy Stumbleupon. Anyone can use the site to enrich their internet using experience.  With lots of different categories, groups and tools, StumbleUpon can change the way you look at the net &#8211; even someone as jaded as me who sees countless new pages every day in this job and finds it hard to be impressed with the Next New Thing.</p>
<p>Here are some useful StumbleUpon tools and pages :</p>
<p><a href="http://www.stumbleupon.com/community.html">The Stumbleupon Community</a> &#8211; a list of the most active users on Stumbleupon, constantly updated.   If you are new to Stumbleupon, maybe linking to these users, chatting to them and seeing what they are looking at will give you an idea of what to do yourself.</p>
<p><a href="http://www.stumbleupon.com/buttons.php?pgtype=videos">Link to your Stumbled Videos</a> &#8211; as well as webpages, you can also stumble videoclips, and this small snippet of HTML can put a link to your stumbled videos on your website / blog.</p>
<p><a href="http://www.stumbleupon.com/buttons.php?pgtype=profile">Put Stumble Buttons on your webpage</a> &#8211; you can use these buttons to link to your Stumble profile and also advertise the fact you are a prolific stumbler!</p>
<p><a href="http://stumbleupon.abandonedgarden.com/scripts.htm#backup">Back up your Stumbleupon page to your hard-drive</a> &#8211; using this script, you can now back up your Stumble blog to your own computer as a HTML file.  Useful if you have thousands of pages bookmarked and one day Stumbleupon goes down!</p>
<p><a href="http://thlayli.detrave.net/su-archivelinks.html">Create an archives to your Stumbleupon pages</a> &#8211; this script will create an archives to your stumble pages which people can click on to see what you stumbled last year or two years ago.</p>
<p><a href="http://thlayli.detrave.net/stumbleupon.html">StumbleUpon add-ons</a> &#8211; a page with lots of useful add-ons for Stumbleupon including Firefox extensions, bookmarklets and userscripts.</p>
<p><a href="http://stumblemod.sentientdesign.co.uk/autocode.php">Stumble-Mod</a> &#8211; this site will allow you to create a bookmarklet that will automatically insert your personalised layout into any StumbleUpon text box.</p>
<p><a href="http://www.operastumbler.com/">Opera Stumbler</a> &#8211; an unofficial toolbar for stumbling on the Opera browser.</p>
<p><strong>Greasemonkey scripts</strong> (which of course requires the Firefox browser and <a href="http://www.makeuseof.com/tag/greasemonkey-firefox-addon/">Greasemonkey</a>)</p>
<p><a href="http://userscripts.org/scripts/show/5053">Sticky Helper</a> &#8211; places a sticky note on your stumble page.</p>
<p><a href="http://userscripts.org/scripts/show/3456">Tag Toplist</a> &#8211; adds a little button to each StumbleUpon profile which allows you to see some advanced statistics about the tags (sort alphabetically or by tag count).</p>
<p><a href="http://userscripts.org/scripts/show/3497">WYSIWYG editor</a> &#8211; this Greasemonkey script adds an WYSIWYG (What You See Is What You Get) editor to StumbleUpon, so you can easily format your review&#8217;s and comments.</p>
<p><a href="http://userscripts.org/scripts/show/3632">Preview Stumbleupon posts</a> &#8211; allows you to preview your Stumbleupon posts before submitting them.</p>
<p><a href="http://userscripts.org/scripts/show/9635">StumbleVideo Embed Code Displayer</a> &#8211; displays the &#8220;embed&#8221; HTML code when stumbling videos on <a href="hhttp://www.makeuseof.com/dir/stumblevideo/">Stumbleupon Video</a>.</p>
<p>What Stumbleupon tools have I forgotten? Drop those links in the comments!</p>
<div align="right">(By)strong><a href="http://www.betterthantherapy.net">Mark O&#8217;Neill</a></strong></div>
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/is-socialbrowse-the-new-stumbleupon/" title="Is Socialbrowse The New Stumbleupon? (August 4, 2008)">Is Socialbrowse The New Stumbleupon?</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/discover-and-share-great-websites/" title="StumbleUpon-Discover Websites that People Like (September 23, 2006)">StumbleUpon-Discover Websites that People Like</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/7-useful-hacks-to-improve-your-google-chrome-experience/" title="7 Useful Hacks To Improve Your Google Chrome Experience (September 19, 2008)">7 Useful Hacks To Improve Your Google Chrome Experience</a> (23)</li>
	<li><a href="http://www.makeuseof.com/tag/17-greasemonkey-scripts-to-diversify-your-social-media-experience/" title="17 Greasemonkey Scripts to Diversify Social Media Experience (December 30, 2008)">17 Greasemonkey Scripts to Diversify Social Media Experience</a> (7)</li>
	<li><a href="http://www.makeuseof.com/tag/youtubecom-online-video-sharing-site/" title="YouTube.com &#8211; Online Video Sharing Site (September 25, 2006)">YouTube.com &#8211; Online Video Sharing Site</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/stumbleupon-tools-to-stumble-around-the-web/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>6 Cool FREE Widget Platforms for your PC</title>
		<link>http://www.makeuseof.com/tag/widgets-and-widget-platforms/</link>
		<comments>http://www.makeuseof.com/tag/widgets-and-widget-platforms/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 21:00:08 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[adobe AIR]]></category>
		<category><![CDATA[desktop enhancements]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/widgets-and-widget-platforms/</guid>
		<description><![CDATA[Widgets are tiny nice-looking programs that can do all sorts of interesting stuff ranging from the addition of a simple desktop clock or weather tool to a feature-rich video player. In many cases the purpose of a desktop widget is to bring functionality of the website (or at least part of it) right to your [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://makeuseof.com/images/all-widgets.jpg" />Widgets are tiny nice-looking programs that can do all sorts of interesting stuff ranging from the addition of a simple desktop clock or weather tool to a feature-rich video player. In many cases the purpose of a desktop widget is to bring functionality of the website (or at least part of it) right to your desktop. There are several platforms that can bring widgets to your PC, below I present to you some of the bigger and better ones.</p>
<p><u>Note:</u> If you&#8217;re a Mac or Win. Vista user this is something you&#8217;re already familiar with, as both of these operating systems come with an inbuilt widget platform. Unless you&#8217;re interested in a slightly different alternative than feel free to skip everything from 1-5 and jump directly to 6.</p>
<p><strong>(1)</strong> <a target="_blank" title="Yahoo Widgets for your Desktop" href="http://widgets.yahoo.com/">Yahoo Widgets</a> (Win, Mac)</p>
<p><img align="left" src="http://makeuseof.com/images/desktop-widgets-yahoo.jpg" />  Yahoo Widgets comes with the biggest <a title="Yahoo Widget Gallery" target="_blank" href="http://widgets.yahoo.com/gallery">widget gallery</a>, featuring over 4000 custom user-contributed widgets. Widgets are nicely categorized, commented on and rated by users. We have already written about <a href="http://www.makeuseof.com/tag/enhance-your-desktop-with-yahoo-widgets/">Yahoo Widgets here</a>.</p>
<p><strong>(2)</strong> <a target="_blank" title="Google Desktop - Sidebar Widgets" href="http://desktop.google.com/">Google Gadgets</a> (Win, Mac, Linux)</p>
<p><img align="left" src="http://makeuseof.com/images/dektop-widgets-gd.jpg" />Google gadgets is one of the goodies that comes with the <a title="Google Desktop - Sidebar Widgets" href="http://www.makeuseof.com/tag/google-desktop/">Google Dektop</a> software.  Basically, these are the same gadgets that can be added to your personal Google Homepage (aka<a target="_blank" href="http://www.google.com/ig"> iGoogle</a>). Check out full gadget gallery <a title="Google Gadgets: desktop enhancements" target="_blank" href="http://desktop.google.com/plugins/">here</a> (approx. 350 gadgets).</p>
<p><strong>(3)</strong> <a target="_blank" title="Opera Widget Platform" href="http://widgets.opera.com/">Opera Widgets</a> (Win, Mac, Linux)</p>
<p><img align="left" src="http://makeuseof.com/images/opera-widgets.jpg" />To run Opera widgets you&#8217;ll need an <a title="Opera browser" target="_blank" href="http://www.opera.com/download/">Opera Browser</a> (version 9 or above). To get an idea on the kind of widgets you get and how they look, check out &#8216;top downloaded widgets&#8217; section <a href="http://widgets.opera.com/popular/">here</a>.</p>
<p><strong>(4)</strong> <a target="_blank" href="http://labs.adobe.com/downloads/air.html">Adobe AIR</a> (Win, Mac)</p>
<p><img align="left" src="http://makeuseof.com/images/widgets-apollo.jpg" />Adobe AIR (formerly &#8216;Apollo&#8217;) is a &#8220;<em>cross-operating system runtime &#8230;</em>&#8221; OR in simpler terms, a tool that can be used to run certain web services right on your desktop which results in a faster and much more interactive experience. For instance, once you install Adobe AIR you can run any <a target="_blank" href="http://www.yourminis.com/minis">Yourminis</a> web widget right on your desktop. See some more examples <a target="_blank" href="http://labs.adobe.com/showcase/air/">here</a>.</p>
<p><strong>(5)</strong> <a target="_blank" title="desktop enhancement utility" href="http://www.klipfolio.com/">Klipfolio</a> (Win)</p>
<p><img align="left" src="http://makeuseof.com/images/klipfolio-widgets.jpg" />Klipfolio is a powerful personal dashboard and sidebar for windows users. It&#8217;s highly-customizable and counts <a target="_blank" href="http://www.klipfolio.com/index.php?action=explore,home">over 4000</a> embeddable widgets (aka Klips). And unlike all other widgets, Klips are rather compact and tiny in size. Thus, Klipfolio can accommodate lots more Klips on its sidebar than any other widget sidebar.</p>
<p><strong>(6)</strong> <a title="get web widgets on your desktop" target="_blank" href="http://amnesty.mesadynamics.com/GeneratorWin.html">AmnestyGenerator</a> (extra for Mac OSX Dashboard / Win Vista Sidebar) &#8211; this isn&#8217;t a widget platform but a really handy utility that can grab any web embeddable widget (i.e. for blogs, Myspace) and convert it to work on Vista Sidebar or Mac Dashboard.</p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/8-adobe-air-apps-that-dont-suck/" title="8 Adobe AIR Apps that DON&#8217;T Suck (March 14, 2008)">8 Adobe AIR Apps that DON&#8217;T Suck</a> (45)</li>
	<li><a href="http://www.makeuseof.com/tag/4-ways-to-run-your-favorite-web-app-from-the-desktop/" title="4 Ways to run your Favorite Web App from the Desktop (March 21, 2008)">4 Ways to run your Favorite Web App from the Desktop</a> (4)</li>
	<li><a href="http://www.makeuseof.com/tag/4-applications-to-give-windows-xp-mac-functionality/" title="4 Applications to Give Windows XP Mac Functionality (June 19, 2008)">4 Applications to Give Windows XP Mac Functionality</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/three-replacements-for-windows-active-desktop/" title="Three Active Desktop Replacements for Windows (February 2, 2009)">Three Active Desktop Replacements for Windows</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/klip-the-world-to-your-desktop-with-klipfolio/" title="Klip The Web to Your Desktop With KlipFolio (August 8, 2008)">Klip The Web to Your Desktop With KlipFolio</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/widgets-and-widget-platforms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
