November, 2010

SEO Questions

Three key questions to ask before signing up with an SEO…. Where do you get your links from? How soon can I expect to see results? Can you show me some happy customers? What do you think? Feel free to comment below.

Moving a WordPress database

Here is a simple SQL statement to run on a WordPress database to move it from one domain name to another /* // Simply change the 2 variables below. // If your blog runs over HTTPS you will also need to change this in the last 2 lines. */ SET @oldDomain = ‘www.olddomain.com.au’; SET @newDomain  Read more