Browsing articles tagged with " google"
Oct
13

Google Chrome Frame – free plug-in for Internet Explorer

By Vinod  //  All, Tools  //  1 Comment

Google Chrome Frame is a free plug-in for Internet Explorer. Some advanced web apps use Google Chrome Frame to provide you with additional features and better performance.

Download Google Chrome Frame to:

Speed up your web experience
Sites that utilize Google Chrome Frame become more responsive.

Enjoy more advanced features
With Google Chrome Frame, sites offer you new features based on open technologies.

Surf the web the way you are used to
Google Chrome Frame works under the hood with your current browser.

Jun
4

Google Browser Size

By Vinod  //  All, Design  //  1 Comment

Google Browser Size

Google Browser Size is a visualization of browser window sizes for people who visit Google. For example, the “90%” contour means that 90% of people visiting Google have their browser window open to at least this size or larger.

This is useful for ensuring that important parts of a page’s user interface are visible by a wide audience. On the example page that you see when you first visit this site, there is a “donate now” button which falls within the 80% contour, meaning that 20% of users cannot see this button when they first visit the page. 20% is a significant number; knowing this fact would encourage the designer to move the button much higher in the page so it can be seen without scrolling.

May
21

Google’s AJAX APIs Playground

By Vinod  //  All, Javascript  //  1 Comment

AJAX APIs Playground is an educational application designed to show interactive code samples for some of Google’s coolest Javascript APIs.

Play with the API without having to build.
Some features are features are:

  • Break points (simulated in Javascript)
  • Firebug Lite in output for debugging
  • Line numbers in code editor
  • Ability to edit HTML of samples
May
20

Introducing the Google Font API & Google Font Directory

By Vinod  //  All, Design, Font  //  1 Comment

Google has announced a collection of high quality open source web fonts in the Google Font Directory, and the Google Font API to make them available to everybody on the web. For a long time, the web has lagged print and even other electronic media in typographic sophistication. To enjoy the visual richness of diverse fonts, webmasters have resorted to workarounds such as baking text into images. Thanks to browser support for web fonts, this is rapidly changing. Web fonts, enabled by the CSS3 @font-face standard, are hosted in the cloud and sent to browsers as needed.

Using the Google Font API is easy. Just add a couple lines of HTML:

<link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'>

body { font-family: 'Tangerine', serif; }