WordPress

  • The New Word(Press) On The Street

    The New Word(Press) On The Street

    We love WordPress. It’s such a simple CMS with all the tools necessary to make your website shine. The fact that it is so easy to use from a developer, creative and user perspective has made it the leading web software that it is today. Naturally we were pretty chuffed when we heard that WordPress…

  • A couple of WordPress tricks for plugin developers

    A couple of little tricks plugin developers should use when creating a WordPress plugin are: 1. Always have debugging on In wp-config.php you need to look for the line – define(‘WP_DEBUG’, false); Change this to – define(‘WP_DEBUG’, true); This will show any errors within database queries, and errors that you may come across as by…

  • Making your website tick

    Having a website is great for business. In fact these days, it’s probably one of the most important things to have. But, it’s absolutely vital that your website is fast. Why? So your users will stay there and not get frustrated by waiting for your site to load. What’s the process behind the speed of…

  • WordPress Plugins – Lessons learned

    After reading this article on Smashing Magazine, I could only think about the issues I have had when building a WordPress plugin. It gives great insight into building a great plugin that not only works, but has catered for the majority of users. From using the correct URLs, using filters, option arrays for plugin data…