Basics

  1. Windows Vista OS to Ubuntu OS: This is Microsoft’s operating system (OS), and even Microsoft fans have become disillusioned with this product. Open source OS alternatives have expanded; but these OS often are difficult for the average user to install, learn, and operate. Why deal with it when Ubuntu has become so easy to use that even the most computer illiterate can jump into this operating system with very little time spent on a learning curve? In fact, users can purchase a Dell computer with Ubuntu already installed. Remember, however, that when it comes to using open source software that the open source community often focuses on applications that can be used through Windows, Mac, Linux, or Unix with the majority seemingly devoted to Windows.
  2. Internet Explorer Browser to Firefox Browser: Sure, Internet Explorer (IE) is free; but, that’s because it comes packaged with Windows’ operating systems. Free is far different from open source software, where users have more control over how that software works. While you might feel more comfortable with a proprietary operating system, you can still use an open source browser like Mozilla’s Firefox, an exceptional product that expands its use with ‘add-ons‘ created by avid users.

Firefox 3.6 – code-named Namoroka – will be based upon Gecko 1.9.2. The upcoming version will be able to tell if you're listing to starboard--and pass that information along to applications running in the browser.

That's because the browser will be able to detect the orientation of laptops and mobile devices equipped with accelerometers that can tell which way is down. The reason for the work: Web applications running in the browser will be able to use the information, useful for labyrinth-type games with virtual marbles rolling around boards, and any number of other gaming situations.

Here I will give you a tip to download youtube video in an instance. While watching a certain video in youtube, if you want to download that video then you just have to put kiss in front of url (but after www). For example your url is http://www.youtube.com/watch?v=-K_8R03jIZI&feature=related then the changed url will be http://www.kissyoutube.com/watch?v=-K_8R03jIZI&feature=related or you can just go to kissyoutube.com/watch?v=-K_8R03jIZI&feature=related and follow the steps there and you can download the video in flv format. Try it, its cool ;) have fun.

For Better Lists, go to this Link Click Here 


20. Jack Stanfield, Firewall (2006)
firewalljack_stanfield_400
Famous Quote: "Honey, I need to borrow your iPod."

19. J-Bone, Johnny Mnemonic (1995)
jbone

Famous Quote: "Where's Spider?"

Its a  prototype right now, but the pressure-sensitive keyboard Microsoft has cooking up promises to make your typing far more efficient.As an example, font size could be changed based on how much pressure we apply to a key during typing and typos could be reduced by gauging the pressure applied to simultaneously pressed keys in order to determine intent. And, of course, varied pressure on a key could make gaming controls more interesting. Just press harder to make the player run, and lighter to make player walk.

If you have something secret to keep in your computer then this idea is just for you. Here I have provided a simple method to create a secret folder in your computer which can be used to keep the secret files and hide it from others accessing it.

Want to see the disco light in your keyboard then here is simple script to make it. It will make your caps lock, num lock and scroll lock flash like in disco.

Just copy the following code and pase in notepad and save it with extension vbs ( for example save it as disco.vbs).
code:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Then after saving the file with the above highlighted code, double click it to run it then whoa! you can see the effect in your keyboard. 
To just turn off the effect just open the taskmanager and go to process. Then find and kill the process wscript.exe and that stops the effect.