Archive of September 2007
Lifehacker Top 10: Top 10 Ways to Put Your Remote Server to Good Use - Lifehacker
10:35 PM | 0 CommentsAutomatic JavaScript and CSS Packer | The Bakery, Everything CakePHP : Articles
And if haven’t used it before - Yslow is a Yahoo tool (for Firebug - You use Firebug - do You ?;) ) that analyzes your page and gives some statistics/grades and tips how you can improve loading times (based on Yahoos Exceptional Performance : Thirteen Simple Rules for Speeding Up Your Web Site).
09:26 PM | 0 CommentsModel::updateAll
In CakePHP 1.2 there is a handy method Model::updateAll($fields, $conditions) which can be used to update multiple rows or make queries like count = count + 1. It doesn’t escape the $fields by default. Sample usage:
$this->User->updateAll(array('count' => 'count + 1'), array('id' => $userId) );
07:43 PM
|
0 Comments
AssetPackager for CakePHP @ bradleyboy
The goal of AssetPackager is to have separate javascript and CSS files in development and in production - combine and compress them for performance.
02:11 PM | 0 CommentsThe Show : The Show for CakePHP
“The Show is a weekly live internet radio broadcast where we discuss CakePHP-related topics and answer questions live via IRC, Skype, and telephone.” - Check it out ! The pilot episode rocks :)
10:21 AM | 0 CommentsSVN to GIT
I’ve gathered some links useful when moving projects from SVN repositories to the wonderful GIT
Importing SourceForge Subversion Projects into Git
Migrating Subversion repositories to Git
And a useful guide for GIT beginners: Git - SVN Crash Course
07:12 PM | 0 CommentsIt Doubles as a Saw Horse - Worse Than Failure
A discussion on #rootnode about HDDs reminded me of this post.
09:23 PM | 0 CommentsGames » Bloxorz
Oh my… i can’t find such games when i have to actually DO something today ;)
02:20 PM | 0 Comments