Source/Copyright: https://geekandpoke.typepad.com/geekandpoke/2010/11/how-to-make-a-good-code-review.html
HTML5/CSS3/jQuery MPD Client
After setting up the Linux based Music Player Daemon on my Raspberry Pi as my new front-room HiFi server, I looked around at the great number of clients available. I couldn’t find one that exactly suited my needs, so I wrote my own. (more…)
Training video portal
A requirement was made to provide secure access to a collection of approximately 500 videos, roughly an hour each in length. The system should be web based, use the credentials of an existing client portal and be conservative on disk/bandwidth usage. Administrators should also be able to group videos and add/remove them. (more…)
Lemonberry Content Management System
Back in 2008 I developed my own Content Management System (CMS) for Lemonberry as we had a need to provide our clients with websites where they could have a rich interface for keeping the content up-to-date, whilst keeping the stucture and design of the site to us. (more…)
rtGui – a web based front end for rTorrent
rtGui is a web based front end for rTorrent – the Linux command line BitTorrent client. It’s written in PHP and uses XML-RPC to communicate with the rTorrent client. (more…)
55+ Most Wanted WordPress Tips, Tricks and Hacks
There’s a good article posted at wpbeginner.com today – a good list of WordPress tips, tricks and hacks. Even for a seasoned WordPress developer you’re bound to find something you didn’t know before… (more…)
WordPress Shortcodes in Practical
Handy article from Smashing Magazine explaining how to create WordPress shortcodes. (more…)
Building custom WordPress Widgets
A handy guide posted on tutsplus.com to show the process of building a widget. It’s even easier than developing plugins!
https://code.tutsplus.com/tutorials/building-custom-wordpress-widgets–wp-25241