25Sep/090
Learning Linux Part 5/15: Edit & transform textfiles
This part I will try to explain some of the document processing features that linux has. We will cut this part in 3 pieces:
21Sep/090
Unauthorized Cake PHP Guide
Today I found a tweet of an unauthorized cakephp guide, which turnred out to be a wiki with usefull cakephp information.
Site : Unauthorized cake guide
The official CakePHP ( aka the cakephp book ) can be found over here
18Sep/090
Vim as a PHP editor
Matthew Weier O'phinney has posted a great article about using vim as your php editor. Adding mappings to run the file through php linter helps you finding any (syntax)errors while you're working in vim.
Also a project plugin is explained in this article.
18Sep/090
Learning Linux Part 4/15: The shell explained
Alright, part 4 of the series, which is mostly dedicated to the shell environment.