Future Friendly

Future Friendly is a manifesto / call to arms for making sure that our strategies for technology, design, and content will work fine on today’s and on the next-gen devices. While we can’t know exactly what the future will bring, we can: Acknowledge and embrace unpredictability. Think and behave in a future-friendly way. Help others …

Job Application

Carsonified is looking for a designer. What caught my eye are the instructions on how to apply: Design and code a 1-page ‘dashboard’ app for your life. Pretend it’s an app that you view/edit these stats: Heart rate Drinks consumed Food eaten Hours slept Highfives received Please create a logo and name for the app. …

TransformJS

Transforming elements via Javascript in all browsers at once can be a real pain in the ass (think vendor prefixes). Enter TranformJS: 2D and 3D transforms as regular CSS properties you can set using .css() and animate using .animate() In code that basically means you can now use this: $(‘#test’).animate({ translateY:’+=150′, scale:’+=2′, rotateY: ‘+=’+(2*Math.PI), rotateX: …

Playstation Video Unlimited

This is the new PlayStation Video Unlimited service. This PlayStation app runs at a full 60 frames per second (when you see it on a PS3), has tons of 3D graphics effects, full-speed 1080p video playback, and a fluid, hardware accelerated, animated user experience. What you may not know is that this is a web …