Category Archives: PHP

Running PHPUnit tests in a webpage

Given that there isn’t currently built in support for PHPUnit testing in browser although it was being put into the roadmap according to an article by the author (http://sebastian-bergmann.de/archives/639-AJAX-Based-Test-Runner-for-PHPUnit.html#content) I took a script someone else had put together and modified … Continue reading

Posted in Development, PHP | 1 Comment

How to make a wordpress plugin

So I had my first exposure to writing a wordpress plugin yesterday. It was such a pleasant and easy experience that I thought I better give a little back. So here’s my step by step guide to creating a very … Continue reading

Posted in Development, PHP, Wordpress | Leave a comment