Neat 3D scene implementation, all done via JavaScript and (quite few) CSS3 3D transforms. The Box → (via The Mozilla Dev Derby (March 2012))
Tag Archives: link
CSS/JS 3D Image Transitions
Valve Handbook for New Employees
So you’ve gone through the interview process, you’ve signed the contracts, and you’re finally here at Valve. Congratulations, and welcome. Valve has an incredibly unique way of doing things that will make this the greatest professional experience of your life, but it can take some getting used to. This book was written by people who’ve …
What makes someone leave a website?
Spotify Play Button
This should work: Too bad it opens up Spotify, instead of streaming the audio inline. But on the other hand, I can think of many reasons why that’s disabled. And way too cool that the embedded player actually follows along with progress meters and playing indicators as you progress listening a track and/change it in …
1024×768
Screens with a 1024×768 resolution are a bit like Windows XP: there have long been better options, but they still remained the most often used screens on the web. That is, until now. Quite convinced it’ll keep on sticking around though, due to the iPad. Move Over 1024×768: The Most Popular Screen Resolution On The …
Adobe Shadow Labs Release 2
iPad GUI PSD (Retina Display)
CSS :nth-letter()
Adobe is working on implementing :nth-letter() in Webkit: The desired syntax was :nth-letter(), where the argument would (ideally) take the same values that :nth-child() can (e.g, a simple index, even/odd, or an expression like 2n+4). This code: <p id=”sentence”>My fourth letter is awesome.</p> #sentence:nth-letter(3) { color: red; font-family: “Comic Sans MS”; font-size: 3em; font-weight: bold; …