How to?
Choose tool
- we are using Google Website Optimizer for this first experiment.
- we are using an A/B Experiment for starters because A/B experiments are the simpler version of testing with Website Optimizer and we have a low amount of traffic and want results fast. And A/B testing does allow for experimenting with advanced scenarios later, if we want that.
Create test and choose conversion pages
- create many different variations of a web page ~ We created two:
- Want More Customers? ~ the original
- Want Even More Customers? ~ the variation page, the header attractor slogan and the image are different
- choose conversion page ~ at the bottom of both pages we have a contact link. Conversion is whether people actually go to the contact us page. Later we can expand conversion to include actually contacting us.
Install and validate JavaScript tags
Download and install Wordpress plugin
Do not download from the plugin page of the author. The version is not current (at time of writing this post). Download from the Wordpress plugin page instead. Install using the usual three steps for installing a plugin in Wordpress.Add code
In the following I am assuming you have a weboptimizer account and that you are logged in. Set up the experiment, by adding an experiment name and the url’s of the original, the alternative(s), and the conversion page. Make sure the WYSIWYG editor is disabled in your WordPress. (Aiaiai, this one cost me around 90 mins
- Copy the first JavaScript script code in Google’s Step 1 area in a value field of “go_control_script”
- Copy the second JavaScript script code in Google’s Step 1 area in a value field of “go_tracking_script_test”
To each variation page enter the variation pages code from Google’s Step 2.
Add a new field go_tracking_script_conversion in the conversion page and add Google’s Step 3 script code for conversion.
Validate your code
Run Experiment and Party
I will report results in a follow up blog, as soon as there are some significant results, enough for Yet Another Party!


I expect a renewed culture to emerge, one that values co-creation and openness to collaboration next to centralized structures and processes that are required for protection, yet do not overregulate. On the whole, something that might attract a lot of people. I see opportunities for exploring new ways of doing business together, and feel confident I can contribute something useful in return that aligns with my energy, passion, and talents, while serving the building of more connections.







Wordpress 2.9 upgrade Ooooops
I waited for a while until the dust settled and I could see who was still standing. It seemed like a lot were, and checking the web for possible problems during install, I did not find much. And then got a cheerful message from wordpress on 2.9 being “oh so fine”. Charming. And curious as I am, I wanted to know about “fine”.
Recent versions of WordPress feature an Automatic Upgrade. Wyrdweb does not use this magical back-end button for security reasons. I went for a svn upgrade.
$ svn sw http://core.svn.wordpress.org/tags/2.9/ .The result:
U wp-comments-post.phpU wp-login.phpD wp-includes/streams.phpD wp-includes/gettext.phpU wp-includes/feed-rss2.phpU wp-includes/default-filters.phpU wp-includes/post-template.phpU wp-includes/plugin.phpU wp-includes/feed-atom.phpU wp-includes/class-feed.phpsvn: File 'wp-includes/taxonomy.php' has inconsistent newlinessvn: Inconsistent line ending styleOkay. I mean, Not Okay. The site is giving two warnings.
Onwards with plan B: a Manual Upgrade: I download the 2.9 files to my local machine, delete the old wp-includes and wp-admin directories, and send up the new directories.
Ach, now the site produces a fatal error. The topic was quickly found in the forum:
Fatal error: Call to undefined function is_admin() in [...]/wp-includes/vars.php on line 16Increasing memory limit in settings.php to 128 MB did work for me. And now I have 2.9 running here.
And yes, the new features are “fine”. But not worth this manual upgrade foreplay struggle. I’ll be holding off upgrading our other WordPress sites until I get word svn works faultlessly.
Charm me with some safe smooth and enjoyable foreplay!