{#advanced_dlg.about_title}

Technology »

Wednesday, May 25, 2011 | 0 Comments

Every now an then I find myself looking for this function and somehow I always end up re-writing it over and over again. I am now posting it on my blog so I won't have to do that again. (Click into the article to get the code) [More]

{#advanced_dlg.about_title}

Open Source, Shtuff, Web 2.0 »

Friday, August 7, 2009 | 1 Comments

Horinaja is a slide-show ready-to-use for scriptaculous/prototype or jQuery. Horinaja is different than other content sliders because it supports mouse wheel navigation.
I found this resource the other day while I was working on the new theme form my blog. I will be using this script to created a slideshow of the “latest headline stories”. This will enable me to display more than just one story at a time, provide a navigable and sleek interface. [More]

{#advanced_dlg.about_title}

Shtuff »

Sunday, January 14, 2007 | 0 Comments

Go to any Webpage of your choice Clear your borwser's address bar Enter the following: 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); You should try it of Flickr! Enjoy!