Search
Calendar
February 2012 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
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