This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. After a longer wait than usual, DotKernel 1.5.0 was just released. Due to the large amount … Read More … Read More
Blog
Protecting admin folder with .htaccess in Plesk
This post refers to DotKernel 1, based on Zend Framework 1. If you are looking for DotKernel 3 or above related posts, go here. In /var/www/vhosts/exampledomain.com/conf/vhost.conf file add this code: AuthType Basic AuthName “My Site Admin” AuthUserFile … Read More
WURFL PHP API libraries , GPL versions
GPL versions of WURFL PHP API libraries are ready to be downloaded from here . Version 1.1 is the one integrated in Zend Framework Zend_Htpp_UserAgent component. Version 1.2.1 is the latest released under GPL license. Later Edit: removed because A) … Read More
Golden Rules of Professional PHP Coding
1. Always use in development and in staging highest error reporting level, and display_errors ON: error_reporting(-1); ini_set(‘display_errors’, 1); 2. Fix every warning or notice that occur. 3. Check regularly server’s error_log for notices/warnings 4. Identify any temporary hack with a … Read More
SVN Export in a virtual host
The following commands should be run in the terminal (for example, using Putty in Windows) on the host where you want to export the repository). It’s recommended that you run them using the domain’s user, not root. … Read More
Aptana – set SVN keywords
In Aptana it’s very simple to set the svn:keywords property for a file. For example if you want to set the svn keyword property Id: … Read More
PHP 5.3.6 released. No upgrade possible for WampServer.
PHP 5.3.6 was released, but it come with a bad news for WampServer users: “Windows users: please mind that we do no longer provide builds created with Visual Studio C++ 6” Since WampServer is built using VC++ 6, is not … Read More