Posts Tagged with google

Recreating the button

I noticed recently that Gmail switched to using custom buttons for it's mail actions and I thought they were nicely done. As someone who's had to create custom HTML buttons, I can appreciate the amount of work someone can put into getting them to work in most major browsers (I'm looking at you IE6). Here's a detailed post from Douglas Bowman, Google Visual Design Lead, about how the buttons came to be.

Google Flu Trends

Google uses flu search data trends to estimate flu activity in your state up to two weeks faster than traditional system. Nifty.

No Labs Love for Google Apps

I always wondered why some feature would show up in a regular Gmail account and not in a Google Apps based Gmail account. Dan Benjamin has the skinny with his article “No Labs Love for Google Apps”.

Google Chrome : The Fabled Google OS?

Yesterday Google formally announced it’s long rumored browser, Google Chrome. The rumor that Google has been working on it’s own internet browser has been around for quite a while, but it’s mostly been based on Google’s relationship with Mozilla. It’s been thought that the fabled Google Browser would either be based of the Gecko engine or a retooled and rebranded version Firefox. But it turns out neither was correct.

Google Chrome was built from the ground up to handle the hefty demands of today’s web applications. Some of it was built in-house, other parts based on current open source software. The rendering engine is based on Apple’s Webkit. The same rendering engine that’s used in Apple’s Safari web browser as well as the browser used in Google upcoming mobile Android OS.

One of the biggest selling points of the browser is how it works under the hood. Each tab in Google Chrome runs it’s own process. Meaning if there’s a bug encountered in one tab, it won’t crash your entire browser and all the other tabs you may have open. Which is essential in this day and age with increased usage of web based apps. Other browser manufacturers have gotten around this issue by remembering which tabs were open when your browser crashed, then reloading them all when you relaunched your browser.

Another rumor that’s been around for quite some time is the Google OS. That Google is developing it’s own operating system to compete with Windows and OSX. While they have created their own open source mobile OS with Android, I’ve never pictured them creating their own PC based OS.

My theory is that Google Chrome is the Google OS. With the majority of Google’s applications being internet based, it makes a certain kind of sense that it’s “OS” would be a browser. A browser they can optimize to make the user experience of their applications more enjoyable as well engineer to be more secure and stable then other browsers on the market. And while they’re at it, make it open source. Allowing other browser manufactures to learn from and improve on Google’s advances, making the internet experience as whole more rewarding while integrating standards Google is promoting or has developed. As development progresses I would imagine Google will be tying it’s properties in even more into Google Chrome. Built in Gmail and Google Calendar services, native support for Google Gadgets, and integration with Google Docs.

You can read more about Google Chrome in this online comic Google put together. Google Chrome will be available later today in Beta for Windows only, with OSX and Linux versions coming soon.

Update: The beta (Windows only) of Google Chrome is now available.

Dear Google

The font size of the calendar module on the personalized homepage is very small. And just got smaller with introduction of your theme options for the personalized homepage (which I like, so thanks for that). The font-size declarations in the classes “eventChip”, “eventCell” and declared inline in the div with an ID of “createEventLinks27” are causing this unnecessary eye strain. Removing these declarations will make the font readable again (and the module useful again).

I am submitting this message in triplicate to ensure it reaches the proper personal. Also attached is a screenshot of the issue.

Small Font

Thank you for your time.

Update: Looks like Google has fixed the issue by updating the font sizes units from percentage to ems. Good show.