Author Archive

HowTo: Eclipse 3.2 + PHPEclipse + Subclipse in Ubuntu Feisty Fawn

This HowTo are for those who would like to participate in the upcoming PHPUGPH PMS Project. It’s just a HowTO to help anyone who would want to try Eclipse with PHPEclipse and Subclipse.
Install Eclipse
1. Open your terminal.
sudo apt-get install eclipse
2. Install Sun JRE:
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-bin sun-java6-fonts
3. Make Sun’s JVM default: [...]

PHPUGPH Coding Standard

I just finish summing up the PHPUGPH Coding Standard. In preparation for the PMS Project. It’s still a draft but like a software, it’s organic the more we use it the more it will grow. It is based on Zend Framework PHP Coding Standard. But since we will be using CodeIgniter we will just be [...]

HowTo: PEAR Install PhpDocumentor

Lately I have been trying to install PhpDocumentor on my office workstation using PEAR. We are using Ubuntu Linux BTW here, (Open-Source Rocks!) but I have encountered something not new to me somewhat forgotten. Every time I try to install PhpDocumentor here at the office typing endlessly sudo pear install PhpDocumentor on the command line. [...]

Firefox keyboard tricks

I have been a religious Firefox user ever since I dumped that incapable, untrustworthy,.. IE6. I have fell in love with firefox tab browsing, eye candy skins and a pack of great extensions. But with these tons of great features our mouse gestures are becoming cumbersome. This is a time for some ninja keyboard techniques. [...]

On Frameworks: The Glue VS The Stack

During my daily routine to read news about what is happening in the world of PHP. I found an interesting read regarding about frameworks. I just like to share it you guys because anytime soon we will be dealing with frameworks because some of us at PHPUGPH.COM are trying to collaborate on doing open source [...]