Posted on: October 28th, 2006 The Children


The Children, originally uploaded by kittynn.

Posted on: October 16th, 2006 Photo Drama

Edward Lee is specialized in toy photography, have a big collection of dramatic toys photos, really nice

(via)

Posted on: October 12th, 2006 Creating Professional and nice HDR images

Everyone knows about the new amazing technique doing HDR images, here is a new tutorial for doing it professionally, like in movie images, where you have these amazing lenses

I’ve come to believe that there are few things in the digital photography world that Photoshop can’t do better than most other programs. HDR turns out to be one of them. Photoshop CS2 has a little-known (it seems) built-in HDR assembler that, while lacking the “make my photo look like an acid-trip” tone-mapping features of Photomatix, is capable of creating extremely realistic or extremely surreal HDR images.




How to Create Professional HDR Images

Posted on: October 10th, 2006 Yahoo! Time capsule. Internet Historical Digital Colection

Yahoo! Time Capsule, the first and largest internet collection of historical digital data, launched today


For the next month, we’ll be asking users from around the world to submit expressions around love, anger, fun, sorrow, faith, beauty, past, now, hope and “you.” They will create the first-ever electronic anthropology project, which we’ll open up on Yahoo!’s 25th anniversary in 2020.

How will future generations view the issues important to us right now? I get the feeling some of our major political issues (Islamo-fascism, obsession over gas prices, hatred of the Republican party, religious censorship) might not matter as much 14 years down the line. Who wants to put money down that more people will remember Randy Johnson’s awful ERA than Mark Foley’s awful actions?

Yahoo Time Capsule

Posted on: October 9th, 2006 Funny Script

Paste this code it in a site with large amount of pictures:

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

Will make all the images rotating in different corners. Very funny.

Demonstration on YouTube

To pause just, update the page, with F5