CodeIgniter and MVC links

Just starting to learn MVC using CodeIgniter and thought I would save links to tutorials, tips and other things that I found useful along my…

Permalink changes lock you out of WordPress Admin?

I had this problem and couldn’t work out what I’d done wrong I installed WordPress in a .com/blog directory It all went well. I could…

Hide your email address on Web Pages

The catch 22 of displaying your email address on your web site is that the spammers will soon find it and your inbox will be…

Seo Tips

Some really good myth busting tips and tricks to improve your site SEO. Surprising to read many of the techniques that the SEO gurus have…

Really useful htaccess tips

I was finding how to prevent a page being viewed via a line in the htaccess file and stumbled upon this really good collection of…

cURL extension required

I’m installing OpenCart on a localhost WAMP server. I came across an error at Step 2 of the Pre-Installation stage The status for Extensions showed…

double quotes replaced by backslash on mysql update

I had a situation where I had to export a set of records from a MYSQL database on a live site into a copy database…

 appearing in WordPress posts following mysql database import

If you experience the problem of an  appearing in seemingly random places throughout you WordPress posts following a database import you may be able…

The name attribute is obsolete

I got this error message using a name anchor tag when trying to validate a page in HTML5 The name attribute is obsolete. Consider putting…

Quote ‘ in attribute name error

Quote ‘ in attribute name. Probable cause: Matching quote missing somewhere earlier. I got the above error when validating a html5 page. The problem was…