Archive

Posts Tagged ‘Tips and Tricks’

Tip to use mobile phones

July 1st, 2008 No comments

Use your left ear to say Hello

How to view the saved password?

June 11th, 2008 No comments

The known security tip is that, we should not click on “Remember my password” option when using public computers. If you would have checked this Rememer Password option, then anyone can easily view your mails/content.

They can view your content but can’t chanage the password if it is a website like Yahoo or GMail. Because you willbe asked to provide the old password to change it.

Here is the easy way to know the saved password for Yahoo and Gmail.

Enter your username and password. Now copy and paste the given javascript in the address bar and press enter.

Yahoo: javascript:alert(document.forms[0].passwd.value);

This script will display the password in an alert box like below.

Get Yahoo Password

Gmail: javascript:alert(document.forms[0].Passwd.value);

Find the alert box displayed in GMail

Get Gmail Password

Amazing, isn’t?

Now anyone can change the password. So make sure that you don’t click on “Remember my password” option at any cause. Even if you would have clicked, clear the cookies and saved password details as soon as you logout.

Disposable Email to avoid SPAM Mails

May 21st, 2008 No comments

Spam MailMost of the website collects the email id when you either want to see the contents of the site or download software or something from their sites though they promise you that they keep your email id confidential. You can’t trust all these sites and you will really reluctant to give your email id to some websites.

The solution is to use a disposable email service. There are so many service providers gives this facility. I found this one, PookMail.com , as the simple and best solution.

PookMail.com is a disposable email account system. Use this service to avoid giving your personal email address to suspicious websites. Your temporary mail account will be deleted after 24 hours.

It supports RSS 2.0 and available in 28 international languages. It’s very easy, anonymous and fun! Just think up a name and GO!

NATO Phonetic Alphabets

May 7th, 2008 No comments
NATO Phonetics

Talking to a call centre person had become a part of our life. Most of the times we struggle to spell our personal information like Name, Address etc., This may be because of the poor signal, or influence of native slang.

In such cases the call centre person are trained to use “NATO Phonetic alphabet”. It is also known as spelling alphabet.

What is this NATO Phonetic alphabet?

According to Wiki,

NATO alphabet assigns code words to the letters of the English alphabet acrophonically so that critical combinations of letters (and numbers) can be pronounced and understood by those who transmit and receive voice messages by radio or telephone regardless of their native language, especially when the safety of navigation or persons is essential.

Knowing this NATO Phonetic alphabet would make our life easier; especially when we talk to a call centre person.

Here is the list of NATO Phonetic Alphabets. This set is being used world wide.

A – Alpha
B – Bravo
C -Charlie
D – Delta
E – Echo
F – Foxtrot
G – Golf
H – Hotel
I – India
J – Juliet
K – Kilo
L – Lima
M – Mike
N – November
O – Oscar
P – Papa
Q – Quebec
R – Romeo
S – Sierra
T – Tango
U – Uniform
V – Victor
W – Whiskey
X – X-ray
Y – Yankee
Z – Zulu

How to make a conference call in GTalk?

April 25th, 2008 14 comments

Conference call in GTalkConference talk is one of most often used feature in internet. Users wish to have conference talk with their friends and family online. Now a days most of us are using GTalk. One of the limitations in GTalk is, we can’t do conference talk in GTalk. This always force the users to use Yahoo. I still wonder why don’t Gtalk support conference talk?

There is a way to do a conference in GTalk. This can be achieved by launching multiple instances of GTalk. GTalk allows us to launch multiple GTalk instances (this is not being supported by yahoo). Do the following to get multiple instances.

Way 1: To edit existing Google Talk shortcut

  1. Right click on the Google Talk shortcut.
  2. On the contextual menu, click on Properties.
  3. Go to Shortcut tab on Properties window.
  4. On the Target textbox, add in the /nomutex to the end of the line so that it looks like the following.c:\program files\google\google talk\googletalk.exe” /nomutex or you can simply copy and paste the above syntax and replace the original.
  5. Click on OK.

Way 2: To create a new shortcut for Google Talk

  1. Right-click on the desktop or anywhere you want to place the GTalk shortcut.
  2. Select New on the right click context menu.
  3. Then select Shortcut.
  4. Copy and paste the following line to the text box when prompted to type the location of the item: “c:\program files\google\google talk\googletalk.exe” /nomutex
  5. Click on Next.
  6. Give the shortcut a proper name (e.g. Google Talk or Google Talk Multiple)
  7. Click OK until you are done.

Now you can launch multiple instances of GTalk by clicking your newly created/modified GTalk icon.

How to have a conference talk in GTalk?

Let us say Person A, B and C want to have conference through GTALK. Then each one have to launch two instances of GTalk (say A1, A2, B1, B2 and C1, C2)

If they call each other in the following fashion then they are in conference call in Gtalk.

GTalk Conference

GTalk Conference

A1 - B1, A2 - C1 and B2 - C2

Google Cheet Sheet

February 3rd, 2008 No comments
Google Cheet Sheet

This two page Google Cheat Sheet lists all Google services and tools as well as background information. The Cheat Sheet offers a great reference to grasp of basic to advance Google query building concepts and ideas.

Click Here to download Google Cheet Sheet

How to hide a file in an image?

August 22nd, 2007 5 comments
How to hide a file in an image?

Save the above image and open this. This will open as an image by default. But if you open with winrar you will get a hidden file.

How to do this?

  1. Select any image. (Find.jpg)
  2. Place all your files in a folder. (Here I am creating a folder VijayForVictory)
  3. Add this to archive (zip/rar). (VijayForVictory.zip)
  4. Place your image and the zip file under a folder.
  5. Open Windows console (Start > Run > cmd)
  6. Go to the folder where we placed the image and the zip file.
  7. Type the following

copy /b Find.jpg + VijayForVictory.zip VijayForVictory_Hidden.jpg

How tohide a file in an image?