Here is my quick guide on how to setup phpUnit and phpDoc for Kohana 3.
20
Jul 10
Better web application interface markup: lessons from theme frameworks
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).
10
Jul 10
Quick tip: Netbeans is excluding / ignoring directories in version control
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.
06
Jun 10
Quick tip: how to fix “mysqlnd cannot connect to MySQL 4.1+ using old authentication” onPHP5.3
I recently upgraded to PHP 5.3 on Windows, and ran into this problem:
02
Jun 10
Kohana3: automatically collect internationalization strings
I started implementing i18n for my upcoming KO3 application, and implemented a quick patch so that I don’t need to manually find and type translation strings.