-
Pet Projects
Monthly Archives: August 2009
I have been busy lately making some extra money doing side-jobs with WordPress. In WordPress, you will be able to create a “sub-page” by selecting a “Parent”. This tip is useful when you want to retrieve all the sub-pages. You … Continue reading
Posted in General
Tagged get sub-page, getchildren, getsubpage, Wordpress, wp_list_pages()
4 Comments
I recently had to calculate the amount of work done by an employee between a specific date range. My problem was that the calculation must exclude the weekends. I asked around (both Google and #mysql in IRC) and found out … Continue reading
Okay, I have been getting into Unit Testing the past few days. With the help of Jon Lebensold’s screencast, I was able to jump right in quickly. Right now I am looking into creating Mock Objects for my tests. I … Continue reading
Posted in General
Tagged codeutopia, jon lebensold, mock objects, phpunit, zendcasts, zomg
3 Comments