in discussion Tech Beads / Under the Sun » War of Browsers
Every web developer when developing a web application does give a thought about the browser in which it will be used (well, not really!! IE is the de facto browser used by most of the clients :(. Currently a positive step is been taken by various companies to evaluate other browsers as well). Browsers play a important role in web development. And with various browsers competing with each other for supremacy its the web developer and end users who are the beneficiaries. With the release of Google Chrome beta, I got curious to find more about these browsers and the new features they offer in their War with other browsers.
Internet Explorer (IE 8):
According to stats IE currently holds 75% of browser market share. That's mainly because most of the desktop users use Windows OS (OK, It's time to move to Linux. I have done it!! hope many will follow :) ) With IE 8 due to be released, it offers features like
InPrivate - Private browsing (your visits not stored in browser history ;))
Smart Screen Filter - It prevents you from visiting deceptive and malicious websites ( a lift-off from Firefox 3)
Search Suggestions - Gives smarter suggestions from your favorite search engines with visual previews.
and other features which utilize Windows Live services.
Firefox 3.1 :
Well Mozilla seems to be working really hard to get some piece of action in the browser world and is constantly competing with the likes of Microsoft, Opera and now Google. Firefox now currently holds about 19% of browser market. In fact, it is Firefox which is keeping the browser world hot and happening. It is forcing other browsers to come up with new features and technologies.
Addon support - there is a poweful library of addons and support (more info check my blog).
Javascript engine - With the evolution of Ajax and Object Oriented Javascript we will see lot of developers using it consistently and javascript engine plays a vital role in their development. Firefox 3.1 will have TraceMonkey Javascript platform which will speed up compiling and running the scripts. Mozilla's answer for Google chrome's V8 javascript engine, discussed later.
Firefox Privacy Mode - Firefox plans to release this with its new release.
Google chrome :
Google seems to have a knack to come up with new things which makes waves in the web world. We need to give this giant a standing ovation for spear heading many of the technologies and bringing new products. Google Chrome is an open source browser which is tipped to run web-applications much better.
Speed - currently its the fastest browser on planet(I am waiting for Firefox 3.1 which is tipped to perform better than chrome :) )
Simplicity - It is a simple browser with less UI features.
Searching - It provides an omnibox address bar which can be used to search items and type URL also.
Privacy - It also provides a privacy mode called Incognito mode which makes the browser not to track your foot prints on various sites
Javascript engine - Google has developed a Javascript engine of its own (though it used some components from Mozilla Firefox and Apple's webkit ) It is know as V8 engine which enables Chrome to run future web applications.
Multiprocess architecture - Chrome runs tabs as separate process when compared to Firefox and Opera. This prevents crashing of browser from rogue sites.
Chrome has lot to offer when it is released as a complete product. It is currently in beta stage.
I leave other browsers like Opera and Safari to be explored on interest (nothing much happening in that front except for bug busting and bug fixing :)). As I said earlier, these new things happening in browser world will directly or indirectly influence developing of web applications, if not at present but at least in near future.
P.S. : If you think I am little biased towards to Firefox - Yes!! I am a Firefox fan.





