open yahoo.com in IE. Once it is loaded and paste following script in the address bar and press enter. 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.images; 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;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5);void ( 0 ) Code (markup): share with us if you have any interesting script.
that is pretty damn cool. Obviously it's just moving images... So go check it out at Google's homepage. It's cooler because their logo is actually 3 or 4 images...
I don't see anything funny in there Sorry, Forbidden. You don't have permission to access this URL on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Please check the URL for proper spelling and capitalization. If you're having trouble locating a destination on Yahoo!, try visiting the Yahoo! home page or look through a list of Yahoo!'s online services. Also, you may find what you're looking for if you try searching below. Code (markup):
I mean I didn't know that you used this script before. Share with us something interesting if you have.
It could be possible you are using an authenticated page. Try out yahoo main page. Did you use this script on www.yahoo.com?
I have many interesting JavaScripts, but most of them solve some sort of business or UI problem, not so much used for fun You can check out my blog if you want, under JavaScript and DHTML you'll find lots of good stuff: www.justin-cook.com