January 2012
9 posts
Bootstrap, from Twitter →
nateware/redis-textsearch - GitHub →
The Redis Cookbook →
A Co-Relational Model of Data for Large Shared... →
Canvas Rider - Wild West by weewam →
Color Thief →
HTML5 Please - Use the new and shiny responsibly →
Using created_at and updated_at with CakePHP - PHP... →
function save($data = null, $validate = true, $fieldList = array()) { $now = date(‘Y-m-d H:i:s’); // set created_at field before creation if (!isset($this->data[$this->name]) || !$this->data[$this->name][‘id’]) { $data[$this->name][‘created_at’] = $now; } // set updated_at field value before each save...
impress.js | presentation tool based on the power... →