Skip to main content

INTERNET EXPLORER 8 ( iE8) Review

I've been playing with IE8 beta 1, and I've got some thoughts ...

In terms of user visible HTML rendering features, I think IE 8 beta 1 is possibly the biggest release of IE in nearly 11 years since April 1997 when IE 4.0 alpha 1 was released. The history shows mostly bug fixes, and chrome changes since then. Maybe transparent PNG or Bidi text are bigger than Activities? It looks like that's going to be the feature that most people talk about, so I'm going to talk about some of the other stuff. There are 3 big things I'm interested in, and a few smaller features:

6 Connection Limit
I've been testing the new 6 connection limit. It works perfectly in my testing, Without any cookie or window.name hacks, DWR can do reverse ajax using comet to more than 2 browser windows:


DOM Storage
IE is way behind everyone else in implementing HTML5 features. So this is catching up to everyone else. It will be interesting to hear from the Dojo guys on this.

// sessionStorage also available
var store = window.globalStorage["http://www.example.com"];
store.setItem("key", "value");
var value = storage.getItem("key"); // == "value"
store.removeItem("key");
JavaScript Debugger
Firebug has been a stick that's been used to beat up IE for a while, and they've got an answer now. Unlike the other features, there isn't a screenshot in the release notes...


Firebug is still much better, in my opinion so far. But this is certainly a huge step forward compared to fighting with Script [Editor|Debugger] or Visual WebDev.

Acid 3


IE 8 does very badly on Acid 3 (17/100). However given that it's so new it's probably not fair to ding it too much. However it does need to improve big time:

WebKit Nightly: 87%
Opera 9.5b: 64%
Firefox 3.0b3: 61%
IE 8b1: 17%
For comparison, the released versions:

Firefox 2.0.0.12: 50%
Opera 9.26: 46%
Safari 3.0.4: 39%
IE 7: 11%
Given that they are innovating, I'm prepared to give them time to get the number up.

URL Bar Goodness
I didn't see this in the release notes anywhere. On Firefox I've got an add-on called LocationBar 2 that does some nice widgetry with the URL Bar:


Well it looks like IE8 has something similar built in too:


Cross-Domain XHR
The standards are still evolving on this one, but somewhat annoyingly IE8 seems to be going in a different direction from everyone else:

var xdr = new XDomainRequest();
xdr.open("POST", "http://www.example.com/xdr.txt");
xdr.send("Data for post body");
What is missing?
Lots. Still. No SVG/Canvas. No updates to the JScript implementation at a language level (it looks like there have been some performance increases though).

Let's not forget that Microsoft have more resources to get this right than almost anyone. If Opera can manage to create a first class browser, so should Microsoft.

Comments

Popular posts from this blog

uTorrent and BitTorrent beta comes to Android, available on Google Play

Earlier this year, we heard reports that BitTorrent Inc., was working on an Android version of its popular uTorrent and BitTorrent client.  Fans of the uTorrent and BitTorrent torrent clients can now rejoice!, your  favorite  desktop torrent clients are now  available  on your mobile devices, because BitTorrent Inc. has launched a beta apps of uTorrent and BitTorrent clients for any mobile or tablet running Android OS. These are fully functional, standalone clients unlike the Remote apps that were available until now.   There are many torrent clients already available on Google Play, but most of them are have limited functionality and are ad-supported unless you have a paid version but both of these apps are currently free, with features like RSS feeds for serialized downloads , unlimited upload/download speed, and running and downloading over WiFi in background, currently there are no limits on download sizes either. Both  apps suppo...

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 Downl...

Jailbreak and Carrier Unlock iPhone 4S/4/3Gs iOS 5.0.1/5.0 Patch Available Online

  Now your latest iPhone 4 can be carrier unlocked which works now on iOS 4.3.5/5 firmware. With it you are can unlock iPhone 4 (and iPhone 3Gs running 4.3.5/5) and use it on any compatible GSM network. Head on to www.BestUnlockiPhone.com to unlock you iPhone. Their site states that it will work, not only to unlock the iPhone 4 running the latest iOS version but it will work with any iPhone model and any firmware or baseband version. If you still own the iPhone 2G/3G/3GS then it is probably the best unlock for you. Remember that unlocking the iPhone can only be performed once you have jailbroken the device. By unlocking your iPhone you unlock your iPhone to thousands of new features that will your make your iPhone experience a more pleasurable experience. Like the ability to install free games, free themes, free wallpapers, use Bluetooth to its full potential (read transfer and receive files) and many many other things that will make yo...