Skip to main content

Chrome v27 Beta is Faster More Than 5%

Google announced the Chrome 27 Beta is available for desktop use. Number of new features are added in the new version, in special 5% fast page loading. It seems that 5% is not too much. BUT you can feel fast. Every Webpages I visit daily is shown faster. ( or my network speed enhanced?) Yes, it's more than 5%.


Additional, the new beta version has new minor features for HTML5 date and time input forms, support for live audio input using the Web Audio API, and other minor development features.

You can download the Chrome beta at Chrome Beta Download Page and released version at Chrome Download Page. No link on each page to another.

And, not for the new beta version, Chrome did update minor things - mainly new font and size setting throughout the Chrome interface - setting, bookmark bar, right-clicked menu, and anywhere not controlled by a webpage. It's working well to me. More fancy and more simple. Font size is smaller and blank is wider.


You can see the Chrome update logo at the chrome blog.

Comments

Popular posts from this blog

Google's Favorite Colors By Hex Codes (With New Google Logo)

Google keeps its color scheme cross their products. Of course, each uses different colors but it keeps the main philosophy. I heard that the test period for new Google logo was more than one year. It may the reason that the colors are comfortable to look. Sometimes, I copy the colors for designing my blogs and web sites. Copyright? oh..

Color Conversion: RGB to HEX , HEX to RGB

Color conversion between RGB and Hex is needed sometimes even though HTML and CSS accepts both RGB and HEX codes for set color scheme of HTML elements. The conversion algorithm is simple. Then numbers in RGB format is decimal number and one in HEX code is hexadecimal number. For example, rgb(50, 100, 250) is same in HEX #3264FA: 50-32 | 100-64 | 250-FA.

Why Blogger Mobile Template Not Work?

Google Blogger shows blog pages with mobile CSS on mobile devices unless you change it disabled. You can see next figure by clicking mobile setting button on Template page. Since I want to change CSS and I remember there are some CSS elements starting with '.mobile', I open the template editor and edit as I want. And open my blog in my smart phone. Nothing changed.