<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Gilligan on Data by Tim Wilson</title>
	
	<link>http://www.gilliganondata.com</link>
	<description>Thoughts, musings, and, hopefully, not too many redundancies on the world of business data. If you missed the irony in the previous sentence, you may struggle with my writing style.</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:00:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://www.gilliganondata.com</link>
  <url>http://www.gilliganondata.com/favicon.ico</url>
  <title>Gilligan on Data by Tim Wilson</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/GilliganOnData" /><feedburner:info uri="gilliganondata" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>GilliganOnData</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Working Around Sampled Search Data in Google Analytics</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/RtE_Ya-yHMg/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:00:34 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1767</guid>
		<description><![CDATA[I got into a discussion of sampling in Google Analytics  with SEO expert and Web PieRat Jill Kocher earlier this year, which led to some profile/filter noodling that seemed worth sharing. Specifically, Jill and I were discussing how, in the world of search engine optimization &#8212; where the long tail can be …]]></description>
			<content:encoded><![CDATA[<p>I got into a discussion of <a title="Google Analytics Sampling" href="http://support.google.com/analytics/bin/answer.py?hl=en_US&amp;answer=1042498" target="_blank">sampling in Google Analytics</a>  with SEO expert and <a title="Web PieRat" href="http://webpierat.com/#axzz1lWq8DetU" target="_blank">Web PieRat</a> Jill Kocher earlier this year, which led to some profile/filter noodling that seemed worth sharing. Specifically, Jill and I were discussing how, in the world of search engine optimization &#8212; where the long tail can be a handy thing to analyze &#8212; sampling in Google Analytics can be a real nuisance.</p>
<p><img class="aligncenter size-full wp-image-1768" title="Sampling Message in Google Analytics" src="http://www.gilliganondata.com/wp-content/uploads/2012/02/samplingSearchGA.png" alt="" width="405" height="167" /></p>
<p>That got me thinking that a partial solution would be to have a Google Analytics profile that <em>only</em> includes organic search traffic. This isn&#8217;t a profile that you would use for cross-session analytics, but it&#8217;s one that would allow simplified segmentation, reduced cases of sampling, and, perhaps, a more complete data set.</p>
<p>As it turns out, it was pretty simple to set up, and it seems to do the trick.</p>
<h3>Step 1: Make a New Profile</h3>
<p>Create a new profile under the same web property that you&#8217;re using for your site and name it <strong>Organic Search Traffic Only</strong>:</p>
<p><img class="aligncenter size-medium wp-image-1769" title="Create New Google Analytics Profile" src="http://www.gilliganondata.com/wp-content/uploads/2012/02/CreateNewProfile-500x342.png" alt="" width="500" height="342" /></p>
<p>There&#8217;s nothing magic about this. The key is that this is a profile that uses the same web property ID as the profile where you&#8217;re running into sampling issues with your SEO analysis. We&#8217;re just going to take that same feed of data coming in as visitors visit your site and carve out the subset of that data that is traffic from organic search referrals.</p>
<h3>Step 2: Apply an Organic Search Filter</h3>
<p>The next (and final) step is to create a filter and apply it to the profile such that only organic search traffic is included.</p>
<p>In the new profile you just created, select the <strong>Filters</strong> tab and then click <strong>New Filter</strong>:</p>
<p><img class="aligncenter size-full wp-image-1770" title="New Profile Filter - Google Analytics" src="http://www.gilliganondata.com/wp-content/uploads/2012/02/GA_NewFilter.png" alt="" width="389" height="246" /></p>
<p>From there:</p>
<ol>
<li>Give the filter a name like &#8220;Organic Search Referrals&#8221;</li>
<li>Select <strong>Custom Filter</strong> as the <strong>Filter Type</strong></li>
<li>Set the filter as an <strong>Include </strong>filter</li>
<li>Set the <strong>Filter Field</strong> to <strong>Campaign Medium</strong></li>
<li>Set the <strong>Filter Pattern</strong> to &#8220;organic&#8221;</li>
<li>Save the filter</li>
</ol>
<p>The screen below shows the filter settings:</p>
<p><img class="aligncenter size-full wp-image-1771" title="Google Analytics Organic Search Filter" src="http://www.gilliganondata.com/wp-content/uploads/2012/02/GA_OrganicSearch_Filter.png" alt="" width="458" height="415" /></p>
<h3>Step 3: Sit Back and Let the Data Roll In</h3>
<p>The profile is only going to include data from the point you set it up going forward. But, it <em>will</em> accurately reflect (to the extent that any web analytics package can accurately reflect this) new versus returning visitors for all time (well, since you initially implemented Google Analytics), because it&#8217;s getting that data from the cookie that already exists on users&#8217; machines.</p>
<p>Initially, I saw some odd data on the unique visitors front, which I can semi-intuitively understand&#8230;but not quite explain.</p>
<p>Suffice it to say that, once you have the profile up and running for a week or so, you can select the <strong>Non-paid Search Traffic</strong> segment in your main profile and compare it to the <strong>All Visits</strong> segment in your new profile, and the numbers will be virtually identical. But, you can now do SEO analysis with a base set of data that <em>only</em> includes search traffic.</p>
<p>Is that handy?<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2008/05/21/google-analytics-strawberry/" rel="bookmark" title="May 21, 2008">Google Analytics = Strawberry?</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2011/08/09/web-analytics-platforms-are-fundamentally-broken/" rel="bookmark" title="August 9, 2011">Web Analytics Platforms Are Fundamentally Broken</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2011/07/12/a-quick-explanation-of-sitecatalyst-events-for-the-google-analytics-power-user/" rel="bookmark" title="July 12, 2011">A Quick Explanation of Sitecatalyst Events for the Google Analytics Power User</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2009/10/18/seo-tips-and-thoughts-at-web-analytics-wednesday/" rel="bookmark" title="October 18, 2009">SEO Tips and Thoughts at Web Analytics Wednesday</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2011/03/01/web-analytics-tools-comparison-columbus-waw-recap-part-2/" rel="bookmark" title="March 1, 2011">Web Analytics Tools Comparison &#8212; Columbus WAW Recap Part 2</a></li>
</ul>
<p><!-- Similar Posts took 28.525 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/&amp;title=Working Around Sampled Search Data in Google Analytics">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/google-analytics/" rel="tag">Google Analytics</a>, <a href="http://www.gilliganondata.com/index.php/tag/seo/" rel="tag">SEO</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/RtE_Ya-yHMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/02/09/working-around-sampled-search-data-in-google-analytics/</feedburner:origLink></item>
		<item>
		<title>Facebook Engagement (aka, Facebook Rhetoric  Facebook Reality)</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/SdS_jDkKtAc/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 13:44:54 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Facebook Insights]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1748</guid>
		<description><![CDATA[Oh, Facebook. Facebook, Facebook, Facebook. Ours is a tumultuous relationship of unrequited frustration, is it not? I am an analyst, therefore (apparently), you scorn me. And, by &#8220;scorn,&#8221; I mean &#8220;ignore.&#8221; You never responded to my letter last year. You don&#8217;t return my calls. (Well, that&#8217;s not entirely true: you put …]]></description>
			<content:encoded><![CDATA[<p>Oh, Facebook.</p>
<p>Facebook, Facebook, Facebook.</p>
<p>Ours is a tumultuous relationship of unrequited frustration, is it not? I am an analyst, therefore (apparently), you scorn me. And, by &#8220;scorn,&#8221; I mean &#8220;ignore.&#8221;</p>
<p>You never responded to my <a title="Dear Facebook: As an Analyst, It’s Hard to Be Your Friend" href="http://www.gilliganondata.com/index.php/2011/01/19/dear-facebook-as-an-analyst-its-hard-to-be-your-friend/" target="_blank">letter last year</a>. You don&#8217;t return my calls. (Well, that&#8217;s not entirely true: you put <em>salespeople</em> on my calls whose general response to any question is, &#8220;Buy Facebook media.&#8221; I get it. That&#8217;s their job, but they act like they&#8217;ve parachuted straight out of <em>Mad Men</em> and are pushing traditional mass-blast advertising. Ironic, no?)</p>
<p>Facebook, I&#8217;ve dug into the data. <a title="Facebook Page Insights Product Guide for Facebook Page Owners" href="http://ads.ak.facebook.com/ads/creative/insights/page-insights-guide.pdf" target="_blank">Your own documentation</a> states:</p>
<blockquote><p>Posting regularly with engaging content gets more people to talk about your business with their friends. As a result, you end up reaching more people overall.</p></blockquote>
<p>Yet, the data you provide us tells a very different story. We debunked this particular claim &#8212; that <a title="Facebook Insights — What “Viral” Measures Tell Us about EdgeRank" href="http://www.gilliganondata.com/index.php/2011/12/19/facebook-insights-what-viral-measures-tell-us-about-edgerank/" target="_blank">getting people to talk about your content leads to greater reach</a> &#8211; a month ago.</p>
<h3>So, What Can We Debunk <em>This</em> Month?</h3>
<p>Lately, I&#8217;ve been digging into a more basic mystery: you claim that, the more someone engages with a page&#8217;s content, the more likely that person is to get presented with more of that page&#8217;s content in the future. That seems pretty reasonable. Of course, you <a title="Facebook Page Publishing Best Practices" href="http://ads.ak.facebook.com/ads/creative/Page-Publishing-Best-Practices-FS-2.pdf" target="_blank">hedge at the same time</a>:</p>
<blockquote><p>No matter how engaging your Page posts are, not all of your fans will see them in their News Feed. In order to make sure that more of your fans see your posts, you should create a Page Post Ad</p></blockquote>
<p>Can we quantify that &#8220;not all of your fans&#8230;&#8221; statement? <a title="allfacebook.com" href="http://allfacebook.com" target="_blank">AllFacebook.com</a> did just that when they published a <a title="UH, OH! Facebook Pages Only Reach 17% Of Fans" href="http://www.allfacebook.com/facebook-page-17-2012-01" target="_blank">pretty alarming article</a> last week based on <a title="EdgeRank Checker" href="http://edgerankchecker.com" target="_blank">Edgerank Checker</a> data. Their study showed that, on average, across 4,000 pages, <strong>only 17% of total fans were being reached per individual post by the brand</strong>. &#8220;Zoiks!&#8221; were the cries that echoed through the halls of community managers the world over!</p>
<p>To be fair, not <em>everyone</em> is on Facebook <em>all the time</em>, and, while that number matches data we&#8217;re seeing overall, it also leaves out the fact that these don&#8217;t appear to be the <em>same</em> 17% day in and day out. When it comes to looking at the <strong>28-Day Total Reach from Page Posts</strong> measure you provide, we see numbers that are more in the neighborhood of half of a page&#8217;s <strong>Lifetime Total Likes</strong> (when there is no Facebook media running &#8212; it&#8217;s much higher than that if that exposure is being purchased from Facebook).</p>
<p>Is 17% really all brands can expect, or is it all they can expect <em>if they&#8217;re doing a lousy job posting content</em>?</p>
<h3>Are Brands Simply Not Publishing Engaging Content?</h3>
<p>We&#8217;ve been working pretty hard to learn what kind of content our clients&#8217; fans like, as well as how often and when to post. That put us in a good position to dig into the data to see how we were doing, especially in light of the drop we felt we were seeing in the <strong>Reach</strong> of posts across a range of our clients&#8217; pages.</p>
<p>We looked at data from a half-dozen pages. These pages were all devoted to major consumer brands, had <strong>Lifetime Total Likes</strong> ranging from the low 100,000s to multiple millions, and cut across a range of different verticals. Is &#8220;6 pages&#8221; on the order of the &#8220;4,000 pages&#8221; from the Allfacebook.com study? Well, no, but we were working with over 600 status updates, and it quickly became apparent that we&#8217;d dug in enough to draw some pretty sound conclusions..</p>
<p>For the chart below, we removed the handful of posts that were clearly data anomalies (skewing both wildly high and wildly low) and then, for each post, took the <strong>Lifetime Engaged Users</strong> for the post (the number of unique people who clicked anywhere in the post within 28 days of it being posted, regardless of whether the click generated a story or not) and divided it by the <strong>Total Reach</strong> for the post.</p>
<p>It&#8217;s not the cleanest of graphs, but it seems pretty clear that, if anything, these pages are, overall, making some headway when it comes to producing more engaging content.</p>
<p><a href="http://www.gilliganondata.com/wp-content/uploads/2012/01/FacebookEngagement_Jan2012.png"><img class="aligncenter size-medium wp-image-1763" title="Post Engagement as a Percentage of Post Reach" src="http://www.gilliganondata.com/wp-content/uploads/2012/01/FacebookEngagement_Jan2012-500x293.png" alt="" width="500" height="293" /></a></p>
<p>The idea here is that the only people a post has a <em>chance</em> of engaging are people that it reaches. So, we have <strong>Total Reach</strong> as the denominator. This is similar to the <strong>Post Virality</strong> calculation that you, Facebook, generate for me&#8230;but we&#8217;re looking at a lower level of engagement than &#8220;generated a story&#8221; &#8212; just looking to see if fans are interacting with the post <em>in any way</em>. Because, in theory,<strong> if they are, then you will be more likely to present them with subsequent posts from the same page.</strong></p>
<h3>So, Engagement Isn&#8217;t Dropping. Presumably, Reach Isn&#8217;t, Either?</h3>
<p>In the post engagement chart, there&#8217;s nothing all that shocking. What <em>does</em> get alarming, though, is when we look at the average <strong>Organic Reach</strong> (unique users who saw the post directly as a result of the page posting it &#8212; not because a friend talked about it, and not because the brand ran paid media to extend the reach of the post). We divided that organic reach by the <strong>Lifetime Total Likes</strong> for the <em>page</em> to see what % of the total fans were reached by the post organically.</p>
<p>Again, outliers (high and low) were removed (this included locally-targeted posts, where the reach, obviously, was very low relative to the total likes for the page). Each point on the chart represents all of the status updates on that day from our sample:</p>
<p><a href="http://www.gilliganondata.com/wp-content/uploads/2012/01/FacebookOrganicReach_Jan2012.png"><img class="aligncenter size-medium wp-image-1764" title="Average Organic Reach per Post as a % of Total Page Likes" src="http://www.gilliganondata.com/wp-content/uploads/2012/01/FacebookOrganicReach_Jan2012-500x293.png" alt="" width="500" height="293" /></a></p>
<p>Wow. I&#8217;m not a data scientist, so the above doesn&#8217;t have any true statistical rigor applied to it. Rather, it is an exercise in what a stats professor once preached to me: &#8220;Start off by plotting the data! That&#8217;s going to tell you a lot!&#8221;</p>
<p>It&#8217;s pretty conclusive, I think, that a Facebook algorithm change (and related UI changes &#8212; but the algorithms drove what content appears anywhere for a user, regardless of the UI) in late September gave brands a temporary ability to reach a higher proportion of their fans. That, undoubtedly, led to any number of community managers thinking they had been listening and learning and publishing more engaging content.</p>
<p>Then, (alas!) November arrived. And, suddenly, <strong>Reach</strong> plummeted.</p>
<h3>WTF?</h3>
<p>It&#8217;s not that I&#8217;m opposed to paying you for reach, Facebook. I&#8217;m totally okay with paid media being part of my social media mix. But, if I have to pay you <em>each time</em> I want to reach someone, the numbers start to get hard to justify. If someone likes my page, and then they engage with my content, <em>why don&#8217;t they keep getting my content for some period of time</em>?</p>
<p>Here&#8217;s what I think happened (and, frankly, I&#8217;d respect you a bit more in the morning if you just came out and admitted it):</p>
<ol>
<li>You put some sharp people in a room and told them to come up with a good EdgeRank/GraphRank algorithm</li>
<li>While you have &#8220;a lot of data,&#8221; that algorithm still was largely driven by that team&#8217;s instincts around what weighting should be given to different factors</li>
<li>There was a fair amount of teeth-gnashing, and the team even tried to do some testing of the algorithm before rolling it out. But, that&#8217;s a taller order than it sounds.</li>
<li>The algorithm got rolled out.</li>
<li>You had <em>no idea</em> what was going to happen. What looked good on paper looked, well, different in practice.</li>
<li>For various reasons &#8212; none of which have been openly stated &#8212; the algorithm has been quietly tweaked a couple of times. In one case, it was related to the Timeline rollout, but, by this time, the algorithm had become the red-headed stepchild of Palo Alto. No one really wants to own it, because no one can really figure out what will make it &#8220;work.&#8221; After all&#8230;the algorithm-heads are all just down the street <a title="Where is Google headquartered?" href="https://www.google.com/search?aq=f&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=where+is+google+headquartered%3F" target="_blank">in Mountain View</a>! (zing!)</li>
</ol>
<p>How close am I with the above speculation? I don&#8217;t have inside knowledge (as noted earlier, you don&#8217;t call, you don&#8217;t write), but I&#8217;m not sure what other explanation makes sense.</p>
<p>Know that you&#8217;re killing us &#8212; the analysts who are trying to drive learning and optimization! At <em>least</em> set up some sort of open dialogue. We don&#8217;t need to see the full formula. But, we need to have useful information about how to do things better. And we need to know when you&#8217;re tinkering with the algorithm and what the likely result of that tinkering will be. Otherwise, we can&#8217;t trust the data, which means we can&#8217;t learn from it. Without data we can use, it&#8217;s hard to justify investment and action.</p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/&amp;title=Facebook Engagement (aka, Facebook Rhetoric <> Facebook Reality)">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/SdS_jDkKtAc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/26/facebook-engagement-aka-facebook-rhetoric-facebook-reality/</feedburner:origLink></item>
		<item>
		<title>New Blog Design –&gt; Responsive Design and Web Analytics Musings</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/vBrM1CZTHgc/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:36:13 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web Analytics]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1742</guid>
		<description><![CDATA[If you&#8217;re reading this post on the site itself (as opposed to via RSS or email), and if you&#8217;ve been to the site much in the past, then you&#8217;ll notice the design of the site has been completely overhauled. This was one of my goals for my weeklong holiday break&#8230;and …]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this post on the site itself (as opposed to via RSS or email), and if you&#8217;ve been to the site much in the past, then you&#8217;ll notice the design of the site has been completely overhauled. This was one of my goals for my weeklong holiday break&#8230;and it&#8217;s a goal I entirely missed! Luckily, though, I wound up with a kid-free/spouse-free weekend a week-and-a-half ago, so I got to tackle the project.</p>
<h3>So, Why a New Design?</h3>
<p>I updated the design for two reasons:</p>
<ul>
<li><strong>The old design was starting to wear on me.</strong> There were a number of little alignment/layout/wrapping issues that I had never quite managed to fix, even as I tinkered with the blog functionality (for instance, my social icons never quite lined up well). I also figured out last fall that the nested table structure pretty much precluded me from getting the mix I wanted of fixed and liquid elements. In short, a redesign just seemed in order.</li>
<li><strong>Responsive web design is here.</strong> This was more of the direct-tie-to-my-day-job reason for the overhaul. Various sharp people at <a title="Resource Interactive" href="http://www.resource.com" target="_blank">Resource Interactive</a> have started pushing <a title=" 16TH DECEMBER 2011 by COURTNEY BOYD MYERS " href="http://thenextweb.com/dd/2011/12/16/the-future-of-web-design/" target="_blank">responsive web design</a> as something that should be actively considered for our clients. As I dug into the topic, I realized that: 1) this blog is a good candidate for a responsive design, and 2) there are some analytics implications to a responsive design, and I needed somewhere to experiment with them.</li>
</ul>
<p>So, this site is now using a fully responsive WordPress theme.</p>
<h3>What Is Responsive Design, Exactly?</h3>
<p>As I understand it, responsive design is an &#8220;Aha!&#8221; that grew out of the increasing need for web sites to function across a wide range of screen sizes and experiences and platforms: laptop monitors, desktop monitors, tablets (iOS and Android), and smartphones (also iOS and Android). The idea is that, rather than having a &#8220;desktop site&#8221; and a &#8220;mobile-optimized site,&#8221; you can have &#8220;<span style="text-decoration: underline;"><strong>a</strong></span> site&#8221; that works effectively on a wide range of devices.</p>
<p>There are two keys to this:</p>
<ul>
<li><strong>The site needs to be <em>viewable</em> in different devices</strong> &#8211; 3 columns that display on a desktop monitor may need to become a single set of stacked content on a smartphone. Or, a list of links in the sidebar on the desktop may need to become a dropdown box at the top of the page on an iPhone.</li>
<li><strong>The site needs to <em>support the most likely use cases</em> in different devices &#8211;</strong> this is a stickier wicket, because it forces some strategic thought (and possibly research and testing) to think through what a visitor to your site who is using an iPhone (for instance) is likely looking to do and how that differs from a visitor to your site who is using a desktop.</li>
</ul>
<p>Both of these are questions that have always been asked when it comes to developing a &#8220;mobile-optimized version of the site,&#8221; but they&#8217;re a bit more nuanced given that responsive design isn&#8217;t a &#8220;separate site.&#8221;</p>
<h3>Wow, Tim, I&#8217;m Impressed with Your Coding Skills!</h3>
<p>Don&#8217;t be impressed with my coding skills.</p>
<p>I did a little research and then shelled out $35 to <a title="Rising WordPress Theme" href="http://themeforest.net/item/rising-fully-responsive-wordpress-theme/743440?WT.ac=portfolio_item&amp;WT.seg_1=portfolio_item&amp;WT.z_author=der" target="_blank">buy the Rising theme</a>. That doesn&#8217;t mean there wasn&#8217;t a fair amount of tinkering (and more tinkering yet to be done &#8212; <em>I</em> certainly have not fallen prey to a need to have the perfect site designed before pushing it live!), but the end result is an improved site. And, more importantly, having a site that actually works well across devices (Try it! Just resize your browser window and watch the sidebar at the right. Or, fire up the site on your smartphone and compare it to your desktop.)</p>
<p>Now, of the &#8220;two keys&#8221; above, I really focused on the first one. This is a blog, after all. Regardless of what device you&#8217;re on, presumably, you&#8217;re here to consume blog post content.</p>
<p>I&#8217;m still working with the palette (too little contrast between the hyperlink color and the plain text color), the font selection (I&#8217;m not in love with it), and the header logo (pulling what strings I can to get a professional to contribute on that front), but I&#8217;m reasonably content with the change. Let me know if you have any tips for improving the design (I&#8217;m not proud!).</p>
<h3>Where Does Analytics Come into All of This?</h3>
<p>While I have access to tons of different web analytics accounts across a range of platforms through our various clients, I don&#8217;t actually have a great sandbox for trying things out (you would think our company&#8217;s site would be a good testbed, but the reality is that there are so many competing agendas for competing resources there that it&#8217;s seldom worth the effort). Luckily, this site has built up enough content and enough of a presence to get a few hundred visits a day, which is enough to actually do some tinkering and get some real data as a result.</p>
<p>Here&#8217;s my list of what I&#8217;ll be toying with over the coming weeks:</p>
<ul>
<li><strong>Responsive design analytics &#8212; </strong>we&#8217;ve had &#8220;screen resolution&#8221; and &#8220;device&#8221; reporting for years, but responsive design introduces a whole new twist, because it&#8217;s truly <em>experience-</em>centric. I&#8217;ve done a little digging online and haven&#8217;t found much in the way of thinking on this. While I don&#8217;t think it&#8217;s possible to directly pull <a title="CSS Media Query" href="http://www.w3.org/TR/css3-mediaqueries/" target="_blank">CSS media query</a> data into the web analytics platform, it should be possible to use Javascript to detect which responsive layout is being used for any given visitor and then pass that information to the web analytics platform (as a custom variable or a non-interaction event in Google Analytics). And, it should be possible to record when an <a title="onresize" href="http://www.w3schools.com/jsref/event_onresize.asp" target="_blank">onresize event</a> occurs. In both cases, using this data to segment traffic to determine if a particular layout is performing poorly or well, as well as how visitors move through the site in these different experiences, seems like a promising thought.</li>
<li><strong>Facebook Insights for Websites</strong> &#8212; I&#8217;ve had this running for a while, but, as part of another experiment, I switched over from using my Facebook user ID in the meta data to authenticate my ownership of the site to using a Facebook app ID. That&#8217;s a better way to go when it comes to &#8220;real&#8221; sites, and I&#8217;m now actually doing some tinkering on some client sites to fully validate what happens, so look for some thoughts on that front in the future.</li>
<li><strong>Detecting the Facebook login status of visitors to the site </strong>&#8211; this is some experimentation that is actively in work. It&#8217;s the implementation of some code that <a title="How to find out if your users are on Facebook" href="http://devblog.springest.com/how-to-find-out-if-your-users-are-on-facebook" target="_blank">Dennis Paagman came up with</a> to use Facebook Connect and <a title="Google Analytics Non-Interaction Events" href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html#non-interaction" target="_blank">Google Analytics non-interaction events</a> to detect (and then &#8212; my thinking &#8212; segment) visitors based on whether they&#8217;re logged into Facebook or not at the time of their visit to the site. This seems like it has intriguing possibilities when it comes to determining what types of social  interactions should be offered and how prominently. I&#8217;ve hit a minor snag on that front and am hoping Dennis will be able to help get to the bottom of it (see the comments on his blog post). But, if I get it figured out, I&#8217;ll share in a post down the road.</li>
<li><strong>Site performance</strong> &#8211; anecdotally, it seems like this site is now loading more slowly than it did with the old design. The <a title="Google Analytics Site Speed" href="http://support.google.com/analytics/bin/answer.py?hl=en&amp;answer=1205784" target="_blank">Google Analytics Site Speed</a> report seems to indicate that is the case, but I don&#8217;t feel like I have enough data to be conclusive there just yet. I have signed up for a <a title="site24x7" href="http://www.site24x7.com" target="_blank">site24x7.com</a> account, which is a platform we use with some of our clients for a couple of reasons: 1) to see what it reports relative to Google Analytics (it&#8217;s a fundamentally different data capture method, so I&#8217;m not going to be surprised if the results are wildly divergent), and 2) to get more reliable data if I start playing with changes to reduce the site load time. In hindsight, I wish I&#8217;d signed up a month or so ago so I had good pre- and post- data. If I had a nickel for every time I wanted to have had <em>that</em>, I&#8217;d be a wealthy man!</li>
</ul>
<p>In a nutshell (a gargantuan, artificial nutshell, I&#8217;ll grant you), I&#8217;ve got a backlog of topics, some of which will require some additional experimentation. This blog post, I realize, is almost more of a &#8220;to do&#8221; list for me than it is a &#8220;how to&#8221; list for you! Oh, well. They can&#8217;t all be winners!</p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/&amp;title=New Blog Design &#8211;> Responsive Design and Web Analytics Musings">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/responsive-design/" rel="tag">responsive design</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/vBrM1CZTHgc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/24/new-blog-design-responsive-design-and-web-analytics-musings/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 10 — Respect the Audience</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/5ZDGUPmvsbg/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:20:28 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1584</guid>
		<description><![CDATA[This is the last post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 10: Respect the …]]></description>
			<content:encoded><![CDATA[<p>This is the last post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 10: Respect the Audience</h3>
<p>This last tip is more of a perspective than a tip.</p>
<p>It&#8217;s last because it&#8217;s the tip that drives the reason for paying attention to all of the other tips.</p>
<p>It&#8217;s last because it&#8217;s a tip that is all too often flagrantly ignored.</p>
<p>It&#8217;s last because it can be a little scary.</p>
<p>The experience that prompted me to write this series was my participation in the inaugural <a title="#ACCELERATE" href="http://www.webanalyticsdemystified.com/accelerate/" target="_blank">#ACCELERATE conference</a> in San Francisco last fall. As it turned out, I was the last presenter of the day &#8212; one of the 5-minute Super #ACCELERATE presentations.</p>
<p><a href="http://campl.us/gPfs"><img class="aligncenter size-full wp-image-1634" title="#ACCELERATE Audience" src="http://www.gilliganondata.com/wp-content/uploads/2012/01/accelerateaudience.jpg" alt="" width="500" height="245" /></a></p>
<p>Here&#8217;s one way I could have viewed my presentation:</p>
<blockquote><p>It&#8217;s only 5 minutes, so I should try to do something pretty solid, but, if it falls flat, it&#8217;s only a small fraction of the overall conference.</p></blockquote>
<p>Here&#8217;s how I actually viewed the presentation:</p>
<blockquote><p> It&#8217;s 5 minutes, but it&#8217;s 5 minutes in front of of 300 people, so that&#8217;s actually 1500 minutes, or 25 hours. If I swag that the fully loaded cost of the members of the audience is, on average, $50/hour, then I need to deliver a $1,250 presentation!</p></blockquote>
<p>Okay, so it&#8217;s a little tough to really make this math work is a 5-<em>minute</em> presentation, but think about a 20-minute presentation ($5,000) or a 30-minute presentation ($7,500) or an hour-long presentation ($15,000). Change the hourly cost however you see fit, but do the mental exercise to consider the <em>opportunity cost</em> of the presentation &#8212; the total amount that is being invested by the audience members who could be doing something <em>else</em> rather than listening to you present. <em>That</em> is the amount of value you should <em>fully commit</em> to delivering with your presentation.</p>
<p>Each member of the audience is paying to watch your presentation, regardless of whether they had to pay a monetary fee to sit through it.</p>
<blockquote>
<p style="text-align: center;"><strong>They&#8217;re paying with a finite and valuable commodity: their time.</strong></p>
</blockquote>
<p>Recognize that. Respect that. Do <em>everything</em> you can to make it a worthwhile investment on their part.</p>
<p style="text-align: right;"><a title="Eric Peterson photo of the #ACCELERATE audience" href="http://campl.us/gPfs">Photo by Eric T. Peterson</a></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/" rel="bookmark" title="January 12, 2012">10 Presentation Tips: Tip No. 8 &#8212; We Have Five Senses. Use TWO!</a></li>
</ul>
<p><!-- Similar Posts took 44.746 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/&amp;title=10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/5ZDGUPmvsbg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 9 — Make it Personal, Descriptive, and Tangible</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/Ls1PG8ua-hU/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:20:49 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1583</guid>
		<description><![CDATA[This is the ninth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 9: Make it …]]></description>
			<content:encoded><![CDATA[<p>This is the ninth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 9: Make it Personal, Descriptive, and Tangible</h3>
<p>Imagine someone you know giving a presentation about how to present effectively and saying the following:</p>
<blockquote><p>&#8220;Studies have shown that the most effective presentations incorporate personal anecdotes and are descriptive and tangible. This increases the likelihood of the audience being engaged and, thus, actually paying attention to the content being presented. You should really try to come up with things that have happened to you or that you have done and relate those to the audience so that they are more interested in <em>you</em>, which means they are more likely to pay attention, which means they will be more likely to retain what you have presented. You should also avoid abstract examples &#8212; abstractions are harder for the brain to process, and it&#8217;s easy for the brain&#8217;s subconscious to simply give up and zone out.&#8221;</p></blockquote>
<p>Now, imagine someone covering the same material, but doing it as follows:</p>
<blockquote><p>&#8220;I once had to give a presentation to 300 co-workers at my company&#8217;s annual meeting. I had five minutes to talk about measurement and analytics, which I knew was a topic that wasn&#8217;t inherently of interest to the group. This was one of a series of five back-to-back presentations in a modified Pechu Kucha format &#8212; 15 slides, with the slides auto-advancing every 20 seconds. I came up with the idea to use my 5-month, 2,100-mile backpacking trip form Georgia to Maine on the Appalachian Trail as an underlying theme to stitch together the 2 points I was trying to drive home in my 5-minute talk. It turned out to be an incredibly effective presentation, which, almost 2 years later, people still remember and reference. You see, by incorporating a personal anecdote that I could relate to the topic I was covering, I actually made the content more engaging and, thus, more memorable.&#8221;</p></blockquote>
<p>Which of the above presentations-about-presenting do you think would be more likely to &#8220;stick&#8221;?</p>
<p><a href="http://www.flickr.com/photos/stevensnodgrass/5377806811/"><img class="aligncenter size-full wp-image-1632" title="abstraction" src="http://www.gilliganondata.com/wp-content/uploads/2012/01/abstraction.jpg" alt="" width="500" height="333" /></a></p>
<p>In their book  <em><a title="Made to Stick" href="http://www.amazon.com/gp/product/1400064287?ie=UTF8&amp;tag=gillondata-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1400064287" target="_blank">Made to Stick: Why Some Ideas Survive and Others Die</a>, </em>Chip and Dan Heath work through an acronym &#8212; S.U.C.C.E.S. &#8212; as to what it takes to effectively convey ideas. While the book goes well beyond presentations, their mnemonic nails this tip pretty well:</p>
<ul>
<li><span style="text-decoration: underline;">S</span>imple</li>
<li><span style="text-decoration: underline;">U</span>nexpected</li>
<li><span style="text-decoration: underline;">C</span>oncrete</li>
<li><span style="text-decoration: underline;">C</span>redible</li>
<li><span style="text-decoration: underline;">E</span>motional</li>
<li><span style="text-decoration: underline;">S</span>tories</li>
</ul>
<p>Really, this tip is about concrete, credible, emotional, and stories. It&#8217;s totally, totally, <em>totally</em> fine to start developing your presentation using abstractions. That&#8217;s probably what you&#8217;re going to have written down when you come up with your answer to the question: &#8220;What do I want the audience to take away from my presentation?&#8221; <a title="10 Presentation Tips: Tip No. 7 -- Be Memorable By Identifying the Memory" href="http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory" target="_blank">(Tip No. 7)</a>. The trick is to identify every generality and abstraction in the flow of your presentation and try to come up with a way to make each one more tangible, either by adding in specific examples or by introducing an analogy (personal or otherwise). Not only will this make your presentation more memorable, it&#8217;s fun (and it can really help when it comes to tracking down meaningful images &#8212; <a title="10 Presentation Tips: Tip No. 3 — NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)" href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" target="_blank">Tip No. 3</a>!).</p>
<p>Three examples (yeah, I damn well <em>better</em> include tangible examples, right?) of this tip in practice from the three guys at <a title="Web Analytics Demystified" href="http://webanalyticsdemystified.com" target="_blank">Web Analytics Demystified</a>:</p>
<ul>
<li><a title="@erictpeterson" href="http://twitter.com/erictpeterson" target="_blank">Eric Peterson</a> presents on how he works with Best Buy to re-tool their analytics program: he co-presents with Best Buy (tangible example), and he uses a &#8220;house&#8221; analogy to illustrate, with pictures of ways houses can evolve (additions) as well as be rebuilt (when needing a new foundation or entirely new floor plan)</li>
<li><a title="@johnlovett" href="http://twitter.com/johnlovett" target="_blank">John Lovett</a> talks about his history as a licensed skipper (personal anecdote) and then uses naval navigation as an analogy for developing social media metrics programs</li>
<li><a title="@adamgreco" href="http://twitter.com/adamgreco" target="_blank">Adam Greco</a> uses a chess analogy to describe some of the key aspects of implementing a successful web analytics program&#8230;and relates that his younger son beat him at the game (both a personal anecdote&#8230;and one that he then ties back to web analytics)</li>
</ul>
<p>As with all of the other tips in this series, the key to this one is that the goal isn&#8217;t simply &#8220;entertainment,&#8221; but, rather, relating examples and anecdotes that <em>reinforce your key message</em>.</p>
<p style="text-align: right;"><em>Picture by <a title="Steven Snodgrass on Flickr" href="http://www.flickr.com/photos/stevensnodgrass/" target="_blank">Steve Snodgrass</a> (modified by me to put the circle-slashon it, and, to be<br />
clear, it&#8217;s making a point &#8212; I actually think the original piece is pretty cool)</em></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
</ul>
<p><!-- Similar Posts took 36.311 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/&amp;title=10 Presentation Tips: Tip No. 9 &#8212; Make it Personal, Descriptive, and Tangible">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/Ls1PG8ua-hU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/13/10-presentation-tips-tip-no-9-make-it-personal-descriptive-and-tangible/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 8 — We Have Five Senses. Use TWO!</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/WJ6bCljkg84/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 16:20:21 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>
		<category><![CDATA[Brain Rules]]></category>
		<category><![CDATA[Ensighten]]></category>
		<category><![CDATA[John Medina]]></category>
		<category><![CDATA[Josh Manion]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1582</guid>
		<description><![CDATA[This is the eighth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 8: We Have …]]></description>
			<content:encoded><![CDATA[<p>This is the eighth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 8: We Have Five Senses. Use TWO!</h3>
<p><a href="http://www.amazon.com/gp/product/0979777747?ie=UTF8&amp;tag=gillondata-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0979777747"><img style="border: 0pt none; float: right; padding-left: 20px; padding-bottom: 10px;" src="http://www.gilliganondata.com/wp-content/uploads/2009/12/book_brainrules.jpg" alt="" border="0" /></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=gillondata-20&amp;l=as2&amp;o=1&amp;a=0979777747" alt="" width="1" height="1" border="0" /><br />
One of the most interesting books I&#8217;ve read over the past few years is <a title="Brain Rules: 12 Principles for Surviving and Thriving at Work, Home, and School" href="http://www.amazon.com/gp/product/0979777747/ref=as_li_ss_tl?ie=UTF8&amp;tag=gillondata-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0979777747" target="_blank">Brain Rules: 12 Principles for Surviving and Thriving at Work, Home, and School</a> by John Medina. In easy-to-read prose, with lots of interesting examples, Medina lays out 12 &#8220;rules&#8221; of how the brain works &#8212; acknowledging up front that there is an infinite number of things we <em>don&#8217;t</em> yet understand about the brain, but that there actually are a number of things that we absolutely <em>do</em> know. The book focuses on the latter (for a slightly deeper read on my take on the book, jump over to <a title="Four Books That Will Change the Way You Communicate" href="http://www.gilliganondata.com/index.php/2009/12/22/four-books-that-will-change-the-way-you-communicate/#brainrules" target="_blank">this blog post from a couple of years ago</a>).</p>
<p>Many of these the presentation tips in this series can be tied directly back to Medina&#8217;s brain rules, but this post is focused on three specific ones:</p>
<ul>
<li>Rule #4: We don&#8217;t pay attention to boring things</li>
<li>Rule #9: Stimulate more of the senses</li>
<li>Rule #10: Vision trumps all other senses</li>
</ul>
<p>Now, obviously, when it comes to presentations, you typically only have two senses to work with: sight and sound.</p>
<p>From Medina&#8217;s book:</p>
<blockquote><p>We absorb information about an event through our senses, translate it into electrical signals (some for sight, others from sound, etc.), disperse those signals to separate parts of the brain, then reconstruct what happened, eventually perceiving the event as a whole.</p></blockquote>
<p>What neuroscientists have figured out is that, by routing the same information through multiple senses, you have a better chance of making the information &#8220;stick.&#8221;</p>
<p>In a typical presentation environment, the senses of smell, taste, and touch are largely off the table, so you&#8217;re working with two senses. The good news is that sight is far and away the most dominant sense, <em>but</em>, &#8220;We learn and remember best through pictures, not written words.&#8221; (see <a title="10 Presentation Tips: Tip No. 3 — NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)" href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" target="_blank">Tip No. 3</a>)</p>
<p>Here&#8217;s where presenters, even ones who intuitively know they need to be leveraging both sight and sound, often go awry. They approach their presentation with this mindset:</p>
<ul>
<li>Sight = &#8220;what&#8217;s on my slides&#8221;</li>
<li>Hearing = &#8220;what I say&#8221;</li>
</ul>
<p><a href="http://www.flickr.com/photos/gabrielamadeus/5670304157/"><img class="alignright size-full wp-image-1627" title="Facial Expression" src="http://www.gilliganondata.com/wp-content/uploads/2012/01/facialexpression.jpg" alt="" width="180" height="240" /></a>This is a formula for under-utilizing these senses. In addition to the above, there are a number of other ways to play off these senses:</p>
<ul>
<li>&#8220;Hearing&#8221; is not just what you say, but <em>how you say it</em> &#8211; changes in volume and tempo are a second layer of  &#8220;hearing&#8221;; avoid the monotone (and know that, even when you feel like you are dramatically changing your pitch and tone&#8230;it&#8217;s probably not coming across as nearly that dramatic. This is one of the reasons it makes sense to video some of your rehearsals).</li>
<li>&#8220;Sight&#8221; is not <em>just</em> the content on your slides, it&#8217;s the sight of <em>you</em> &#8211; your facial expressions and movement. Can you think of a presentation you&#8217;ve seen where the presenter literally seemed to bounce around the stage and or gesture dramatically with his/her hands? Chances are, you can. Now, can you remember what the presenter was talking about? Again, you probably can. This actually dips into Medina&#8217;s Rule #4 (we don&#8217;t pay attention to boring things), but my point here is that your audience is looking at <em>you</em> as much as they are looking at <em>your slides</em>. So, you need to be cognizant of that and use &#8220;the sight of you&#8221; to reinforce  your content and make it more memorable.</li>
</ul>
<p>Two examples where this tip has been creatively applied to great effect:</p>
<ul>
<li>At eMetrics in Washington, D.C., in 2010, <a title="Ensighten" href="http://www.ensighten.com" target="_blank">Ensighten</a> launched a campaign by starting a &#8220;tag revolution&#8221; &#8212;  a &#8220;tagolution&#8221; &#8212; that included the distribution of colonial wigs to all of the conference attendees. When Josh Manion got on stage to talk about Ensighten for 5 minutes, he delivered the presentation with one such wig on his own head. <em>I don&#8217;t remember any other vendor that presented in that session</em>. And, because the wig wasn&#8217;t simply a &#8220;be goofy&#8221; gag &#8212; because it actually tied directly to the point Josh was trying to convey &#8212; his presentation &#8220;stuck.&#8221; In essence, Ensighten actually leveraged a third sense &#8212; touch &#8212; by distributing wigs to the conference attendees. I got to plop a wig on my head (in the privacy of my hotel room!), so the point really, really, <em>really</em> &#8220;stuck.&#8221;</li>
<li>As another example, I teach an internal class at <a title="Resource Interactive" href="http://www.resource.com" target="_blank">Resource Interactive</a> that is focused on how to go about establishing clear objectives and KPIs up front in any engagement. The material was co-developed with Matt Coen, and one of the points he introduced was the classic play on &#8220;Ready, Aim, Fire,&#8221; and how digital marketers have this ugly tendency to instead go with &#8220;Ready (&#8216;I need to do social media!&#8217;),&#8221; &#8220;Fire (&#8216;I&#8217;m throwing up a Facebook page!&#8217;)&#8221;, &#8220;Aim (&#8216;Did the Facebook page deliver results?&#8217;).&#8221; As we worked through the content, I found an image of someone firing a gun, and then introduced a simple build of three words on top of the image: &#8220;Ready&#8221; then &#8220;Fire&#8221; then &#8220;Aim.&#8221; Simple enough. I had imagery, it was a valid analogy to the point we were discussing, and the slide only had 3 big words on it. <em>Then, </em>I had the idea to introduce a sound effect &#8212; right as the word &#8220;Fire&#8221; appeared, a gunshot sound effect went off. Without fail, everyone in the class jumps, then sits up straight, then chuckles. It works.</li>
</ul>
<p>I&#8217;m not saying that you should always include props in your presentations, nor that you should drop gratuitous sound effects throughout your deck. But, if you consciously think, &#8220;How can I maximize the impact of the senses of sight and sound,&#8221; you have a better shot at making your presentation &#8212; <em>and its content</em> &#8211; more memorable.</p>
<p style="text-align: right;"><em>Photo by <a title="gabriel amadeus on Flickr" href="http://www.flickr.com/photos/gabrielamadeus/" target="_blank">gabriel amadeus</a></em></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
</ul>
<p><!-- Similar Posts took 42.004 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/&amp;title=10 Presentation Tips: Tip No. 8 &#8212; We Have Five Senses. Use TWO!">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a>, <a href="http://www.gilliganondata.com/index.php/tag/brain-rules/" rel="tag">Brain Rules</a>, <a href="http://www.gilliganondata.com/index.php/tag/ensighten/" rel="tag">Ensighten</a>, <a href="http://www.gilliganondata.com/index.php/tag/john-medina/" rel="tag">John Medina</a>, <a href="http://www.gilliganondata.com/index.php/tag/josh-manion/" rel="tag">Josh Manion</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/WJ6bCljkg84" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 7 — Be Memorable By Identifying the Memory</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/Wnlm6WcWCE8/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:20:04 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1581</guid>
		<description><![CDATA[This is the seventh post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 7: Be Memorable …]]></description>
			<content:encoded><![CDATA[<p>This is the seventh post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 7: Be Memorable By Identifying the Memory</h3>
<p>This tip is really about simplicity and clarity. Accept at the outset that only a fraction of what you present is going to be retained by the audience, so it&#8217;s much better to have a small handful of key takeaways and then spend your time reinforcing those points.</p>
<blockquote><p>The earlier in the development of your presentation that you clearly articulate for yourself what it is you want your audience to take away, the better off the presentation will be.</p></blockquote>
<p>This is such an easy point to skip that, well, most presenters do!</p>
<p>The process that is required in order for information to get from a presenter&#8217;s mouth all the way to an audience member&#8217;s long-term memory requires multiple steps:</p>
<ol>
<li>The material first gets captured/absorbed by iconic memory, which has a sub-second retention time</li>
<li>If the person is &#8220;paying attention,&#8221; the information will then be transferred into short-term memory, which lasts only a few seconds, but is where it can be consciously considered</li>
<li><em>If</em> the material that is in short-term memory is sufficiently repeated and reinforced by the audience member&#8217;s own cognitive processing, it will actually make it into long-term memory so that it can be recalled the next day, next week, or next month</li>
</ol>
<p>Bringing focus to the presentation and not being overly ambitious about how much information you want to convey enables you to build a presentation that repeats and reinforces the key points sufficiently that they are more likely to make it to the long-term memory banks of your audience.</p>
<p>Over the past few years, almost every formal presentation I have developed has started with me jotting down in my notebook the question, &#8220;What do I want the audience to take away from the presentation?&#8221; I then take multiple stabs at answering the question clearly and succinctly <em>in writing </em>(often revisiting my answer over several days in brief spurts). It can be surprisingly difficult, but it&#8217;s an exercise well worth the effort!</p>
<p>The answer to this question becomes a recurring litmus test for everything that goes into the presentation:</p>
<ul>
<li>Does content that is being considered speak directly to the desired takeaways?</li>
<li>If not, is the content <em>critical</em> supporting information for the takeaways?</li>
</ul>
<p>I can point to cases where a picture, diagram, or point that was one of the first things I put into a slide for a presentation &#8212; and was an idea or concept that actually sparked the whole idea for the presentation &#8212; ultimately got dropped when I considered it against these questions. This can be really tough, as it can means dropping content that is clever or insightful&#8230;but that is ancillary and nonessential. Dropping this content is the right thing to do &#8212; otherwise, you risk having your audience completely miss (or fail to retain) the fundamental purpose of the presentation.</p>
<p>For an hour-long presentation, aiming for 2-3 key takeaways is about right. That may sound like an unduly small number, but it&#8217;s reality. Think about the last presentation you sat through and jot down the main points. How long is your list?</p>
<p>The more focused your presentation is, and the more clear you are on the key points that you want your audience to retain, the better your presentation will be.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
</ul>
<p><!-- Similar Posts took 30.367 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/&amp;title=10 Presentation Tips: Tip No. 7 &#8212; Be Memorable By Identifying the Memory">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/Wnlm6WcWCE8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/11/10-presentation-tips-tip-no-7-be-memorable-by-identifying-the-memory/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 6 — Bring the Energy!</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/WEaOlGGH7d8/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 16:20:20 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1580</guid>
		<description><![CDATA[This is the sixth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 6: Bring the …]]></description>
			<content:encoded><![CDATA[<p>This is the sixth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 6: Bring the Energy of a Dinner or Bar Conversation</h3>
<p>We&#8217;ve all seen it happen time and time again: someone who we personally know to be energetic, outspoken, and lively in 1-on-1 and small group conversations&#8230;speaks in the driest of monotones when delivering formally prepared presentations.</p>
<blockquote><p>Few things kill a presentation&#8217;s impact more quickly than a nuclear blast of impassivity from the presenter</p></blockquote>
<p><a href="http://www.flickr.com/photos/eustaquio/4152460467/"><img class="alignright size-full wp-image-1610" title="energetic" src="http://www.gilliganondata.com/wp-content/uploads/2011/12/energetic.jpg" alt="" width="223" height="459" /></a>It&#8217;s understandable <em>why</em> this happens &#8212; it&#8217;s a chain reaction:</p>
<ol>
<li>Anxiety about the importance of getting the presentation &#8220;right&#8221; ups our caution level</li>
<li>The natural way that humans react to caution is to be tentative</li>
<li>In a public speaking situation, tentativeness manifests itself as a low voice with limited modulation, as well as minimal physical movement</li>
</ol>
<p>Our brains say, &#8220;Tread carefully! You&#8217;re walking a tightrope and don&#8217;t want to do anything risky! One misstep and you will catastrophically plummet into the Presentation Disaster Chasm!&#8221;</p>
<p>Unfortunately, this is one of those cases where our natural instincts as to how to be &#8220;safe&#8221; actually lead to disaster. Think about when you were a kid and first learning to ride a bike. Because the bike was wobbly, your instinct was to go slow&#8230;which made the bike more wobbly, because the gyroscopic action of the wheels needed faster rotation to kick in and provide stability. Presenting is similar &#8212; if you force yourself to be &#8220;the animated you,&#8221; you will quickly reap the benefits:</p>
<ol>
<li>The energy you exhibit on stage will add energy to your audience</li>
<li>The audience will make eye contact and &#8220;lean forward&#8221; to see what you are so energized about</li>
<li>That energy from the audience will feed back to you, and you will be off and rolling!</li>
</ol>
<p>I know this sounds a little hokey, but, if you take <a title="10 Presentation Tips: Tip No. 2 -- Pay Attention to What Doesn’t Work" href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work" target="_blank">Tip No. 2</a> to heart and analyze presenters who are ineffective, consider them through the lens of this tip. How often is the person who is presenting noticeably less energized than you <em>know</em> that person to be?</p>
<p>The fact is, you are going to come across to your audience as being less energetic than you personally feel you are being. That&#8217;s because you are likely operating with a slight shot of adrenalin, so you <em>feel</em> more energy as you speak than you are necessarily <em>showing</em>.</p>
<p>There are several non-exclusive ways to apply this tip:</p>
<ul>
<li>Be aware of it &#8212; most people don&#8217;t realize how passive and monotonal they are being when they are on stage</li>
<li>Rehearse, rehearse, rehearse! (see <a title="10 Presentation Tips: Tip No. 5 -- Rehearse, Rehearse, Rehearse. And then Rehearse Some More!" href="http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse" target="_blank">Tip No. 5</a>) &#8212; as you gain confidence with the flow of your presentation and your content, it becomes infinitely easier to focus on your expressiveness</li>
<li>While you&#8217;re rehearsing, look for opportunities to use a hand gesture, a facial expression change, a change in the volume or tone of your voice, or other ways to alter your physical and audio presence to add emphasis</li>
<li>Video tape yourself rehearsing (I&#8217;ve never actually done that&#8230;but, as digital video becomes more and more accessible, I fully expect to start!)</li>
</ul>
<p>This doesn&#8217;t mean go crazy and jump around all over the stage, nor does it mean to step wildly outside of your own natural character. But, a little bit of energy goes a long way, and, chances are, you&#8217;re not going to overdo it. Bring the energy!</p>
<p style="text-align: right;"><em>Photo by <a title="Eustaquio Santimano on Flickr" href="http://www.flickr.com/photos/eustaquio/" target="_blank">Eustaquio Santimano</a></em></p>
<p>&nbsp;</p>
<p>&nbsp;<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/" rel="bookmark" title="January 12, 2012">10 Presentation Tips: Tip No. 8 &#8212; We Have Five Senses. Use TWO!</a></li>
</ul>
<p><!-- Similar Posts took 29.426 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/&amp;title=10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/WEaOlGGH7d8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 5 — Rehearse, Rehearse, Rehearse. And then Rehearse Some More!</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/DV47475B058/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 16:20:14 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1579</guid>
		<description><![CDATA[This is the fifth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 5: Rehearse, Rehearse, …]]></description>
			<content:encoded><![CDATA[<p>This is the fifth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 5: Rehearse, Rehearse, Rehearse. And then Rehearse Some More!</h3>
<p>At the Web Analytics Wednesday in San Francisco the night before #ACCELERATE, <a title="June Dershewitz blog" href="http://june.typepad.com/" target="_blank">June Dershewitz</a> &#8212; one of the 20-minute session presenters &#8212; commented that her presentation was running right at 17 minutes. I was struck by the comment, because, like June, I knew that my 5-minute presentation was running right around 4:55, give or take 10 seconds.</p>
<p>Not surprisingly, June was relaxed as she spoke, the presentation flowed smoothly, and she ended comfortably on time. I followed up with her afterwards to confirm some of the details of her prep work, and she responded:</p>
<blockquote><p>My presentation ran 17 minutes when I rehearsed it (which I did quite a few times). My friend and colleague Kuntal Goradia (one of the 5-minute speakers) and I practiced our speeches on each other &#8211; and anyone else who would listen &#8211; for about 2 weeks leading up to the conference. Our final rehearsal took place at 10:30pm the night before the conference, after we left WAW.</p></blockquote>
<p>The point of rehearsal is by no means simply to ensure you will stay within any specified time limits. Rehearsal has a wealth of benefits:</p>
<ul>
<li><a href="http://www.flickr.com/photos/alancleaver/4535999792/"><img class="alignright size-full wp-image-1603" title="rehearsal" src="http://www.gilliganondata.com/wp-content/uploads/2011/12/rehearsal.jpg" alt="" width="240" height="236" /></a>It forces you to verbalize the material &#8212; you will be surprised how certain parts of your presentation have great visual support on the slide and are very clear in your head&#8230;but then come out of your mouth awkwardly.</li>
<li>It helps get you so familiar with the slides and the flow that you truly <em>don&#8217;t</em> need to glance at the presentation for a reference or reminder as to where you are</li>
<li>It helps you identify where the flow doesn&#8217;t quite work, where the visual material doesn&#8217;t quite support the spoken delivery, and where the core of a specific point actually needs to be altered &#8212; all of which lead to opportunities to adjust the slides themselves to support a more effective flow</li>
<li>It builds your confidence; once you <em>know</em> that you will be on time and you <em>know</em> when the key points are coming up and you <em>know </em>the flow&#8230;you can focus on engaging the audience rather than focusing on ancillary details</li>
<li>It enables you to practice &#8220;the physical&#8221; &#8212; where a slowing of the pace of the delivery, a simple (or dramatic hand gesture), a cock of the head, might really work</li>
</ul>
<p>To be clear, the point of rehearsal is explicitly <em>not</em> to memorize your delivery verbatim. If you do that, then you will actually introduce more anxiety, as you will know that you will be &#8220;lost&#8221; if you forget a portion of the memorization. And, the delivery will likely come across as somewhat stilted, as the last half-dozen run-throughs will preclude any editing as you focus on rote memorization rather than polishing the content and delivery!</p>
<p>Obviously, rehearsals take time, and the longer the presentation, the longer it takes for a single run-through. For any presentation that is an hour or less, I recommend <em>at least</em> 6-10 &#8220;out loud&#8221; rehearsals. You don&#8217;t necessarily need a live audience for more than 1 or 2 of those (you <em>do</em> need to run through it in front of at least one person at least once &#8212; even better if you can get 2 or 3 people, ask them to take notes, and get their feedback), and you don&#8217;t necessarily need to be standing in a conference room with projected slides while you do it. I actually try to do run-throughs in a range of different situations &#8212; while driving (you <em>can&#8217;t</em> look at the slides when you&#8217;re looking at the road!), in a couple of different conference rooms, even sitting on a couch with my wife using my laptop as the &#8220;projector&#8221; (I have an awesome wife). By mixing up the environments, I&#8217;m conditioned to know that it&#8217;s the content that matters &#8212; not the specifics of the stage, projector, and seating configuration of the audience.</p>
<p>Still, a lot of my rehearsal occurs &#8220;in the gaps&#8221; &#8212; it&#8217;s almost impossible to carve out time in the middle of a busy work day to step away and rehearse, so I&#8217;ll often arrive at work a little early leading up to a big presentation and do a run-through before firing up my email. I&#8217;ll often mix that up with run-throughs at the end of the day just before I head home. It&#8217;s not <em>that</em> hard to find rehearsal time, in my experience, and it quickly becomes a habit &#8212; where you <em>want</em> to do another run-through because you&#8217;ve had a thought as to how you can clean up a bumpy spot or two.</p>
<p>Above all, though, rehearsal is about respect for the audience. No Broadway show &#8212; no high school play, for that matter &#8212; opens the doors for an audience on the first day the troupe gathers. There&#8217;s a reason for that, and that reason applies just as much to formal presentations as it does to plays &#8212; practice makes the delivery better.</p>
<p>For more tips on rehearsing for presentations, check out <a title="10 Ways to Prepare for a TED-format Talk" href="http://blog.duarte.com/2011/02/10-ways-to-prepare-for-a-ted-format-talk/" target="_blank">this post by Nancy Duarte</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/" rel="bookmark" title="January 6, 2012">10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
</ul>
<p><!-- Similar Posts took 29.587 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/&amp;title=10 Presentation Tips: Tip No. 5 &#8212; Rehearse, Rehearse, Rehearse. And then Rehearse Some More!">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/DV47475B058" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/09/10-presentation-tips-tip-no-5-rehearse-rehearse-rehearse/</feedburner:origLink></item>
		<item>
		<title>10 Presentation Tips: Tip No. 4 — Go with a Flow</title>
		<link>http://feedproxy.google.com/~r/GilliganOnData/~3/g04ruVkn91w/</link>
		<comments>http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 16:20:07 +0000</pubDate>
		<dc:creator>Tim Wilson</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[10 Presentation Tips]]></category>

		<guid isPermaLink="false">http://www.gilliganondata.com/?p=1578</guid>
		<description><![CDATA[This is the fourth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the first post in the series. To view other tips in the series, click here. Tip No. 4: Go with …]]></description>
			<content:encoded><![CDATA[<p>This is the fourth post in a 10-post series on tips for effective presentations. For an explanation as to why I&#8217;m adding this series to a data-oriented blog, see the intro to the <a title="10 Presentation Tips: Tip No. 1 -- Watch What Works" href="http://www.gilliganondata.com/index.php/2012/01/03/10-presentation-tips-tip-no-1-watch-what-works" target="_blank">first post in the series</a>. To view other tips in the series, click <a title="10 Tips for Effective Presentations" href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips" target="_blank">here</a>.</p>
<h3>Tip No. 4: Go with A Flow</h3>
<p><a href="http://www.flickr.com/photos/secondtree/5561784312/in/set-72157626232449961/"><img class="aligncenter size-full wp-image-1600" title="niagarafalls" src="http://www.gilliganondata.com/wp-content/uploads/2011/12/niagarafalls.jpg" alt="" width="500" height="340" /></a></p>
<p>Avoid the temptation to make a big list of things you want to cover and then simply laying them out in a somewhat logical sequence. You will wind up with partial non-sequiturs, and each abrupt shift in topic will give your audience a golden opportunity to tune you out.</p>
<p>Be leery of a narrative that looks like this, though:</p>
<ol>
<li>We had this problem</li>
<li>I set out to solve the problem by exploring a whole lot of things (that I’ll now list for you)</li>
<li>I got to an answer</li>
<li>Here is the answer</li>
</ol>
<p>While, yes, that is a <em>logical</em> narrative, in that it uses the sequential flow of your personal history, and it seems somewhat cinematic, in that it builds to a climax (&#8220;Ta-DA!!! The. ANSWER!&#8221;)&#8230;it&#8217;s often a narrative flow that is disconnected from the interests of your audience.</p>
<p>This, I realize, is one of the tougher tips to put into practice, because it is so situational. But, I&#8217;ve had success with a few different approaches here:</p>
<ul>
<li>Use a personal anecdote or experience as a unifying theme (more on this in Tip No. 9) &#8212; the key here is to make sure that the link between that experience and the topic at hand is real; typically, this will be through an analogy of some sort, so make sure the analogy holds to a reasonable extent</li>
<li>Different aspects of a single core point &#8212; in some cases, there is truly one core idea that you are trying to convey, and the presentation is simply exploring different aspects of the idea; in these situations, you can think of your presentation as a diagram with a single idea in a circle in the center with each aspect listed in a spoke coming out of the circle; you may even want to sketch  it out this way to think through what the logical sequence of those different aspects is</li>
<li>Along the same lines as the above, spending some time diagramming out your material in a non-outline format makes sense. Does it fit in a 2&#215;2 matrix? A pyramid? A circular process? You may find that the diagram winds up as supporting imagery for the presentation, but that is by no means the goal &#8212; you&#8217;re simply looking to identify an optimal structure for the content so that, when you convert it to a linear model (because presentations happen in real time, and real time is linear), you have the best chance of doing that in a way that flows smoothly</li>
</ul>
<p>Don&#8217;t be afraid to adjust the flow over time &#8212; you will find out as you rehearse (Tip No. 5) that there are hiccups in the flow, and adjusting the sequence of content and how you bridge from one point to another will very likely necessitate changing the order in which the material gets presented. That&#8217;s okay! The more a presentation flows, the easier it will be for the audience to focus, as they will not need to spend brain cycles simply adjusting from a jarring transition from one point to the next.</p>
<p style="text-align: right;"><em>Photo by <a title="Tim Wilson on Flickr" href="http://www.flickr.com/photos/secondtree/" target="_blank">me</a></em></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://www.gilliganondata.com/index.php/2012/01/04/10-presentation-tips-tip-no-2-pay-attention-to-what-doesnt-work/" rel="bookmark" title="January 4, 2012">10 Presentation Tips: Tip No. 2 &#8212; Pay Attention to What Doesn’t Work</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/05/10-presentation-tips-tip-no-3-no-slideuments-a-picture-is-worth-a-1000-words/" rel="bookmark" title="January 5, 2012">10 Presentation Tips: Tip No. 3 &#8212; NO SLIDEUMENTS (a Picture IS Worth 1,000 Words!)</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/16/10-presentation-tips-tip-no-10-respect-the-audience/" rel="bookmark" title="January 16, 2012">10 Presentation Tips: Tip No. 10 &#8212; Respect the Audience</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/10/10-presentation-tips-tip-no-6-bring-the-energy/" rel="bookmark" title="January 10, 2012">10 Presentation Tips: Tip No. 6 &#8212; Bring the Energy!</a></li>
<li><a href="http://www.gilliganondata.com/index.php/2012/01/12/10-presentation-tips-tip-no-8-we-have-five-senses-use-two/" rel="bookmark" title="January 12, 2012">10 Presentation Tips: Tip No. 8 &#8212; We Have Five Senses. Use TWO!</a></li>
</ul>
<p><!-- Similar Posts took 32.077 ms --></p>
<hr />
<p><small>&copy; Tim for <a href="http://www.gilliganondata.com">Gilligan on Data by Tim Wilson</a>, 2012. |
<a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/">Permalink</a> |
<a href="http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/&amp;title=10 Presentation Tips: Tip No. 4 &#8212; Go with a Flow">del.icio.us</a>
<br/>
Post tags: <a href="http://www.gilliganondata.com/index.php/tag/10-presentation-tips/" rel="tag">10 Presentation Tips</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/GilliganOnData/~4/g04ruVkn91w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.gilliganondata.com/index.php/2012/01/06/10-presentation-tips-tip-no-4-go-with-a-flow/</feedburner:origLink></item>
	</channel>
</rss>

