Wednesday, December 15, 2010

On computer interfaces

The first computer user interface consisted of a large button on
  the front panel, labeled "0".  By pressing this button repeatedly, users
  could "program" the computer to do all kinds of tasks.  Sadly, none of
  these programs worked, and the scientists could not figure out why.
  Then, in 1962, some dweeb finally had the idea to add a "l" button,
  and the Computer Age officially began.
 
        But pressing "0" and "1" buttons was not anybody's favorite
  pastime, so some other dweeb invented the computer terminal.  Thanks to
  this clever device, with over 50 different keys, users were able to
  create bugs and cause crashes dozens of times faster than before.
  But at least the hardware was now in place, so it was time to address the
  software issues of user interfaces.
 
        First, there was the command-line interface.  This allowed users
  to type a line of text representing a "command", press the RETURN key, and
  receive a response like "0x38754: ERROR NOTEXT PETUNIA".  Thanks to this
  handy software tool, the suicide rate rose almost overnight.
 
with thanks from <http://www.funhouse.com/jfw/Blazemonger.html>

Thursday, January 8, 2009

Do you Know?

Here is some useful information for all.
Ctrl+C may be the most important work we do everyday. But it's not a very safe thing to do. Read on to know why. What happens when you press Ctrl+C while you are Online... We do copy various data by Ctrl + C for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.







Just try this:

1) Copy any text by Ctrl + C
2) Click the link http://www.sourcecodesworld.com/special/clipboard-code.asp
(script works on Internet Explorer)
3) You will see the text you copied was accessed by this web page.
Do not keep sensitive data (like passwords, credit card numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information.


To avoid Clipboard Hack Problem , do the following:
1. Go to IE tools-> internet options->security
2. Press custom level
3. In the security settings, select disable under Allow paste operations via script.

Now the contents of your clipboard are safe.