Tag Archives: CMSs

WordPress Maintenance

Forgotten WordPress Password If you have forgotten your wordpress password, and the forgot your password email reminder does not work (or is set to someone elses email), then there are a few things you can do. Option 1: Update the … Continue reading

Posted in IT, Web Development | Tagged , , | Comments Off on WordPress Maintenance

SEO tweaks using mod_rewrite to prevent duplicate content being crawled

Over the past few years, with the rise in popularity of using no-www there have been some issues where content is getting crawled by a search engines twice, and in some cases getting a negative scoring due to duplicated content. I.E. … Continue reading

Posted in IT, Web Design, Web Development | Tagged , , | Comments Off on SEO tweaks using mod_rewrite to prevent duplicate content being crawled

Build & Manage Websites with Dreamweaver Templates

How do you handle common elements of a webpage across a number of pages? (e.g. Navigation, Header, Footer areas etc) How do you update the header or footer area of every webpage in a website? PHP Includes SSI Includes Manually with Copy and … Continue reading

Posted in Web Development | Tagged , , , , | 7 Comments

Book review – Build your own wicked wordpress themes

I was disappointed with this book (Build Your Own Wicked WordPress Themes). I picked it up recently when on holidays, for a read on the flight home, ahead of a web design project I had ahead of me. It was … Continue reading

Posted in Books, Web Development | Tagged , | Comments Off on Book review – Build your own wicked wordpress themes

Upgrading from WordPress 2.9 to WordPress 3.0

I’ve my WordPress installed using SVN, and it was easy to upgrade WordPress 2.x to 3. WordPress have great docs and help on everything needed. #cd ~/public_blog #svn switch –relocate http://svn.automattic.com/wordpress/tags/2.9.2/ http://core.svn.wordpress.org/tags/2.9.2/ #svn sw http://core.svn.wordpress.org/tags/3.0/ . The main blog didn’t … Continue reading

Posted in IT, Web Development | Tagged , | Comments Off on Upgrading from WordPress 2.9 to WordPress 3.0