Archive for September, 2008

Release of Google Chrome good for Developers

Friday, September 5th, 2008

Whether or not you like the idea of turning over yet another aspect of your life to Google, Chrome is a great tool for developers. If for no other reason than being the newest browser base built with the most recent standards and technology in mind, it offers us some great new opportunities.  Here is a quick hit list of how you can use Google Chrome can help you as a developer:

  • Chrome is based on multiple processes, not a single thread. While existing browsers would get hung up waiting for an intensive Javascript to finish running for example,  Chrome is able to work around it.
  • Chrome’s Process Viewer lets you examine the individual components of a webpage to allow developers to diagnose slow spots and more finite issues easily.
  • Chrome uses Google’s V8 javascript engine, and Sand Box security provides safety and independence of platform.
  • Chrome’s code base was built from the ground up with an understanding of where the web is today, not 7 years ago.
  • Javascript used to mean smaller apps and programs.  Chrome is designed to handle the large and complex Javascript applications that the web is comprised of today, such as gmail.