You can do these cool tricks yourself !

Did you know that you can copy and paste the following code into your browser's address bar and it will make images on the page float around as if it were in a tornado? It's true! The first time I saw this I was skeptical, and I didn't want to do it because I thought it would hurt my computer, but it's only javascript, the same coding that a lot of sites use. You can stop it by just refreshing your page.

The Code

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300;y5=200; DI= document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL;i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++} setInterval('A()',50); void(0);

Take Screenshots Of Your Desktop
A lot of people use this for various reasons, from taking screenshots of their desktop, their favorite video games, spreadsheets, and much more. It's a pretty valuable piece of knowledge, especially if your showing a presentation or something of that nature. To take a screenshot (image) of your desktop or whatever your doing, try the following.

Press and hold ALT, then press PRINT SCREEN

If that doesn't work, try

Press and hold CONTROL and ALT, then press PRINT SCREEN

Then go to your favorite image editor (Paint Shop, Photoshop, etc) and either just copy and paste it into there. You can copy and paste by either going to EDIT in the menu and selecting PASTE, or just by holding the CONTROL key and pressing V.

If your interested in seeing what the results are like, just look above in the image swirl section above. It shows a screenshot (image) of what the image swirl looks like while I was viewing the front page of Hubpages.

You Can Read Google in Klingon!
Yes, you can read Google in Klingon, or Pirate, and even in Elmer Fudd (Waskily Wabbit!). I stumbled on this while I was in college, and needless to say before the day was over everyone was reading Google in another language. It was a big hit for that day, but then after it was all done people were tired of trying to decipher Klingon and some of the other languages. But still it was a quite interesting experience, and one that has been there for a long time right under our noses.

Interesting Languages on Google

Bork, bork, bork!

Elmer Fudd

Hacker

Latin

Klingon

Pirate.

Steps to share internet connection on local area network?


If you have a fully functional LAN then net sharing is few click away, yes few clicks. I assumed that you have already a broadband connection and account configured on your PC. Just go to “My Network Places” properties, and then select your broadband connection. Now right click on it and select properties. Now broadband properties dialog box should be appear. Here select “Advanced” tab.

Broadband Connection properties selection.

Now check “Allow other network users to connect through this computer" internet connection” and uncheck below two options. Now press “OK” button. This will give you a message stating that IP address of present working PC will be set to “192.168.0.1”, click OK. If you assigned this address to any other computer then change it to something else otherwise it will give IP address conflict error.

Broadband Connection properties.

Now a hand like icon should appear below the broadband connection, indicating that it has been shared.

Broadband Connection after sucessful sharing.

Go to other PC, select “My Network Places” properties, and then select your LAN connection. Now right click on it and select properties. Now LAN properties dialog box should be appear. Here select “Internet Protocol (TCP/IP)” as did during IP address assignment. Now click properties button,” Internet Protocol (TCP/IP) properties” dialog should appear. Here you need to give the “Default Gateway” and “DNS Server” IP as shown in the image. Repeat this step on other PCs too.

Default gateway & DNS server IP assigning.

Connect the internet on server PC where internet connection is physically attached, then try to access internet on other PC. If you see the positive results then Congrats! Else;

Check LAN connection. If you can access Shared Folders then follow next step else you need to check internet sharing from beginning.

You need to check your internet connection again. Try this, press window key + R, now type this without quotes “ping www.google.com -t”. If you get reply as given in below image then net sharing is OK your internet browser corrupted or internet browser setting changed to use proxy address. Please off all proxy address. Now you should able to browse.

Easy steps to show your hidden files after virus attack

There are certain viruses which prevent us from viewing the hidden files and folders. If you enable “Show hidden files and folders” option from folder option it doesn’t show hidden files and reverts back to “Do not show hidden files and folders”. If you desperately try command prompt to enable hidden files then it takes long time because you cannot unhide all files at once and vice versa. To enable show hidden files option please follow simple steps.


Instructions:

- Click on Start button

- Click Run

- Type “regedit” without quotes in the box and press Enter.

-It should open “Registry Editor”, now do following steps:

-Go to the following registry key:

-“HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL”

You will find tree type navigation on left side pane, click on the + sign on text mention on above path means first click on + sign of “HKEY_LOCAL_MACHINE” then on “SOFTWARE” then on “Microsoft” and so on until you find values provided in below screen shot.

You only need to change or check two registry keys.

- “CheckedValue” value should be 1.

-“DefaultValue” value should be 2.

Don’t close “Registry Editor” now, go to folder option and try to unhide files and folders. It should work now and you can close registry editor.