Usability Testing

12 September, 2009 (22:04) | Plugins | By: Fredrik Wahlqvist

Plugin in Beta testing at the moment

Corporate Kid

6 September, 2009 (04:46) | Child Themes | By: Fredrik Wahlqvist

Using WordPress can sometimes be really great, espessially as you can find so many plugins and themes, allthough somtimes the themes are great but the might just miss the one thing for you, insetead of going and customsing your own team a child theme can sometimes be the best way. To read about how you can make your own child them please have a look at “How to make a child theme for WordPress“.

What i have done here is really simple, i have taken thewordpress Coporate theme by Ori Pearl and made a child theme for it. As in the tutorial all you will need is really only a style.css file, in my file i have just the follwing code

/*
Theme Name: Coporate Kid
Theme URI: http://wdevelopment.co.uk/plugins/corporate-kid/
Description: Child Theme for Coporate
Author: Fredrik Wahlqvist
Author URI: http://wahlqvist.co.uk
Template: corporate
Version: 0.1
.
This work is released under the GNU General Public License 2:

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

.
*/
@import url(../corporate/style.css);
@import url(../corporate/functions.php);
p, li
{
font-size: 16px;
line-height: 25px;
}

You can also download the zip to see how the coporate kid child theme looks like on your own blog.

http://wdevelopment.co.uk/wp-content/plugins/downloads-manager/img/icons/default.gif download: Coporate Kid Theme (686B)
added: 06/09/2009
clicks: 0
description:

Google Website Optimizer Plugin for WordPress Themes in Beta testing

18 July, 2009 (23:12) | Plugins | By: Fredrik Wahlqvist

Google Website Optimizer WordPress Theme (CSS)
We are now in the end phase of testing the first release of our new plugin “Google Website Optimizer WordPress Theme (CSS)”. The purpose of this plugin is to let your viewer’s behaviour decide what is the best layout, look and feel of your site.
The way this works is with Google Website Optimizer and WordPress inbuilt child theme functionality. The first release is more a proof of concept than anything else but even so it will already now have these great features:
• Automatically validates Google’s JavaScript (no messing around in the code, just add your unique user ID and experiment ID in WordPress options)
• Allows you to set the time a user needs to stay on your blog for a “conversion”, this is done by a simple dropdown menu
• Allows you to select up to 6 predefined Child themes (this is also done with a simple dropdown box).
As mentioned earlier, we are now starting to test the layout of our site that is based on Andreas Viklund 1024px theme, if you would like to be a beta tester please send us a comment either here or in our forum.