Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does Google Chrome mean to web developers? [closed]

From a web developer point of view, what changes are expected in the development arena when Google Chrome is released?

Are the developments powerful enough to make another revolution in the web? Will the way we see web programming change?

Or is it just another web browser?

like image 656
Niyaz Avatar asked Sep 02 '08 15:09

Niyaz


4 Answers

I think this is just another web browser. The most impact I expect to be improved Javascript performance, and the usability perspective. The first will benefit developers, especially when using Google Gears. I think the users will benefit the most from an enhanced user experience, the safety features, and ease of use.

I can only hope other browser vendors (MS) will follow Mozilla and Google to create a faster Javascript implementation, since this is the only thing that can truly impact web development.

like image 90
Kamiel Wanrooij Avatar answered Nov 18 '22 15:11

Kamiel Wanrooij


This is long-term positioning for Google; they are clearly trying to build a more stable application platform for web-based development. All of their changes (security, sandboxing, process isolation) are clearly intended to make the browser a better application for hosting complex apps.

This is what Microsoft was worried about with netscape, and why they broke antitrust rules to "cut off their air supply". It's going to be interesting to see how MS responds.

It's also interesting to see how the mozilla / firefox team deals with this- Google is pretty much funding firefox now, so it's going to be a potential conflict of interest for these folks down the road.

In a nutshell, things are going to get more complex, require more testing, and will (hopefully) force recalcitrant vendors like Microsoft to become more standards-compliant.

like image 39
Tim Howland Avatar answered Nov 18 '22 13:11

Tim Howland


Considering most develops want to reach the larger audience, it just means one more place to test. Since it uses Webkit, hopefully it will render almost identical to Safari.

Integrated Gears may mean a solid place for apps to be developed though. If you have an internal system it may be nicer to just put Chrome on all the machines than building an app that runs locally.

like image 5
Chris Bartow Avatar answered Nov 18 '22 14:11

Chris Bartow


I think the whole purpose or at least the emphasis of the release, as Kamiel said, is to provide better javascript performance. So many of Google's services rely on heavy javascript usage that this is a smart move by them. This should be good for everyone as IE and Firefox work to compete against Google every browser should get better at javascript.

like image 2
ljs Avatar answered Nov 18 '22 15:11

ljs