images trick

2 10 2007

weblife iconCopy this:

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)

Search on Google images for anything you want

Highlight the url in the address bar and paste over with the code snippet. Hit enter.

Update:  This script doesn’t seem to work with WordPress formatting. Just click the watch video link below and copy the script from their website

linkage: watch a video





howto script disable unnecessary services in winxp

26 02 2007

internet technology tech iconIn modern operating systems a whole new approach is opened once you start to script repetitive tasks so that you NEVER have to do them again. All you have to do is run the script – and that annoying task is completed. Computers are probably the easiest place in the world to automate a task, so why not start taking advantage of automation and script something today!

Having just reinstalled WinXP as my Vista RC2 is reaching the end of it’s [time limited, and performance restricted] lifespan, I took the time to tweak all the services that start up in a default install on WinXP. I disabled everything that I thought I safely could while still retaining a fully functioning system using guides I found online here. All seems to be running smoothly (and blindingly fast after Vista, even without the Omega video drivers). I did have to re-enable the HIDServ service (Human Interface Device service) which handles keyboards and the like . I found that the extra buttons on my keyboard (things like Play, and Track Advance, which I use so frequently) weren’t working with it disabled.

click here to see how to script it