January 2012
9 posts
Bootstrap, from Twitter →
Jan 31st
nateware/redis-textsearch - GitHub →
Jan 31st
The Redis Cookbook →
Jan 31st
A Co-Relational Model of Data for Large Shared... →
Jan 30th
Canvas Rider - Wild West by weewam →
Jan 27th
Color Thief →
Jan 26th
HTML5 Please - Use the new and shiny responsibly →
Jan 26th
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...
Jan 12th
impress.js | presentation tool based on the power... →
Jan 7th