Over the years in both my professional and personal lives I have had to move WordPress sites to new homes that required changing the domains. This has led me to develop a set of instructions that I use successfully every time I migrate.
The first warning I should give is that what follows is not the only things you have to do but it is a decent starting point.
Updating the Database
The second warning is that here be dragons. The following requires making direct changes to the WordPress database which could lead to your site no longer working. … Read the rest


One of the beauties of a long career is that you get to see how things in your sector evolve over time. Being in IT is no different other than the phenomenal rate of change.
I discovered recently that the latest version of Skype (v4) now holds all users session data, such as your chats, in a SQL database. What’s more it is easy to write queries using standard SQL to query the database and extract data. Here I’ll show you how.