Skip to main content

Opera Browser Best Unique Features


  • Opera Turbo-
Opera has his unique feature which helps websites load faster on slow internet connections significantly. When enabled the webpages are first compressed on high speed Opera’s servers then delivered to your computer.So, you can also use this feature to save data bills.
  • Opera Unite

It allows you to share content with others without having to upload to any website. It can also act as a Web Server for your personal site, stream your personal music collection wherever you want, share photos with friends, use it as a messenger, share notes with friends.
What’s more ? There are many other Opera Unite Apps you can install to get most of this feature like My Web Cam, Web Proxy and many more.

Check out this link—Opera Unite applications.
  • Tab Stacking
You can create a stack of similar web pages using this feature. Just drag and drop similar tabs you want to group over the other.
If you surf with many tabs open in background you’ll love this feature.

  • Mouse Gestures
One of the most unique features of Opera that sets it apart from other browsers it Mouse Gestures. You can perform common browser actions with the flick of mouse. Just hold the Right Mouse Button to use this.
You can also set up your own gestures easily according to your needs.

Check Out—Opera Mouse Gestures.
  • Opera Mail
Opera has built-in email client. It supports multiple email accounts, offline reading, low bandwidth mode etc.. You can also use it to subscribe to newsfeed and newsgroups.

  • Speed Dial
It allows you to preview your favourite sites without opening them. There are also many extensions like weather updates that show weather updates in real time.


  • Opera Link
While other browser have also adopted this feature but Opera makes most use out of it, as it more widely available across many platforms than any other browser. You can easily synchronise all your bookmarks, passwords, speed dials and other information easily across any device running Opera.

  • And many Other features--
It has tons of other features like in built Bit torrent client, Download manger,Fit to Width, Fast Forward, Voice Navigation.
Make sure to check out

Comments

Popular posts from this blog

jQuery support in Aptana Studio 3

I use Aptana Studio primarily for web development. It has great support for languages like PHP and JavaScript. But the problem is that I mostly use jQuery rather than code in JavaScript and Aptana does not have good support / content assist from beginning. So we need to install ruble for jQuery library. Ruble is short for Ruby bundle and is a runtime environment that allows the extensibility of Aptana Studio's editors by using Ruby. To install the jQuery bundle follow the following steps: Navigate to Commands | Bundle Developement | Install Bundle. Select jQuery and click OK. Aptana will clone jQuery ruble from github. Include appropriate jQuery sdocml in Project Build Path from Project Properties. Include a VSDoc file for jQuery in your project. [caption id="attachment_47" align="aligncenter" width="1313"] Aptana fetching jquery ruble from GitHub[/caption] You must include appropriate version VSDoc for correct Content Assist. [caption id="attac...

How to split large mp3 files using mp3splt

If you have a  lengthy  or large MP3 file and you want to  split  it into files of smaller size or duration, You can easily do this using mp3splt. Mp3splt   is an utility to split mp3 and ogg vorbis digital audio files without the need of decoding. It can be used to split a file into no of tracks of fixed duration and size or specified  split points. It supports variable bit rate mp3 files, silent detection, splitting with local .XMCD, .CDDB or .CUE file splitpoints or from external servers like   tracktype.org . It copies the original files first and then generates new, smaller files during the process of splitting without altering the original file. It does not do any encoding or decoding so the splitting is very fast and lossless. Steps to follow Navigate to directory where you have downloaded mp3splt { if using portable version } . Run and execute mp3slpt using the command   mp3splt  . Specify the options according to which you wanna split. The basic syntax is   mp3splt [file path]...