Upgrade to Pro — share decks privately, control downloads, hide ads and more …

You Have No Idea What Your Users Want

You Have No Idea What Your Users Want

Presentation on building for users. Presented at WordCamp Portland.

Evan Solomon

October 17, 2011
Tweet

More Decks by Evan Solomon

Other Decks in Technology

Transcript

  1. You have NO Idea what your users want And how

    to learn Evan Solomon | Automattic @evansolomon
  2. if( time() % 2 ) ! $title = ‘Split testing’;

    else ! $title = ‘A/B testing’; setcookie( ‘title’, $title ); echo $title;
  3. What can it do? If you have enough data you

    can tell how much better, but you need quite a bit Determine how likely one version is to be better than another.
  4. It makes you smart(er)! Why do it? Also turns out

    to be good for getting clients
  5. We use Optimizely because: 1.Real time results (great for debugging)

    2.Tests are written entirely in jQuery 3.Easy to target using WordPress logic Running tests
  6. Handling data Terms you should get used to: “Confidence interval”

    “Significance test” Check out isvalid.org to calculate these stats I made isvalid for myself so it’s a little rough, but very useful
  7. • Question assumptions • Unintended (or not) biases • Test

    liberally, it’s nearly free • Many (most) tests “fail” Keep in mind
  8. I’m working on a .org plugin Based on the one

    we made for WordPress.com Call for help