What browser do you use?

What browser do you use?

  • Google Chrome

    Votes: 59 23.3%
  • Fire Fox

    Votes: 162 64.0%
  • Internet Explorer

    Votes: 3 1.2%
  • Opera

    Votes: 21 8.3%
  • Safari

    Votes: 2 0.8%
  • Other

    Votes: 6 2.4%

  • Total voters
    253
Status
Not open for further replies.
Chrome will take over for these several facts

  • Faster JavaScript engine
  • Less ram usage
  • Faster page loading
  • Addons
    • Grease monkey supported
    • Dom based
    • Cross tab API
    • Ajax API
  • Cleaner / Simpler UI
  • Incognito Browser (Anonymous)
  • Along side Safari (same engine) has the greater support for HTML5 and CSS (http://litewarez.net uses HTML5)

i mean that's just scratching the surface, its JavaScript processor is 8x faster than the leading browsers.

--

These are the type of things supported in Google Chrome! and HTML5

Code:
var database = openDatabase("Litewarez", "1.0");

database.executeSql("SELECT * FROM guests", function(result1) {
   // do something with the results
   database.executeSql("DROP TABLE guests", function(result2) {
     // do some more stuff
     alert("My second database query finished executing!");
   });
});

[slide]http://webkit.org/blog/wp-content/databaseexample.png[/slide]
 
Status
Not open for further replies.
Back
Top