on Tuesday 15 May 2012
I have seen many new comer to blogger are always trying to find how to remove banner from their blog.
In blogger banner is something like gadget.But it is default widget so we can't remove it from layout.

Here is the trick to hide banner from you blog.


First of all sign in to your blogger account.Then go into template mode.
Now in template tab go into edit HTML.

Now in edit html copy/paste following line before "variable definition" line .

#navbar-iframe 
{
          display: none !important;



Look like this.
I hope you Enjoyed this......
Don't forget to write comment.........

on Saturday 12 May 2012
Ok today's topic is not on tricks of windows or registry but one amazing trick of mobile.

First of all find your IMEI Number of your mobile.

To find IMEI number just type *#06# . It will give you IMEI Number of your mobile.
In some mobile this code may not work.


Then check the 7th and 8th numbers


Phone IMEI no. x x x x x x ? ? x x x x x x x

IF the Seventh & Eighth digits of your cell phone are 02 or 20 this means your cell phone was assembled in Emirates which is very Bad quality.

IF the Seventh & Eighth digits of your cell phone are 08 or 80 this means your cell phone was manufactured in Germany which is fair quality.


IF the Seventh & Eighth digits of your cell phone are 01 or 10 this means your cell phone was manufactured in Finland which is very Good.

IF the Seventh & Eighth digits of your cell phone are 00 this means your cell phone was manufactured in original factory which is the best Mobile Quality.

IF the Seventh & Eighth digits of your cell phone are 13 this means your cell phone was assembled in Azerbaijan which is very Bad quality and also dangerous for your health.

I wish this is helpful to you.......................................
on Thursday 10 May 2012

Hello friends,
Today I am going to tell you most talkative topic how to block particular website.

So after reading this topic you can able to block website using host file.
Host file is lies in system32 folder in windows.

Navigate to the::: C:\Windows\System32\drivers\etc

Now in etc folder there is host file .
First of all change its permission.

To change Permission  Right click on "host" file->Properties.


Now in properties go into "security" tab next to the "General" tab.Now in security tab select "users" under "Group and username." Click on "Edit" button.Then again select "users" under "Group and username." Give full control under "Permission of users" .


Click OK...



Now open host file in notepad.Add following lines.


127.0.0.1   Site name which you want to block


For Ex if I want to block www.facebook.com then line should be : 
127.0.0.1   www.facebook.com


Now open your browser and try to open that site .
If you installed any server in your pc and if it is running mode then server home page will open.
otherwise it will give an error page not found..............