Archive for the Chrome Category

Google Chrome Frame powering Internet Explorer

Google undoubtedly has been the biggest contributor to make web faster and reliable. Google code has introduced a plugin called ChromeFrame to add open web technologies and Google chrome's v3 JavaScript engine to the Internet explorer 6,7 and 8. So it does not matter after how long Microsoft is goin

Read Full Post

NEWS: Google to launch operating system called CHROME

Google has always taken world by surprises but have never seen such major announcements in this short period of time. Google unveiled google wave and then introduced new features in the Gmail. Yesterday it removed Beta from all of its lab applications and now they have Chrome as an Operating system.

Read Full Post

Detect chrome using php

The other day i was coding arround and i found that i need to know if the user is using the new shiny browser chrome. So for that i wrote a small snippet and wanted to share with you guys. Here is how we do in php. function is_chrome() { return(eregi("chrome", $_SERVER['HTTP_USER_AGENT'])

Read Full Post

Webkit released a faster Javascript Engine

Continuing to the browser's war, after the pre-mature release of Google's chrome WebKit announced its own much faster javascript engine. Chrome supported new V8 javascript engine. However, WebKit is an open source project which forms the basis of both Chrome and Apple's Safari browser, has released

Read Full Post

Google Chrome : Change default download location

Well its again about google chrome, its the in thing these days mayne.. So sparyk !! you wanna change the default download location of the new light-weight but seems to be powerful browser chrome. well here you go.. 1. Open Google Chrome.(that sounded common, eh ?) 2. Click the wrench icon in the

Read Full Post

v8: an open source javascript Engine

hiya, v8 javascript engine lies at the heart of Google's browser Chrome and claims to be reason for its faster processing of javascript code. Here is what wiki has to say for it The V8 JavaScript engine is an open source JavaScript engine developed by Google in Denmark and shipping with the Google

Read Full Post