<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Molecular Voices</title>
	
	<link>http://molecularvoices.molecular.com</link>
	<description>where conversation and digital minds meet</description>
	<lastBuildDate>Thu, 25 Feb 2010 21:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
<cloud domain="molecularvoices.molecular.com" port="80" path="/?rsscloud=notify" registerProcedure="" protocol="http-post" />

	
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/molecular" /><feedburner:info uri="molecular" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>A Proposed Front-end Performance Policy</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/IIQ2ahZQtGc/</link>
		<comments>http://molecularvoices.molecular.com/2010/a-proposed-front-end-performance-policy/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:42:35 +0000</pubDate>
		<dc:creator>Paul Irish</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2531</guid>
		<description><![CDATA[I&#8217;ve been using this when working with clients to come up with an agreement on how we handle older and slower browsers. I&#8217;m eager to hear your thoughts on it.
There are two major truths when it comes to in-browser experience:

Both we and the client want the most responsive experience possible.
Everything added to the page slows [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:26d24118e2c5dff974f4e749926e5fe67517f01b'><p>I&#8217;ve been using this when working with clients to come up with an agreement on how we handle older and slower browsers. I&#8217;m eager to hear your thoughts on it.</p>
<p><strong>There are two major truths when it comes to in-browser experience:</strong></p>
<ol>
<li>Both we and the client want the most responsive experience possible.</li>
<li>Everything added to the page slows it down.</li>
</ol>
<p>So with these two facts of life, what steps do we need to take so everyone is happy? Onward!<span id="more-2531"></span></p>
<h3>Create success metrics with the client</h3>
<p>These should be customized to your client and project and done before the wireframing phase. These goals should be reasonable from a technical POV, as well as testable.</p>
<p>Some goals that would be appropriate:</p>
<ol>
<li>The slowest browser supported must go from an empty cache to fully loaded and initialized within 10 seconds.</li>
<li>Hover states (and other ‘instant’ changes) should respond within 300ms.</li>
<li>Animations should appear smooth, with jumpiness occurring &lt; 15% of the time (across all browsers).</li>
</ol>
<p>For load-time based goals, it&#8217;s important to define who&#8217;s computer and connection this must be done on (e.g. the clients). Additionally, the goal may be defined for multiple pages, for example: the two most popular landing pages (e.g. homepage and support).</p>
<p>If the client has more wants more aggressive goals than are reasonable with the intended design, expectations need to be set with visual and interactive design to keep things more minimal.</p>
<h3>Communicating the performance impact during design phase</h3>
<h4>Internally</h4>
<p>During IA, IxD, and visual design, it is the interface developer&#8217;s role to communicate the performance impact of interactive features or certain visual techniques on the target browsers. Give the designers constraints: &#8220;If we&#8217;re using Cufon, we cannot have more than 10 elements of custom font per page.&#8221;</p>
<h4>Externally</h4>
<p>Expectations need to be set that <strong>all browsers will not have the same experience</strong>. They won&#8217;t perform as well as eachother, nor may it make sense to have feature parity.</p>
<p>It may be sensible to drop a few features from the IE6 and IE7 experience. Features that could be considered to be dropped are: <em>shadows, transitions, rounded corners, opacity, gradients.</em></p>
<p>When communicating the impact of something:</p>
<ul>
<li>Clarify the impact with as much detail as possible: &#8220;it will hurt page load&#8221; vs &#8220;it will add 2 seconds to page load in IE&#8221;</li>
<li>Provide a quick POC (proof of concept) if it&#8217;s reasonable: &#8220;This similar-looking page without siFR loads in 4 seconds, with siFR it loads in 8 and has a delay to show during scrolling&#8221;</li>
</ul>
<h3>Develop according to best practices</h3>
<p>Choose libraries and plugins that are performance optimized. Make wise architecture decisions based on performance goals. Also minimize DOM manipulation when possible, and write styles to <a href="http://paulirish.com/2009/avoiding-the-fouc-v3/">avoid visual changes</a> to the page as it loads and initializes.</p>
<h3><strong>Measure performance during QA</strong></h3>
<p>QA teams should also prioritize performance related tickets alongside visual, functional, and usability issues. Developers and QA should determine how that priority will be assigned.</p>
<p>During QA, the success metrics should be tested regularly.</p>
<h4><strong>Tools to test with:</strong></h4>
<ul>
<li><a href="http://developer.yahoo.com/yslow/">YSlow</a>, <a href="http://code.google.com/speed/page-speed/">Page Speed</a>, <a href="http://stevesouders.com/hammerhead/">Hammerhead</a>, <a href="http://msfast.myspace.com/">MSFast</a>, <a href="http://www.webpagetest.org/">PageTest</a></li>
</ul>
<p><strong>When performance goals aren&#8217;t met, there are three options:</strong></p>
<ol>
<li><em>Redevelop the code</em> &#8211; profile, discover bottlenecks, refactor code, optimize to target faster execution in the browser</li>
<li><em>Drop the feature</em> &#8211; turn it off for slower browsers only</li>
<li><em>Redesign approach of the UI</em> &#8211; perhaps the design could use a tweak which would bypass the issue entirely</li>
</ol>
<p>With this approach, I think all parties have  a better chance of having aligned expectations heading in as well as a more sensible workflow in dealing with performance challenges.</p>
<p>What do ya&#8217;ll think? Realistic?</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/IIQ2ahZQtGc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2010/a-proposed-front-end-performance-policy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2010/a-proposed-front-end-performance-policy/</feedburner:origLink></item>
		<item>
		<title>Paul Irish Joins jQuery Team</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/Fwv041RhBy8/</link>
		<comments>http://molecularvoices.molecular.com/2010/paul-irish-joins-jquery-team/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 15:59:05 +0000</pubDate>
		<dc:creator>Anne Curtin</dc:creator>
				<category><![CDATA[Molecular News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2515</guid>
		<description><![CDATA[We&#8217;re proud to announce that Paul Irish, a senior consultant on Molecular&#8217;s emerging interactions team, has joined the jQuery Developer Relations Team.  Run by a distributed group of volunteers, the jQuery Project is dedicated to making jQuery the best JavaScript library possible.  
Paul joined the jQuery team to help produce videos for the 14 Days of [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:c9c6f0201e961ac449752f7025a6f3069e7d0297'><p><a href="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/jquery_logo1.gif align right"><img src="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/jquery_logo1.gif" alt="" title="jquery_logo" width="213" height="55" class="align right size-full wp-image-2519" align=right /></a>We&#8217;re proud to announce that Paul Irish, a senior consultant on Molecular&#8217;s emerging interactions team, has joined the <a href="http://jquery.com/">jQuery</a> Developer Relations Team.  Run by a distributed group of volunteers, the jQuery Project is dedicated to making jQuery the best JavaScript library possible.  </p>
<p>Paul joined the jQuery team to help produce videos for the 14 Days of jQuery and to move the API documentation to its new home for the 1.4 release. As a member of the Developer Relations team, Paul will be responsible for ensuring that the expectations of developers are being met in jQuery itself, and helping the core team to communicate clearly and effectively. </p>
<p>Paul has been an active member of the jQuery community for 3 years, participating in and administrating the jQuery IRC channels and frequently blogging about jQuery and its functionality. He is also a frequent speaker at jQuery events, and the co-creator of the <a href="http://yayquery.com/">yayQuery</a> podcast. </p>
<p>Congratulations, Paul!</p>
<p>Want to learn more about the jQuery project?  Leave your comments and questions for Paul in the comments section below.</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/Fwv041RhBy8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2010/paul-irish-joins-jquery-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2010/paul-irish-joins-jquery-team/</feedburner:origLink></item>
		<item>
		<title>Molecular Thought Leader Contributes Essay to Book on Design Thinking</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/w-e_BSIARVE/</link>
		<comments>http://molecularvoices.molecular.com/2010/molecular-thought-leader-contributes-essay-to-book-on-design-thinking/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 15:23:57 +0000</pubDate>
		<dc:creator>Anne Curtin</dc:creator>
				<category><![CDATA[Strategic Design]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2510</guid>
		<description><![CDATA[Welcome to the fascinating world of design thinking—a new and extremely effective tool that can be applied to the design of innovation, systems, business processes, and the design of businesses themselves.  In a new book by Design Management Institute president Thomas Lockwood called Design Thinking, Molecular’s Brian Gillespie contributes his thoughts on the importance of [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:146f058d8abfb75ac9242f819eda09628e0a11ff'><p>Welcome to the fascinating world of design thinking—a new and extremely effective tool that can be applied to the design of innovation, systems, business processes, and the design of businesses themselves.  In a new book by Design Management Institute president Thomas Lockwood called <em><u><a href="http://www.amazon.com/Design-Thinking-Integrating-Innovation-Experience/dp/1581156685/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1263480738&amp;sr=1-2">Design Thinking</a></u></em>, Molecular’s Brian Gillespie contributes his thoughts on the importance of design thinking in an essay titled “Service Design via the Global Web:  Global Companies Serving Local Markets.”  </p>
<p>Built on case study examples and work done for Molecular’s clients, Brian examines the challenges and opportunities companies face when launching a global Web presence.  In the essay, Brian critiques a range of options, including gateways, scope, user research, uniform versus local presence, language, content development, design, site implementation, domains, and URLs. </p>
<p>If your organization is looking to cultivate innovation and build a solid brand foundation, <em><u><a href="http://www.amazon.com/Design-Thinking-Integrating-Innovation-Experience/dp/1581156685/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1263480738&amp;sr=1-2">Design Thinking</a></u></em> is a must-read! But don’t take my word for it – check out some of these rave reviews: </p>
<blockquote><p>“A much-needed book, which paves the way towards a better understanding of design thinking and its power. A fundamental reading for all those who like to grasp the multifaceted nature of design.”<br />
—Roberto Verganti, author, <em>Design Driven Innovation</em>; professor of innovation, Poitecnico di Milano</p>
<p>&#8220;This collection of work from some of the design industry&#8217;s top thought leaders will further stimulate valuable discussion on how, through collaborative and innovative thinking, we can design a better future for all societies and business.&#8221;<br />
—Stefano Marzano, president, Philips Design</p></blockquote>
<p>Have a question for Brian or want to share your thoughts on design thinking?  Be sure to leave your comments below!</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/w-e_BSIARVE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2010/molecular-thought-leader-contributes-essay-to-book-on-design-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2010/molecular-thought-leader-contributes-essay-to-book-on-design-thinking/</feedburner:origLink></item>
		<item>
		<title>adidas miCoach U.S.A. launch</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/g9hUN1JGQkg/</link>
		<comments>http://molecularvoices.molecular.com/2010/adidas-micoach-u-s-a-launch/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 17:31:43 +0000</pubDate>
		<dc:creator>Ricardo Salema</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Molecular News]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2503</guid>
		<description><![CDATA[It’s finally here. miCoach has launched in the U.S. and is on sale here for the first time. Get yours now! It’s been a long time coming after three years of working on this project. The screen below shows what the adidas.com USA home page looked like today. Just below that is the newly designed [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:6204c180666fe860cf327caceb727008a5cfc0b6'><p><a href="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/homepage.png"></a>It’s finally here. miCoach has launched in the U.S. and is on sale here for the first time. Get yours now! It’s been a long time coming after three years of working on this project. The screen below shows what the adidas.com USA home page looked like today. Just below that is the newly designed miCoach homepage to coincide with this launch and some new branding/campaign work. Awesome work everybody!</p>
<p>Also, some really nice words about our site design on the <a href="http://www.fastcompany.com/article/adidas-micoach-pacer-review-interactive-fitness-casual-marathoners" target="_blank">FAST COMPANY</a> web site today. These words are music to my ears and illustrate that all of our hard work has really paid off in creating a rich yet easy to use experience. This is much, much harder than it sounds.</p>
<ul>
<li>“The Web site, which was created by adidas along with <a href="http://www.molecular.com/" target="_blank">Molecular</a>, does not miss a step–it’s intuitive, fun to use, and keeps pace with almost everything a runner needs.”</li>
<li>“The Web interface coupled with these devices is often where they trip over their laces, but not in this instance. The miCoach site is easy to navigate, and includes just about everything you need in order to track and improve your running.”</li>
<li>“The Adidas miCoach Pacer is the most full-featured and enjoyable personal training device on the market.”</li>
</ul>
<p><a href="http://www.fastcompany.com/article/adidas-micoach-pacer-review-interactive-fitness-casual-marathoners" target="_blank">Click here to read the full article.</a></p>
<p><img title="homepage" src="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/homepage-300x175.png" alt="" width="300" height="175" /></p>
<p><a href="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/miCoach.png"><img class="aligncenter size-medium wp-image-2506" title="miCoach" src="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/miCoach-300x188.png" alt="" width="300" height="188" /></a></p>
<p>[Originally published on <a href="http://ricardosalema.com/blog/">Ricardo Salema's blog</a>.]</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/g9hUN1JGQkg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2010/adidas-micoach-u-s-a-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2010/adidas-micoach-u-s-a-launch/</feedburner:origLink></item>
		<item>
		<title>Recent IxDA discussions of interest</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/kzPSxgdORuU/</link>
		<comments>http://molecularvoices.molecular.com/2010/recent-ixda-discussions-of-interest/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:25:29 +0000</pubDate>
		<dc:creator>Karen Lin</dc:creator>
				<category><![CDATA[Experience Design]]></category>
		<category><![CDATA[Industry Trends]]></category>
		<category><![CDATA[Andrew Daniels]]></category>
		<category><![CDATA[ixda]]></category>
		<category><![CDATA[Johnny Holland]]></category>
		<category><![CDATA[Mozilla Labs]]></category>
		<category><![CDATA[National Science Foundation]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2484</guid>
		<description><![CDATA[I recently caught up on some interesting IxDA threads highlighted below that may interest you as well. Wishing everyone a wonderful and happy new year!

o1. Firefox Home Tab Challenge

IxDA has partnered with Mozilla Labs and Johnny Holland for a design challenge. The submission deadline is February 14 for a concept video explaining how the new Firefox home tab should [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:87a96668dd8693e76ac34ea46aa51a19e64f4168'><p>I recently caught up on some interesting IxDA threads highlighted below that may interest you as well. Wishing everyone a wonderful and happy new year!</p>
<p><strong><a href="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/2009-12-31_1534.png"></a></strong></p>
<p><strong>o1. Firefox Home Tab Challenge</strong></p>
<p><a href="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/2009-12-31_1534.png"><img class="size-medium wp-image-2487 alignnone" title="2009-12-31_1534" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/2009-12-31_1534-300x58.png" alt="" width="300" height="58" /></a></p>
<p>IxDA has partnered with <a href="http://labs.mozilla.com/">Mozilla Labs </a>and <a href="http://johnnyholland.org/">Johnny Holland </a>for a design challenge. The submission deadline is February 14 for a concept video explaining how the new Firefox home tab should work. Anyone interested in forming a Molecular team to tackle this??</p>
<ul>
<li>The Home Tab Design Challenge Winter &#8216;09 website: <a href="http://design-challenge.mozillalabs.com/winter09/">http://design-challenge.mozillalabs.com/winter09/</a></li>
<li>More details from this IxDA thread: <a href="http://www.ixda.org/discuss.php?post=48090">http://www.ixda.org/discuss.php?post=48090</a></li>
</ul>
<p><strong>02. GLIDE &#8216;10 Call for Papers</strong></p>
<p>This is a biennial virtual conference sponsored by the National Science Foundation and <a href="http://upstatenewyork.aiga.org/">AIGA UP ST NY</a> dedicated to research on topics related to interaction between designers and global communities. The theme this year is cross-cultural collaboration with indigenous and underserved communities. Abstract submissions are due February 15. Conference takes place on October 27.</p>
<ul>
<li>More details from this IxDA thread: <a href="http://www.ixda.org/discuss.php?post=48057">http://www.ixda.org/discuss.php?post=48057</a></li>
</ul>
<p><strong>03. Google&#8217;s Above-the-Fold App</strong></p>
<p><a href="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/2009-12-31_2118.png"><img class="alignnone size-medium wp-image-2495" title="2009-12-31_2118" src="https://molecularvoices.molecular.com/wp-content/uploads/2010/01/2009-12-31_2118-300x204.png" alt="" width="300" height="204" /></a></p>
<p>This new app let&#8217;s you see in a transparent gradient kind of way which parts of your site is viewable by percentile.</p>
<ul>
<li>Enter any URL into Browser Size to see the map: <a href="http://browsersize.googlelabs.com/">http://browsersize.googlelabs.com/</a></li>
<li>More details from this IxDA thread: <a href="http://www.ixda.org/discuss.php?post=48056">http://www.ixda.org/discuss.php?post=48056</a></li>
</ul>
<p><strong>04. Shopping/ecommerce trends</strong></p>
<p>Someone asked the group about what trends people were seeing with online shopping and here were the recommended resources:</p>
<ul>
<li>Pew Internet research topic of &#8220;Shopping&#8221;: <a href="http://www.pewinternet.org/topics/Shopping.aspx">http://www.pewinternet.org/topics/Shopping.aspx</a></li>
<li>Webinars and resources on <a href="http://www.shop.org">www.shop.org</a> (requires membership)</li>
<li>A recent book called Shoptimism by Lee Eisenberg</li>
<li>More details from this IxDA thread: <a href="http://www.ixda.org/discuss.php?post=47953">http://www.ixda.org/discuss.php?post=47953</a></li>
</ul>
<p><strong>o5. Andrew Daniels on uxSEARS</strong></p>
<p>A virtual meeting featuring the UX director of Sears hosted by IxDA Chicago called &#8220;The $50 Billion Startup Revolution and How UX Leads the Way&#8221;:</p>
<ul>
<li>Video, also embedded below: <a href="http://www.ustream.tv/recorded/2588473">http://www.ustream.tv/recorded/2588473</a> (7:50 to skip past housekeeping stuff)</li>
<li>Presentation slides in PDF: <a href="http://tinyurl.com/ykkn6vn">http://tinyurl.com/ykkn6vn</a></li>
<li>More details from this IxDA thread: <a href="http://www.ixda.org/discuss.php?post=47718">http://www.ixda.org/discuss.php?post=47718</a></li>
</ul>
<p><object id="utv62061" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="386" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="utv_n_919542" /><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=2588473" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.ustream.tv/flash/video/2588473" /><embed id="utv62061" type="application/x-shockwave-flash" width="480" height="386" src="http://www.ustream.tv/flash/video/2588473" flashvars="loc=%2F&amp;autoplay=false&amp;vid=2588473" allowfullscreen="true" allowscriptaccess="always" name="utv_n_919542"></embed></object></p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/kzPSxgdORuU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2010/recent-ixda-discussions-of-interest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2010/recent-ixda-discussions-of-interest/</feedburner:origLink></item>
		<item>
		<title>4 Online Brand Gimmicks that Failed</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/YpU01liucuc/</link>
		<comments>http://molecularvoices.molecular.com/2009/4-online-brand-gimmicks-that-failed/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:44:06 +0000</pubDate>
		<dc:creator>Bryan Maleszyk</dc:creator>
				<category><![CDATA[Creative]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Web 2.0 & Social Media]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2470</guid>
		<description><![CDATA[By now, marketers know that brands cannot fully control their own message anymore. Consumers now have a diverse set of channels through which they can interact with their digital world, and they&#8217;ve taken rightful ownership of their own destiny when interacting with brands through those channels.
In an effort to be heard and to increase engagement, [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:c2805d15c474876b9caf1579d2569b6ebc31aa1a'><p>By now, marketers know that brands cannot fully control their own message anymore. Consumers now have a diverse set of channels through which they can interact with their digital world, and they&#8217;ve taken rightful ownership of their own destiny when interacting with brands through those channels.</p>
<p>In an effort to be heard and to increase engagement, brands are turning to new, innovative ways to approach the digital marketing landscape, from social environments such as Twitter and Facebook, to blogger outreach and global alternate reality games. Like anything else new and innovative, the risk of failure in these approaches runs high, and the payoff is unknown.</p>
<p>But failure, if done early and often, can be more instructive than success. Let&#8217;s look at four new and innovative ways that brands attempted to engage with their consumers through digital, and see what lessons we can learn.</p>
<p><span><strong>Lesson 1. Tell a story, but make it your story</strong></span><br />
In February 2008, 50 bloggers and gamers received mysterious packages in the mail containing clues to an online alternate reality game (ARG) with a clear call to action: Find &#8220;<a href="http://www.thelostring.com/" target="_blank">The Lost Ring</a>.&#8221; These packages kicked off a six-month effort across the globe by more than 150,000 players in seven languages to uncover a lost Olympic game. The game officially ended at the Beijing Olympics, and it generated more than its share of accolades in marketing circles.</p>
<p>But that&#8217;s only half of the story. The game is a classic example of what&#8217;s known as &#8220;dark marketing&#8221; &#8212; a viral campaign in which the sponsoring brand (in this case, McDonald&#8217;s) is barely, if ever, acknowledged. The theory is that mentioning the brand would turn potential gameplayers off when they realize that they&#8217;re simply playing a part in a larger marketing campaign. In this case, it wasn&#8217;t revealed that McDonald&#8217;s was participating until months after the game began.</p>
<p> <img class="aligncenter size-full wp-image-2471" title="091203_img1_mcdonalds" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img1_mcdonalds.jpg" alt="091203_img1_mcdonalds" width="443" height="292" /></p>
<p><span id="more-2470"></span>ARGs have proven to be successful in the past and are an incredibly viral method of participatory storytelling on a grand scale. Yet in most cases where measurable success was achieved, the ARG told a story that was at least tangentially related to the brand that sponsored it. Consider ABC&#8217;s &#8220;<a href="http://www.thelostexperience.com/" target="_blank">Lost Experience</a>&#8221; and &#8220;Find815&#8243; ARG campaigns, which gave rabid fans of the hit show something to do during its hiatus while simultaneously telling some of the show&#8217;s back story &#8212; all without diminishing the experience of watching &#8220;Lost&#8221; for consumers who didn&#8217;t participate. <br />
 <br />
<img class="aligncenter size-full wp-image-2472" title="091203_img2_lost" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img2_lost.jpg" alt="091203_img2_lost" width="444" height="369" /></p>
<p>BMW created an ARG surrounding a fictional town, &#8220;<a href="http://www.oberpfaffelbachen.com/home.php" target="_blank">Oberpfaffelbachen</a>,&#8221; that built a huge ramp up to launch the BMW 1-Series in America. In each of these cases, the story of the game tied back to the story of the brand, even if the tie-in was slight or tongue-in-cheek.</p>
<p><img class="aligncenter size-full wp-image-2473" title="091203_img3_bavaria" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img3_bavaria.jpg" alt="091203_img3_bavaria" width="446" height="328" /></p>
<p>Lastly, in order to measure the success of an ARG, it&#8217;s important to understand how the brand is perceived before, during, and after the game. Using sentiment analysis tools to continually measure what people are saying about the brand can identify the baseline sentiment and the brand lift during the campaign, as well as any lingering effects after the game has ended.</p>
<p><span><strong>Lesson 2: Turn the chairs inward (and take a seat)</strong></span><br />
It&#8217;s become a marketing cliché: Your consumers are talking, and your brand is the topic of conversation. In an effort to show that they understand this, Skittles decided to bring that conversation to the fore in the guise of its official website, which it replaced with an unsupervised Twitter feed that showed every tweet mentioning the Skittles brand. At the same time, the brand allowed website visitors to switch between its Wikipedia page, YouTube account, and other social media outposts using a simple widget. Within 48 hours, the messages on Twitter were littered with expletives.</p>
<p><img class="aligncenter size-full wp-image-2474" title="091203_img4_skittles" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img4_skittles.jpg" alt="091203_img4_skittles" width="391" height="238" /></p>
<p>Skittle&#8217;s parent company, Mars, had a great idea, but while it exposed conversations around the brand to the bright, harsh light of day, the company neglected to participate in it.</p>
<p>By participating, Mars could have managed the conversation around its brand, instead of letting it spin out of control. Consider what Pepsi did with the &#8220;<a href="http://friendfeed.com/pepsicooler" target="_blank">Pepsi Cooler</a>&#8220; on FriendFeed, a social media aggregator now owned by Facebook. Pepsi managed the conversation through multiple social media channels partly by taking a seat at the table and participating as an equal contributor.</p>
<p><img class="aligncenter size-full wp-image-2475" title="091203_img5_pepsi" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img5_pepsi.jpg" alt="091203_img5_pepsi" width="367" height="343" /></p>
<p><span><strong>Lesson 3: Behave Yourself</strong></span><br />
My iPhone is the most personal of personal technology devices. It&#8217;s always on my person, it&#8217;s always on, and it contains my contacts, calendar, and music; it&#8217;s my life in my pocket. It makes perfect sense that a smartphone app can be a great way to increase engagement with consumers.</p>
<p>But remember, when in the personal space of your consumers, it&#8217;s vital that you follow their rules of etiquette. Pepsi released an iPhone application to support its AMP energy drink that was designed to help make male customers more successful with the ladies. The app categorized women into types, and it offered pick-up lines targeted to those types. The backlash was so great that Pepsi yanked the risque app from the App Store and offered a public apology.</p>
<p>Mobile apps have been a great way to create a service out of a brand. Molecular worked with Nikon on an app that helps its consumers take better photos, regardless of whether they own a Nikon camera or not.</p>
<p><img class="aligncenter size-full wp-image-2476" title="091203_img6_iphone" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img6_iphone.jpg" alt="091203_img6_iphone" width="231" height="352" /></p>
<p>When you engage with consumers on their turf, on a device as personal as their mobile phones, make sure that service is helpful. To Pepsi&#8217;s credit, it admitted the mistake, but it could have been avoided by understanding how far it could take the joke without offending its audience.</p>
<p><strong><span>Lesson 4: Keep the circle of trust intact</span><br />
</strong>Reaching out to influential bloggers is a great way to generate buzz around a new product launch. The best bloggers will give a fair and honest review of the product, thereby extending the trust that these folks have established with their loyal audience to your brand.</p>
<p>When ASUS reached out to bloggers to review the new Eee PC 901 laptop, it was counting on that trust. But instead of simply letting the bloggers review the product, they made it a competition. They chose six bloggers to write a minimum of three 200-word posts a week about their laptop over the course of four weeks. The blogger with the most readers would win the laptop.</p>
<p>ASUS didn&#8217;t expect what happened next: The blogger with the most readers wrote a review that, while honest and fair, wasn&#8217;t exactly favorable to the product. So ASUS changed the rules. Instead of the most readers, the winner of the laptop would be chosen by a vote taken by the six bloggers themselves, resulting in another blogger winning in the end. The readers revolted by posting scathing comments on the announcement of the winner.</p>
<p><img class="aligncenter size-full wp-image-2477" title="091203_img7_asus" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/091203_img7_asus.jpg" alt="091203_img7_asus" width="408" height="346" /></p>
<p>Product ratings and reviews work because they are written by the folks consumers trust most: other consumers. When a brand tries to game the system, this breaks the circle of trust. Instead of changing the rules, Asus might have been better off thanking the winner for his review, acknowledging (or defending, when necessary) the product&#8217;s limitations, and working the feedback into future products.</p>
<p><span><strong>Conclusion</strong></span><br />
There are so many new ways of interacting and engaging with consumers today. Their conversation is fragmented, their attention span short, and their tolerance for BS is low. Without well-established roadmaps for success, it is inevitable that we will sometimes fail when attempting to engage with consumers in new and innovative ways. But by learning from failure, we are left with enormous potential to provide exceptional brand experiences that do succeed.</p>
<p>[Written for and originally published at <a href="http://www.imediaconnection.com/content/25271.asp" target="_blank">iMedia Connection</a>]</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/YpU01liucuc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2009/4-online-brand-gimmicks-that-failed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2009/4-online-brand-gimmicks-that-failed/</feedburner:origLink></item>
		<item>
		<title>Brand as a Service, circa 1900: The Michelin Guide</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/Ivsc7ANZHW8/</link>
		<comments>http://molecularvoices.molecular.com/2009/brand-as-a-service-circa-1900-the-michelin-guide/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:25:56 +0000</pubDate>
		<dc:creator>Bryan Maleszyk</dc:creator>
				<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2468</guid>
		<description><![CDATA[
It&#8217;s been a busy summer, which transitioned into a busy fall. The Thanksgiving break gave me an opportunity to chip away at the stack of New Yorker magazines that have accumulated on my nightstand. John Colapinto&#8217;s &#8220;Lunch with M,&#8221; from the November 23, 2009 edition, in which he tags along with a reviewer for the New York edition [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:01aee9547024e7a548762f9bb6192ca20ae75ab0'><p><img style="border: 0px initial initial;" title="michelin_2010_nyc_restaurant_guide" src="https://molecularvoices.molecular.com/wp-content/uploads/2009/12/michelin_2010_nyc_restaurant_guide.jpg" alt="michelin_2010_nyc_restaurant_guide" width="235" height="397" /></p>
<p>It&#8217;s been a busy summer, which transitioned into a busy fall. The Thanksgiving break gave me an opportunity to chip away at the stack of <em style="font-style: italic;"><a title="New Yorker" href="http://www.newyorker.com" target="_blank">New Yorker</a></em> magazines that have accumulated on my nightstand. John Colapinto&#8217;s <a title="Lunch with M." href="http://www.newyorker.com/reporting/2009/11/23/091123fa_fact_colapinto" target="_blank">&#8220;Lunch with M</a>,&#8221; from the November 23, 2009 edition, in which he tags along with a reviewer for the New York edition of the <a title="Michelin Guide" href="http://www.michelinguide.com" target="_blank">Michelin Guide</a>, got me thinking about how brands should be thinking of themselves as as service:</p>
<blockquote><p>Automobiles were still a rarity on roads in France. The brothers had the idea that a guidebook to hotels in the French countryside would encourage people to climb into a car (equipped with Michelin tires) and hit the open road. The first edition, published in 1900, was a five-hundred-and-seventy-five-page alphabetical listing of towns throughout France and the distances between them, with recommendations for hotels and places to refuel, and instructions on how to change a flat.</p></blockquote>
<p>At <a href="http://www.molecular.com">Molecular</a> we are passionate about helping brands provide real, valuable, sustainable service to their consumers. As the Michelin Guide proves, this isn&#8217;t a new concept at all. And it seems to have worked out pretty well for them:</p>
<blockquote><p><a title="Michelin Man" href="http://www.michelinman.com/" target="_blank">Michelin</a> has grown into one of the most successful multinational corporations in the world, a company more than three times the size of Goodyear.</p></blockquote>
<p>I&#8217;ve come up with the following four components that I believe are necessary for a brand to execute a successful service:</p>
<ol>
<li><strong style="font-weight: bold;">Deep value</strong>: Automobile owners needed a way to find out where to go and how to get there. Michelin provided this for free (initially). The few motorists at the time were given a valuable asset to plan trips, and to maintain their vehicle, and to find reliably good food on the road. As more motorists took to the road, Michelin added the three-star system to denote exceptional cooking. Taking to the road seemed safer with the Guide.</li>
<li><strong style="font-weight: bold;">Sustainable value</strong>: In the preface to the first edition of the guide, André Michelin wrote: &#8221;This work comes out with the century; it will last as long.&#8221; There are now other guides, including the survey-based <a title="Zagat" href="http://www.zagat.com" target="_blank">Zagat</a> guide and the crowdsourced <a title="Yelp" href="http://www.yelp.com" target="_blank">Yelp</a>, but chefs in Europe still <a title="Living and Dying by the star system: San Francisco Gate" href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2005/06/12/RVGIDD3AQ21.DTL" target="_blank">live by &#8211; and die by</a> -  the Michelin Guide. A few years ago, the Guide launched in the United States (in New York, Los Angeles, and San Francisco)</li>
<li><strong style="font-weight: bold;">Edge Business</strong>: Michelin&#8217;s core competency is in producing high quality tires. The Michelin Guide complemented that business by providing its consumers a reason to drive &#8211; it lives at the edge of Michelin&#8217;s brand proposition, as opposed to the center.</li>
<li><strong style="font-weight: bold;">Openness</strong>: You don&#8217;t need to drive around on Michelin tires to use the guide.</li>
</ol>
<p>I&#8217;m curious to hear what you think &#8211; what else makes a brand service-oriented?</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/Ivsc7ANZHW8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2009/brand-as-a-service-circa-1900-the-michelin-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2009/brand-as-a-service-circa-1900-the-michelin-guide/</feedburner:origLink></item>
		<item>
		<title>Java Becoming a Functional Programming Language?</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/W9rPoRWowTg/</link>
		<comments>http://molecularvoices.molecular.com/2009/java-becoming-a-functional-programming-language/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:41:41 +0000</pubDate>
		<dc:creator>David Palmer</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[functional programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Programming paradigms]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2456</guid>
		<description><![CDATA[There is a formal proposal to introduce closures to the Java programming language. For those of us who have been in the Java world for a while (10+ years for yours truly) this could really open up a lot of interesting possibilities to express solutions to really complicated problems, the way the functional programmers have [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:3365d23d415395f9b5658ac653912c05d6cc3e2f'><p>There is a <a href="http://www.javac.info/consensus-closures-jsr.html">formal proposal</a> to introduce closures to the Java programming language. For those of us who have been in the Java world for a while (10+ years for yours truly) this could really open up a lot of interesting possibilities to express solutions to really complicated problems, the way the functional programmers have been doing things, which can mean, less and cleaner code.</p>
<p>For example, anonymous functions, and first-class functions would be introduced as well as incorporating some of the more interesting features of languages like ruby (think blocks and yield) and scala will make for more concise code and, as an example, provide the developer with the ability to write your own control structures.</p>
<p>From the (current) <a href="http://www.javac.info/closures-v05.html">specification</a>:</p>
<p>&#8220;<em>Modern programming languages provide a mixture of primitives for composing programs.  Most notably  Scheme, Smaltalk, Ruby, and Scala have direct language support for  parameterized delayed-execution blocks of code, variously called </em><em>lambda</em>, <em>anonymous functions</em>, or  <em>closures</em>. These provide a natural  way to express some kinds of abstractions that are currently quite awkward to express  in Java. For programming in the small, anonymous functions allow one to abstract an algorithm over  a piece of code; that is, they allow one to more easily extract the common parts of  two almost-identical pieces of code. For programming in the large, anonymous functions support  APIs that express an algorithm abstracted over some computational aspect of the algorithm.&#8221;</p>
<p>This is pretty exciting for Java, and as a fan of functional programming, this is a real bonus for the Java platform.</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/W9rPoRWowTg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2009/java-becoming-a-functional-programming-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2009/java-becoming-a-functional-programming-language/</feedburner:origLink></item>
		<item>
		<title>How to Protect Your URL in a Social Media World</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/7hl1DOLCG-0/</link>
		<comments>http://molecularvoices.molecular.com/2009/how-to-protect-your-url-in-a-social-media-world/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:32:52 +0000</pubDate>
		<dc:creator>Emile Daigle</dc:creator>
				<category><![CDATA[Data & Analytics]]></category>
		<category><![CDATA[Industry Trends]]></category>
		<category><![CDATA[Web 2.0 & Social Media]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2450</guid>
		<description><![CDATA[Co-authored by Yuval Zukerman, Sr. Consultant, Emerging Interactions, Molecular
Social media has come to play a key role in brand messaging, with the strong two-year climb of microblogging service Twitter adding a new twist: a 140-character limit. This restriction has pushed adoption of a few common ways to cram more message into less space. Apart from [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:4a046b04e0da66bbd91f0c08e6dcc0bd4e6e43f0'><p><em>Co-authored by Yuval Zukerman, Sr. Consultant, Emerging Interactions, Molecular</em></p>
<p>Social media has come to play a key role in brand messaging, with the strong two-year climb of microblogging service Twitter adding a new twist: a 140-character limit. This restriction has pushed adoption of a few common ways to cram more message into less space. Apart from heavily leveraging the new language of texting shorthand born of the mobile SMS, the biggest trend in use is employing short URLs to save space while linking to other online content.</p>
<p>Short URLs are hinged on service providers like tr.im and TinyURL that allow people to generate unique links, usually formed of a small domain name followed by a hash and a series of apparently random characters that the service provider responds to with a redirect to the longer target link. For example, the provider tr.im may provide a link of the form <a href="http://tr.im/zpBD">http://tr.im/zpBD</a> that points visitors to <a href="http://molecularvoices.molecular.com/category/data-and-analytics/">http://molecularvoices.molecular.com/category/data-and-analytics/</a>, saving us 48 characters to talk about how insightful the latest blog post is.</p>
<p>The advantages to end users are clear enough, but the disadvantages to content providers are not. Cautionary tales of short URL service collapse have been floating around for years, but the message doesn&#8217;t mean much to the people socializing those millions of YouTube videos and Flickr photos. The people contributing all that traffic to your site aren&#8217;t as concerned as the marketing department with how long the link stays around; the internet zeitgeist waits for no one. As marketing professionals, here are a few things you should know to help you better understand short URLs and why you should consider owning your own short URLs to power your brand.</p>
<p><span id="more-2450"></span></p>
<p><span>1. Find short domains that evoke your brand</span><br />
Your brand is your company&#8217;s face in the market, and the more exposure it gets, the bigger your potential audience. With social media, you&#8217;re focusing on name recognition for you and your offerings. Much the same way you may come up with a smaller version of your logo for different ads to fit the space and medium, URL shortening provides you with a short link that drives users to the page with the full, long URL. For example, instead of using long URLs with user-friendly information, like <a href="http://www.amazon.com/User-Always-Right-Practical-Creating/dp/0321434536">http://www.amazon.com/User-Always-Right-Practical-Creating/dp/0321434536</a>, you will be providing a short link such as <a href="http://amzn.com/0321434536">http://amzn.com/0321434536</a></p>
<p>If you&#8217;re familiar with traditional vanity URLs, the concept should ring a bell. In many cases, the domain will be your only branding opportunity, so you want a link that contains or reminds people of your brand. Readers will see it in tweets, blog posts, wall comments, you name it, so your short URLs should provide something that both connects users to the original brand, and is short enough for them to re-use. For example, Flickr has set up <a href="http://flic.kr/">http://flic.kr/</a>, a shorter alias that still evokes the brand.</p>
<p><strong>Tips</strong>: First, find a good, as-short-as-possible URL. Make use of the long list of new generic and country-specific <a href="http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains">top-level domains</a>. A good starting point is <a href="http://iwantmyname.com/">iWantMyName.com</a>. The site searches dozens of domain providers worldwide. (While .com is global, .es for example is controlled by Spain.) Costs vary from country to country, and almost all are in the sub-$300 range, with the majority being around $50. Get creative. Think initials, stock tickers, you name it. Leverage domain name suggestion tools like <a href="http://domai.nr/">Domainr</a>. Set up the software to create short URLS automatically (those auto-generated random-looking bits at the end like <a href="http://tr.im/zpBD">http://tr.im/zpBD</a>). Make your own short URLs readily available on every page of your site. Get them out there, and they&#8217;ll be used. Every time they&#8217;re republished as the content spreads, your exposure grows.</p>
<p><span>2. Third-party short URLs can short-change your measurement efforts</span><br />
The problem with attributing traffic from third-party short URLs is that most take away the referrer &#8212; the part of the request that tells your metric platform how the visitor got to your site. Depending on the vendor, you&#8217;ll see either the redirection service or where they clicked the short URL, but not both, providing an incomplete picture. While they may offer the ability for you to view several measurements on their own websites, you do not have access to raw incoming traffic information, and aggregating the data from the mass of vendors out there can prove to be a challenge. What does this all mean? You can&#8217;t tell where the bulk of your social organic traffic is coming from. For example, a report showing you top referring blogs is far more actionable than a report showing you the top short URL sites people used. The visitor paths &#8212; that piece of the web analytics puzzle that shows traffic sources and behavior &#8212; is too valuable to lose.</p>
<p><strong>Tips</strong>: Consider implementing your own short URL feature on your site. This approach ensures you get that referrer information back. Once the feature is added, extend your analytics implementation to capture traffic on your short URLs. Although some third-party short URL providers share this data, you will have a more complete picture of user behavior on your site when you start tracking them at first contact (when they click the short URL), through to when they leave your site.</p>
<p><span>3. Keep your earned media</span><br />
I doubt you have a service level agreement with a hundred different short URL providers. When the next one goes bust, there&#8217;s a strong chance its redirects will stop working entirely, and all of that earned media will evaporate. According to <a href="http://www.carat.com.au/our_approach/our_vision">Carat</a>, earned media assets are &#8220;consumer driven. They include all word of mouth communications, social media, viral, organic search, fan sites and shared content. To some extent, these communications are Earned through doing Bought and Owned well, but they reflect on the brand&#8217;s entire behavior.&#8221;</p>
<p>The recent news about tr.im, a service initially slated to disappear, has taken a happy turn, and it is giving the service to the community to maintain and develop. I&#8217;d like to think the service&#8217;s spirit was universal, but I doubt it. The service <a href="http://cli.gs/">Cligs</a> is currently dealing with similar business woes. Why find out how much of your traffic was coming through the next service to go bust?</p>
<p><strong>Tips</strong>: Utilize your new branded short URLs in every social media channel. Make them so easy to use that it&#8217;d be more work to go elsewhere to generate them. Add an element to your site where users can copy a page&#8217;s short URL to their clipboards with one click. For product or campaign pages, try out vanity short URLs like <a href="http://molecu.lr/Analytics">http://molecu.lr/Analytics</a> to increase recognition.</p>
<p><span>4. Do it yourself </span><br />
The most straightforward way to reap the benefits and data from URL shortening is to set up such a service yourself. Technically, URL shortening is a low-hanging fruit; it will take an average lone developer about a week to get a basic service programmed from scratch. Simpler yet, there is a variety of off-the-shelf open-source applications that can get you up and running even quicker. Free applications like <a href="http://yourls.org/">Yourls</a>, <a href="http://get-shorty.com/">Shorty</a>, or <a href="http://lilurl.sourceforge.net/">lilurl</a> can be set up in a couple of hours on your server. There are also software-as-a-service (SaaS) vendors who can use your domain and give you, for a fee, a variety of statistics and logs. One example is <a href="http://budurl.com/page/enterprise-edition">budurl.com&#8217;s enterprise edition</a>.</p>
<p><strong>Tips</strong>: When setting up a URL shortening services yourself, there are several factors you will need to consider:</p>
<ol>
<li><strong>Think of your audience</strong>. Is it going to be used company-wide, by specific team members, or provided as a service to anyone on the web? Normally, smaller audiences will require a simpler and thus cheaper setup, while larger audiences may require multiple servers and continuous feature development. Workflow is another aspect you might wish to explore. Think of how often the tool will be used and whether there will be a need to provision its use and associated approval chains. Also, be aware that it is critical for URL shortening services to act as a springboard to the destination page, imposing minimal delay. Test how well the server performs on your expected load levels.</li>
<li><strong>Create a bookmarklet</strong>. To simplify the creation of short URLs and increase the adoption of your service, the creation of a bookmarklet is recommended. <a href="http://en.wikipedia.org/wiki/Bookmarklet">Bookmarklets</a> are browser bookmarks that will send the URL of the page currently being viewed in the browser and open a window and tab to your URL-shortening service. The page that will open will present you with the shortened URL. This way, a single click of a button can generate the shortened URL. You can also add a &#8220;Copy to Clipboard&#8221; widget on your pages (check out the lower left side: <a href="http://is.gd/4fPnx">http://is.gd/4fPnx</a>). Make it so easy to use your short URLs that it&#8217;d actually be more work to use a third-party provider.</li>
<li><strong>Redirect broken links</strong>. One more elegant feature offered by some services that could be of special value to marketers is the ability to edit and monitor the content that you are linking to. If a page on your website is removed, you can point an existing shortened URL to a new version of the content or to an alternative page  . If the shortened URL points to an external site where the page is no longer available, you can detect that and react. Be sure to provide alternative content or present messaging to explain what happened. When you own your short URLs, you have a variety of ways to retain your earned media.</li>
</ol>
<p>One organization that is already taking this approach is Coca-Cola, which set up a hosted short URL service called <a href="http://cokeurl.com/">CokeURL.com</a>. The service is at marketers&#8217; disposal and gives them the ability to share content on or off Coca-Cola web assets using short URLs. The URLs can be short (CokeURL.com/s) or descriptive (CokeURL.com/fizzyVideo).</p>
<p>We hope the choice here is an easy one. Providing your own short URLs that tell readers your brand is awaiting them after the click increases your visibility. Implementing a short URL service on your own site increases your web analytics value and guards your earned media against third-party failure. Social media is a deep and fast moving channel, so keep your head up.</p>
<p>[Written for and originally published at <a href="http://www.imediaconnection.com/content/24920.asp" target="_blank">iMedia Connection</a>]</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/7hl1DOLCG-0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2009/how-to-protect-your-url-in-a-social-media-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2009/how-to-protect-your-url-in-a-social-media-world/</feedburner:origLink></item>
		<item>
		<title>The Social Media Golden Rule</title>
		<link>http://feedproxy.google.com/~r/molecular/~3/KUW38C3iFns/</link>
		<comments>http://molecularvoices.molecular.com/2009/the-social-media-golden-rule/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:15:30 +0000</pubDate>
		<dc:creator>Mark Badger</dc:creator>
				<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Web 2.0 & Social Media]]></category>

		<guid isPermaLink="false">http://molecularvoices.molecular.com/?p=2440</guid>
		<description><![CDATA[Just when you think you&#8217;ve got this whole brand experience thing figured out, along comes another form of social media that threatens to shake your grasp on the status quo. Over the past year, Twitter has taken the spanner-in-the-works title from Facebook, which took it from YouTube, which took it from Flickr, and so on. [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:6fa1f4e045e3131b2716963c81c84f5f9a8ee650'><p>Just when you think you&#8217;ve got this whole brand experience thing figured out, along comes another form of social media that threatens to shake your grasp on the status quo. Over the past year, Twitter has taken the spanner-in-the-works title from Facebook, which took it from YouTube, which took it from Flickr, and so on. While it can seem daunting to consider managing your company&#8217;s image over so many forms of new media, this phenomenon can benefit your company &#8212; you have more opportunities than ever to generate positive brand experiences with your customers. Of course, this means there are more chances to make a mess of things as well. So how do you make sure you do more of the former and less of the latter?</p>
<ol type="1">
<li>Be generous</li>
<li>Drop the facade</li>
<li>Follow through</li>
</ol>
<p><span id="more-2440"></span>These principles may be easier for smaller companies to adopt, since they are often in more direct contact with their customers. But just as the web helped to level the playing field for small businesses trying to wrestle mindshare from their larger competitors, social media offers big firms the chance to reconnect with their customers more directly. Perhaps the most appropriate way to introduce the guidelines below is to sum them up in 140 characters or less. Let&#8217;s call it the <em>Social Media Golden Rule</em>: Use social media to engage with your customers as you have your vendors to engage with you.</p>
<p><strong>First, be generous<br />
</strong>Most of what we think of as social media began life outside the corporation. Flickr, Facebook, Twitter, you name it &#8211; they all started as the pet project of small groups of individuals. Lacking corporate sponsorship, these sites relied on the support and contributions of online communities to evolve and to expand. This generosity remains part of the DNA of each of these tools to this day &#8212; they are referred to as consumer-generated media for a reason. To engage with these community-driven tools credibly, you must utilize their currency of free information and proper attribution.</p>
<p>While it may be appropriate to announce awards and accolades using social media channels, consider the value of that information to your potential and current customers. Does that announcement entertain, enlighten, or educate your viewers? Think of the difference between sharing the fact that your company won an award versus sharing freely the submission that won the award. To play on the old adage, share, don&#8217;t tell.</p>
<p>Self-promotion is a type of sharing, certainly, but it is by definition self-serving (or at least self-centered). The rapid growth of social media tools and sites is due to their ability to convey information with high potential for sharing. One of the best ways to raise your social media credibility, then, is to promote others instead of yourself (or your company). By acknowledging the contributions of others and by promoting their content, you engage in these media&#8217;s most definitive act: sharing. Doing so consistently and with relevance to your industry may increase both your credibility and your reach. Your company can become a trusted provider of useful and relevant content, regardless of its source.</p>
<p>The biggest downside to the proliferation of social media is the increasing sense of information overload. While it is to your advantage to share useful information, being an information curator provides an additional expert service to your customers. Any content your company generates will benefit from your reputation as a generous and knowledgeable member of the social media community. You won&#8217;t need to promote your company &#8212; others will do it for you.</p>
<p><strong>Second, drop the facade</strong><br />
Being authentic does not mean simply representing your company accurately, it means stripping away the pretense. Nothing sets off BS detectors more than when companies use corporate lingo on the blog or via Twitter, or when they share only the most sanitized content on YouTube and Flickr. Press releases are not blog entries. Being authentic means being candid and being real.</p>
<p>You don&#8217;t have to air your company&#8217;s dirty laundry, but openness and transparency are inherent to the appeal of all social media. Whether they are prospective customers or employees, folks interested in learning more about your company and its corporate culture will look to see how you present yourself via these channels. They can sniff your pretense a mile away &#8212; and they won&#8217;t like it.</p>
<p>By participating in these media more as a member of the community and less as a corporation, you will be seen as a valued contributor to the culture around each of these tools. The bad news is that letting down your corporate guard is only the first step, if a crucial one. Interacting with your customers on their terms gets you into the game. They will appreciate your effort, but will not forget what you represent: your brand.</p>
<p><strong>Lastly, follow through<br />
</strong>Though these media may force you to engage with your customers on their terms, it does not change the fundamental nature of the relationship: They are your customers (or at least potentially so). As such, they will expect you to address their questions (or complaints) with the same attention as you would via more traditional customer service channels. These expectations may seem contradictory or even unfair in light of social media&#8217;s more informal atmosphere, but your willingness to accept these terms of engagement can set you apart from other brands.</p>
<p>Twitter may epitomize these competing expectations best, with its simultaneous drive for brevity and immediacy. Customers you please may or may not praise your efforts to their followers, but those you don&#8217;t will state their displeasure swiftly and bluntly. Whether broadcast as complaints on your Facebook fan page, or as 140-character open letters, your responses must reflect the same responsiveness and professionalism you would show a customer who has waited too long on hold for customer service. Servicing customer needs in such public forums may not be comfortable, but well-handled resolutions will demonstrate &#8212; and broadcast &#8212; your commitment to customer service more authentically than any slogan or tag line.</p>
<p>Those of you advocating on behalf of a more formal brand may need to shift your tone of voice when utilizing these media, but you cannot afford to make the mistake of thinking professional customer service etiquette does not apply. Edgy and more casual brands will likely find social media to be familiar ground, but may miss the opportunity to enhance their perceived accountability.</p>
<p><strong>Conclusion<br />
</strong>Social media tools like Facebook, Twitter, Flickr, and YouTube encourage candid dialog and responsive interactions. Most people appreciate those qualities in any relationship &#8212; not just the one they have with their vendors of choice. When combined with a willingness to be accountable, these elements provide the raw material your company can use to create positive brand experiences.</p>
<p>The barrier for entry to participate with these media is so low that it is tempting to just jump in and figure it out along the way. Some folks may advise you that since these media cost nothing, you have nothing to lose. That perspective forgets the possibility of a company damaging its brand reputation. So while it is untrue that engagement with social media has only upside, it is true that these tools offer potentially huge returns on your investment. Keep the three principles outlined in this article in mind as you craft your social media marketing strategy, but if in doubt, remember the Golden Rule: Engage with your customers as you would have your vendors engage with you.</p>
<p>[Written for and originally published at <a href="http://www.imediaconnection.com/content/24920.asp" target="_blank">iMedia Connection</a>]</p>
</div><img src="http://feeds.feedburner.com/~r/molecular/~4/KUW38C3iFns" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://molecularvoices.molecular.com/2009/the-social-media-golden-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
	<feedburner:origLink>http://molecularvoices.molecular.com/2009/the-social-media-golden-rule/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 2.267 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-03-13 02:23:28 --><!-- Compression = gzip -->
