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. Moreover …
read onGoogle has launched realtime analytics to GoogleAnalytics 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 onGoogle 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 …
read onCheck 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 widescreen aspect ratio. …
read onI 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 onGoogle 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 …
read onThis 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
#!/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 < ~/temp.bashrc
mv ~/.bashrc ~/.bashrc.old
mv ~/temp.bashrc ~/.bashrc …
read on
Go is a new language from Google, and here is the first step to learn it:
File : hello.go
package main
import "fmt"
func main() {
fmt.Printf("Hello World !!! \n")
}
8g hello.go
8l hello.8
./8.out
Hello …
read on
Google has released / open sourced one of its internal tools, the javascript closure compiler. The closure compiler is used to optimize javascript files. It works by analyzing the code and removing redundancies and shortening variable names.
This tool can be used to compress javascript …
read on