Easily root your Google Nexus S or the i9023/i9020 manufactured by Samsung by following these simple steps. There are plenty of rooting steps out there but all of them required you to download a lot of files and do a lot of complicated steps ... read on
Google has launched realtime analytics to Google Analytics product. You can see in near realtime how many people are currently active on your site.
Realtime analytics also shows the keywords, referring URLs and visitor locations on a map that are updated realtime. Earlier analytics data ... read on
Google App Engine is a web hosting platform from Google which is designed to scale. Unlike the conventional server code deployment with load balancers, Google App Engine service scales automatically with load balancing without you needing to set up the load balancer / cloned application servers ... read on
Best resolution for Nexus is 960px x 800px
Check out the sample wallpaper for nexus s sized to 960px by 800px.
Aspect ratio of wallpapers for the Google Nexus S android phone is 6:5 unlike the popular screen 4:3 resolution or 16:9 ... read on
I Forgot the unlock pattern of my android phone! You can unlock the unlock pattern easily if you have linked your phone to a Google account and can remember its password.
Here are the steps to unlock your android phone. (This is not about unlocking ... read on
Google Finance is a product of Google, that tracks everything related to the Stock market and manage your Portfolio etc. It has access to realtime data of various stock exchanges around the world like NASDAQ, NSE of India etc. We can use this to get ... read on
The following is the screenshot of Google Search result page when searched for something my friend has blogged on.
Is google moving towards a social networking side ?
Google is slowly adding the "Social" aspect to all its products. After launching Buzz on Gmail, "Social Results ... read on
Installation
Click Here to install Google Chrome on Ubuntu. read on
This was supposed to be obvious, but I couldnt find easily how to integrate Google Adsense and Analytics to track your Adsense Ad performance on google analytics. Make sure you display ads on your page and the analytics tracking code. Make sure you have linked ... read on
One command install, Bash script to install Google Go in one Go
#!/bin/bash
ARCH=386 #CHANGE this setting to amd64 if you are on 64 bit.
sudo apt-get install bison make gcc libc6-dev ed mercurial
{
cat ~/.bashrc; cat <
Go is a new language from Google, and here is the first step to learn it: Google Go Hello World File : hello.go package main import "fmt" func main() { fmt.Printf("Hello World !!! \n") } Compiling & Running 8g hello.go 8l hello.8 ./8.out Output ... read on