Install PHPUnit in Windows, Wamp using PEAR

Go to the directory where PHP is located. Typically, this is <PATH-TO-YOUR-WAMP-INSTALLATION>\bin\php\php5.3.8 We’ll call this path “PHP’s location” throughout this article. Now, install PEAR following instructions in this tutorial. Open a command-prompt, go to PHP’s location using cd, and type: pear channel-discover components.ez.no pear channel-discover pear.phpunit.de pear channel-discover pear.symfony-project.com pear install –alldeps phpunit/PHPUnit We’re done! […]

Installing PEAR in Windows, Wamp

Go to the directory where PHP is located. Typically, this is <PATH-TO-YOUR-WAMP-INSTALLATION>\bin\php\php5.3.8 We’ll call this path “PHP’s location” throughout this article. Download “go-pear.phar” from this location: pear.php.net/go-pear.phar Create a folder “pear” in your PHP’s location Put the downloaded “go-pear.phar” file in this location. Open a command prompt with administrative privilege. For this, click on start […]

Source code of Android Tutorials from The New Boston

Get sources of tutorials of individual videos I’m  just learning android from the awesome tutorials made by Travis (available for FREE at here) and decided to code them in hand. Just pushing them to this repo if anyone needs them. One interesting point, I’ll make a commit after every tutorial! So you can browse the […]