Yeah, I use it since the Phoenix Alpha’s but the main reason is…
(more…)
Posts Tagged ‘browser’
Why I use Opera as my main browser
Tuesday, November 8th, 2011How to install Opera 10 Alpha under Linux
Wednesday, December 17th, 2008Opera claims that a alpha or beta version will not interfere with a standard installation, but that’s mainly true for Windows. For Linux you have to be a bit more carefull, but still it’s easy.
How do you install the latest Opera Alpha/beta version on a Linux/ Ubuntu box? The download page doesn’t offer the dedicated Ubuntu versions like it does for main versions. But don’t worry, it is easy.

Opera 10 Alpha in action
There a several version for download, for AMD64 bits for 64 bits systems or intel-linux for 32bits setups. Make your choice.
Then you have to choose for different GCC and QT versions. GCC stands for GNU Compiler Collection the standard compiler for most Linux systems. QT refers to the LIBQT libraries. Qt is a cross-platform C++ application framework. Qt’s primary feature is its rich set of widgets that provide standard GUI functionality. You can check your versions in the Synaptic Package Manager and choose.
I took the easy way: I simply downloaded the bundled version with the latest versions, and it worked.
Don’t take the RPM or DEB’s packjages. They will be installed with installers like dpkg and interfere with your existing Opera browser. Choose the gz or bz2 packages instead.
Download the packages to your home folder, extract, and run!
To extract the bz2:
tar -xvjf opera-10.00-4102.gcc4-bundled-qt4.i386.tar.bz2
Then:
cd opera-10.00-4102.gcc4-bundled-qt4.i386/
And run:
./opera
That’s all! Opera runs just fine. And the new rendering speed is fast, really fast. I noticed that scrolling is not always smooth on complicated SVG pages, but hey, it’s a alpha. Webfonts are cool. Expect a demo here soon.
Canvas Rendering Quality
Monday, October 20th, 2008This post shows some surprising differences in rendering quality from various browsers.
As you can see the Google Chrome screen-shot is simply ugly. Google Chrome is fast in javascript calculations, but that seems to have a price.

Opera | Safari | Firefox | Chrome
It looks like Chrome is simply skipping some pixels and the rendering doesn’t seemed to be aliased.
You can run the example demo in your own browser to see the results.