Archive for June, 2006

Highest tennis court in the World06.24.06

See the following amazing photos of World’s highest tennis court.

         The photos are taken when Andre Agassi and the world No. 1, Roger Federer, while having friendly fight on the tennis court of Burj Al Arab(Dubai) in preparation for the Dubai Duty Free Men’s open.  A security mesh was preventing possible falls ….

 

   So very Impressive, isn’t it??????

table tennis tables

Posted in Amazing Photoswith No Comments →

Do not use Ctrl+c while using Internet explorer - It is very dangerous06.24.06

Many of us frequently use Ctrl+c (I.e., clipboard) to copy passwords and other important information, so it will save us from retyping it again and again. ( Mostly computer professionals use this Cut  ( or Copy ) and paste method to reduce retyping the code again and again). But Don’t do this while browsing internet. Are you willing to see how easy to steal infomation from you clip board? Then follow these steps.

1. Hightlight any text (for example text in your web browser, notepad or Word etc.) and press Ctrl+c.

2. Now click on the following link to see he copied text.

    http://www.friendlycanadian.com/applications/clipboard.htm

                  Hope you understand now how much easy it is to steal data from your clipboard. This is all possible with one line of code that can be written using Java script and ASP ( or PHP and CGI). The code is

var content = clipboardData.getData("Text");

    Now you understand the problem, but you will be thinking how to prevent this,,. am I right?   See the procedure how to solve this problem. ( courtsey above website)

  1. go to Tools -> internet option -> security in intenet explorer

  2. Click on the custom level security setting and uncheck the option " Allow Paste Operations via Script.”

Note :  This has been tested on windows XP using Internet explorer.  This will not work if I use Firefox browser & and also in Linux. So please spread Firefox and browse internet safely.

Posted in Tech stuffwith No Comments →