<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to do A/B Testing in WordPress</title>
	<atom:link href="http://thinkvitamin.com/business/how-to-do-ab-testing-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/</link>
	<description>The Web Practitioner&#039;s Blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Matthew Ogborne</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-42028</link>
		<dc:creator>Matthew Ogborne</dc:creator>
		<pubDate>Mon, 28 Mar 2011 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-42028</guid>
		<description>Just to say thanks, I had this on my todo list for ages and just never got around to it</description>
		<content:encoded><![CDATA[<p>Just to say thanks, I had this on my todo list for ages and just never got around to it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Carson</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-41494</link>
		<dc:creator>Ryan Carson</dc:creator>
		<pubDate>Sat, 05 Mar 2011 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-41494</guid>
		<description>Great tip! Thanks Jamie</description>
		<content:encoded><![CDATA[<p>Great tip! Thanks Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiemchale</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-41492</link>
		<dc:creator>jamiemchale</dc:creator>
		<pubDate>Sat, 05 Mar 2011 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-41492</guid>
		<description>Just a quick tip:

In the video you disabled the visual editor. You can use Wordpress shortcodes to insert the section into your blog post using the visual editor. Just add a couple of lines to your functions.php in your theme:

add_shortcode( &#039;gwo&#039;, &#039;gwo_shortcode&#039; );

function gwo_shortcode( $atts, $content = null ) {

   $t = &quot;utmx_section(&quot;&quot;
        .esc_attr($atts[section])
        .&quot;&quot;)&quot;
        .$content
        .&quot;&quot;;

   return $t;
}</description>
		<content:encoded><![CDATA[<p>Just a quick tip:</p>
<p>In the video you disabled the visual editor. You can use WordPress shortcodes to insert the section into your blog post using the visual editor. Just add a couple of lines to your functions.php in your theme:</p>
<p>add_shortcode( &#8216;gwo&#8217;, &#8216;gwo_shortcode&#8217; );</p>
<p>function gwo_shortcode( $atts, $content = null ) {</p>
<p>   $t = &#8220;utmx_section(&#8220;&#8221;<br />
        .esc_attr($atts[section])<br />
        .&#8221;")&#8221;<br />
        .$content<br />
        .&#8221;";</p>
<p>   return $t;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-41061</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Wed, 16 Feb 2011 09:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-41061</guid>
		<description>Hi,
Great tut, thanks!
One question: is it also possible to do this with images or widgets?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great tut, thanks!<br />
One question: is it also possible to do this with images or widgets?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Carson</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-40241</link>
		<dc:creator>Ryan Carson</dc:creator>
		<pubDate>Mon, 07 Feb 2011 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-40241</guid>
		<description>Hi Halley - I&#039;d recommend switching to http://optimizely.com now - much
easier than this method I used to use</description>
		<content:encoded><![CDATA[<p>Hi Halley &#8211; I&#8217;d recommend switching to <a href="http://optimizely.com" rel="nofollow">http://optimizely.com</a> now &#8211; much<br />
easier than this method I used to use</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Halley</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-40234</link>
		<dc:creator>Halley</dc:creator>
		<pubDate>Sat, 05 Feb 2011 22:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-40234</guid>
		<description>So I followed you directions exactly(except that google now seems to combine the control and tracking scripts into one), but when I validate pages I get these:

Control and Tracking script-
Expected to find: function utmx_secti
Found on line 284: /*&lt;![CDATA[*/functi

Page sections-
{ - Unexpected or missing characters - Line: 284 Expected: utmx_section Found: /*&lt;![CDATA[*

Any ideas on how to fix this?
Thanks</description>
		<content:encoded><![CDATA[<p>So I followed you directions exactly(except that google now seems to combine the control and tracking scripts into one), but when I validate pages I get these:</p>
<p>Control and Tracking script-<br />
Expected to find: function utmx_secti<br />
Found on line 284: /*&lt;![CDATA[*/functi</p>
<p>Page sections-<br />
{ &#8211; Unexpected or missing characters &#8211; Line: 284 Expected: utmx_section Found: /*&lt;![CDATA[*</p>
<p>Any ideas on how to fix this?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bupham</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-40208</link>
		<dc:creator>Bupham</dc:creator>
		<pubDate>Sat, 05 Feb 2011 00:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-40208</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: szodaviz</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-40103</link>
		<dc:creator>szodaviz</dc:creator>
		<pubDate>Wed, 02 Feb 2011 12:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-40103</guid>
		<description>Új weboldalunkat a felhasználók igényei szerint kívánjuk alakítani. Ehhez fontos tudni, mik működtek jól eddig, és min kell változtatni. Az A/B teszt jó eszköz lesz.</description>
		<content:encoded><![CDATA[<p>Új weboldalunkat a felhasználók igényei szerint kívánjuk alakítani. Ehhez fontos tudni, mik működtek jól eddig, és min kell változtatni. Az A/B teszt jó eszköz lesz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ldexterldesign</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-36798</link>
		<dc:creator>ldexterldesign</dc:creator>
		<pubDate>Thu, 14 Oct 2010 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-36798</guid>
		<description>So which did get more clicks out of interest?</description>
		<content:encoded><![CDATA[<p>So which did get more clicks out of interest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Store UK</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-36766</link>
		<dc:creator>3 Store UK</dc:creator>
		<pubDate>Wed, 13 Oct 2010 12:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-36766</guid>
		<description>Can the goal be an event in Google Analytics. I too run an affiliate site where multivariant testing will be invaluable</description>
		<content:encoded><![CDATA[<p>Can the goal be an event in Google Analytics. I too run an affiliate site where multivariant testing will be invaluable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey Reed</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-36329</link>
		<dc:creator>Joey Reed</dc:creator>
		<pubDate>Fri, 08 Oct 2010 21:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-36329</guid>
		<description>Before watching your video I had a tough time wrapping my head around how multivariate testing would work with WP.  Now I see that it&#039;s not so tough.  Thanks for the run-through, Ryan!  </description>
		<content:encoded><![CDATA[<p>Before watching your video I had a tough time wrapping my head around how multivariate testing would work with WP.  Now I see that it&#8217;s not so tough.  Thanks for the run-through, Ryan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Robinson</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-22449</link>
		<dc:creator>Gary Robinson</dc:creator>
		<pubDate>Tue, 24 Aug 2010 13:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-22449</guid>
		<description>Bit late to the party on this article, but thank you very much for the useful video. I&#039;m just starting on A/B testing and was looking for ideas on how to test on a Wordpress blog. Your video answered that perfectly. Thank you</description>
		<content:encoded><![CDATA[<p>Bit late to the party on this article, but thank you very much for the useful video. I&#8217;m just starting on A/B testing and was looking for ideas on how to test on a WordPress blog. Your video answered that perfectly. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge R.</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-21365</link>
		<dc:creator>Jorge R.</dc:creator>
		<pubDate>Wed, 23 Jun 2010 12:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-21365</guid>
		<description>Hi there Ryan,
Great tutorial. I had tried before to do A/B testing in Wordpress, but never succeeded at it. I guess it was because I didn&#039;t consider multivariate testing the way you show it on your tutorial.
I&#039;m no techie, so I guess I better start testing simple things and then move on from there. Like using aweber forms and stuff like that.
Thnx for the light!!</description>
		<content:encoded><![CDATA[<p>Hi there Ryan,<br />
Great tutorial. I had tried before to do A/B testing in WordPress, but never succeeded at it. I guess it was because I didn&#8217;t consider multivariate testing the way you show it on your tutorial.<br />
I&#8217;m no techie, so I guess I better start testing simple things and then move on from there. Like using aweber forms and stuff like that.<br />
Thnx for the light!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jared</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-21002</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Fri, 04 Jun 2010 20:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-21002</guid>
		<description>GREAT tutorial!! Thanks.

I&#039;m having trouble getting this to work for a home page with an Aweber opt-in form. I&#039;m basically enclosing the entire page in the control script and loading variations of video, text, and an aweber form. For some reason the forms are showing up in IE. When I preview them they work fine but once live the forms don&#039;t show up at all. 

I realize this is a pretty vague problem and a long shot anyone has had this some issue, but just thought I&#039;d see if anyone had and has a suggestion. I&#039;m basically just wanting to test various video/text/image combinations on a wordpress home page to test conversions and figured this would work.</description>
		<content:encoded><![CDATA[<p>GREAT tutorial!! Thanks.</p>
<p>I&#8217;m having trouble getting this to work for a home page with an Aweber opt-in form. I&#8217;m basically enclosing the entire page in the control script and loading variations of video, text, and an aweber form. For some reason the forms are showing up in IE. When I preview them they work fine but once live the forms don&#8217;t show up at all. </p>
<p>I realize this is a pretty vague problem and a long shot anyone has had this some issue, but just thought I&#8217;d see if anyone had and has a suggestion. I&#8217;m basically just wanting to test various video/text/image combinations on a wordpress home page to test conversions and figured this would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Yiadom</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-20323</link>
		<dc:creator>David Yiadom</dc:creator>
		<pubDate>Sat, 01 May 2010 13:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-20323</guid>
		<description>Hi Ryan. Thanks for the video... you make it look so simple. And once trying it once or twice, it really is simple.

I was wondering if it&#039;s possible to do a test on a page that has multiple conversion goals. Like a page with product a, b, and c?</description>
		<content:encoded><![CDATA[<p>Hi Ryan. Thanks for the video&#8230; you make it look so simple. And once trying it once or twice, it really is simple.</p>
<p>I was wondering if it&#8217;s possible to do a test on a page that has multiple conversion goals. Like a page with product a, b, and c?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Importance of a/b Design Testing &#124; Design Shack</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-19003</link>
		<dc:creator>The Importance of a/b Design Testing &#124; Design Shack</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-19003</guid>
		<description>[...] How to do A/B Testing in WordPress (Carsonified) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to do A/B Testing in WordPress (Carsonified) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Professional Copywriter</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-18933</link>
		<dc:creator>Professional Copywriter</dc:creator>
		<pubDate>Wed, 03 Mar 2010 17:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-18933</guid>
		<description>I love it Ryan!!!! A/B testing is an obsession of mine! and to have a WP plugin as well makes life so easy!</description>
		<content:encoded><![CDATA[<p>I love it Ryan!!!! A/B testing is an obsession of mine! and to have a WP plugin as well makes life so easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Britton</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-18815</link>
		<dc:creator>Terry Britton</dc:creator>
		<pubDate>Sat, 20 Feb 2010 20:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-18815</guid>
		<description>Kim Roach has been pushing all of us at her membership site to do testing, but I have opted to use Wordpress, so it seemed insurmountable. TILL NOW!! 

I&#039;ve shared this with Kim already, and will be doing so in a post to hers and Chris Farrell&#039;s forums next. Thanks so much!

Terry Britton</description>
		<content:encoded><![CDATA[<p>Kim Roach has been pushing all of us at her membership site to do testing, but I have opted to use WordPress, so it seemed insurmountable. TILL NOW!! </p>
<p>I&#8217;ve shared this with Kim already, and will be doing so in a post to hers and Chris Farrell&#8217;s forums next. Thanks so much!</p>
<p>Terry Britton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User testing and thirteen ways of selling a book - paul olyslager</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-18555</link>
		<dc:creator>User testing and thirteen ways of selling a book - paul olyslager</dc:creator>
		<pubDate>Tue, 16 Feb 2010 18:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-18555</guid>
		<description>[...] and you&#8217;re using Wordpress for CMS, I can highly recommend the video of Ryan Carson on Carsonified. Using Google&#8217;s Website Optimizer, Ryan explains step by step how to conduct a simple [...]</description>
		<content:encoded><![CDATA[<p>[...] and you&#8217;re using WordPress for CMS, I can highly recommend the video of Ryan Carson on Carsonified. Using Google&#8217;s Website Optimizer, Ryan explains step by step how to conduct a simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-17002</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Wed, 09 Dec 2009 15:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-17002</guid>
		<description>That&#039;s a really useful video, not just on how to do A/B testing in WordPress, but A/B testing with Google Website Optimizer generally! Thanks.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really useful video, not just on how to do A/B testing in WordPress, but A/B testing with Google Website Optimizer generally! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carmen</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-16933</link>
		<dc:creator>Carmen</dc:creator>
		<pubDate>Sat, 05 Dec 2009 19:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-16933</guid>
		<description>Great article! I love your video on A/B split testing.</description>
		<content:encoded><![CDATA[<p>Great article! I love your video on A/B split testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo Cioffari</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-16718</link>
		<dc:creator>Angelo Cioffari</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-16718</guid>
		<description>nice one ryan! thanks for sharing...</description>
		<content:encoded><![CDATA[<p>nice one ryan! thanks for sharing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perfecting User Experience Design with A/B Testing - Freelance Web Design Belfast Northern Ireland - Lee Munroe</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-16699</link>
		<dc:creator>Perfecting User Experience Design with A/B Testing - Freelance Web Design Belfast Northern Ireland - Lee Munroe</dc:creator>
		<pubDate>Wed, 25 Nov 2009 08:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-16699</guid>
		<description>[...] Carsonified: How to do A/B testing in Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] Carsonified: How to do A/B testing in WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-10-14 &#171; Köszönjük, Emese!</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-15780</link>
		<dc:creator>links for 2009-10-14 &#171; Köszönjük, Emese!</dc:creator>
		<pubDate>Wed, 14 Oct 2009 11:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-15780</guid>
		<description>[...] Carsonified » How to do A/B Testing in WordPress A lot of you are using WordPress, which makes A/B testing pretty tricky, so we’ve recorded a screencast tutorial to show you how to do it. (tags: wordpress testing usability a/b analytics optimization) [...]</description>
		<content:encoded><![CDATA[<p>[...] Carsonified » How to do A/B Testing in WordPress A lot of you are using WordPress, which makes A/B testing pretty tricky, so we’ve recorded a screencast tutorial to show you how to do it. (tags: wordpress testing usability a/b analytics optimization) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joana p.</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-15388</link>
		<dc:creator>Joana p.</dc:creator>
		<pubDate>Tue, 29 Sep 2009 05:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-15388</guid>
		<description>I just love to split test my site&#039;s pages. But having a rough time with some pages in wordpress that require forms.

But thanks anyway for the insights.


Cheers

Joana</description>
		<content:encoded><![CDATA[<p>I just love to split test my site&#8217;s pages. But having a rough time with some pages in wordpress that require forms.</p>
<p>But thanks anyway for the insights.</p>
<p>Cheers</p>
<p>Joana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AB Testing with Google Website Optimizer and WordPress &#124; Fresh Tilled Soil</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-15184</link>
		<dc:creator>AB Testing with Google Website Optimizer and WordPress &#124; Fresh Tilled Soil</dc:creator>
		<pubDate>Thu, 17 Sep 2009 20:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-15184</guid>
		<description>[...] How to do A/B Testing in WordPress    RelatedSite testing on a budgetDefining and Developing a Web Prototype Design: Part 2Great Examples of Using Wordpress as a CMSWordpress essentials: SEO ToolboxDefining and Developing a Web Prototype Design: Part 1 [...]</description>
		<content:encoded><![CDATA[<p>[...] How to do A/B Testing in WordPress    RelatedSite testing on a budgetDefining and Developing a Web Prototype Design: Part 2Great Examples of Using WordPress as a CMSWordpress essentials: SEO ToolboxDefining and Developing a Web Prototype Design: Part 1 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ultimate A/B Testing resources and how I used them</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-14892</link>
		<dc:creator>Ultimate A/B Testing resources and how I used them</dc:creator>
		<pubDate>Thu, 10 Sep 2009 02:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-14892</guid>
		<description>[...] How to do A/B Testing in WordPress on Think Vitamin by Ryan Carson; A screencast for using Google Website Optimizer specifically on Wordpress [...]</description>
		<content:encoded><![CDATA[<p>[...] How to do A/B Testing in WordPress on Think Vitamin by Ryan Carson; A screencast for using Google Website Optimizer specifically on WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 30 Simple Ways of Improving Bounce Rate and Conversion Rate &#124; SEOptimise</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-14238</link>
		<dc:creator>30 Simple Ways of Improving Bounce Rate and Conversion Rate &#124; SEOptimise</dc:creator>
		<pubDate>Thu, 27 Aug 2009 18:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-14238</guid>
		<description>[...] of a landing page using Google Website Optimizer or A/Bingo no matter whether your landing page is just a blog post and the call to action only a &#8220;follow me on Twitter&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] of a landing page using Google Website Optimizer or A/Bingo no matter whether your landing page is just a blog post and the call to action only a &#8220;follow me on Twitter&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pruebas A/B con Wordpress</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-13741</link>
		<dc:creator>Pruebas A/B con Wordpress</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-13741</guid>
		<description>[...] mientras escribía dicho artículo vi un video que hizo Ryan Carson explicando como se podía hacer para WP, la herramienta favorita de blogging, así que me pareció [...]</description>
		<content:encoded><![CDATA[<p>[...] mientras escribía dicho artículo vi un video que hizo Ryan Carson explicando como se podía hacer para WP, la herramienta favorita de blogging, así que me pareció [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stergios</title>
		<link>http://thinkvitamin.com/design/how-to-do-ab-testing-in-wordpress/#comment-13703</link>
		<dc:creator>Stergios</dc:creator>
		<pubDate>Tue, 18 Aug 2009 12:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://carsonified.com/?p=2281#comment-13703</guid>
		<description>I enjoyed this screencast very much. I found it very educating. I actually had not used Google Website Optimizer but now i am going to use it in future projects. Thank you Ryan. By the way, the music heard at the end of screencast sounds like Stray Cats.</description>
		<content:encoded><![CDATA[<p>I enjoyed this screencast very much. I found it very educating. I actually had not used Google Website Optimizer but now i am going to use it in future projects. Thank you Ryan. By the way, the music heard at the end of screencast sounds like Stray Cats.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.189 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-11 21:51:52 -->

