Anything and everything goes in here... within reason.
Topic locked

Mon Jan 22, 2007 9:28 pm

Wow, that's annoying(ly awesome).

Mon Jan 22, 2007 10:58 pm

My boss just asked my why it looked like I had vomit all over my pants.

I told her that it was because I'd thrown up in my lap. She gave me a look, said, "Oh," and walked away pretty quickly.

</not a true story>

Tue Jan 23, 2007 12:01 am

Works great if you have a journal a bunch of mood icons in your entries. :P

Tue Jan 23, 2007 1:28 am

This amused me. My roommate didn't know what I did to my computer. :P

Tue Jan 23, 2007 5:18 am

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

you can change these to tan or sin or cos to get different effects. :D
adding csc, sec, or cot seems to freeze it.

or this for a spiral:


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.cos(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.right=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.tan(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0)
Topic locked