Last articles
Namespaces Best-practice in PHP 5.3
Since PHP 5.3 we finally can take use of the long wanted namespaces, which help us to keep the global namespace clean and save some work when declare class names.
PHP 5.2 is released in its last versions, so it is probably that many hosters and developers switch to PHP 5.3. Also Zend Framework and Symphony 2.0 uses namespaces, so they require PHP 5.3.
But how to use namespaces in an accurate way? I'll try to explain my experiences I've made while developing Gitty here.
Gitty - Web deployment tool
Gitty is a deployment tool for software (mostly Websites) for the Web. Gitty allows you to easy install and update software on one click.
It uses a library written in PHP 5.3 and has a graphic interface written in HTML+CSS.
Gitty currently supports deploying Git repositories over FTP. Other protocols and version systems may be supported in the future.
Gitty can be found on Gitbub and on the Gitty website.
Tooltip2
Tooltip2 is a JavaScript for creating Tooltips.
