Prevent WordPress Editors From Changing Themes
August 31, 2011
Wonderful little code snippet that prevents the editing of your wordpress theme by administrators. This stops them uploding themes, editing the existing code of your custom theme and also prevents them from adding, removing or editing plugins which is really very useful. just add these 2 lines of code into your wp-config.php file and upload [...]More on Prevent WordPress Editors From Changing Themes
AC Gold
AC Gold are already a well established and respected Electrical company based in Stirling. They’re currently branching out into the world of renewable energy meaning that they needed a new website to promote there new venture. Visit AC Gold Energy I also created a version of the Energy website to update the companies Electrical website. [...]More on AC Gold
CSS3 PIE Life Saving .htaccess Snippet
August 25, 2011
I like to use CSS3 Pie…. It gives my designs nice rounded corners for my boxes and gives me a lovely little shadow on my text. Unfortunately those nice people at Microsoft deemed these features unessential. I recently ported a site onto a different companies hosting which for some reason didn’t implement my CCS3 Pie [...]More on CSS3 PIE Life Saving .htaccess Snippet
Super Simple Jquery Dropdown Menu For WordPress 3
August 18, 2011
WordPress 3 has a native menu functionality that is really cool and allows WordPress site administrators to easily add and edit menus on their sites. Here’s a really simple way to get a smooth dropdown menu for those indented menu items in your custom menu. View The Demo (view the source of this page to [...]More on Super Simple Jquery Dropdown Menu For WordPress 3
Find And Replace A String In MySQL
August 15, 2011
I’m finding this little snippet of code extremely useful at the minute. A simple way to change a string in a MySQL database. UPDATE table SET field = REPLACE(field,'oldString','newString'); I’ve been using this a lot lately when migrating WordPress installations from host to host and i have to change the url from say http://mydomain.com to [...]More on Find And Replace A String In MySQL
Gzip And Set Expiry Dates Of Files With .htaccess
August 15, 2011
We’ve been using one and one as our web host for a good few years now, we’ve got a couple of older servers which run and host quite a few older sites that were created using PHP 5. You might know that the latest versions of WordPress require at least PHP 5 to be running [...]More on Gzip And Set Expiry Dates Of Files With .htaccess
Order Custom Fields Correctly in WordPress
August 11, 2011
This might be reinventing the wheel but i could not get my custom fields to output in the correct order in WordPress. Custom fields are really powerful and can be used for a tonne of different things in my case I was using it to store product values for an online shop which integrated into [...]More on Order Custom Fields Correctly in WordPress







