Monthly Archives: March, 2011

Are we in control of our own decisions?

Still enjoy this 15 minutes: Behavioral economist Dan Ariely, the author of Predictably Irrational, uses classic visual illusions and his own counterintuitive (and sometimes shocking) research findings to show how we’re not as rational as we think when we make decisions. Video here: http://www.ted.com/talks/dan_ariely_asks_are_we_in_control_of_our_own_decisions.html

iPhone 4 Retina Display HTML/CSS

Here is a quick and easy way to make your html/css look good on an old iphone/ipod touch AND a new retina display iphone 4. Just try the following: 1) Add the proper meta tag into the html’s header. This version also locks the scale: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 2) Add references to [...]