Archive

Posts Tagged ‘chrome’

The facts of Google Chrome I don’t like

September 24, 2008 ppshein Leave a comment

I use and find any bugs Since Google launched their Browser called Chrome. Meanwhile, I’ve found some facts I don’t like, especially it’s not convenient for me only.

  • the properties box cannot appear promptly whenever I wanna download images by the way of clicking on it.
  • I cannot check the properties of images whenever I click on it. (in firefox, whenever I do right-click on each images, properties box appear and show attributes of it.)

I’ve found these two facts yet.

Categories: Informations Tags: , ,

Automatically choose stylesheet file with users’ browser

September 4, 2008 ppshein 1 comment

As being web-developer, we need to consider our websites must be compatible with every browsers. When I was lack of experiences in Web Developement, some of my websites are ok with only Internet Explorer. In firefox or Opera, the structure of my websites are distortion and awful. That’s why I need to do all of my site to be compatible with all browsers whenever I start creating. And, need to do our site can choose appropriate stylesheet up to users’ browser. Because we cannot do only one stylesheet file can be compatible to every browser. Here is coding:

 

<!–[if IE]>
            <link rel=”stylesheet” type=”text/css” href=”ie_styles.css”> (For Internet Browser)
<![endif]–>
<![if !IE]>
           <link rel=”stylesheet” type=”text/css” href=”ff_styles.css”> (For Chrome, firefox so on)
<![endif]> 

Chrome browser is out

September 3, 2008 ppshein Leave a comment

Google release their browser called “Chrome” today. As Google style, we must have internet if we want to install Chrome browser. Any offline users cannot install it. Honestly, GUI is really cool and screen size is more wide than FireFox and IE. But, I haven’t tested the security of Chrome yet.

Download : http://www.freechromethemes.com/DownloadGoogleChrome.php

Categories: Informations Tags: ,

Google release new open-source browser

September 2, 2008 ppshein Leave a comment

Google gonna release new open-source browser known as Chrome to fight with Internet Explorer 8.0 and Firefox 3.0. They include new features such as isolated tags design and powerful javascript engine.

Here is the speech of Pichai and Upson :

“When a tab is closed in Google Chrome, you’re ending the whole process,” according to the comic. “You can look under the hood with Google Chrome’s task mananger to see what sites are using the most memory, downloading the most bytes and abusing your CPU” so you can place “blame where blame belongs.”

Google also promised “improved speed and responsiveness across the board.”

“We also built a more powerful JavaScript engine, V8, to power the next generation of web applications that aren’t even possible in today’s browsers,” Pichai and Upson wrote.

Like OpenSocial and Android, Chrome will be an open source initiative.

“We owe a great debt to many open source projects, and we’re committed to continuing on their path,” they wrote. “We’ve used components from Apple’s WebKit and Mozilla’s Firefox, among others — and in that spirit, we are making all of our code open source as well. We hope to collaborate with the entire community to help drive the web forward.”

Categories: Informations Tags: , ,