Archive for November, 2008

My bookshelf

At the moment my bookshelf (and I am now stricktly writing about books related to programming) contains: PHP Professional PHP Programming (Wrox) (first PHP book that I bought) Programming PHP (O’Reilly) Web Database Applications with PHP and mySQL (O’Reilly) Object-Oriented PHP (No Starch Press) Latest additions: Advanced PHP Programming (Developer’s Library) CodeIgniter (Wrox) Professional Search [...]

My programming toolbox

To do my work as a PHP-developer I use the following tools: OS: Ubuntu: The OS of choise. Although I might return to Windows because there are tools there that I find better. (Photoshop, Visual Studio, InDesign, Illustrator, PHPed… and the list continues) Main development tools: Editor: Komodo IDE 5.X … or Aptana Studio Professional [...]

Creating a development environment

This blogpost will be all about creating a good environment for developing PHP applications on my Linux laptop. At the moment I have all my projects in one folder and all running on localhost. Now I am wondering if I should create a better environment for my projects so that it is closer to production [...]