Site Archives

[TextMate] Move project drawer to right


The project drawer of TextMate shows on the left by default. Following these steps you can move it to right.

Hide project drawer (ctrl+alt+⌘ )
Move TextMate to left and enough room is set aside on the right.
Show project drawer again.

[WordPress] upgrade to 2.3 Release Candidate 1


I just had my blog upgraded to wordpress 2.3 RC1, and you can download RC1 here .

[Symfony]Does not work under ‘prod’ on Mac


All things work well under ‘dev’. But, when i want to change to ‘prod’ mode, I can’t see anything at frontpage ‘index.php’.
My solution is changing define(’SF_DEBUG’, false) to (’SF_DEBUG’, true) in ‘/web/index.php’.
Another way is going to ‘/apps/frontend/config/settings.yml’, and find strip_comments, then turn if off like this strip_comments: off. More details you will find here […]