Computer has been a revolution in the history of human being. Nowadays modern people need the use of computer in each and every day of their lives. We use computer for different reasons. Some people are using computer for their important task, some people using it for entertainment and the others are using computer just to have fun anyway. In this post I am going to share top 5 amazing funny computer tricks which can be very handy when you get bored with your computer. Besides you can increase your computer knowledge with all these tricks. So, check out the computer tricks below :
1) Convert text into computer voice: In this trick I will tell you how to convert Text into computer voice. You can generate a small app by yourself to see the magic. You are definitely going to love this trick.
How to do :
Firstly, open notepad and paste the following code inside the notepad ,
Dim message, sapi
message=InputBox("hello from pctrick.com, Do you want your computer to speak?","for more tricks visit pctrick.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Then Save the file and give it a .vbs extension. For example , give the name “voice.vbs . Then double click the icon. A box will pop up. Type any message and press ok. The computer will speak your message. You can use this tool to generate different kind of computer voice message for different purposes.
2) Let the pictures fly: You can make the images of a website fly everywhere. The tricks is very easy. Just open Firefox and paste the following code in the browser address bar :
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);
Enjoy!
3) Play games inside your Firefox browser : Do you know that you can play games inside firefox browser ? To play games inside firefox first go to website. The paste the following code in the address bar :
javascript:var%20s%20=%20document.createElement('script');
s.type='text/javascript';document.body.appendChild(s);
s.src='http://erkie.github.com/asteroids.min.js';void(0);
You will notice a small triangle (shooter) . You can move the shooter by using the arrow keys of your laptop. The use spacebar to shoot down the content of that website. Hope you will enjoy.
4) Calculate inside your web browser: With the help of a simple Java script code you can calculate inside your browser. Just memorize the code below :
javascript: alert(10-9);
If you copy the above code paste it in your Firefox browser you will get the result. You can change the numbers to calculate different equations.
5) Notepad date: You can save the current date and time inside your notepad by using a simple text. Open notepad and type .LOG at the beginning. Save the notepad file and reopen it again. The current date and time will be saved automatically. You can use the trick every time you use your notepad. In this way you can track the date and time without much effort.
1) Convert text into computer voice: In this trick I will tell you how to convert Text into computer voice. You can generate a small app by yourself to see the magic. You are definitely going to love this trick.
How to do :
Firstly, open notepad and paste the following code inside the notepad ,
Dim message, sapi
message=InputBox("hello from pctrick.com, Do you want your computer to speak?","for more tricks visit pctrick.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Then Save the file and give it a .vbs extension. For example , give the name “voice.vbs . Then double click the icon. A box will pop up. Type any message and press ok. The computer will speak your message. You can use this tool to generate different kind of computer voice message for different purposes.
2) Let the pictures fly: You can make the images of a website fly everywhere. The tricks is very easy. Just open Firefox and paste the following code in the browser address bar :
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);
Enjoy!
3) Play games inside your Firefox browser : Do you know that you can play games inside firefox browser ? To play games inside firefox first go to website. The paste the following code in the address bar :
javascript:var%20s%20=%20document.createElement('script');
s.type='text/javascript';document.body.appendChild(s);
s.src='http://erkie.github.com/asteroids.min.js';void(0);
You will notice a small triangle (shooter) . You can move the shooter by using the arrow keys of your laptop. The use spacebar to shoot down the content of that website. Hope you will enjoy.
4) Calculate inside your web browser: With the help of a simple Java script code you can calculate inside your browser. Just memorize the code below :
javascript: alert(10-9);
If you copy the above code paste it in your Firefox browser you will get the result. You can change the numbers to calculate different equations.
5) Notepad date: You can save the current date and time inside your notepad by using a simple text. Open notepad and type .LOG at the beginning. Save the notepad file and reopen it again. The current date and time will be saved automatically. You can use the trick every time you use your notepad. In this way you can track the date and time without much effort.