Skip to main content

Microsoft Internet Explorer 9 Beta Review and Download

 

 image                                                                              

Which browser do you use for daily surfing chances are you would say Chrome, Firefox, Safari, Opera etc… anything but Internet Explorer. However, Microsoft has just unleashed the beta version of IE9, which could make you change your mind about browsers.

The first look I would say, It's very minimalist: the box is both the address bar and the search box. The default is of course Bing, but you can change that. Next to that are tabs; to the far right of the screen are discreet icons for your home page, your favorites (not everyone is going to like that being moved to the other side of the screen) and your tools. And that's it. What you get instead of toolbars, add-ons, buttons and sidebars is just acres of screen real estate. Perhaps a little too much on a wide, high-res screen as many websites are designed as though they're going to fit on a sheet of A4 paper, though generally the sense is of the browser fading into the background and putting the website center stage.

Customization freaks will feel bereft as there's no skinning – instead the back button adopts the underlying style sheet of the website you're visiting, and the bar at the top renders in Aero glass. Oh, and there's the rub: this is only for users of recent Microsoft operating systems: Vista SP2 and Windows 7. No XP, and certainly no other operating systems.

But the point is that it's designed to take advantage of modern hardware. Instead of calling on your CPU for processing, IE9 diverts the grunt work to your graphics processing unit (GPU), which means that graphics can be rich and fast. Do a side by side test with your current choice of browser and IE9 of the FishIE Tank, Pac Man, Mr. Potato etc.. at http://ie.microsoft.com/testdrive/ and see the difference hardware acceleration.

The whole thing feels fast - the browser is focused on standards and compliance, which makes sites built in HTML5 a pleasure to use. In fact, what this does is in effect turn websites into apps: the IE9-optimized version of Amazon.com, for example, which looks rather like the iPad bookshelf app, means you can pick books off the shelves, flip through them and order them via interactive process.

image
You can pin websites as apps in your taskbar

And if you drag the favicon from the IE9 box down to your taskbar, you can launch the site direct from that – just like an app, though how much use I'll make of that remains to be seen as those buttons could fill up the taskbar rather quickly. Developers can code the jumplist –the list of options that pops out from a button on the taskbar when you right-click it - making websites feel even more like apps.

Under the hood, Microsoft says it's safer than other browsers. Using the same engine as its Security Essentials antimalware package, the browser checks websites and downloads and warns you if an app you're downloading isn't signed or a site is dodgy.

Privacy is also at the fore in this version of IE. You can block elements of web pages – such as those that gather browsing metrics, though you have to do so on a site-by-site basis. However, you can't use that to block ads, and at present there isn't a dedicated ad-blocking add-on, which might be a dealbreaker for some.

As more websites build content that takes advantage of IE9, the benefits of it will become clearer. For now, this is a good beta: it's stable, clean and fast and integrates well with the operating system. It could mean that downloading a new browser is no longer the first thing you do with a new computer.

Pros: Clean UI; ability to pin websites to the taskbar, safe browsing, standards-focused, HTML 5 support, Peppy Starts in an instant & my favorite GPC acceleration.

Cons: Tabs are still not at the top of the screen like Chrome, does not support XP

Download and try the latest beta from here.

 

Source:- Guardian

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