XAMPP is an all-in-one LAMP development solution for multiple platforms. I use Linux on my main computer and OSX for my laptop.
I’ve selected XAMPP to provide the LAMP environment on my Mac. It is free, in on-going development and works well.
Because I have several projects in development at once, I need to be able to quickly [...]
I use Komodo IDE for dynamic languages. I like it because it works extremely well and you get a license to use it on whatever machine you happen to be sitting at. Also it works well in Ubuntu and Mac OS/X, both of which I use constantly.
Here’s a macro I use in Komodo to make the [...]
PHP Beautifier makes your codes all pretty like and such.
First, install Pear, if it is not yet installed:
sudo aptitude install php-pear
Then, install php_beautifier:
pear install PHP_Beautifier-0.1.14
Some Links
http://beautifyphp.sourceforge.net/docs/
http://pear.php.net/
http://pear.php.net/package/PHP_Beautifier/
share [...]