PHP MySQL Dump Script

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Don’t get me wrong, I love phpMyAdmin and use it every day. However sometimes on client servers the only access to the database is via phpMyAdmin and it hasn’t been set up properly. Read On →

Lightweight, Easy Install phpMyAdmin Alternative - phpMiniAdmin

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If your host doesn’t provide you with phpMyAdmin access, or if you simply want a faster lighter version of phpMyAdmin for simple DB admin tasks and running custom SQL queries, then take a look at phpMiniAdmin. Read On →

Full PHP Error Display for Vhost

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub To get PHP displaying all errors on a particular apache vhost, simply add the following two lines within the vhost configuration php_value display_errors On php_value error_reporting Read On →

Favourite Ubuntu Music Player

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub After loads of messing around with the various music player programmes available in Ubuntu, I have settled upon Audacious as my favourite. It was already really good, however once I discovered the option to install the Audacious Extra Plugins pack (syntaptic package manager) it got the full host of features that I look for, including a scrobbler plugin for updating Last.fm with my listened to tracks. Read On →

PHPXref - How Did I Live Without You?

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub After discovering a neat little Perl utility called PHPXref, I wonder how I ever coped without it.. no more searching through code trying to find where that damn function is hiding! Read On →

Colorzilla for Ubuntu Alternative - Gcolor2

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub If like me you love having the ability to grab the color hex code for any on screen element to use in your HTML or CSS then you have probably also come across the colorzilla firefox extension which allows you to do just that. Read On →