Tag Archives | Images

…Yahoo! emails a lot of photos?

Crocodile HandEver wonder what photos are filling the Internet’s tubes at any one moment?

To help answer that question, Yahoo! has put together a list of the Most Emailed Photos that have traveled through their system, and it’s filled with some classic pics.

If images can be viral, then these are the ones that spread like an epidemic.

[Yahoo! - Most Emailed Photos]

[Via: Mixx]

…Digg is new and improved?

Digg

After an endless stream of bitching and moaning from the Digg community, Digg has finally added an Images section to their site, along with a variety of other changes that include a new universal taxonomy, a new image crawler, and new sorting and duplicate image detection.

They’re all definitely useful changes, which makes me wonder why it took Digg so long to make them.

BTW: If you’d like to friend me on Digg, or send me any stories, my profile is:

http://digg.com/users/didntyouhear

[Digg]

[Via: Digg The Blog]

…You can play with a site’s images?

Here’s a fun web trick to try, and it works with any page as long as the page contains images (try a Google Images search results page). Just copy the following Java code into the address bar of your browser, and hit enter:

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

When you’re done, just hit reload and you’re back to normal. Plus, it’s a fun game to play on those with slightly less computer savvy-ness than you.

[Via: Digg]