Articles by arhimede

Dotkernel

Protecting admin folder with .htaccess in Plesk

In /var/www/vhosts/exampledomain.com/conf/vhost.

Read more →
Zend Framework

WURFL PHP API libraries , GPL versions

GPL versions of WURFL PHP API libraries are ready to be downloaded from here . Version 1.

Read more →
Best Practice

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.

Read more →
Dotkernel

WURFL PHP API license incompatible with Dotkernel

We integrated long time ago the WURFL PHP API into Dotkernel code base. At that time, the license of that WURFL library was GNU/GPL, which make it perfect compatible with Zend Framework license( new B…

Read more →
PHP Development

PHP 5.3.6 released. No upgrade possible for WampServer.

PHP 5.3.

Read more →
Best Practice

htaccess 301 redirect non-www to www

To always redirect users to the www site (for example: http://dotboost.com to http://www.

Read more →
PHP Development

How To Upgrade Wamp to PHP 5.3.4

1.    Stop WAMP server.

Read more →
PHP Development

End of Support for PHP 5.2.x Branch

PHP 5.2.

Read more →
PHP Development

Protection against SQL Injection using PDO and Zend Framework

SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. Usually, user input is not filtered by the script and is passed into a SQL statem…

Read more →
PHP Development

PHP support back in Aptana 3.0

Aptana 3.0 is in beta stage, can be downloaded from the official site .

Read more →