A Fraudulent way to show how much Traffic Efficient you are.

This post has been written for nutters, who actually want to show that they have more than a million visits to their Blog in a Day.

Friday, February 11, 2011

Accessing Facebook Using Keyboard.

In Todays World, time is so precious that sometimes, even a second can decide your Victory and Failure. So how can you save this very second of your life. Today actually Faceboook has become our Virtual home or a second family, usually few can't live their life with stability without Facebook. When using facebook, sometimes you may feel a little time lagging hovering here and there to see notifications, friends request, composing new message, and few other jobs. One way to save this very second...

Wednesday, February 9, 2011

Just For Fun.. Check What Numbers Have to Say about you?

...

Check Your Browser Details.

You are Using Browser with following Details.... This is a Simple Javascript Application that can give you the details about the Current Browser that you are using and on which platform according to W3C regulations, Will also let you know whether your Cookies are enabled or not? function bdet() { txt = "Browser CodeName: " + navigator.appCodeName + ""; txt+= "Browser Name: " + navigator.appName + ""; txt+= "Browser Version: " + navigator.appVersion + ""; txt+= "Cookies Enabled: " + navigator.cookieEnabled + ""; txt+= "Platform: " + navigator.platform + "";txt+= "User-agent header: " + navigator.userAgent...