Cool and funny java tricks

IrDA

JF-Expert Member
Aug 26, 2010
743
350
[h=2]Hey, welcome to another funny tricks on computer. This will show you how to make fun with your computer when you got bored surfing some boring website in internet[/h]

[h=2]1) Calculate by Your web browser funny Java script trick[/h] i will show a trick to to use your web browser as a calculator. You can use internet explorer or any other browser to do this tricks. it's a very easy code to memories , Often when you will get bored of your calculator you can calculate by this code through your browser. Moreover you can surprise other by this cool tricks. To do so just copy the following code or memories it and then paste it to your browser address bar

javascript: alert(600/200);
If you post this code in the address bar you get the answer as 3. You can change the number , you can add or subtract whatever you want.


[h=2]2) Funny Web Browser shaking tricks[/h] A funny tricks by which you can shake the browser. But in some browser like Google chrome , Opera it doesn't work. Try it in internet explorer and just enjoy the shaking of your browser
To shake your browser just copy the following Java script and paste it to your browser address bar and press enter
javascript:function Shw(n) {if (self.moveBy) {for (i = 40; 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)
here you can change the shaking rate by editing (i=40) you can give i=100 then it will shake more faster or if you gave less amount it will shake slower. Hope you will enjoy it




[h=2]3) Funny java script tricks flip all of your browser picture[/h] Now, i will show you a java code by which you can have fun by moving all the pictures from your web page. You can do this trick when you will get bored or show some one something new. But remember this code may not work in some browser . Try this code internet explorer or Mozilla Firefox or Google chrome. To do this trick at first open a website where plenty of pictures are available. Or juts a search images in a search engine or in hub page.. When your browser finishes the loading just paste the code to your web address bar and have fun ..the code is :

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);

To stop this effect just refresh the page everything will be fine.

You can experiment with the numbers in this java script to find something new. Learning Java is not so easy but having fun with it is easier. Hope you will like this trick. Thanx for reading
[h=2]4) Silly Java script through using addeffects link[/h] I found this easiest way to do java tricks through Addeffects.net . http://www.addeffects.net provides us many funny java scripts to use in our website. For this tricks we Just have to edit the link and then paste it to your we browser. From there you have to choose what kind of effect you want. For example for bing.com the link will be :
BING.COM effects! Make any site look different!
That means you have to add addeffects.net after after typing .com.
more examples:
So if you want use this site for yahoo then you have to type
Http://yahoo.com.addeffects.net
for google

Http://google.com.addeffects.net
for Hubpage
Http://hubpages.com.addeffects.net
Hope you got it ;) There are a lot of effects available you just have to chose them one by one.
 
Back
Top Bottom