Here is a handy tip that may prove useful if you ever need to inspect or delete cookies set by the current website using any WebKit based browser such as Google Chrome and Safari.
Continue reading
Monthly Archives: November 2012
Change the WordPress Login Logo Without a Plugin
Have you ever needed to change the default WordPress logo on the admin login page for a clients website? This tip will show you how without the need of a plugin.
Continue reading
Multiple Virtual FTP Accounts with Plesk
Recently I needed to provide a way for multiple clients to connect to a server via FTP for a single domain without creating any actual system user accounts. The server has the Plesk control panel installed, so I thought it would be simply a case of looking through the Plesk documentation to find a feature built into the control panel to allow for this, unfortunately the solution is not quite that simple.
Continue reading
Useful PHP Functions for Dealing with the File System
Undoubtedly at some point when working with PHP you’ll wind up needing to access or manipulate the file system. PHP has plenty of file system related functions built right into the core for you to sink your teeth into, however you will often need to use a combination of them to carry out more slightly advanced tasks.
Continue reading