quietstorm Posted November 18, 2008 Report Posted November 18, 2008 Here is something you need to try! A really cool Google trick!!1. Go to Googlehttp://www.google.com2. Click "images" in the upper left corner3. Fill in "bikes, flowers, cars" or any other word. Click on "search images"4. You will get a page with a lot of images that are thumbnailed.5. Now delete the URL in the address bar ( Example:http://images.google.nl/images?hl=nl&q=flowers&btnG=Afbeeldingen+zoeken&gbv=2 )6. Copy the script below, and paste it in the adress barCode:java script: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)7. Press "Enter" on your keyboard8. Click on "refresh/reload" to return to the normal page!ENJOY!! Bart Quote
TonyFalla Posted November 18, 2008 Report Posted November 18, 2008 Doesn't do anything for me, if I copy the whole script for some reason, when I paste I just get "Code:" put in the Address bar and then I get an unfound page, if I leave out "Code:" and copy just the Java Script, I get a message saying Windows cannot find the Java Script. If I copy and paste just the Java Script and then put "Code: " before it, my PC just sits and thinks and doesn't do anything.Tony Quote
quietstorm Posted November 18, 2008 Author Report Posted November 18, 2008 Tony..I found the problem! The above code needs to be in one line...Try this link at my web site for the code.http://www.multimediaenthusiasts.com/google.txtSorry ..hope the above link will do it! ENJOYBartDoesn't do anything for me, if I copy the whole script for some reason, when I paste I just get "Code:" put in the Address bar and then I get an unfound page, if I leave out "Code:" and copy just the Java Script, I get a message saying Windows cannot find the Java Script. If I copy and paste just the Java Script and then put "Code: " before it, my PC just sits and thinks and doesn't do anything.Tony Quote
TonyFalla Posted November 18, 2008 Report Posted November 18, 2008 Sorry Bart but your link doesn't like me it asks for a usercode and password.Tony Quote
TonyFalla Posted November 18, 2008 Report Posted November 18, 2008 Hi BartTried again and got it to work this time, weird effect but I wonder why it was done in the first place?Tony Quote
lathompson Posted November 19, 2008 Report Posted November 19, 2008 So, Bart.......... Too much coffee??? Quote
quietstorm Posted November 23, 2008 Author Report Posted November 23, 2008 Cool....so what's the deal?Just experimenting with images! Quote
quietstorm Posted November 23, 2008 Author Report Posted November 23, 2008 So, Bart.......... Too much coffee??? Not enough s-l-e-e-p either!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.