21:04

cool tricks



PLAY SNAKE GAME ON YOUTUBE WHILE VIDEO IS LOADING !!!!!


Many of you might not know about this awesome trick..You can play snake game on youtube while your video is loading !!!! All you need to do is that while your video is loading and when you see the streaming circle[image below] you just have to do a left mouse click and then press the up arrow key and instead of  the streaming circle your snake game will start and your video will also load side by side .  

If while playing the game the video starts playing then you can just left click the mouse and it will pause.To end the game just leave the arrow keys and as the snake comes on side the game will automatically stop.Don't forget to comment on this below .

REVOLVING IMAGES IN YOUR BROWSER !!!!


You will love to use this script on your broswer , After you pres enter you will see no. of images start rotaing. When you want to stop it. Refresh the page.There is a Java script that Rotates images on any website and not particularly Facebook. If you wanna try, here’s the Safe java Script in bold letters .Copy paste it into the adress bar of your browser :
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()',5); void(0);

You can also have this link in your wall post and if anybody clicks there then there images start rotating. Don't forget to c0mment about it.

HOW TO SEE WHAT IS THE PASSWORD TYPED IN THE BROWSER

You can very easily see the password which someone has typed in any site .Just anter the following code in bold in the adress bar of your internet browser :
javascript: alert(document.getElementById('Passwd').value);
Thats it.Now you can see the password !!!!

MAKE YOUR WEB BROWSER DANCE

You can shake your web browser very easily.Just type the following bold text in the adress bar of your browser :
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
                                                                   AND
javascript:a=0;x=0;y=0;setInterval("a+=.01;x=Math.cos(a*3)*200; y=Math.sin(a*2)*2;moveBy(x,y)",2);void(0)
This will make your browser shake.Note that it is not available for some browsers like Google Chrome.

AWESOME GOOGLE TRICK

Here is an awesome google trick.Just go to google and in the search tab type the following in bold letters : "find chuck norris" and click on 'i am feeling lucky" .The see what happens .
Its funny..try it :D

Lock and Unlock one or more Folders Without any software[WINDOWS XP ONLY]
Sometimes you need to apply restriction of some folders which are really personal for you. There are many softwares to protect your folders from unauthorized access. Those software really cost much. But there is an alternate solution which also is capable to provide restriction of your private folders. You can do this by using notepad. This page contains information to lock a folder using notepad and to unlock a folder using another notepad.

Steps to Lock and Unlock a Folder Using Notepad:
Suppose, you have a personal folder named as MyFolder which has all the private information about you. So, you want to lock that folder. Moreover, you may also able to unlock that folder when you also necessary.
To lock the folder using a notepad follow the following steps:
1. Open notepad and copy the following code segment:
ren MyFolder MyFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D}
2. Save the file as Lock.bat name. The extension of that file must be .bat extension.
3. Double click Lock.bat and the folder MyFolder will be locked.

Steps to unlock the folder using a notepad:

1. Open notepad and copy the following code segment:
ren MyFolder.{21EC2020-3AEA-1069-A2DD-08002B30309D} MyFolder
2. Save the file as UnLockKey.bat name. The extension of that file must be .bat extension.
3. Double click UnLockKey.bat and the folder MyFolder will be unlocked.

SPEEDUP THE STARTUP OF YOUR COMPUTER

Does your computer take long time to startup?you can manage the programs which start automatically on windows startup.Just follow these steps :
1.Press Start+R on your keyboard and type 'msconfig'.
2.Go to Startup tab and uncheck the boxes of those programs which you want to be disabled on startup.


COMMON WINDOWS SHORTCUTS

Here are some common Windows shortcuts you should know :
1.Ctrl+C - Copy
2.Ctrl+X - Cut
3.Ctrl+V - Paste
4.Alt+Tab - Switch Windows
5.Start+R - Run command
6.Start+L - Lock Computer
6.Start+D - Show Desktop

USE START MENU IN WINDOWS 7 TO SEARCH THE INTERNET

Do you know that you can use the start menu of windows 7 to search the internet ? It works only on windows 7 professional and ultimate editions.To enable internet search in start menu just follow these steps :
1. Open the Start menu, and type gpedit.msc in the search line and press Enter.Local Group Policy Editor will open.
2. In the left pane, click on User Configuration, Administrative Templates and Start Menu and Taskbar.
3. In the right pane, right click on Add Search Internet Link to Start Menu and click on Edit.
4. To Add Search Internet Link to Start Menu -A) Dot Enabled and click on OK.
5. To Remove Search Internet Link from Start Menu -A) Dot Disabled or Not Configured and click on OK

AMAZING FOLDER RENAME TRICK

Here is an amazing trick.Just follow these steps :
1.Create a new folder
2.Rename the folder as 'CON' or 'LPT1' or 'LPT2' or 'LPT3'.
What do you see?Windows will never create folder with these names as they are reserved words.

0 comments: