Here is my quick guide on how to setup phpUnit and phpDoc for Kohana 3. phpUnit 1. Setup Install phpUnit using pear: pear install phpunit(See the PEAR site for how to install PEAR.) Get the Kohana unittest module from http://github.com/kohana/unittest. If you aren't…


Every time I start a new web application project, I spend a while (re)thinking what the layout structure should be in terms of CSS and HTML (e.g. semantic naming, organizing CSS markup). Recently, I did a project using the Thematic theme framework for Wordpress, and that got me…


Is Netbeans not showing the version control options correctly for some of your directories? Check whether you have accidentally left .svn directories. All source control system directories are hidden by default in Netbeans, which makes spotting this a bit tricky. Check for whether there is a another repo, e.g.…