How to write good code – A tip for wordpress developers
23 Jan 2012 2:41am GMT Recently I’ve automatically updated my WordPress installation and a few plugins. To my surprise after the update, the site just stopped working. There was a PHP fatal error in one of the plugins. How did this get past QA with ...
How to backup your server over FTP
10 Oct 2011 3:50am GMT Recently I needed to find a way to backup the contents of one of my servers, onto another server in a completely different location. Normally I would use rsync over SSH but I don’t have SSH access on my remote ...
Job Hunters beware of your Social Referee
24 Jun 2011 2:02am GMT I am AMAZED at the mentality of some people on the Internet. To think that the things you do and say are 100% private and protected, you are incredibly naive. Although even if you know full well that your Facebook ...
Using VSFTPD with MySQL and restricting users
4 Oct 2010 3:45am GMT Let me save you over 10 hours of hair pulling stress and give you the easiest guide you’ll ever come across to setup vsftpd on your linux box and give you control of your private server. This guide will let ...
Get information of large files on 32 bit systems using PHP
12 Sep 2010 11:35pm GMT Over the last few years following the development of Ajax File Browser (now known as Limpid Browser), various users have had troubles with getting the application to report the correct size of large files (greater than 2gib) on 32bit systems. ...