Contributors

Wednesday, May 6, 2009

Get The Stat Record Of Any Website

Get The Stat Report Of Any Website Which You Want. Statbrain.com Provides The Stat Report Of Any Website You Need And Plus Many Other Useful Information About The Site.
You can do it by logging on in this site:www.statbrain.com

Get The Stat Record Of Any Website

Get The Stat Report Of Any Website Which You Want. Statbrain.com Provides The Stat Report Of Any Website You Need And Plus Many Other Useful Information About The Site.
You can do it by logging on in this site:www.statbrain.com

Useful Print Setting For Excel

We are going to look at quite simple but really useful Excel Print Setting.

How to print the grid line?

How to print the column and row header?

How to repeat rows in top of every page? Specially if you like to print the header row.
How to repeat column in every page?

Answer for all these questions is...

1# Open up the Excel Document you want to print.
2# Go to 'File.
3# Go to 'Page Setup'.

4# Select the options, rows, columns you want to repeat as you want.

[Basic] Copy and Paste via Notepad

Copy and Paste is one of the simplest thing you can do in a computer. CTR+C or select the area, right click, copy and CTR+P or right click and paste. I wish I could have done it in real life as I can keep a copy of the things I love with me. Why note pad come in between copy and paste?

One of the thin I have notice is if you are directly copy and paste something from a rich text, HTML content it will copy lot of other stuff that you do not want.

For example, text decorations, font type, background colour, html tags, hyper links and there can be so many other stuff that you do not want. If you paste directly to a place that support rich text or html it will bring all these with it. If it is your email pasted part will look different to your original email content. If it is your blog copy and pasted part will have different font type, colour to you blog theme.

Notepad is the simplest solution to this. Notepad is not supporting rich text or HTML content. So it will drop all these background information that you copied and paste only the text. Then Copy the text again from the notepad and paste it on the place you want the content to be. In that way you will not copy any background information to your new location.

So next time when you do a copy and paste from rich text or HTML remember this simple hack to use the notepad in between to copy and paste only the text not the other information.

How to: Block URL (websites) you don’t want to visit

You can easily block list of URLs (websites) with out using any software. I have tried this in windows XP and it works fine.

Why you should block any websites?

1. Even it is your personal computer there is great chance of going to these nasty website that install adwares, spywares and all these unwated stuff in your computer. Some websites are using banner advertisements from different websites. These websites should be blocked.

2.You might be managing couple of uses or computers and you don’t want them to go to certain URLs.

Cool if any of these are your requirement then you can follow this. Secret is in the C:\Windows\system32\drivers\etc\.

Path might be different from windows version or the way you install your windows.

You will find couple of files there; protocol, service, network and host. File you will be required is host (there is no extension for that file). If you don’t find it you can create it (Right click > new > create a text document and remove the extension).

Sample host file will look like this.

# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
127.0.0.1 www.myspace.com
127.0.0.1 www.youtube.com


Create exact file and add any number of URL in the same format (127.0.0.1) and save it. Sometimes you might have to restart the machine but it worked for me without restarting.

Cool all the URLs listed there will be blocked.