<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Experience is the Product &#124; Better product management and products&#187; Best practices</title>
	<atom:link href="http://www.cindyalvarez.com/category/best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cindyalvarez.com</link>
	<description>Better products and product management through constant iteration and stronger communication.</description>
	<lastBuildDate>Thu, 02 Sep 2010 16:32:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quantitative vs. Qualitative</title>
		<link>http://www.cindyalvarez.com/best-practices/quantitative-vs-qualitative</link>
		<comments>http://www.cindyalvarez.com/best-practices/quantitative-vs-qualitative#comments</comments>
		<pubDate>Thu, 29 Apr 2010 19:16:09 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=660</guid>
		<description><![CDATA[When should you seek quantitative vs. qualitative feedback?
I&#8217;ve seen a lot of bias towards looking for quantitative data as early as possible &#8211; and in my opinion, it&#8217;s often too early.
Here&#8217;s my rule of thumb:

If you&#8217;re asking what, why, or how do you questions, you want qualitative data.
If you&#8217;re asking which or how many/how often [...]]]></description>
			<content:encoded><![CDATA[<p>When should you seek quantitative vs. qualitative feedback?</p>
<p>I&#8217;ve seen a lot of bias towards looking for quantitative data as early as possible &#8211; and in my opinion, it&#8217;s often too early.</p>
<p>Here&#8217;s my rule of thumb:</p>
<ul>
<li>If you&#8217;re asking <strong>what, why,</strong> or <strong>how do you</strong> questions, you want <strong>qualitative</strong> data.</li>
<li>If you&#8217;re asking <strong>which</strong> or <strong>how many/how often</strong> questions, you want <strong>quantitative</strong> data.</li>
</ul>
<p>Here&#8217;s the the tricky part:  making sure your &#8220;which&#8221; or &#8220;how many/how often&#8221; questions aren&#8217;t actually &#8220;what/why/how&#8221; questions in disguise.  I see these two examples a lot:</p>
<ul>
<li><strong>Which of these features do you find most valuable?</strong> Sounds like a &#8220;which&#8221; question &#8211; but if you&#8217;re just guessing at the choices, it&#8217;s probably a &#8220;what&#8221; question &#8212; <strong>What do you find most valuable about our product?</strong></li>
<li><strong>How often are users logging in? </strong>Do you really need to know the frequency, or are you using this as a proxy measurement of user engagement?  If so, you should turn it into a &#8220;how&#8221; question &#8212; &#8220;<strong>How do you use our service?&#8221; </strong>or<strong> &#8220;How valuable do you find our service?&#8221;</strong></li>
</ul>
<p>It&#8217;s tempting to try and turn as many questions as possible into quantitative ones, because those are easier to measure through unobtrusive means &#8211; web analytics, looking for data patterns, surveys &#8211; and give clear numerical answers.</p>
<p>However, it&#8217;s the messy, hard-to-collect and harder-to-interpret data that will lead you to breakthrough insights &#8211; not the percentiles and bar graphs.  Talk to people!</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/quantitative-vs-qualitative/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Some Startup QA Tactics &#8211; Browsers, Emails, and Bugs</title>
		<link>http://www.cindyalvarez.com/best-practices/some-startup-qa-tactics-browsers-emails-and-bugs</link>
		<comments>http://www.cindyalvarez.com/best-practices/some-startup-qa-tactics-browsers-emails-and-bugs#comments</comments>
		<pubDate>Thu, 08 Apr 2010 17:12:46 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=649</guid>
		<description><![CDATA[We recently opened up beta for our new KISSinsights product.  Yay!
Like many small startups, we don&#8217;t have a dedicated QA tester, and we don&#8217;t have fully automated testing practices in place.  Here&#8217;s some of what we did well (and not so well) to get ready for release beyond ourselves.
Browser Support

Pick which browsers you will support [...]]]></description>
			<content:encoded><![CDATA[<p>We recently opened up beta for our new <a href="http://beta.kissinsights.com" target="_blank">KISSinsights</a> product.  Yay!</p>
<p>Like many small startups, we don&#8217;t have a dedicated QA tester, and we don&#8217;t have fully automated testing practices in place.  Here&#8217;s some of what we did well (and not so well) to get ready for release beyond ourselves.</p>
<h3>Browser Support</h3>
<ol>
<li><strong>Pick which browsers you will support <em>and write it down</em>.</strong> This sounds so obvious that you probably won&#8217;t do it, and then you&#8217;ll find out later that someone spent four hours testing on Chrome even though you weren&#8217;t planning on supporting it yet.   For now, we&#8217;re supporting Win/IE8, Win/IE7, Win/Firefox, Mac/Firefox, Mac/Safari.</li>
<li><strong>Do browser detection and show a message to people using other browsers. </strong> If you&#8217;re in early beta, you can get away with supporting fewer browsers, but you really do need to set expectations.</li>
<li><strong>Divide up browser testing.</strong> If you don&#8217;t explicitly say &#8220;you test Win/IE7 and I&#8217;ll test Win/IE8, etc.&#8221; you will end up duplicating efforts and missing things.</li>
</ol>
<h3>Emails</h3>
<ol>
<li><strong>Make sure you have a huge source of available email addresses to test signups. </strong> This time, I just set up my personal domain so that [any username] at [domain] would forward to me.  Another way is to pre-create a bunch of testing1, testing2, testing3 accounts at the company domain.</li>
<li><strong>Have every kind of inbox available </strong>- GMail, Mail.app, Thunderbird, Outlook, iPhone, etc.  We didn&#8217;t do this and so I still haven&#8217;t previewed the emails we send in different environments.   Set this up in advance!</li>
<li><strong>Have some third-party friends who can review.</strong> After the second or third time you check the emails your app sends, you will stop noticing things.</li>
</ol>
<h3>Bugs</h3>
<p>Define bug reporting best practices.  Our developers did this about halfway through (after being annoyed by vague bugs).</p>
<p><strong>For workflow bugs, we are now trying to follow the example below:</strong></p>
<blockquote><p><strong>Flow:</strong></p>
<ol>
<li>User tries to activate a survey.</li>
<li>user sees error</li>
<li>checkbox is checked until page reload</li>
</ol>
<p><strong>Expected behavior</strong><br />
Checkbox becomes unchecked if the activation fails.</p>
<p><strong>How to reproduce</strong></p>
<ol>
<li>have two or more surveys</li>
<li>set the url to be the same on both surveys (at least one must be  deactivated)</li>
</ol>
</blockquote>
<p><strong>For UI bugs, we are trying to follow:</strong></p>
<blockquote>
<ol>
<li>Provide a screen shot.</li>
<li>Find out what browser/OS.</li>
<li>If it came from another user, try to replicate it yourself and tell us if you are able to.</li>
<li>Provide a link to where the issue was found</li>
<li> If at all possible: view source and look for anything weird</li>
</ol>
</blockquote>
<p>It would&#8217;ve saved a lot of time if we&#8217;d established these examples/guidelines up-front, but hopefully by writing this, you can and will.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/some-startup-qa-tactics-browsers-emails-and-bugs/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>MVP without FUE? DOA.</title>
		<link>http://www.cindyalvarez.com/best-practices/mvp-without-fue-doa</link>
		<comments>http://www.cindyalvarez.com/best-practices/mvp-without-fue-doa#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:29:49 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=644</guid>
		<description><![CDATA[OK &#8211; you did your customer development homework.  You found a market who knew they had a problem and were willing to invest time and/or money in solving it.  You built a product that aligned with your customers&#8217; pains and priorities &#8211;
&#8230;but somehow, people still don&#8217;t seem to be very excited.  What went wrong?
MVP without [...]]]></description>
			<content:encoded><![CDATA[<p>OK &#8211; you did your customer development homework.  You found a market who knew they had a problem and were willing to invest time and/or money in solving it.  You built a product that aligned with your customers&#8217; pains and priorities &#8211;</p>
<p>&#8230;but somehow, people still don&#8217;t seem to be very excited.  What went wrong?</p>
<h3>MVP without FUE = DOA.</h3>
<p>(That&#8217;s &#8220;minimum viable product without first user experience = dead on arrival&#8221;.)</p>
<p>When you were working with early customers, it wasn&#8217;t that important to flesh out the first user experience.  After all, they were right there with you, listening to you articulate the value proposition and how your solution would help them with their problem.  Those customers had the benefit of your insights, explained through multiple interactions.  They share in the <strong><a href="http://37signals.com/svn/posts/213-the-curse-of-knowledge" target="_blank">curse of knowledge.</a></strong></p>
<p>But your new customers don&#8217;t.</p>
<p>After hundreds of customer development interviews, user testing sessions, and survey responses, I&#8217;m going to share with you the single most common barrier to adoption I&#8217;ve heard: <strong>&#8220;I don&#8217;t know where to start.&#8221;</strong></p>
<p>Consumer vs. enterprise, techies vs. non-techies, it doesn&#8217;t matter.<strong> </strong> Whether it&#8217;s organizing their personal finances, engaging in customer research, eating healthier, starting a blog,  understanding their web analytics, or organizing their baby photos &#8212; this is what blocks people.</p>
<h3>The Customer Excitement Lifecycle</h3>
<p>People go through a pretty predictable cycle of emotions when they try to solve their pains.</p>
<p style="padding-left: 30px;"><strong>1) In pain</strong>: &#8220;I really need to start eating healthier &#8211; I feel terrible.&#8221;</p>
<p style="padding-left: 30px;"><strong>2) Glimmer of hope: </strong> If you&#8217;ve done a good job articulating your value proposition, the customer sees your product and feels hope: &#8220;Can this product can help me to eat healthier?  That would be so  great&#8230;&#8221;</p>
<p style="padding-left: 30px;"><strong>3) Leap of faith:</strong> Honestly, they&#8217;re not reading your &#8216;about&#8217; page or watching your demo video &#8211; they&#8217;re just eager to get started fixing their problem, so they click &#8217;sign up&#8217;: &#8220;This is the first step towards healthy eating!&#8221;</p>
<p style="padding-left: 30px;"><span style="color: #ff0000;"><strong>4) Expectations crash: </strong></span>There&#8217;s no immediate gratification &#8211; lots of links and features, but no guidance on where they should focus their attention.  Realization hits: &#8220;Hmm&#8230; is this really going to help me? This seems like a lot of work, not sure if I have the time and energy to get started&#8230;&#8221;</p>
<p><strong>If you neglect the experience between steps 3 and 4, your product will wither and die. </strong>Yes, you should build a minimum viable product.  And your minimum viable product needs to include a compelling first user experience.</p>
<p>Most of us are only &#8217;selling&#8217; our customers once when we need to be selling them twice.  The first &#8217;sell&#8217; is convincing them to click &#8220;sign up&#8221; and give you that initial try &#8211; and most customer development practitioners are doing that pretty well.</p>
<p>The second &#8217;sell&#8217; is convincing the customer to continue investing time and thought into your product.   If they log in to their dashboard and all they see is &#8220;You have no new [whatever]&#8221; and a &#8220;View demo&#8221; link, <strong>they will leave and not come back.</strong></p>
<h3>Channel That Natural Enthusiasm</h3>
<p>When your customers first sign up for your product, they are excited! They are motivated!  They have already decided to invest some time and energy in you &#8211; don&#8217;t waste it.</p>
<p>The best way to manage expectations crash is to channel the customer&#8217;s natural enthusiasm into an immediately productive activity.   Give them a task that they can complete quickly, that brings them closer to getting value from your solution.</p>
<p>A few sites that do this well:</p>
<div id="attachment_645" class="wp-caption alignleft" style="width: 366px"><a href="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/dailyburn_todo.png"><img class="size-full wp-image-645 " title="dailyburn_todo" src="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/dailyburn_todo.png" alt="" width="356" height="379" /></a><p class="wp-caption-text">Daily Burn asks you to set up fitness goals immediately, reinforcing the reason why you signed up.</p></div>
<p style="text-align: center;">
<div id="attachment_646" class="wp-caption alignleft" style="width: 573px"><a href="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/lilgrams_todo.png"><img class="size-full wp-image-646" title="lilgrams_todo" src="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/lilgrams_todo.png" alt="" width="563" height="287" /></a><p class="wp-caption-text">Lil Grams gives you 3 things to do and 3 things to learn - enough to get you started without overwhelming.</p></div>
<div id="attachment_647" class="wp-caption alignleft" style="width: 437px"><a href="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/dropbox_todo.png"><img class="size-full wp-image-647" title="dropbox_todo" src="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/04/dropbox_todo.png" alt="" width="427" height="249" /></a><p class="wp-caption-text">Dropbox encourages you to try features you might not have noticed otherwise (and increases word of mouth behaviors at the same time).</p></div>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/mvp-without-fue-doa/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Customer Development Interviews How-to: Finding People</title>
		<link>http://www.cindyalvarez.com/best-practices/customer-development-interviews-how-to-finding-people</link>
		<comments>http://www.cindyalvarez.com/best-practices/customer-development-interviews-how-to-finding-people#comments</comments>
		<pubDate>Thu, 04 Feb 2010 18:41:38 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=624</guid>
		<description><![CDATA[&#8220;OK,&#8221; you say, &#8220;I&#8217;m convinced &#8211; I need to talk with potential customers to make sure my startup/product/service idea has potential.  But how do I find those people?&#8221;
Finding People
AdWords / Facebook Ads / Tweets. 
Summarize your idea, invest some money in getting it in front of people who have expressed intent by searching for that [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;OK,&#8221; you say, &#8220;I&#8217;m convinced &#8211; I need to talk with potential customers to make sure my startup/product/service idea has potential.  But how do I<em> find</em> those people?&#8221;</p>
<h3>Finding People</h3>
<p><strong>AdWords / Facebook Ads / Tweets. </strong></p>
<p style="padding-left: 30px;">Summarize your idea, invest some money in getting it in front of people who have expressed intent by searching for that term, clicking your ad, clicking a link.  (Read the original <a href="http://www.startuplessonslearned.com/2008/09/sem-on-five-dollars-day.html" target="_blank">SEM on $5/day</a> post for details.)</p>
<p style="padding-left: 30px;">I haven&#8217;t used Twitter for this much yet, but my theory is that it may be a more effective way of reaching people (I am much more likely to click on links that appear in my hashtag saved searches than I am to click on an AdWords or Facebook ad.)</p>
<p><strong>Twitter Search. </strong></p>
<p style="padding-left: 30px;">Look for people who have already discussed a similar product, problem, or solution and address a tweet directly to them:</p>
<p style="padding-left: 30px;"><span style="color: #808080;">@username Would love yr feedback on [product/problem/solution] &#8211; shd only take 2mins [URL] thanks!</span></p>
<p style="padding-left: 30px;">Some people will ignore this, but many more will feel a bit flattered that they&#8217;re being asked.  Use this judiciously &#8211; more than one or two of these tweets per day and you&#8217;ll look like a spammer.</p>
<p><strong>Google Alerts.</strong></p>
<p style="padding-left: 30px;">Set up Google Alerts for your product/problem/solution (you should have done this already anyways) &#8211; and when it finds relevant blog posts or comments, email those people and ask for their feedback:</p>
<p style="padding-left: 30px;"><span style="color: #808080;">I read your [post/comment] about [product/problem/solution].  I&#8217;m currently trying to validate a related idea and I think your opinion would be very valuable to me &#8211; could you take 2 minutes and check out [URL]?  Thank you &#8211; I&#8217;d be happy to return the favor any time.</span></p>
<p><strong>Ask for introductions.</strong></p>
<p style="padding-left: 30px;">People are generally happy to make introductions for you, provided you do 3 things:</p>
<blockquote>
<ul style="padding-left: 30px;">
<li><strong>Provide the exact text that they can copy and paste into a tweet or email</strong> (They&#8217;re doing you a favor! Make it <em>as easy as possible</em> for them.)</li>
<li><strong>Tell them exactly how you are going to communicate with their contacts </strong>(They&#8217;re risking a bit of social capital for you &#8211; if you are a jerk to their contacts, that will reflect badly on them.  Be very clear that you won&#8217;t spam or annoy people.)</li>
<li><strong>Tell them your goals </strong>(What do you think you&#8217;ll get/learn if they make this intro for you? People want to know that they&#8217;re contributing to a bigger picture!)</li>
</ul>
</blockquote>
<p style="padding-left: 30px;"><strong>Email Request Template</strong></p>
<p style="padding-left: 30px;"><span style="color: #808080;">I have a quick favor to ask.</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">I&#8217;ve got a product idea that I&#8217;m trying to validate with [type of customer]. My goal is for them to visit my splash page at [URL] and indicate their interest (or lack thereof).  I will only contact them if they explicitly give me permission to do so.</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">Could you send this message along to people you know who fit this target?  (Feel free to change it a bit if you like):</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">[Message - be sure to include the goal, the URL, and your contact information]</span></p>
<p style="padding-left: 30px;"><strong>Twitter Request Template</strong></p>
<p style="padding-left: 30px;"><span style="color: #808080;">I have a quick favor to ask.</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">I&#8217;ve got a product idea that I&#8217;m trying to validate with [type of customer]. My goal is for them to visit my splash page at [URL] and indicate their interest (or lack thereof).  I will only contact them if they explicitly give me permission to do so.</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">Since you have a number of followers who are the type of customer I&#8217;m trying to reach, could you tweet this for me? (Feel free to change a bit if you like):</span></p>
<p style="padding-left: 30px;"><span style="color: #808080;">[Message - include the URL, the topic, and keep it under 115 chars so it can be easily retweeted]</span></p>
<h3>Asking for the Interview</h3>
<p>You may be wondering, &#8220;so what is this URL I&#8217;m sending people to?  Can&#8217;t I just have people email me?&#8221;</p>
<p>You have three main goals with your splash page:</p>
<ol style="padding-left: 30px;">
<li> Communicate your idea in 10 seconds or less (seriously, that&#8217;s about how much time you have to grab someone&#8217;s attention)</li>
<li>Offer something interesting to the people who visit</li>
<li>Get contact information so you can ask for the interview
<ol></ol>
</li>
</ol>
<p>#1 is up to you (there&#8217;s a whole other blog post I could write about that&#8230;).</p>
<p>#2&#8230; when I say &#8220;offer something&#8221;, people generally think that means a tangible incentive.  You can, but you probably don&#8217;t need to &#8211; people like being asked for their expert opinion, they like the feeling that they&#8217;re contributing to something, and they like being part of a select group who gets a sneak preview at something.</p>
<p>You can cover #2 and #3 with a well-written survey template.  You can <a href="http://beta.survey.io/6ec2198" target="_blank">see the one we&#8217;ve used for the Survey.io beta</a>, or here&#8217;s a partial screenshot:</p>
<p style="text-align: center;"><a href="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/02/custdevsurvey.png"><img class="aligncenter size-full wp-image-625" title="custdevsurvey" src="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2010/02/custdevsurvey.png" alt="" width="498" height="348" /></a></p>
<p style="text-align: left;">FYI &#8211; I&#8217;ve used surveys with these 2 questions for multiple products, and so far, overall less than 20% of ALL respondents to this survey leave these blank &#8211; the vast majority choose at least one way in which they&#8217;d like to give feedback, AND give an email address.</p>
<p style="text-align: left;"><strong>Coming next week:  I&#8217;ve got email addresses &#8211; now what?</strong></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/customer-development-interviews-how-to-finding-people/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<item>
		<title>Why &#8220;Innovation Teams&#8221; Fail (and how to prevent it)</title>
		<link>http://www.cindyalvarez.com/best-practices/why-innovation-teams-fail-and-how-to-prevent-it</link>
		<comments>http://www.cindyalvarez.com/best-practices/why-innovation-teams-fail-and-how-to-prevent-it#comments</comments>
		<pubDate>Thu, 05 Nov 2009 19:25:01 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=585</guid>
		<description><![CDATA[It&#8217;s OK to say you belong or reside within and have an innovation team within a corporate/business environment. Innovation is not a dirty word. - Carl Knibbs, Cup of Innovation, Anyone?

I agree!  I&#8217;ve seen two reasons why &#8220;innovation teams&#8221; are poorly regarded within larger organizations.  Actually, they apply to pretty much any type of &#8220;special [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong>It&#8217;s OK to say you belong or reside within and have an innovation team within a corporate/business environment. Innovation is not a dirty word. </strong>- Carl Knibbs, <a href="http://www.carlknibbs.net/blog/2009/11/5/cup-of-innovation-anyone.html" target="_blank">Cup of Innovation, Anyone?</a><strong><br />
</strong></p></blockquote>
<p>I agree!  I&#8217;ve seen two reasons why &#8220;innovation teams&#8221; are poorly regarded within larger organizations.  Actually, they apply to pretty much any type of &#8220;special task force/skunkworks&#8221; team:</p>
<ol>
<li><strong>Lack of internal credibility</strong>, i.e. the &#8220;what the heck does the INNOVATION team do? Yeah, I&#8217;d like to be an innovator instead of having real work to do&#8221; reaction</li>
<li><strong>Silo syndrome</strong>, i.e. &#8220;the rest of us don&#8217;t need to be creative, we have an innovation team to handle that.&#8221;</li>
</ol>
<h3><span id="more-585"></span>Lack of Internal Credibility</h3>
<p>This usually springs from the best of intentions.   <em>Everyone else is saddled with meetings and process and existing projects &#8211; let&#8217;s give this team some breathing room so they can really focus on creating something great!</em></p>
<p>There&#8217;s often a lack of defined deliverables &#8211; after all, if you&#8217;re experimenting, you can&#8217;t guarantee what will work.  But when a team &#8212; any team &#8212; isn&#8217;t producing results of some kind, they&#8217;re going to be internally badmouthed.  When it&#8217;s time for them to advance a genuinely innovative and exciting project, they won&#8217;t have the credibility needed to work effectively with other internal teams.</p>
<p>A couple years ago, I was on a project with a large corporate organization who had an &#8220;innovation team&#8221;, and one of its leaders &#8212; we&#8217;ll call him &#8220;Clint&#8221; &#8212; was part of our cross-functional group.  Clint was tasked with exploring new technologies, and he did so enthusiastically.  In meetings where I could see his laptop screen, he was enthusiastically tweeting, blogging, and playing with various Web2.0 apps.</p>
<p>&#8220;We should really use a Flickr-style interface for that feature,&#8221; he&#8217;d say, breaking into a conversation that had been underway for 20 minutes.<br />
Cool idea &#8211; but no business case or usability enhancement justification for it.  Unfortunately, that wasn&#8217;t part of his job.  He was tasked with &#8220;exploring&#8221;, not &#8220;delivering&#8221;, and as a result no one was really sure <em>what</em> he did.</p>
<p><strong>The thing is, no one should be &#8220;innovating&#8221; 100% of the time.  It&#8217;s not even possible! </strong></p>
<p style="padding-left: 30px;"><strong>Solution #1:</strong> Define deliverables up-front.  Ideally, the leader of the team should reach out to other groups to find out what format would be most convenient for them.  A casual brown-bag presentation is a good bet &#8211; with a simple format of &#8220;here&#8217;s what we learned, here&#8217;s what happened, here&#8217;s what&#8217;s worth keeping&#8221; and some time for Q and A.  Sending out a &#8220;formatted for executives&#8221; PowerPoint deck or a long email is probably going to be less popular.</p>
<p style="padding-left: 30px;"><strong>Solution #2:</strong> Ask other cross-functional teams what THEY need.   Does engineering wish they could get customer feedback on integrating a new technology? Does marketing wish they could do an ad hoc demographic survey?   Taking care of some other teams&#8217; pet projects may only require a few hours &#8211; but it can be enormously helpful in getting their buy-in on future projects.</p>
<h3>Silo Syndrome</h3>
<p>Sometimes this is the fault of management: <em>&#8220;If you have an idea, send it to the innovation team.&#8221;</em> (subtext: No, you don&#8217;t get the fun of continuing to think about it, and you probably won&#8217;t get any credit for it if it turns out to be valuable.)</p>
<p>Sometimes this is the fault of the day-to-day folks: <em>&#8220;We don&#8217;t have time to think about that idea, that&#8217;s what the innovation team is for.  Now let&#8217;s get back to doing things exactly the way we always do them!&#8221;</em></p>
<p>Either way, talk about demoralizing!  The point of introducing skunkworks teams is to try and spread new ideas and enthusiasm, not to tamp it down in everyone else.</p>
<p><strong>The innovation team needs to make their energy and get-it-done agenda contagious. </strong></p>
<p>This can be tricky if the silo-ization is coming from upper management, but it&#8217;s part of the job.</p>
<p style="padding-left: 30px;"><strong>Solution #1:</strong> Find some &#8220;insiders&#8221; who will keep you informed if they hear about interesting ideas being quashed in other teams.  (Project managers are often the notetakers and have a really good sense of this.)  Actively seek out the people with ideas and ask them about it.  It may not be feasible, but you want to send the message that you&#8217;re listening.</p>
<p style="padding-left: 30px;"><strong>Solution #2:</strong> Talk to the people who are fighting to maintain the status quo and understand what their concerns are.  Often, their performance is judged based on metrics from doing things &#8220;the usual way&#8221;.   There&#8217;s no incentive for them to try something new, only a pretty good chance of them looking bad because of it.   Look for ways that you can mitigate that risk to them &#8211; maybe by minimizing change, maybe by taking responsibility for outcomes.</p>
<p>The skunkworks team needs to see themselves as partners &#8211; it&#8217;s almost a good cop/bad cop relationship.  You do things your way, we&#8217;ll try this other way &#8211; but we&#8217;re both working together towards a common goal.</p>
<p>As a product manager in startups, I&#8217;ve usually approached larger customers with this partnership approach.  You have the big revenues and the big customer base; we have more freedom to operate quickly and outside of procedure.  <strong>What rules do you want us to help you bend? </strong></p>
<p>In my experience, it has often been doing &#8220;unofficial&#8221; survey research, user testing or customer interviews, quick prototyping, or checking out competitive products &#8211; and using that to kick off new ideas or approaches.  It could be anything.  The point is, you need an objective, a connection to the core business objectives, and a commitment to sharing results.  Doesn&#8217;t sound &#8220;innovative&#8221; enough?  Give it a try!</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/why-innovation-teams-fail-and-how-to-prevent-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Front-Load the Pain</title>
		<link>http://www.cindyalvarez.com/best-practices/front-load-the-pain</link>
		<comments>http://www.cindyalvarez.com/best-practices/front-load-the-pain#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:15:29 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=570</guid>
		<description><![CDATA[This is a story about a bug that I still think about.
It could have been avoided if I&#8217;d been able to successfully convince us that we should sacrifice a little bit of backwards-compatibility.  It would&#8217;ve meant customer complaints. Some customers would have delayed their upgrades; some may have even threatened to not renew their contracts [...]]]></description>
			<content:encoded><![CDATA[<p>This is a story about a bug that I still think about.</p>
<p>It could have been avoided if I&#8217;d been able to successfully convince us that we should sacrifice a little bit of backwards-compatibility.  It would&#8217;ve meant customer complaints. Some customers would have delayed their upgrades; some may have even threatened to not renew their contracts (although the chance of them carrying out that threat was incredibly slim.)  In other words, it&#8217;s a decision that would&#8217;ve caused a lot of up-front pain.</p>
<h3>Here&#8217;s the story, in short:</h3>
<p>Product redesign.  Fundamental change to product functionality and positioning (and one that had been well-researched, thoroughly user-tested, and really well-received.)  Just one problem: we&#8217;d made the promise that the layout of the UI would be backwards-compatible (as a white-labeled software package, we were styled to match the branding and templates of the &#8216;parent&#8217; website).  &#8220;You won&#8217;t have to change your templates or stylesheets or the order of the modules on your dashboard,&#8221; we&#8217;d said.</p>
<p>But it just wasn&#8217;t possible.  When you add information, you just can&#8217;t fit within the exact same dimensions.  After a lot of reworking, we had a lot of workarounds:  Customers could use flexible-width instead of fixed-width.  They could shift from a double-column to a single-column layout.  They could keep the double-column layout but make one column <em>slightly</em> wider than the other.</p>
<p>I was mortified, frankly.  It was a problem I should&#8217;ve caught earlier, and now that we were rapidly approaching release dates, I had no solution. I made the only recommendation I could.</p>
<blockquote><p>&#8220;They&#8217;ll have to make a change,&#8221;  I said, &#8220;but we can help them make it as painless as possible.  We can do the stylesheet revision work for them to make it as close as possible.  Their end users may not even notice.&#8221;</p></blockquote>
<p>I was overruled.  We&#8217;d told them backwards-compatible UI layout, that&#8217;s what we&#8217;ll give them.  Figure out a hack to make it work.  Postpone the pain.</p>
<h3>And here&#8217;s the consequences:</h3>
<p>So we hacked a solution for the first customer.  Reduced font-sizes, sliced off a few pixels of whitespace here and there.  It worked &#8211; kind of.   But hacks aren&#8217;t good at solving for edge cases.  So the bugs started rolling in &#8211; in certain circumstances, the layout would break again.  And we&#8217;d fix that issue, but then the next customer would find a different way of breaking the layout.</p>
<p>I can&#8217;t count the number of hours devoted to variations on this one bug.  Customer service had to deal with it, design, professional services, engineering, QA &#8211; every fix touched multiple departments, and never fully resolved the issue.</p>
<p>For all I know, the same bug is still being hacked on, 3+ years later.</p>
<p>It would&#8217;ve been painful to tell customers that we had to go back on our promise and break backwards-compatibility.   But that single decision probably cost tens of thousands of dollars in productivity loss.  Hours and hours in opportunity costs.  And the customer goodwill we&#8217;d hoped to preserve was at least somewhat eroded by the fact that we kept breaking their layout, anyways.</p>
<p><strong>Pain fades with time. </strong>(Anyone who has lived through a website redesign knows this: you&#8217;ve seen a ton of vitriolic customer feedback, followed by little to no actual effect on traffic, followed by people forgetting that it was ever any other way.) <strong> But trying to avoid pain at all costs takes constant, ongoing effort.</strong></p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/front-load-the-pain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>When &#8220;Best Practices&#8221; Go Bad</title>
		<link>http://www.cindyalvarez.com/best-practices/when-best-practices-go-bad</link>
		<comments>http://www.cindyalvarez.com/best-practices/when-best-practices-go-bad#comments</comments>
		<pubDate>Wed, 30 Sep 2009 14:21:24 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=545</guid>
		<description><![CDATA[A friend of mine was recently telling me about his new job.
&#8220;They have the fanciest in-house usability testing lab I&#8217;ve ever seen &#8211; one-way mirrors and video cameras, eye-tracking technology&#8230; and, come to think of it, their products have the worst user experience I&#8217;ve ever seen.&#8221;
Unfortunately, the damage probably won&#8217;t be limited to this unnamed [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine was recently telling me about his new job.</p>
<blockquote><p>&#8220;They have the fanciest in-house usability testing lab I&#8217;ve ever seen &#8211; one-way mirrors and video cameras, eye-tracking technology&#8230; and, come to think of it, their products have the worst user experience I&#8217;ve ever seen.&#8221;</p></blockquote>
<p>Unfortunately, the damage probably won&#8217;t be limited to this unnamed company&#8217;s consumer products.  When &#8220;best practices&#8221; go bad, they create skeptics &#8211; product managers, engineers, and executives who conclude that those techniques are useless.</p>
<p>Persona analysis, usability testing, voice of the customer feedback, and surveys &#8211; these are great tools for learning about your customers.  Or rather, they <em>can </em>be.  If you don&#8217;t follow these examples&#8230;</p>
<h3>Persona Analysis</h3>
<p>By far the prettiest user personas I&#8217;ve ever seen were created by a major online portal.  They were full of detail &#8211; each persona had a full-color headshot, a name, and extensive detail about where they lived, what job they held, number of kids, where they shopped.</p>
<p>The problem came when I tried to use those personas to help drive product decisions.  I asked some questions:</p>
<ul>
<li>Four personas &#8211; what percentage of their user base did each one account for?</li>
<li>Which one represented the majority of customers?</li>
<li>How valuable are each of these user types?  Is one more likely to engage in revenue-generating behaviors?  More likely to be a loyal customer or recommend their product?</li>
</ul>
<p>No one could answer these questions. This meant that there was no way to decide what should take precedence when the personas&#8217; needs contradicted each other.  We couldn&#8217;t make intelligent decisions about which features to emphasize and which could be hidden behind an extra click.</p>
<p>As it turned out, the personas were created in complete isolation from the business stakeholders.  They looked great, they were detailed, and they were probably even accurate representations of online portal&#8217;s customers.  But they couldn&#8217;t be used to prioritize or make decisions, so the product managers ignored them &#8211; that is, until they were asked if they did persona analysis.  Then they answered &#8220;of course we do!&#8221;</p>
<p style="padding-left: 30px;"><strong>The problem: </strong>Going through the motions without understanding the purpose of the exercise.</p>
<p style="padding-left: 30px;"><strong>How to avoid this:</strong> Skip the pretty pictures and answer the &#8220;5 Hows&#8221; &#8211; how many, how profitable, how comfortable with technology, how concerned with convenience vs. quality, how they trade off between money and time.  Going more bare-bones with persona analysis increases your chances at getting all the stakeholders to read them and give the feedback you need to make them useful.</p>
<h3>Usability Testing</h3>
<p>I was sitting in the observation room behind the one-way mirror with the bank product managers and designer.  We watched the first, second, and then third user have trouble with a specific task, and hypothesized out loud that it was the inline text that was confusing them.  &#8220;Let&#8217;s quickly mock up another variation with different text,&#8221; I suggested.  &#8220;That way, we&#8217;ll learn whether it&#8217;s the text or something else that&#8217;s causing the problem.&#8221;</p>
<p>&#8220;We can&#8217;t,&#8221; said the product manager.  &#8220;We need to run the test the exact same way for all eight users, or else the report we produce won&#8217;t be scientific enough.&#8221;</p>
<p>It&#8217;s common practice to encourage test participants to &#8220;think out loud&#8221; as they navigate through the website or application.  This means sometimes they go off on tangents, offering opinions that weren&#8217;t directly asked for.  On this particular day, four of the eight testers independently made very similar comments about a frustration they had with the current version of the application.  I was scribbling notes madly &#8211; this was a great insight, and I could already envision a new feature that would solve this frustration and differentiate the product.</p>
<p>But those comments never made it into the usability testing report that was created for management.  Why? Because they weren&#8217;t part of the &#8220;official&#8221; testing script.  &#8220;People say all kinds of things,&#8221; said the usability test moderator dismissively.  &#8220;I don&#8217;t put anecdotal stuff into the reports.&#8221;</p>
<p style="padding-left: 30px;"><strong>The problem:</strong> Confusing qualitative testing with quantitative data.   <strong>Second problem: </strong>Making testing so expensive and resource-intensive that you need a &#8220;scientific-looking&#8221; report to management in order to justify it.</p>
<p style="padding-left: 30px;"><strong>How to avoid this:</strong> Set expectations appropriately that the point of usability testing is to learn as much as possible.  If changing questions mid-stream allows you to test out twice as many hypotheses, that&#8217;s a good thing.  And again, go bare-bones: when testing is cheaper and easier, you don&#8217;t need to spend as much effort justifying it.</p>
<h3>&#8220;Voice of the Customer&#8221; Feedback</h3>
<p>When is listening to your customer a bad thing?  When you:</p>
<ul>
<li>take feedback at face value without attempting to understand the context</li>
<li>assume that the X customers asking for a feature are representative of your entire user base</li>
<li>build features that contradict your product strategy &#8220;because X customers asked for it&#8221;</li>
<li>don&#8217;t validate that these are legitimate customers</li>
</ul>
<p>A major credit card provider demanded that we make a change to our product.  According to their voice of the customer data, it was a critical request and they felt we couldn&#8217;t be successful without it.</p>
<p>I asked for an export of their &#8220;voice of the customer&#8221; data so I could get a bit more detail.  As I read through the verbatim customer comments, I noticed that most of the customers requesting this change <em>had never actually used our product.</em> They had read the splash page, and based on that, <em>assumed </em>(incorrectly, I might add) that the product worked a certain way.</p>
<p>Making the requested change wouldn&#8217;t have satisfied these customers at all!  Instead, the company changed their splash page, and that resolved the issue.</p>
<p style="padding-left: 30px;"><strong>The problem: </strong> Listening without understanding.</p>
<p style="padding-left: 30px;"><strong>How to avoid this:</strong> Follow up and ask more questions.  Why is this a problem?  If they have a suggested solution, what do they think having this solution would help them to do?  What is the context?  Could this be a one-time issue or is it something systemic?   What are the alternatives?</p>
<h3>Surveys</h3>
<blockquote><p>&#8220;How concerned are you, on a scale from 1-10, about privacy?&#8221;</p>
<p>&#8220;I&#8217;d say 9 &#8211; very concerned.&#8221;</p>
<p>&#8220;OK, thank you for your time.  In order for me to get you your check for participation, you&#8217;ll need to write down your name and Social Security number for me.&#8221;</p>
<p>&#8220;OK, no problem!&#8221;</p></blockquote>
<p>99% of surveys will tell you that customers are<em> very concerned </em>about security, privacy, and getting the best deal.  That they want features A, B, C, D, and the kitchen sink.  That they floss daily and eat 5 servings of vegetables a day.   Then you watch as their buying and usage behavior completely contradicts what they just told you.</p>
<p>Most surveys are close to useless because they ask questions without addressing the necessary tradeoffs.  Do customers like the idea of more features? Of course!  Do they want to spend an extra hour learning how to use your product, or spend an extra $100 on it?  Of course not!</p>
<p style="padding-left: 30px;"><strong>The problem: </strong> Asking questions in isolation without mentioning the accompanying benefits or tradeoffs.</p>
<p style="padding-left: 30px;"><strong>How to avoid this: </strong> Choose freeform, not yes-no, questions when it comes to matters of security, privacy, health, finances.   People feel like they should answer &#8220;yes&#8221;, so they do and you get crummy data.   Balance features with tradeoffs (&#8220;would you spend $x more for [feature]?&#8221; or &#8220;would you want [feature] if it meant x more learning time?&#8221;) or give users a limited number of votes to &#8220;spend&#8221; on specific features so that they are forced to prioritize.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/when-best-practices-go-bad/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Help Your Customers Succeed with Best Practices Guidelines</title>
		<link>http://www.cindyalvarez.com/best-practices/help-your-customers-succeed-with-best-practices-guidelines</link>
		<comments>http://www.cindyalvarez.com/best-practices/help-your-customers-succeed-with-best-practices-guidelines#comments</comments>
		<pubDate>Fri, 21 Nov 2008 06:30:55 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Profitability]]></category>
		<category><![CDATA[best practices guide]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[make it easy]]></category>
		<category><![CDATA[the whole product]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=65</guid>
		<description><![CDATA[If you hired a contractor to remodel your kitchen, wouldn&#8217;t you expect her to tell you about that load-bearing wall?
You don&#8217;t hire a professional just because you don&#8217;t have the hours to do some hammering and electrical wiring; you&#8217;re also hiring their experience and the knowledge they&#8217;ve built up.
A good contractor will recognize that your [...]]]></description>
			<content:encoded><![CDATA[<p>If you hired a contractor to remodel your kitchen, wouldn&#8217;t you expect her to tell you about that load-bearing wall?</p>
<p><a href="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2008/11/strongest_rec.png"><img class="alignleft size-full wp-image-66" title="strongest_rec" src="http://www.cindyalvarez.com/the_experience/wp-content/uploads/2008/11/strongest_rec.png" alt="" width="383" height="190" /></a>You don&#8217;t hire a professional just because you don&#8217;t have the hours to do some hammering and electrical wiring; you&#8217;re also hiring their experience and the knowledge they&#8217;ve built up.</p>
<p>A good contractor will recognize that your ideas about kitchen design will leave you tearing your hair out later when you realize there are no outlets to plug in the blender, and propose alternate suggestions.</p>
<p>The same thing applies to your customers.  They aren&#8217;t buying software &#8211; they&#8217;re buying <em>problem solved.</em></p>
<p><span id="more-65"></span></p>
<p>I hear some of you saying, &#8220;yeah, but I&#8217;m not a consultant!  It&#8217;s not scalable to look at every customer&#8217;s unique situation.&#8221;  To that I say:</p>
<ul>
<li>Is there more than one way to use your product?</li>
<li>Is your product delivered as a white-labeled or configurable service?</li>
<li>Do your customers make decisions on how your product is used, discovered, or integrated into their existing websites or processes?</li>
</ul>
<p>If you answered &#8220;yes&#8221; to any of these questions, you need a Best Practices guide for your customers.  Without one you are not providing a whole product solution because you&#8217;re not providing your experience and subject matter knowledge.    How else can you maximize their chances at success and satisfaction?</p>
<p>What belongs in a Best Practices guide?  Well, it&#8217;s going to depend on your product, but you may want to think about:</p>
<blockquote><p><strong>Installation / Integration. </strong> In an ideal world, how would a customer install or integrate your product?  If you yourself are not the installer/engineer/IT person, find the person responsible for this internally and ask them.</p>
<p>More often that not, you&#8217;ll hear something like &#8220;well, of course they&#8217;ll want to create a new database table for that&#8221;&#8230; something that would NOT be obvious to your customer. Especially if you&#8217;re selling into large companies, IT resources are limited.  Their engineer shouldn&#8217;t have to read through dozens of pages of installation manual to know that they will need the DBA&#8217;s help installing.</p></blockquote>
<blockquote><p><strong>Configuration. </strong> What are the impacts of certain configuration options?  Will enabling feature X decrease performance?  Does disabling feature Y make the product far less usable?</p>
<p>A few years ago, I worked with a customer who wanted to disable a feature.  Users of our web application could either pay a bill one time, or opt into having that bill automatically paid.  The latter was more profitable to the customer, but caused many users to exit the registration funnel.  Because we did not clearly communicate the usability and usage consequences of disabling this feature, we had a lose-lose situation.</p></blockquote>
<blockquote><p><strong>User Interface / User Experience.</strong> Are there text labels or headlines that draw more users&#8217; attention?  Should/shouldn&#8217;t your web application open a new window?  Have certain visual designs resulted in better performance?  Show screenshots of customers who are seeing good results.</p>
<p><strong>Demos, Help, or Splash Pages. </strong>What works in getting new users up to speed with your product?  If Flash demos make it seem dead-simple, recommend that your customers create one (or better yet, offer them a bare-bones generic on.)  If you&#8217;ve noticed higher registration completion when the splash interstitial says &#8220;free&#8221;, that&#8217;s information your customers should know before they start creating their branded splash interstitial.</p>
<p><strong>Customer Service Responses / FAQs</strong>.  What questions can your customer&#8217;s service people expect to get?  How should they respond to certain questions?  You may not think it&#8217;s your job to create canned answers for someone else&#8217;s customer service rep, but no one else has the same combination of a) invested in the product&#8217;s success and b) deep product knowledge.</p>
<p><strong>Expectations.</strong> If the customer takes all of your recommendations, what benefits can they expect?  BE HONEST.  You need to make it clear that following your recommendations are worth their while; you also want to set expectations appropriately.</p></blockquote>
<p>This list isn&#8217;t comprehensive (it&#8217;s probably too web-application-centric to be that) &#8211; but hopefully it gives you somewhere to start on your document.  If in doubt, brainstorm.  What do our best customers look like? What do our bad customers look like?  and use that to identify your best (and worst) practices.</p>
<p>Note: if you&#8217;re lucky, you have &#8220;good&#8221; customers to reference.  I haven&#8217;t always been that lucky.  With one of my products, the first customer, the one that was supposed to be the Reference Customer, had a terrible deployment.  Through web analytics and raw input from their customer service department, I was able to identify what they&#8217;d done wrong.</p>
<p>(But I didn&#8217;t &#8211; and would not recommend &#8211; writing the guidelines as &#8220;Don&#8217;ts&#8221; instead of &#8220;Do&#8217;s&#8221;.  Instead, I took the opposite of what they did and codified those as guidelines.  When other customers asked, verbally I would admit &#8220;here&#8217;s what another unnamed customer did and the bad results we saw&#8221; but I don&#8217;t generally recommend putting negative recommedations in writing.)</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/help-your-customers-succeed-with-best-practices-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Experience is the Brand (Nike Screws Up)</title>
		<link>http://www.cindyalvarez.com/best-practices/the-experience-is-the-brand</link>
		<comments>http://www.cindyalvarez.com/best-practices/the-experience-is-the-brand#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:54:58 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Decisionmaking]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[experience]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=58</guid>
		<description><![CDATA[Two weeks ago, Nike saw their 5th annual Nike Women&#8217;s Marathon &#8211; their feel-good, fund-raising, female-empowerment branding event &#8211; turn into a bit of a publicity nightmare.
There were over 20,000 competitors in Sunday&#8217;s Nike Women&#8217;s Marathon in San Francisco. And 24-year-old Arien O&#8217;Connell, a fifth-grade teacher from New York City, ran the fastest time of [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks ago, Nike saw their 5th annual Nike Women&#8217;s Marathon &#8211; their feel-good, fund-raising, female-empowerment branding event &#8211; turn into a bit of a publicity nightmare.</p>
<blockquote><p>There were over 20,000 competitors in Sunday&#8217;s Nike Women&#8217;s Marathon in San Francisco. And 24-year-old Arien O&#8217;Connell, a fifth-grade teacher from New York City, ran the fastest time of any of the women.</p>
<p>But she didn&#8217;t win.  (<a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/10/21/BAUC13L3GQ.DTL">At Women&#8217;s Marathon, Fastest time didn&#8217;t win, SF Chronicle</a>)</p></blockquote>
<p>For those unfamiliar with road races, the &#8220;elite start&#8221; is fairly common to major races.  Road races get a lot of notoriety from attracting big talent.  Two of the carrots that race organizers dangle to get that talent are prize money, and a clear start free from having to weave around hundreds or thousands of slower runners in your path.</p>
<p>The gun goes off and a couple dozen really fast, whippet-thin runners sprint off; five to twenty minutes later a second gun goes off for the rest of the field.  Most runners aren&#8217;t even aware that an &#8220;elite&#8221; start exists.</p>
<p>Arien O&#8217;Connor didn&#8217;t consider herself an &#8220;elite&#8221; runner.  With a personal best in the low 3 hour range, there&#8217;s no reason why she should have.  (Romania&#8217;s <span><span class="fbody">Constantina Tomescu won in Beijing in 2:26; Great Britain&#8217;s Paula Radcliffe holds the world record of 2:15.) </span></span></p>
<p><span><span class="fbody">But she had a hell of a race that day! She finished in 2:55, the fastest she had ever run.  And as she discovered when Nike started to announce the &#8220;winners&#8221;, by far the best time of the race.<br />
</span></span></p>
<p>But when she pointed this out to Nike race officials, they were hardly congratulatory.</p>
<p><span id="more-58"></span></p>
<blockquote><p>&#8220;They were just flabbergasted,&#8221; O&#8217;Connell said. &#8220;I don&#8217;t think it ever crossed their minds.&#8221;</p>
<p>No one seemed exactly sure what to do. The trophies had already been handed out and the official results announced. Now organizers seem to be hoping it will all go away.</p>
<p>&#8220;At this point,&#8221; Nike media relations manager Tanya Lopez said Monday, &#8220;we&#8217;ve declared our winner.&#8221; (<a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2008/10/21/BAUC13L3GQ.DTL">At Women&#8217;s Marathon, Fastest time didn&#8217;t win, SF Chronicle</a>)</p></blockquote>
<p>Nike made two mistakes.</p>
<p><strong>The first mistake:</strong> They failed to anticipate what was not a particularly unlikely scenario: what if someone in the non-elite pack has a faster time than the elites?</p>
<p>The appropriate answer would not have necessarily benefitted O&#8217;Connell.  In fact, the U.S. Association of Track and Field wouldn&#8217;t even consider that O&#8217;Connell and the elites were running in the same race.  Running is an incredibly mental sport, and it&#8217;s entirely possible that the elite winner could&#8217;ve run faster, even eleven minutes faster, if she had seen O&#8217;Connell out there in front of her.</p>
<p>Nike&#8217;s proactive response could&#8217;ve been to make it very clear that these were two separate races and that prize money was only open to the elite pack &#8211; to basically print in block letters &#8220;If you think you can win, apply to classify yourself as elite.&#8221;  (Applying entails submitting finishing times from other races.)</p>
<p>Or they could&#8217;ve offered two sets of prizes &#8211; again, reinforcing that these are <em>two separate races</em>, each with its&#8217; own set of winners.</p>
<p>But wait, remember what I said before about O&#8217;Connell not having any reason to consider herself elite?</p>
<p><strong>The second mistake:</strong> They failed to question their own assumption: does it make sense for us to offer an elite start?</p>
<p>Nike overlooked a few critical facts:</p>
<p><strong>Fact one:</strong> The Nike Women&#8217;s Marathon is held two weeks prior to the world-famous, highly prestigious New York Marathon.  The best runners in the world spend months training for New York.  Two weeks prior, they are tapering their running distance and resting in anticipation &#8211; not racing!</p>
<p><strong>Fact two:</strong> the Nike Women&#8217;s Marathon is heavily associated with the charitable organization Team In Training.</p>
<p>Team In Training raises lots of money for disease research, which is great.  They also take thousands of otherwise sedentary people and train and empower them to complete a marathon, which is also great.  What it does not do, however, is to turn out a field of zippy, highly competitive runners.</p>
<p>It didn&#8217;t make sense for Nike to offer an elite start <em>at all</em>.  And they could&#8217;ve anticipated this before they even opened up the race for registrations.</p>
<p>Even after the registration were opened, they could have noticed &#8220;Hmmm, our elites aren&#8217;t that elite.  Does this still make sense?&#8221; and decided to eliminate the separate start.  But no one asked, or no one followed through.</p>
<p>Several major newspaper articles, thousands of messages on Runner&#8217;s World and the USATF forums, and a lot of brand damage later, Nike recanted and declared O&#8217;Connell a winner.   And next year, no elite field.</p>
<p>So it all turned out okay.  But it all could&#8217;ve been avoided with a simple willingness to ask questions and take a <a href="http://www.cindyalvarez.com/best-practices/more-premortem-less-postmortem">pre-mortem</a> approach.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/the-experience-is-the-brand/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BrandDoozie: splash page done right</title>
		<link>http://www.cindyalvarez.com/best-practices/branddoozie-splash-page-done-right</link>
		<comments>http://www.cindyalvarez.com/best-practices/branddoozie-splash-page-done-right#comments</comments>
		<pubDate>Fri, 13 Jun 2008 07:07:31 +0000</pubDate>
		<dc:creator>Cindy</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.cindyalvarez.com/?p=36</guid>
		<description><![CDATA[I&#8217;m not associated with BrandDoozie in any way, but I know a good solid splash page when I see one.  This site pulls together the core best practices into a good-looking home.  Without the consumer knowing anything about their product, they convey professionality, security, and value.

Let&#8217;s look at the elements that lead to the good [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not associated with <a href="http://www.branddoozie.com">BrandDoozie</a> in any way, but I know a good solid splash page when I see one.  This site pulls together the core best practices into a good-looking home.  Without the consumer knowing anything about their product, they convey professionality, security, and value.</p>
<p><img src="http://www.cindyalvarez.com/the_experience/images/branddoozie.png" alt="" width="370" height="358" /></p>
<p>Let&#8217;s look at the elements that lead to the good cohesive experience:</p>
<p><span id="more-36"></span></p>
<p><img class="alignleft" style="float: left; margin-left: 6px; margin-right: 6px;" src="http://www.cindyalvarez.com/the_experience/images/try_free.gif" alt="" width="269" height="63" /><strong>Try it now for FREE.</strong> The use of the bright orange color and bold type immediately draws my eye.  &#8220;Free&#8221; is powerful because it lowers my resistance.  I don&#8217;t yet know what this site offers, but knowing that it doesn&#8217;t cost anything lowers the friction of me reading further.</p>
<p>I&#8217;m often surprised to find the &#8220;oh yeah, and it&#8217;s free&#8221; treated almost like a disclaimer &#8211; in tiny print or hidden at the bottom of a page.   Is this a fear of sounding like a used car salesman?  (FREE FREE FREE at Crazy Eddie&#8217;s!)  One thing I&#8217;ve heard product managers say is that they think the word &#8220;free&#8221; suggests a lack of value of their product.  In the offline world, this might be true; online, every millisecond that consumers don&#8217;t see the word <strong>free</strong> increases the odds of them closing the browser window never to return.</p>
<p><strong>Marketing materials in minutes</strong>.   Quickly answers the &#8220;what is this?&#8221; in the consumer&#8217;s mind.  <img class="alignright" style="margin: 4px 8px; float: right;" src="http://www.cindyalvarez.com/the_experience/images/value_prop.gif" alt="" width="287" height="72" /> It conveys the value of the service without constraints of too much detail.  (The alliteration with the repeated m&#8217;s is a particularly nice touch.)</p>
<p>Everyone has an idea of what &#8220;marketing materials&#8221; is, and even if my version doesn&#8217;t match yours, we both know that typically this is a task that takes longer than &#8220;minutes&#8221;.</p>
<p><strong>Big gorgeous picture (&#8220;show me what I&#8217;m going to get&#8221;). </strong>I&#8217;m not sure that the average first-time user is going to produce something this polished-looking &#8220;in minutes&#8221;, but this image immediately suggests to me that I&#8217;m going to be able to put together something far superior to the standard Office Depot templated materials.</p>
<p><img src="http://www.cindyalvarez.com/the_experience/images/bdpic.png" alt="" /></p>
<p>There actually is more detail on the page (in the dark gray callouts along the side) but they do not visually compete with the other elements.  Someone skimming the page won&#8217;t be distracted by them, but the type of consumer who reads a whole page first before making the decision to click will have at least a few of their questions answered.</p>
<p><strong>If you still need convincing, go watch the demo. </strong> Many sites spend a lot of time making the demo into a band-aid for a weak splash page and for serious usability flaws in the product.  (Too bad only 10% of your customers will ever see your demo and get even the benefit of that band-aid.)</p>
<p><img class="alignleft" style="margin-left: 6px; margin-right: 6px; float: left;" src="http://www.cindyalvarez.com/the_experience/images/demo_bottom.gif" alt="" width="268" height="113" />So what&#8217;s the best practice here?  Provide a demo, but don&#8217;t make it the primary call to action.</p>
<p>Consumers have a limited attention span: do you want to &#8220;spend&#8221; their attention on watching a demo, or jumping right into signing up?  Remember, once you have their email address, there&#8217;s always a chance to communicate with them later.  If they watch the demo and leave, they&#8217;re out of reach.</p>
<p>On the BrandDoozie splash page, the &#8220;See Demo&#8221; button is below the fold.  The primary calls to action &#8211; jumping right in and getting started, or logging in for existing users &#8211; are above the fold, endorsing them as the &#8220;preferred&#8221; actions.</p>
<p><strong>Existing users &#8211; we&#8217;re not wasting your time. </strong> The log in call to action is right at the top of the<img class="alignright" style="float: right; margin-left: 8px; margin-right: 8px;" src="http://www.cindyalvarez.com/the_experience/images/existing_login.gif" alt="" width="212" height="31" /> page, and easy to see without being distracting to new users.   Smart, because most consumers will bookmark your homepage, not a more useful internal page.</p>
<p>Here&#8217;s another thing they do right: <strong>the email confirmation</strong>.  I sign up for a ton of web services, and I don&#8217;t always remember when I get back to my inbox which one does what.  This site recognizes that, and reminds me:</p>
<p><img src="http://www.cindyalvarez.com/the_experience/images/bdemail.png" alt="" /></p>
<p>Obviously, you can always measure and tweak to continuously improve.  One minor issue is that this super-helpful description in their confirmation email is only conveyed via images.  I have images off by default, and so does a considerable percentage of the viewing population.  But this in general is a great example of where to start.</p>
 ]]></content:encoded>
			<wfw:commentRss>http://www.cindyalvarez.com/best-practices/branddoozie-splash-page-done-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
