Saturday, February 26, 2011

Make Free International Phone Calls Without Disclosing Your Identity

Making phone call can become handy when needing to call a friend.Now that phones have occupied an important part in our daily life making a phone call has become handy.But it becomes really comfortable when making an international call through internet and that too for free.No software or registration is required.All you got to do is to visit
http://www.evaphone.com
Follow the following steps to make the phone call:




  1. Go to http://evaphone.com 





















Enter the number(along with the country code) in the marked location and press green button(you might be asked for permissions) and wait for the call to connect....
Enjoy!!!!

Friday, February 18, 2011

How To check a Phishing Site??

Phishing is an attempt to hack your web accounts by displaying a similar looking page which redirects you to main website but also stores your password.This is very harmful as the hacker has your password with your knowledge.So it important to check whether the site is a phishing site or not.
To check for a phishing site just copy and paste the following in the address bar of your browser( where you type the address of the site you want to visit):

javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the initial part of addresses do not match, this may be a phishing website."); 

This code is basically a javascript commands which finds the location of where the site is hosted and the url of page.