Subscribe in a reader - Subscribe via Email - 1921 Subscribers and Counting!!!

World of information, opinions, cricket and technology.

How To Open Multiple Websites / URLs With a Single Click using URL Opener

Friday, January 15th, 2010

Most of us have some favorite sites and you would like to open as soon as you open the Browser. Let say you have open 10 websites daily. Opening them one by one will be tedious and mundane task.

Lot of you might have thought about this… Why not Open Multiple Websites with Single Click?

There are number of ways you can Open multiple websites at one go.

I am presenting you one such way with which you could Open Multiple URLs with a Single Click !

URL Opener is a service created by Brad. URL Opener is a Productivity Tool. Using this tool you can Open multiple websites at the same time

How To Open Multiple Websites  URLs With a Single Click using URL Opener

Paste URLs in Text area and Hit Submit !

(more…)

How to Find your Missing Mobile / Cellphone by Dialing from Web / Online

Wednesday, November 18th, 2009

This tip works only for US/Canada. It happens to me and i think it happens to most of you also. You forgot where you have kept the Cellphone / Mobile and you are trying very hard to find it, but can’t find it.
How to Find your Missing Mobile - Cell Phone by Dialing from Web - Online
What do you next?

Simple… Try to dial your Cell phone number from another phone. But, what if you don’t have another phone?

Here comes a way you can Find your missing Mobile / Cell phone by dialing from Web

How to find your Missing Mobile / Cell Phone?

(more…)

How to add Quick Launch Bar to the Taskbar in Windows 7 | Enable or Disable Quick Launch Bar in Windows 7

Sunday, November 15th, 2009

Windows 7 LogoRecently, I installed Windows 7 using Windows 7 DVD created using using Windows 7 USB/DVD Download Tool and I was hit by an error message and was able to Solve “BOOTMGR is missing Press Ctrl+Alt+Del to restart” Error while Trying to Boot Windows 7.

After settling down with Windows 7, I was surprised to see that Quick Launch was missing from Windows 7 Taskbar

Where is Quick Launch in Windows 7?

It seems that Microsoft have deprecated Quick Launch from Windows 7. But, there is a good news for all quick launch bar lovers like me. One can add Quick Launch bar in Windows 7 using the below hack.

How to add Quick Launch Bar to Taskbar in Windows 7

(more…)

How to Highlight Special Paragraphs or Sentences in the post or article

Thursday, June 4th, 2009

Few days back, Atul from Ocean of Web left a comment at How to Block Visitors from specific IP using .htaccess hack.

This is what he asked :

Hi Nihar
Make sure you backup .htaccess file before you making any changes.

for this line in red color box with cross mark, are u using any plugin for this

You can check the comment here

In above post where he left the comment, I have put the following:

Make sure you backup .htaccess file before you making any changes.

Today, i am going to share the CSS and images and also tell you how you can add these Custom Paragraphs or Sentences to highlight them in your Blog post

How to add Custom Paragraphs or Sentences in your Blog post

  1. First open your Theme’s style.css file and then copy the below CSS snippet at the end of the file. Note: all themes doesn’t have css filename as style. So, check accordingly.
    .info {font-size: 11px;color: #191919;background: #ebe9ce url(images/info.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;display: block;font-weight: 400;width: 80%;border-top: 2px solid #DAD6A5;border-bottom: 2px solid #DAD6A5;}
    .warning {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #e3aeae url(images/warning.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #D68585;border-bottom: 2px solid #D68585;}
    .download {font-size: 11px;color: #191919;font-family: Verdana, sans-serif, "Courier New";line-height: 125%;background: #d5ecd5 url(images/download.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #A9D8A9;border-bottom: 2px solid #A9D8A9;}
    .alert {font-size: 11px;color: #191919;line-height: 125%;background: #FFE5BF url(images/alert.gif) no-repeat 5px center;font-family: Verdana, sans-serif, "Courier New";display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #FFC46A;border-bottom: 2px solid #FFC46A;}
    .note {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #eaf2f5 url(images/note.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #B7D2DD;border-bottom: 2px solid #B7D2DD;}
    .click {font-size: 11px;color: #191919;font-family: Verdana, "Times New Roman", Times, Georgia, serif;line-height: 125%;background: #fcfbed url(images/click.gif) no-repeat 5px center;display: block;margin: 10px 0px 0px;padding: 12px 12px 12px 25px;font-weight: 400;width: 80%;border-top: 2px solid #F2EDB0;border-bottom: 2px solid #F2EDB0;}
  2. Now, if you check the above css code. It is using some images. Below, i am providing the images.zip file. Please download it and upload it in your THEME DIR/images/ directory. If you don’t see images directory under your THEME directory, then create one and extract the images from the images.zip file.

    Download Images for above CSS code

(more…)

How to avoid Hotlinking of file and images using .htaccess hack

Wednesday, May 27th, 2009

Yesterday, i posted a .htaccess hack to Block Visitors from specific IP using .htaccess

Today, i am here again to share with you one more .htaccess hack.

What is HotLinking?

Avoid / Prevent Hotlinking of images or files (Credit http://www.conquerhosting.com)

Avoid / Prevent Hotlinking of images or files (Credit http://www.conquerhosting.com)

Inline linking (also known as hotlinking, leeching, piggy-backing, direct linking, offsite image grabs and bandwidth theft) is the use of a linked object, often an image, from one site into a web page belonging to a second site. The second site is said to have an inline link to the site where the object is located.

(more…)