Website, remote control and usb craziness
An odd title I know but bear with me, it may turn into a bit of a rant.
First off my remote control seems confused. When i press the button to fast forward on my TV DVD player it turns off and when I press enter it changes to TV mode from DVD. I know what a few of you will be thinking and yes I changed the batteries but now it’s happening more often now. Grrr.
[rant]Second, what’s with USB ports these days? Why can’t everyone who makes these thing place them all the same way up?!? I mean come on, how often have you been to a computer, gone to put your USB device in and it won’t go in so you have to turn it upside down? It’s just one of those small things that annoy me. Why can’t all the computer and USB hub manufacturers have the USB port the same way up and all USB device and cable people do the same thing. That way everything is the right way up and you can see the status light on your USB pen to know it’s working instead of having to turn your hub upside down. [/rant]
OK, now for something cool. Goto a website, any website and then enter the following code in the address bar. It’s super sweet!
Code:
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);
source: destructoid.com