Skip to main content

Opera 10.50 Pre-Alpha Review

Opera just recently released the new Opera 10.10 browser with support for an entirely new technology (Opera Unite), and they are already on their way for 10.50 which bring almost an entirely new Opera experience.

Right after 10.10 release Opera has also made available alpha versions of 10.20 which includes support for running Opera Widgets as standalone applications, without requiring the browse to run.

Opera software recently promised an early preview of their upcoming Opera 10.50 release, which it seems they are really excited about, and for good reason. While opera might be the fastest browser around when it comes to loading content thanks to it's remote compression technology, Opera Turbo, it still had a lot to catch up when it comes to JavaScript execution and rendering, where Opera 10 was still lagging far behind Chrome, Firefox, and Safari.

To rectify this Opera promised a brand new JavaScript engine called Carakan which boasts much better JavaScript execution speeds as it compiles to native code before execution. And the speed in impressive indeed!

On my personal system, running the latest version of Chrome 4 dev (4.0.266.0) and a nightly build of Firefox 3.7 (20091221 -- basically two days old) Opera came out first, boasting a 36% faster speed than Chrome 4, and 73% faster than Firefox.

Needless to say these were not even an alpha quality builds, and any comparison is meaningless in the long term, considering that the results could change significantly by the time the final is released. However it is clear, that Opera 10.50 will compare well whenever it comes out.

Besides and entirely new and awesome JavaScript engine, Opera 10.50 comes with a great many new features. The first one you're bound to notice is the new interface which uses the Vista / 7 Aero Glass effects to blend in better with Windows systems. For Windows 7 users it also brings support for jump-lists and Aero Peek.

The new interface rids itself of the menu -- which can be reenabled though -- and puts tabs on top in the fashion of Chrome. It also now features a button on the top left, in the fashion of the Office menu button in Office 2007 which gives you access to the old menu options.

The browser also features a new graphics library called Vega which allows for much faster performance, more complex graphics rendering, and support for transforms and transitions in CSS. Opera 10.50 will also feature the upgraded Presto 2.50 rendering engine which offers much better CSS3 and HTML5 support with rounded corners, box shadows, offline storage, web SQL etc.

Opera 10.50 also finally makes all the notifications non-modal -- like the notifications in Firefox -- ensuring that your browsing experience is unhindered by popups offering to remember your password.

Finally Opera 10.50 has possibly the best implementation of Private browsing of all browsers. You can open not only private windows, but also private tabs which are demarcated by a lock-like icon instead of the websites own icon. This icon disappears if you expand tabs to thumbnails though, making it difficult to differentiate between private and non-private tabs -- but hey, this is just a pre-alpha so this will surely be fixed in the final release.

It is important to note again that the browser is at this point not even alpha quality, and it will crash a LOT. So much infact that despite using Firefox nightlies and Chrome devs, I found Opera 10.50 unusable in its current state, which is sad, since it is a brilliant browser otherwise.

Overall Opera 10.50 seems to be packing quite a punch, and seems to be a much more significant update to the browser than Opera 10 even tried to be.
Download Opera 10.50 pre-alpha from here

Comments

Popular posts from this blog

SHORT CUT TO REMOVE PENDRIVE

Rather than clicking on the task bar and then safely removing the pendrive you can eaily do so creating a shortcut: The Steps are:- 1)Create shortcut on your desktop by right click and selecting new shortcut from the menu. 2)Type "RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll" click next and then finish. shortcut is created and now you can assign a shortcut key to it. just right click on it and select properties-> Click on Shortcut Tab -> Assign a Shortcut key to it(it will take Ctrl+Alt by default)eg: if you press 1 shortcut will be Ctrl+Alt+1.

Decrapify / Debloat Windows 10 with a Powershell Script

Windows 10 is a decent OS from Microsoft after the disaster known as Windows 8 and 8.1. Although Windows is still better with no Modern UI crap, no ads, minimal telemetry, no Edge to bug you. But Windows 10 is a decent compromise if you want a stable OS with modern features like DirectX 12. Earlier OEMs used to bundle PCs and Laptops with crapware, with Windows 10, now Microsoft themselves bundle crapware. Welcome to Software as a Service (SaaS) model. On top of that we have OEM crapware on top of Microsoft crapware. As a result trying to Debloat or DeCrapify Windows 10 is getting absurd and as a system admin it is disheartening to see all that performance go to waste on the messed up attempt by Microsoft to do an Appstore and its apps. Fortunately a kind soul who goes by name  Sycne x has worked painstakingly to provide us a simple solution that works considerably well. Let's Begin To download the script visit  here , and click Clone or Download and Click Download as Zip.

Easily Join / Merge Rotate Two or more video files without encoding or convert videos using ffmpeg in Windows (Or any other OS Mac OS, Linux) for free.

ffmpeg is a pretty handy tool for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects, and standards compliance (SMPTE, ITU). One of the basic requirement of merging or combining two or more videos is a task that can be easily accomplished by using ffmpeg . ffmpeg is a free and open source as well. And the performance is easily on par if not better than most paid software solutions. In order to merge two or more videos follow the steps:-  First copy all video files into a folder. (Make sure you have checked "File name extensions". Next you need to download ffmpeg for Windows from their website . Choose 64bit unless you are using 32 bit version of Windows and select Static. Download the file. It should be a compressed file. Now open the file. And Go to "Bin", there you will find three files. You need to copy ffmpeg to the folder containing video files. Next