<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>The Barbarian Blog</title>
    <link>http://barbariangroup.com/posts</link>
    <description>The latest posts on TheBarbarianGroup.com</description>
    <language>en-us</language>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/barbariangroupblog" /><feedburner:info uri="barbariangroupblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
      <title>Google+ Hangouts Hackathon Update #5</title>
      <description>&lt;div class="t_block"&gt;We&amp;#8217;re knee deep in code over here.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;As mentioned in previous posts, I&amp;#8217;ve written out the fundamental states of the app and their accompanying UI bits and transitions. There&amp;#8217;s a bunch of stuff that needs to be kept track of, and how it is shared with other participants varies whether you&amp;#8217;re a player or the host of our game.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Backbone.js has a great model change signaling system that so far has been playing nicely with the Hangouts signaling system. I was able to walk through my Backbone.js code and just swap a lot of local &lt;code&gt;model.set()&lt;/code&gt; calls for Hangouts&amp;#8217; &lt;code&gt;gapi.hangout.data.submitDelta()&lt;/code&gt;.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;The trick here is handling that response from Hangouts&amp;#8217; callback and updating the local data accordingly. I&amp;#8217;ve wired that up to the Backbone app in a pretty straightforward manner. Behold, some lightly commented code: &lt;a href="https://gist.github.com/2784455"&gt;https://gist.github.com/2784455&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/5tm55L385wU" height="1" width="1"/&gt;</description>
      <author>Doug Pfeffer</author>
      <pubDate>Thu, 24 May 2012 18:08:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/5tm55L385wU/9885-google_hangouts_hackathon_update_5</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9885-google_hangouts_hackathon_update_5</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9885-google_hangouts_hackathon_update_5</feedburner:origLink></item>
    <item>
      <title>Google+ Hangouts Hackathon Update #4</title>
      <description>&lt;div class="t_block"&gt;Nothing major to report in Hangouts Hackathon Land. I’ve been rigging up this giant Backbone.js application to tie into the Hangouts shared state signaling system. It’s not too hard but it’s slow going. Testing is a lot of clicking. God bless the Reload App button (&lt;img src="https://barbariangroup.com/assets/users/dougp/images/0001/1571/Screen_shot_2012-05-23_at_6.25.09_PM.png" style="display:inline;vertical-align:bottom;padding:0;margin:0;"&gt;)&amp;#8212;that’s a hell of a debug tool. It lets the Hangouts system reload all of my JS assets and re-initializes the state without actually having to reload the whole massive Google+ Hangouts and Gadget infrastructure.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;One thing that I should sort out better than I have is synchronizing Backbone model changes with the gapi.hangout.data bits. It’s been relatively straightforward, but I can’t help but wonder if there are some tricky bits that I’m missing. Maybe not; maybe it’s just gonna be smooth sailing! Woo!&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/MbdnIN5LwPU" height="1" width="1"/&gt;</description>
      <author>Doug Pfeffer</author>
      <pubDate>Wed, 23 May 2012 18:37:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/MbdnIN5LwPU/9884-google_hangouts_hackathon_update_4</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9884-google_hangouts_hackathon_update_4</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9884-google_hangouts_hackathon_update_4</feedburner:origLink></item>
    <item>
      <title>Google+ Hangouts Hackathon Update #3</title>
      <description>&lt;div class="t_block"&gt;It turns out that managing shared states among multiple participants, and coordinating the UI between those people, is really tricky. We knew that, but it was easier to just know it and talk about it, rather than doing it.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;I&amp;#8217;ve been banging out a big old debug interface for use during development, which lets me easily test different combinations of conditions that will reflect how our actual game will act when it&amp;#8217;s a reality.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;It&amp;#8217;s not pretty, but this is not the pretty phase. This is the phase where I hide from designers. However, for the sake of full Hackathon disclosure, see the attached image to witness how the hot dog is made. The horror. The horror.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;img src="https://barbariangroup.com/assets/users/dougp/images/0001/1560/Screen_shot_2012-05-22_at_5.09.27_PM.png" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/Zbm0vc1InOw" height="1" width="1"/&gt;</description>
      <author>Doug Pfeffer</author>
      <pubDate>Tue, 22 May 2012 17:28:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/Zbm0vc1InOw/9882-google_hangouts_hackathon_update_3</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9882-google_hangouts_hackathon_update_3</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9882-google_hangouts_hackathon_update_3</feedburner:origLink></item>
    <item>
      <title>Social Media Hot Sheet - Week of 5/18</title>
      <description>&lt;script type="text/javascript" src="http://hub.sandbox3.net/tbg/scripts.js"&gt;
&lt;/script&gt;
&lt;style&gt;
#test1{
color:#F00;
}
.tiny_links{
font-size:x-small;
}
button{
float:left;
margin-right:5px;
width: 30px;
}
.title_heading{
border-top: 1px solid #CCC;
padding: 8px 0px 3px 0px;
height:25px;
font-size:large;
color:#444;
font-weight:bold;
}
.all_posts{
clear:both;
}

.all_posts img{
margin:0px;
padding:0px 20px 10px 0px;
}

.post_wrapper{
clear:both;
}
&lt;/style&gt;

&lt;img src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1382/LOGO_v03.jpg" width="500" alt="hot sheet logo"/&gt;
&lt;p&gt;Here's our short list of what's hot right now in the field of Social Media. Week of 5/21/2012&lt;/p&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Facebook IPO Tops the Headlines
&lt;button id="show1" class="tiny_links" onclick="expand('post_text_body1'); expand('hide1'); contract('show1');"&gt;+&lt;/button&gt;
&lt;button id="hide1" class="tiny_links" onclick="contract('post_text_body1'); contract('hide1'); expand('show1');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body1" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/nking/images/0001/1548/facebook_logo.jpg" width="100" alt="facebook logo"/&gt;&lt;/p&gt;
&lt;p&gt;The biggest news in social media last week was that Facebook had its IPO on Friday, &lt;a target="_blank" href="http://dealbook.nytimes.com/2012/05/18/facebook-opens-at-42-05-in-debut-but-falls-quickly/?hp"&gt;opening at $42.05&lt;a/&gt; (and closing at $38.23) If there were any last skeptics of Facebook’s importance remaining, this milestone verifies social media’s status as a valuable industry that’s all grown up and here to stay. The upcoming weeks will hold a close eye to the company with its biggest challenge: delivering for Wall Street &lt;a href="http://adage.com/article/digital/deliver-wall-street-facebook-convince-madison-avenue/234873/" target="_blank"&gt;by convincing Madison Avenue&lt;/a&gt;. &lt;a href="http://www.huffingtonpost.com/2012/05/15/general-motors-advertising-facebook_n_1518862.html" target="_blank"&gt;GM pulling Facebook advertising dollars&lt;/a&gt; isn’t the biggest help.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Facebook Launches App Center
&lt;button id="show2" class="tiny_links" onclick="expand('post_text_body2'); expand('hide2'); contract('show2');"&gt;+&lt;/button&gt;
&lt;button id="hide2" class="tiny_links" onclick="contract('post_text_body2'); contract('hide2'); expand('show2');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body2" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/nking/images/0001/1551/facebook_logo_2.jpg" width="120" alt="facebook apps screen shot"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; In non-IPO news, Facebook announced a new product called &lt;a href="https://developers.facebook.com/blog/post/2012/05/09/introducing-the-app-center/" target="_blank"&gt;the App Center&lt;/a&gt;. It’s an iTunes-like marketplace for discovering, reviewing, and using Facebook apps. In the past, a user's first experience with a new Facebook app most often involved landing on an authorization window asking for permission to access the user's personal Facebook data. Now, users can learn more before committing to the app by exploring a detailed app description page, user reviews, and screenshots.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; Not only does the App Center legitimize Facebook’s App Platform and put it into the same category as the iOS App Store and Android Market, but the App Center could provide Facebook with a new revenue stream from
paid apps, subscriptions, and in-app purchases. For brands and developers with popular apps like Spotify, Netflix, and the Washington Post reader, the App Center will further boost the already rampant growth of the apps by making them even easier to discover and use. However, it will likely make it harder for fledging companies and new apps to get noticed amongst the top performers.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Viddy’s Boom Part of a Larger Trend
&lt;button id="show3" class="tiny_links" onclick="expand('post_text_body3'); expand('hide3'); contract('show3');"&gt;+&lt;/button&gt;
&lt;button id="hide3" class="tiny_links" onclick="contract('post_text_body3'); contract('hide3'); expand('show3');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body3" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/nking/images/0001/1554/viddy_logo.jpg" width="120" alt="viddy logo"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; &lt;a href="http://mashable.com/follow/topics/viddy/" target="_blank"&gt;Viddy&lt;/a&gt;, the social video app dubbed the “Instagram for video,” &lt;a href="http://mashable.com/2012/05/08/viddy-hits-26m-users/" target="_blank"&gt;surpassed 26 million users&lt;/a&gt; this month.This &lt;a href="http://mashable.com/2012/05/10/how-to-viddy/" target="_blank"&gt;easy-to-use app&lt;/a&gt; -- simply record a 15-second video clip, apply a filter, add music and share -- was created last April, just in time to meet the boom in consumer demand for mobile photo and video apps.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; The quick rise of Viddy signifies the meteoric growth mobile photo and video has experienced this past year. A &lt;a href="http://blog.flurry.com/bid/84831/Mobile-App-Growth-Led-by-Video-Sharing-YouTube-in-the-Crosshairs" target="_blank"&gt;Flurry study&lt;/a&gt; shows that in 2011, consumer time spent on mobile video apps grew 141%. Thus far in 2012, while online video consumption has dropped 10%, mobile app video consumption has increased another 52%. It’s too soon to predict how mobile video apps will affect traffic to online video sites long-term, but Viddy and its rival &lt;a href="http://socialcam.com/" target="_blank"&gt;Socialcam&lt;/a&gt; won’t be going away any time soon. It would be wise for brands to pay attention to the trend and understand that consumers are itching to put video consumption and creation in their own hands.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Tweets of the Week in Your Inbox
&lt;button id="show4" class="tiny_links" onclick="expand('post_text_body4'); expand('hide4'); contract('show4');"&gt;+&lt;/button&gt;
&lt;button id="hide4" class="tiny_links" onclick="contract('post_text_body4'); contract('hide4'); expand('show4');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body4" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/nking/images/0001/1557/twitter_image.jpg" width="150" alt="twitter mail logo"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; Last week, Twitter announced that users can now receive a weekly email that summarizes the most popular stories and tweets from the people they follow. The opt-in digest of highlights is likely powered by &lt;a href="http://summify.com/" target="_blank"&gt;Summify&lt;/a&gt;, a start-up acquired at the beginning of the year that aggregates the best stuff from an individual’s social feeds.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; What arrives in a user’s inbox is more or less an email version of &lt;a href="http://discover.twitter.com/" target="_blank"&gt;Twitter’s Discover feature&lt;/a&gt;, which the social network revamped this month to cull and deliver more personalized, ”magical” content from a user’s network. While a week is a brief lifetime when it comes to 140-character updates, this effectively puts the content that friends and others have vetted and vouched for--an idea similar to Facebook’s ad unit Sponsored Stories--in one place to easily consume in one sitting. Keeping with this trend (&lt;a href="http://www.buzzfeed.com/" target="_blank"&gt;Buzzfeed’s&lt;/a&gt; weekly email digests launched a short while ago), &lt;a href="http://paidcontent.org/2012/05/17/pinterest-emails/" target="_blank"&gt;Pinterest has also begun to send weekly emails&lt;/a&gt; recapping the most popular boards and pins. Digital digests offer brands a chance to showcase themselves and their stories in front of more people, only underscoring the need to produce entertaining, engaging content.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/B_Wr72rn8YI" height="1" width="1"/&gt;</description>
      <author>Earned Media</author>
      <pubDate>Mon, 21 May 2012 17:05:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/B_Wr72rn8YI/9878-social_media_hot_sheet_week_of_5_18</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9878-social_media_hot_sheet_week_of_5_18</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9878-social_media_hot_sheet_week_of_5_18</feedburner:origLink></item>
    <item>
      <title>Google Hangouts for Fun and Profit!</title>
      <description>&lt;div class="t_block"&gt;We love an &lt;span class="caps"&gt;API&lt;/span&gt; around here. &lt;a href="http://barbariangroup.com/posts/8318-screenstagram" title="Instagram" target="_blank"&gt;Instagram&lt;/a&gt;, Foursquare (&lt;a href="http://barbariangroup.com/posts/5776-foursquare_be_the_mayor" target="_blank"&gt;example 1&lt;/a&gt;, &lt;a href="http://barbariangroup.com/posts/4367-last_night_s_check_ins_a_foursquare_diary" target="_blank"&gt;example 2&lt;/a&gt;), &lt;a href="http://barbariangroup.com/posts/7027-tweet_wrap_lives" target="_blank"&gt;Twitter&lt;/a&gt;, whatever.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;So when Google Hangouts &lt;a href="http://googleplusplatform.blogspot.com/2012/05/hangouts-hackathon-1-api-5-developers-2.html" target="_blank"&gt;recently announced&lt;/a&gt; a major &lt;span class="caps"&gt;API&lt;/span&gt; update we were pretty excited. We were thinking about Making a Thing anyway and participating in this Hangouts Hackathon was just the thing to kick us into action.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;It&amp;#8217;s a two week sprint, which means we&amp;#8217;ll be cranking away as we break in the &lt;span class="caps"&gt;API&lt;/span&gt; and build out our toy. We&amp;#8217;re going to make a game. It&amp;#8217;s going to look like an old, retro-style TV gameshow. We think that Hangouts will really lend itself to that kind of application, given the emphasis on group particpation and video.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Follow along we we build this thing out and share our learnings!&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/7oRV-7UDtXk" height="1" width="1"/&gt;</description>
      <author>Doug Pfeffer</author>
      <pubDate>Fri, 18 May 2012 17:21:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/7oRV-7UDtXk/9876-google_hangouts_for_fun_and_profit</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9876-google_hangouts_for_fun_and_profit</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9876-google_hangouts_for_fun_and_profit</feedburner:origLink></item>
    <item>
      <title>Talking Memes @Internet Week NYC</title>
      <description>&lt;div class="t_block"&gt;&lt;img src="https://barbariangroup.com/assets/users/nking/images/0001/1525/panel_pic.jpg" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;There&amp;#8217;s been some great, informative panels this week at &lt;a href="https://www.internetweekny.com/" target="_blank"&gt;Internet Week &lt;span class="caps"&gt;NYC&lt;/span&gt;&lt;/a&gt;.  Today our very own &lt;a href="http://barbariangroup.com/employees/kristin_maverick" target="_blank"&gt;Kristin Maverick&lt;/a&gt; spoke on a panel about memes and how they impact brands.  In summary, working with memes can be a very delicate tactic, because by nature, they are constantly evolving as the inside joke gets told over and over.  Predicting or controlling that evolution is near impossible, and can easily end up backfiring for a brand.  However, there are some clever ways to ride on the coattails of a meme without crossing into risky territory, like with the use of &lt;a href="http://barbariangroup.com/posts/9818-pepsi_next_launches_the_world_s_first_internet_taste_test" target="_blank"&gt;improv Scumbag Steve&lt;/a&gt; in the Pepsi Internet Taste Test.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;The panel discussion was popular on Twitter, where numerous people shared their favorite quotes and some of their own perspectives.&lt;/div&gt;&lt;br /&gt;



&lt;iframe src="http://social.barbariangroup.com/dropbox/internet_week_memes_panel.html" frameborder="0" scrolling="no" width="500" height="1200"&gt;&lt;/iframe&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/cfaQKpeQYtg" height="1" width="1"/&gt;</description>
      <author>Earned Media</author>
      <pubDate>Wed, 16 May 2012 15:02:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/cfaQKpeQYtg/9873-talking_memes_internet_week_nyc</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9873-talking_memes_internet_week_nyc</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9873-talking_memes_internet_week_nyc</feedburner:origLink></item>
    <item>
      <title>IWNY x TBG</title>
      <description>&lt;div class="t_block"&gt;Hi Everyone,&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;It&amp;#8217;s Internet Week. As always, Barbarians are participating in some excellent sessions. Check below for details and come see us!&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Tomorrow, our wonderful Director of Talent, Michele Prota, along with Foursquare&amp;#8217;s Andrew Cerda and &lt;span class="caps"&gt;JIBE&lt;/span&gt;&amp;#8217;s Joe Essenfeld, will be participating in a 4pm workshop on how to secure a job in the land of Internet companies.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;strong&gt;Tues 5/15, 4pm: Hiring 2.0: How to Land a Web Gig&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;So you want a job at a cool internet gig. How do you make it happen? Come learn from top execs at some of the coolest internet companies in New York, and learn what it takes to break through the crowd to land a sweet gig. From ways to jazz up your resumes to how to conduct a solid interview and more, this workshop has you covered.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Michele will be available to answer questions directly following the session, so stop by and say hi, we&amp;#8217;d love to see you!&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;On Wednesday, Kristin Maverick (TBG Director, Earned Media, will be sitting on a fun panel with Todd Sawicki (Cheezeburger Network) and Rey Peralta, from Mother:&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;strong&gt;Wed 5/16, 1pm: It Ended up on TV: Memes and their Transition to Advertising&lt;/strong&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Social networks drive innovation in most fields, but in the age of YouTube and creativity—the Internet is a breeding ground for advertising content that sticks with its demographic. In conjunction with efficient audience and display targeting, the web acts as foundation and test ground for successful campaigns, execution, and results.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Internet Week sessions are hosted at &lt;span class="caps"&gt;IWNY HQ&lt;/span&gt;, 82 Mercer St (btwn Spring and Broome). &lt;a href="https://www.internetweekny.com/schedule/all#/?filters=on" title="IWNY Sched" target="_blank"&gt;Full schedule here&lt;/a&gt;, and you can &lt;a href="https://www.internetweekny.com/orders" title="IWNY Passes" target="_blank"&gt;purchase passes here&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Hope to see you there!&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/DYn3jmwWmrg" height="1" width="1"/&gt;</description>
      <author>Lexi Peters</author>
      <pubDate>Mon, 14 May 2012 16:02:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/DYn3jmwWmrg/9868-iwny_x_tbg</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9868-iwny_x_tbg</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9868-iwny_x_tbg</feedburner:origLink></item>
    <item>
      <title>Pepsi NEXT's Internet Taste Test, The Aftermath</title>
      <description>&lt;div class="t_block"&gt;As we&amp;#8217;re sure you can guess &amp;#8211; the team has been pretty busy over the past few weeks flying out to LA, working with editors and Funny or Die to complete our latest project: &lt;a href="https://www.facebook.com/PepsiNext/app_395460040466405" title="Internet Taste Test" target="_blank"&gt;Pepsi &lt;span class="caps"&gt;NEXT&lt;/span&gt;&amp;#8217;s Internet Taste Test&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Between three shoots out in LA, endless hours editing and uploading, the team pulled together over 480 videos of our Funny or Die improv actors trying out Pepsi Next for readers like you. &lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;We’re all finally back to normal, caught up on sleep and looking back as to how awesome this really was. We thought it’d be fun to share with you some of the results as well as some pictures and fun facts about the campaign we really loved. Enjoy!!&lt;/div&gt;&lt;br /&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;b&gt;480&lt;/b&gt;: Total videos shot&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;160&lt;/b&gt;: Average number of videos shot over 3 days&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;4&lt;/b&gt;: Sound stages used at one time&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;237&lt;/b&gt;: Wigs and props used to create the characters&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;3 1/2&lt;/b&gt;: Bearded Creative Directors from &lt;span class="caps"&gt;TBG&lt;/span&gt; (We&amp;#8217;re counting Benjamin as he was traveling)&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;20&lt;/b&gt;: Improvisors on set each day being hilarious&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;1500&lt;/b&gt;: Approximate number of Pepsi &lt;span class="caps"&gt;NEXT&lt;/span&gt; cans opened on set&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;1,500,000&lt;/b&gt;: Current views of the &lt;a href="http://www.funnyordie.com/videos/2c2d856f06/rob-riggle-s-internet-taste-test" title="Rob Riggle" target="_blank"&gt;Rob Riggle Funny or Die video&lt;/a&gt; &amp;#8211; an impressive statistic as branded content similar to this has never performed this well, earning &amp;#8220;Immortal&amp;#8221; status. &lt;/li&gt;
		&lt;li&gt;&lt;b&gt;1&lt;/b&gt;: &lt;a href="http://www.youtube.com/watch?v=dlax8qg8Dkc&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=58&amp;#38;feature=plpp_video" title="Dark Samurai" target="_blank"&gt;Dark Samurai&lt;/a&gt; caught on camera&lt;/li&gt;
		&lt;li&gt;&lt;b&gt;11&lt;/b&gt;: Improv actors filmed without their shirts on&lt;/li&gt;
		&lt;li&gt;Top media placements who wrote about us: &lt;a href="http://mashable.com/2012/04/03/pepsi-next-comics/, "Creativity(Creativity)":http://creativity-online.com/credits/pepsi-next/21696/4" title="Mashable" target="_blank"&gt;Mashable&lt;/a&gt;, &lt;a href="http://www.clickz.com/clickz/news/2166133/pepsi-mimics-web-celebs-average-joes-videos" title="ClickZ" target="_blank"&gt;ClickZ&lt;/a&gt;, &lt;a href="http://www.brandchannel.com/home/post/2012/04/04/Pepsi-Next-Internet-Taste-Test-040412.aspx" title="Brandchannel" target="_blank"&gt;Brandchannel&lt;/a&gt;, &lt;a href="http://www.adweek.com/adfreak/pepsi-next-refreshes-taste-test-web-parodies-139405" title="Adweek" target="_blank"&gt;Adweek&lt;/a&gt;, &lt;a href="http://www.adrants.com/2012/04/pepsi-next-creates-taste-test-ads-using.php" title="Adrants" target="_blank"&gt;Adrants&lt;/a&gt; and &lt;a href="http://www.huffingtonpost.com/2012/04/03/pepsi-next-facebook-impersonators_n_1399803.html" title="Huffington Post" target="_blank"&gt;Huffington Post&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Top influencers joined the campaign early on: &lt;a href="http://www.youtube.com/watch?v=eL_HM57d9T8&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=73&amp;#38;feature=plpp_video" title="Greg Clayman" target="_blank"&gt;Greg Clayman&lt;/a&gt; from The Daily, &lt;a href="http://www.youtube.com/watch?v=0DkPqu9dbOU&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=6&amp;#38;feature=plpp_video" title="Jonah Peretti" target="_blank"&gt;Jonah Peretti&lt;/a&gt; from BuzzFeed, Funny or Die &lt;span class="caps"&gt;CEO&lt;/span&gt; &lt;a href="http://www.youtube.com/watch?v=93E_-eWUDwI&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=126&amp;#38;feature=plpp_video" title="Dick Glover" target="_blank"&gt;Dick Glover&lt;/a&gt;, Webby Awards President &lt;a href="http://www.youtube.com/watch?v=bO9fzfxymEQ" title="David-Michel Davies" target="_blank"&gt;David-Michel Davies&lt;/a&gt; and popular entrepreneur &lt;a href="http://www.youtube.com/watch?v=Dv357mxpOAA&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=8&amp;#38;feature=plpp_video" title="Gary Vaynerchuk" target="_blank"&gt;Gary Vaynerchuk&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;Ranked among the top 10 sassiest brands in social by &lt;a href="http://mashable.com/2012/04/26/sassy-brands-social-media/" title="Mashable" target="_blank"&gt;Mashable&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;div class="t_block"&gt;Now on with our favorites:&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/j9npdKx1Xp0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/XI-cIbNjYOY" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/jhtIjsp3uTU" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/FwYcEd7hesg" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/pp4SD3Rec0Q" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/JXYVulabx2Y" height="1" width="1"/&gt;</description>
      <author>James Murphy</author>
      <pubDate>Wed, 02 May 2012 12:00:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/JXYVulabx2Y/9861-pepsi_next_s_internet_taste_test_the_aftermath</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9861-pepsi_next_s_internet_taste_test_the_aftermath</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9861-pepsi_next_s_internet_taste_test_the_aftermath</feedburner:origLink></item>
    <item>
      <title>Social Media Hot Sheet - Week of 4/30</title>
      <description>&lt;script type="text/javascript" src="http://hub.sandbox3.net/tbg/scripts.js"&gt;
&lt;/script&gt;
&lt;style&gt;
#test1{
color:#F00;
}
.tiny_links{
font-size:x-small;
}
button{
float:left;
margin-right:5px;
width: 30px;
}
.title_heading{
border-top: 1px solid #CCC;
padding: 8px 0px 3px 0px;
height:25px;
font-size:large;
color:#444;
font-weight:bold;
}
.all_posts{
clear:both;
}

.all_posts img{
margin:0px;
padding:0px 20px 10px 0px;
}

.post_wrapper{
clear:both;
}
&lt;/style&gt;

&lt;img src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1382/LOGO_v03.jpg" width="500" alt="hot sheet logo"/&gt;
&lt;p&gt;Politics, social seating, and cloud storage fill the pages of this week's Social Media Hot Sheet, brought to you by your friendly neighborhood Earned Media team.  Let us know what you think in the comments. &lt;/p&gt;
&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
The Perks of Klout’s New Brand Squads
&lt;button id="show1" class="tiny_links" onclick="expand('post_text_body1'); expand('hide1'); contract('show1');"&gt;+&lt;/button&gt;
&lt;button id="hide1" class="tiny_links" onclick="contract('post_text_body1'); contract('hide1'); expand('show1');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body1" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1428/klout-logo_YES.png" width="170" alt="klout_logo"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; With &lt;a target="_blank" href="http://klout.com/topic/red-bull"&gt;Red Bull&lt;/a&gt; on board as an exclusive launch partner, &lt;a target="_blank" href="http://klout.com/home"&gt;Klout&lt;/a&gt; unveiled a new platform that allows brands to reward and engage their advocates. &lt;a target="_blank" href="http://corp.klout.com/blog/2012/04/a-new-twist-on-influence-%25E2%2580%2593-brand-squads/"&gt;Brand Squads&lt;/a&gt;, currently in beta, highlight a brand’s top influencers and conversations. Fans, in turn, can claim special perks based on their ranking as an influencer.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; With Brand Squads, Klout has simplified the way brands can identify and incentivize fans for talking about them in their social channels. In turn, fans become representatives of brands on an ongoing basis with the lure of competition, merchandise and social media fame. And while this shift represents an empowerment of the influencer, it also gives brands better access to those who are most willing to shape and share their content and experiences.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
KLM's Facebook Friendly Skies
&lt;button id="show2" class="tiny_links" onclick="expand('post_text_body2'); expand('hide2'); contract('show2');"&gt;+&lt;/button&gt;
&lt;button id="hide2" class="tiny_links" onclick="contract('post_text_body2'); contract('hide2'); expand('show2');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body2" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1431/klm_meet_and_seat_logo.jpg" width="120" alt="KLM_meet_and_seat"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; Dutch airline KLM has launched &lt;a target="blank" href="http://www.klm.com/travel/us_en/prepare_for_travel/on_board/Your_seat_on_board/meet_and_seat.htm"&gt;Meet &amp;#38; Seat&lt;/a&gt;, an opt-in program that lets passengers select seatmates before takeoff based on Linkedin and Facebook information. Since launching in February, over 1,100 profiles have been shared.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; Similar to &lt;a target="_blank" href="http://www.fastcompany.com/1774825/ticketmaster-unveils-seat-tagging-on-facebook"&gt;Ticketmaster's seating app that launched last summer&lt;/a&gt;, KLM's social media integration is part of the larger trend of brands leveraging social media to directly impact the consumer experience. These companies understand that social networks can serve as more than pathways for conversation with fans: they can be used to shape consumer experience in real, tangible and measurable ways.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Cyber Intelligence Sharing and Protection Act (CISPA)
&lt;button id="show3" class="tiny_links" onclick="expand('post_text_body3'); expand('hide3'); contract('show3');"&gt;+&lt;/button&gt;
&lt;button id="hide3" class="tiny_links" onclick="contract('post_text_body3'); contract('hide3'); expand('show3');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body3" style="display:none;"&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; The Cyber Intelligence Sharing and Protection Act (&lt;a target="_blank" href="http://en.wikipedia.org/wiki/Cyber_Intelligence_Sharing_and_Protection_Act"&gt;CISPA&lt;/a&gt;) is a proposed piece of legislation that, if passed, would allow for greater sharing of information between public and private sectors. Lawmakers and Internet privacy advocates say the bill violates free speech and gives the government too much authority in using private data. However, supporters such as Facebook and Microsoft cite its necessity in preventing cyber security threats.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; The legislation indicates that any information held by an Internet company that is considered a &lt;a target="_blank" href="http://www.techdirt.com/articles/20120427/08375418687/did-cispa-actually-get-better-before-passing-not-really.shtml"&gt;potential threat&lt;/a&gt; towards national security can be turned over to a wide range of government agencies. While the law’s intentions are good, the legislation is likely to cause many consumers to continue to &lt;a target="_blank" href="http://www.bit9.com/blog/2012/04/19/cispa-does-the-bill-protect-brands-more-than-their-users/"&gt;lose faith in the integrity of most brands&lt;/a&gt;. With big name companies like &lt;a target="_blank" href="http://www.telegraph.co.uk/technology/facebook/9054840/Facebook-IPO-Pressure-to-turn-personal-data-into-profit.html"&gt;Facebook&lt;/a&gt; and &lt;a target="_blank" href="http://online.wsj.com/article/SB10001424052702304868004577374272894249402.html"&gt;Google&lt;/a&gt; under fire for issues related to people’s personal data, CISPA has the potential further strain the consumer-brand trust as users’ information becomes less and less protected by the companies they have grown to love.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Google Drive: Triumph or Threat?
&lt;button id="show4" class="tiny_links" onclick="expand('post_text_body4'); expand('hide4'); contract('show4');"&gt;+&lt;/button&gt;
&lt;button id="hide4" class="tiny_links" onclick="contract('post_text_body4'); contract('hide4'); expand('show4');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body4" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1425/google_drive_logo.jpg" width="150" alt="google_drive_image"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; &lt;a target="_blank" href="https://drive.google.com/"&gt;Google Drive&lt;/a&gt;, which officially launched last Tuesday, is intended to help the search giant compete with cloud storage services such as &lt;a target="_blank" href="https://www.dropbox.com/"&gt;Dropbox&lt;/a&gt; and &lt;a target="_blank" href="http://www.box.com/"&gt;Box&lt;/a&gt;. Replacing Google Docs, the new service is highly integrated with other products such as Google+ and is intended to act as a simple way to combine the many functions and services offered by the company.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; While this product is obviously intended to compete with other cloud storage services, many believe that it will act as an &lt;a target="_blank" href="http://news.cnet.com/8301-1023_3-57422601-93/how-googles-drive-helps-kill-microsofts-office/"&gt;even stronger competitor to Microsoft Office&lt;/a&gt; and similar products, as Drive will combine the functionality of productivity applications with the data and access associated with Google. Critics have already come out against the service, though, citing issues related to Google’s dreaded privacy policy. While cloud storage may be convenient for the regular consumer, brands needs to proceed with caution before allowing their confidential information to be stored in places where safety and privacy can no longer be guaranteed.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/D73GqDdIqtQ" height="1" width="1"/&gt;</description>
      <author>Earned Media</author>
      <pubDate>Mon, 30 Apr 2012 11:55:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/D73GqDdIqtQ/9858-social_media_hot_sheet_week_of_4_30</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9858-social_media_hot_sheet_week_of_4_30</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9858-social_media_hot_sheet_week_of_4_30</feedburner:origLink></item>
    <item>
      <title>unknownskywalker:

Life of Grass by Mathilde Roussel
Organic...</title>
      <description>&lt;div class="t_block"&gt;&lt;img src="http://30.media.tumblr.com/tumblr_m28kihsHZW1qzyhb5o1_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://28.media.tumblr.com/tumblr_m28kihsHZW1qzyhb5o2_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://27.media.tumblr.com/tumblr_m28kihsHZW1qzyhb5o3_500.jpg"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;img src="http://27.media.tumblr.com/tumblr_m28kihsHZW1qzyhb5o4_500.gif"/&gt;&lt;br/&gt; &lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://unknownskywalker.tumblr.com/post/20815762140/life-of-grass-by-mathilde-roussel-organic"&gt;unknownskywalker&lt;/a&gt;:&lt;/p&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&lt;p&gt;&lt;em&gt;&lt;strong class="title"&gt;&lt;a href="http://www.mathilderoussel.com/index.php?/sculpture/ca-pousse/"&gt;Life of Grass&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt; &lt;span class="author"&gt;by &lt;a href="http://www.mathilderoussel.com/"&gt;Mathilde Roussel&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Organic sculptures made of soil and wheat grass seeds.&lt;/p&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/31O9ErslLmI" height="1" width="1"/&gt;</description>
      <author>Chris Brethel</author>
      <pubDate>Tue, 10 Apr 2012 13:49:40 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/31O9ErslLmI/9832-unknownskywalker_life_of_grass_by_mathilde_roussel_organic</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9832-unknownskywalker_life_of_grass_by_mathilde_roussel_organic</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9832-unknownskywalker_life_of_grass_by_mathilde_roussel_organic</feedburner:origLink></item>
    <item>
      <title>March 2012 Project Update</title>
      <description>&lt;div class="t_block"&gt;For this month’s project, I set out to redesign this blog a bit. Well not a total redesign, but more of a facelift. I wasn’t able to get to everything that I wanted to update, but I came up with an overall updated design for the blog posts, side bar, and footer. I’ll have to [...]&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/Js5xLpKTYV8" height="1" width="1"/&gt;</description>
      <author>Greg Kepler</author>
      <pubDate>Mon, 09 Apr 2012 22:32:58 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/Js5xLpKTYV8/9831-march_2012_project_update</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9831-march_2012_project_update</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9831-march_2012_project_update</feedburner:origLink></item>
    <item>
      <title>Social Media Hot Sheet - Week of 4/9/12</title>
      <description>&lt;script type="text/javascript" src="http://hub.sandbox3.net/tbg/scripts.js"&gt;
&lt;/script&gt;
&lt;style&gt;
#test1{
color:#F00;
}
.tiny_links{
font-size:x-small;
}
button{
float:left;
margin-right:5px;
width: 30px;
}
.title_heading{
border-top: 1px solid #CCC;
padding: 8px 0px 3px 0px;
height:25px;
font-size:large;
color:#444;
font-weight:bold;
}
.all_posts{
clear:both;
}

.all_posts img{
margin:0px;
padding:0px 20px 10px 0px;
}

.post_wrapper{
clear:both;
}
&lt;/style&gt;

&lt;img src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1382/LOGO_v03.jpg" width="500" alt="hot sheet logo" align="left"/&gt;
&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
PSFK Conference NYC
&lt;button id="show11" class="tiny_links" onclick="expand('post_text_body11'); expand('hide11'); contract('show11');"&gt;+&lt;/button&gt;
&lt;button id="hide11" class="tiny_links" onclick="contract('post_text_body11'); contract('hide11'); expand('show11');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body11" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1373/rachel_psfk.jpeg" height="170" alt="psfk_image"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; Last Friday, a few Barbarians attended the annual PSFK NY Conference at the Museum of Jewish Heritage. We had the privilege of listening to &lt;a target="_blank" href="http://www.psfk.com/2012/04/psfk-conference-speakers.html"&gt;an inspiring lineup of creative talents&lt;/a&gt; so we thought we would share a few of our &lt;a target="_blank" href="http://www.psfk.com/2012/04/psfk-conference-report.html"&gt;favorite ideas and discoveries.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;A Digital Witness to Life:&lt;/b&gt; Jonathan Harris’ past projects, like &lt;a target="_blank" href="http://www.wefeelfine.org/"&gt;We Feel Fine&lt;/a&gt;, have contemplated the complex relationship between people and technology. His latest project, the multimedia storytelling platform &lt;a target="_blank" href="http://www.cowbird.com/"&gt;Cowbird&lt;/a&gt;, aims to shift user behavior away from compression and self-promotion - two trends Harris pinpoints as rampant online - and toward “deepening” and self-reflection. With the ability to tell one’s story through any combo of video, audio, photos and text, Cowbird encourages deeper, more “heartfelt” self-expression as opposed to what he calls the more reductive experiences of Facebook, Twitter, et al. Lofty goals, to be sure, but we see it as a refreshing approach that celebrates both the wonderfully personal stories being shared and the enriching act (and art) of creating over curating.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Tweaking the Retail Formula:&lt;/b&gt; Rachel Shechtman’s &lt;a target="_blank" href="http://thisisstory.com/"&gt;STORY&lt;/a&gt; is a physical location that has the POV of a magazine, changes every few weeks like a gallery, and sells things like a store. An exploration of what a retail
experience can be, STORY provides a framework for an evolving conversation between consumers and brands. Even its logo, expertly designed by Stefan Sagmeister, changes with each incarnation. As we’ve seen digital circumvent the traditional retail experience, it’s interesting to see how a physical retail location can do the same.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Facebook Acquires Instagram
&lt;button id="show12" class="tiny_links" onclick="expand('post_text_body12'); expand('hide12'); contract('show12');"&gt;+&lt;/button&gt;
&lt;button id="hide12" class="tiny_links" onclick="contract('post_text_body12'); contract('hide12'); expand('show12');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body12" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1379/instagram.png" height="120" alt="Instagram_image"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; Mark Zuckerberg announced that Facebook will acquire the hugely popular photo-sharing application &lt;a target="_blank" href="http://instagr.am/"&gt;Instagram&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; With a network of &lt;a target="_blank" href="http://liesdamnedliesstatistics.com/2012/04/instagram-gains-three-million-new-users-overnight-stands-at-32-million.html"&gt;over 32 million users&lt;/a&gt;, Instagram has quickly become one of the most widely-used photo sharing apps worldwide, and it is by far the most popular product or company that Facebook has ever acquired. Just how popular is the app? After it launched its &lt;a target="_blank" href="http://instagr.am/android/"&gt;version for the Android operating system&lt;/a&gt; last week, it received &lt;a target="_blank" href="http://thenextweb.com/mobile/2012/04/04/instagram-for-android-hits-1m-downloads-in-under-24-hours/"&gt;over 1 million downloads within the first first 24 hours&lt;/a&gt;. In Zuckerberg’s announcement, he assured fans that the Instagram features they love will not go away. Rather, Facebook will work with the 8-person Instagram staff to build an optimal Web experience for photo-sharing with friends, family and those with shared interests. While we are waiting for more details on what the app integration will look like, we predict that Instagram could become an essential feature of the site and hold special potential for brands looking to connect with fans on a personal level.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Facebook Timeline for Brands has Officially Launched
&lt;button id="show13" class="tiny_links" onclick="expand('post_text_body13'); expand('hide13'); contract('show13');"&gt;+&lt;/button&gt;
&lt;button id="hide13" class="tiny_links" onclick="contract('post_text_body13'); contract('hide13'); expand('show13');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body13" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1376/FacebookTimeline.jpg" width="200" alt="facebook_timeline_image"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The short:&lt;/b&gt; Back in September when Timeline launched for Facebook user accounts, the question on everyone’s mind was whether brand pages would get their own version of Timeline. As of March 30, all brands have been transitioned to the new format, but one question remains: Is Timeline good for a brand’s Facebook Page? Although some &lt;a target="_blank" href="http://mashable.com/2012/03/27/facebook-timeline-brands-engagement/"&gt;initial studies&lt;/a&gt; claimed that Timeline was bolstering engagement, a recent &lt;a target="_blank" href="http://www.allfacebook.com/study-facebook-timeline-doesnt-affect-engagement-2012-04"&gt;independent study&lt;/a&gt; by Edge Rank Checker says that engagement remains unchanged.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Why it matters:&lt;/b&gt; Fan engagement is the number one reason that any brand has a Facebook Page. Although the new Timeline format has been optimized to tell a richer story about a brand’s history, most users are finding fewer reasons to leave the news feed on their home page and are making fewer visits to brand pages as a whole. The importance of compelling, on-brand content is greater than ever, as only the most engaging content will ever make it to the news feed. Fortunately, the &lt;a target="_blank" href="https://www.facebook.com/business/fmc/guides?campaign_id=250393211715997&amp;#38;creative=guides"&gt;latest suite of marketing tools&lt;/a&gt; on Facebook provides ways to buy better visibility and news feed placement, making combined earned and owned media campaigns an effective way to reach and engage with a Facebook audience.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/MDz-4g9ADp4" height="1" width="1"/&gt;</description>
      <author>Earned Media</author>
      <pubDate>Mon, 09 Apr 2012 18:06:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/MDz-4g9ADp4/9829-social_media_hot_sheet_week_of_4_9_12</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9829-social_media_hot_sheet_week_of_4_9_12</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9829-social_media_hot_sheet_week_of_4_9_12</feedburner:origLink></item>
    <item>
      <title>When Content Creep is Both a Problem and a Person</title>
      <description>&lt;div class="t_block"&gt;Last Monday, The Barbarian Group’s San Francisco offices hosted a Bay Area Content Strategy Meetup with special speakers Margot Bloomstein and Sara Wachter-Boettcher. In town for the Where Conference and to promote their new (Margot) and upcoming (Sara) books, the two bright CS mavens sipped on wine and chatted about the opportunities and consequences of content’s coming of age in the workplace.&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/yUFaMwiCXng" height="1" width="1"/&gt;</description>
      <author>Stephanie  Henry</author>
      <pubDate>Mon, 09 Apr 2012 13:56:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/yUFaMwiCXng/9828-when_content_creep_is_both_a_problem_and_a_person</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9828-when_content_creep_is_both_a_problem_and_a_person</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9828-when_content_creep_is_both_a_problem_and_a_person</feedburner:origLink></item>
    <item>
      <title>Pepsi NEXT Launches the World's First Internet Taste Test </title>
      <description>&lt;div class="t_block"&gt;We&amp;#8217;re super excited to announce today the launch of a project we&amp;#8217;ve been working on with Pepsi&amp;#8217;s newest product: Pepsi &lt;span class="caps"&gt;NEXT&lt;/span&gt;, a cola with real cola taste and 60% less sugar.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Everyone should head over to &lt;a href="https://www.facebook.com/PepsiNext/app_395460040466405" title="Pepsi NEXT" target="_blank"&gt;Facebook.com/PepsiNEXT&lt;/a&gt; to participate in the world&amp;#8217;s first Internet Taste Test proving the product premise, “Drink It To Believe It.&amp;#8221; By clicking through you are entered for the chance for noted LA improv actors do their best impression of you trying Pepsi &lt;span class="caps"&gt;NEXT&lt;/span&gt; for the first time, using information from your Facebook profile.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;The Barbarian Group, in partnership with our friends over at Funny or Die, produced the real-time campaign that features Rob Riggle, with humorous (and sanctioned) impressions of notable pop culture figures like Internet mogul &lt;a href="http://www.youtube.com/watch?v=Dv357mxpOAA&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=8&amp;#38;feature=plpp_video" title="Gary Vaynerchuk" target="_blank"&gt;Gary Vaynerchuk&lt;/a&gt;, BuzzFeed &lt;span class="caps"&gt;CEO&lt;/span&gt; &lt;a href="http://www.youtube.com/watch?v=0DkPqu9dbOU&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=6&amp;#38;feature=plpp_video" title="Jonah Peretti" target="_blank"&gt;Jonah Peretti&lt;/a&gt; and a favorite internet meme here at &lt;span class="caps"&gt;TBG&lt;/span&gt;, &lt;a href="http://www.youtube.com/watch?v=CUp9CXcw_-4&amp;#38;list=PLE3A99310E24A612A&amp;#38;index=7&amp;#38;feature=plpp_video" title="Scumbag Steve" target="_blank"&gt;Scumbag Steve&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;The team here is so excited about this launch as it&amp;#8217;s an example of how a big digital creative concept, rooted in social media, can launch a new brand to the masses. It&amp;#8217;s a highly ambitious idea that, at its core, depends on spontaneous, on-set invention and large-scale video production in near real time.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;We&amp;#8217;re excited that Pepsi &lt;span class="caps"&gt;NEXT&lt;/span&gt; came on this wild ride with us.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;It&amp;#8217;s Gonna Be Awesome.&lt;/div&gt;&lt;br /&gt;


&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/yk7FjqRmhXI" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;&lt;iframe width="560" height="315" src="http://www.youtube.com/embed/CUp9CXcw_-4" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/K1f3P140QwY" height="1" width="1"/&gt;</description>
      <author>Jay Zasa</author>
      <pubDate>Tue, 03 Apr 2012 15:18:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/K1f3P140QwY/9818-pepsi_next_launches_the_world_s_first_internet_taste_test</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9818-pepsi_next_launches_the_world_s_first_internet_taste_test</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9818-pepsi_next_launches_the_world_s_first_internet_taste_test</feedburner:origLink></item>
    <item>
      <title>Chet Gulland </title>
      <description>&lt;div class="t_block"&gt;Happy Monday everyone!&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;This week kicks off with our very own Executive Director of Strategy, Chet Gulland, featured in the next edition of the Google&amp;#8217;s fantastic &lt;a href="http://www.thinkwithgoogle.com/quarterly/creativity/note.html" title="Think" target="_blank"&gt;&amp;#8216;Think Quarterly&amp;#8217;&lt;/a&gt; magazine.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;This issue focuses on creativity and technology, with some great articles by Aaron Koblin and Chris Milk, amongst others. Check out Chet giving kudos to Toyota&amp;#8217;s Backseat Driver app in this piece, titled, &lt;a href="http://www.thinkwithgoogle.com/quarterly/creativity/why-didnt-i-think-of-that.html" title="Why Didn't I think of that?" target="_blank"&gt;Why Didn&amp;#8217;t I think of That?&lt;/a&gt; And he&amp;#8217;s in great company, with Rei Inamato, Gareth Kay, Edward Boches and Johnny Vulkan also contributing their thoughts.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Now to the second order of business, Internet Week. Our good friends over at &lt;a href="http://shelby.tv/" title="Shelby.tv" target="_blank"&gt;Shelby.tv&lt;/a&gt; have submitted an excellent panel idea, which Chet will be a speaker on, if the panel receives enough votes. And this is where you can help! We&amp;#8217;d love your voting power to help secure the panel on the final schedule. It&amp;#8217;s a great topic + the content will ensure that it&amp;#8217;s a thought-provoking session. Check it out and vote here:&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;a href="https://internetweekny.com/panels#/?event=81&amp;#38;filters=on" title="Make The Stage: Voting" target="_blank"&gt;The Future of TV: How Consumers and Brands Can Do Both&lt;/a&gt;&lt;br /&gt;Join thought leaders from Shelby.tv, &lt;span class="caps"&gt;IPG&lt;/span&gt; Media Lab, Boxee, The Barbarian Group, and &lt;span class="caps"&gt;PSFK&lt;/span&gt; as they dig into the future of TV and explain how consumers can discover the most relevant videos, how brands can create more engaging content, and how creatives can get their work noticed. With the amount of content available, viewers are experiencing a growing need for entertainment curation&amp;#8230;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;img src="https://barbariangroup.com/assets/users/lpeters/images/0001/1127/ChetG.jpg" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/Bck999L-kxI" height="1" width="1"/&gt;</description>
      <author>Lexi Peters</author>
      <pubDate>Mon, 02 Apr 2012 16:55:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/Bck999L-kxI/9815-chet_gulland</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9815-chet_gulland</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9815-chet_gulland</feedburner:origLink></item>
    <item>
      <title>Is Pinterest the next...</title>
      <description>&lt;div class="t_block"&gt;We&amp;#8217;ve seen a lot of discussion lately about Pinterest being the next&amp;#8230;well, everything. It&amp;#8217;s the next Facebook. It&amp;#8217;s &lt;a href="http://www.buzzfeed.com/jwherrman/how-pinterest-is-the-next-iran" title="http://www.buzzfeed.com/jwherrman/how-pinterest-is-the-next-iran" target="_blank"&gt;the next Iran&lt;/a&gt;. It&amp;#8217;s the next&amp;#8230;you really can name it and there&amp;#8217;s been a discussion about it.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;But what is Pinterest really? The Earned Media team here at The Barbarian Group is here to help answer that question with our newly launched site. Fill in the blank and find out for yourself at &lt;a href="http://ispinterest.com/" title="http://ispinterest.com/" target="_blank"&gt;ispinterest.com&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;a href="http://ispinterest.com/"&gt;&lt;img src="https://barbariangroup.com/assets/users/kmaverick/images/0001/1348/is_pinterest.jpg"/&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/xNZYWPB_Xqk" height="1" width="1"/&gt;</description>
      <author>Kristin Maverick</author>
      <pubDate>Fri, 23 Mar 2012 11:46:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/xNZYWPB_Xqk/9787-is_pinterest_the_next</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9787-is_pinterest_the_next</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9787-is_pinterest_the_next</feedburner:origLink></item>
    <item>
      <title>Social Media Hot Sheet - SXSWi 2012 Edition</title>
      <description>&lt;script type="text/javascript" src="http://hub.sandbox3.net/tbg/scripts.js"&gt;
&lt;/script&gt;
&lt;style&gt;
#test1{
color:#F00;
}
.tiny_links{
font-size:x-small;
}
button{
float:left;
margin-right:5px;
width: 30px;
}
.title_heading{
border-top: 1px solid #CCC;
padding: 8px 0px 3px 0px;
height:25px;
font-size:large;
color:#444;
font-weight:bold;
}
.all_posts{
clear:both;
}

.all_posts img{
margin:0px;
padding:0px 20px 10px 0px;
}

.post_wrapper{
clear:both;
}
&lt;/style&gt;

&lt;img src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1327/sxsw_2012_logo.png" width="500" alt="hot sheet logo"/&gt;
&lt;p&gt;
Back at work after another successful SXSW Interactive, the Earned Media team brings you our recap on the biggest and best parts of one of the hottest conferences in the tech industry.
&lt;/p&gt;
&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Branded Experience
&lt;button id="show10" class="tiny_links" onclick="expand('post_text_body10'); expand('hide10'); contract('show10');"&gt;+&lt;/button&gt;
&lt;button id="hide10" class="tiny_links" onclick="contract('post_text_body10'); contract('hide10'); expand('show10');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body10" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1324/Branded_Experience.png" height="170" alt="AmEx Sync"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;THE SHORT:&lt;/b&gt; While brands have consistently increased their presences at SXSW, this year saw a shift toward more interactive experiences. No individual company “won” the festival this year, but several brands had strong showings. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHY IT MATTERS:&lt;/b&gt; SXSW is one of the most well-attended events of the year.  If your brand is interested in presenting itself as a leader in technology, social, and interactive, having a smart and memorable presence at the festival is essential.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TOP BRANDED EXPERIENCES:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;AmEx&lt;/b&gt; - The 162-year old financial service promoted their addition of Twitter and Facebook to &lt;a target="_blank" href="https://sync.americanexpress.com/"&gt;AmEx Sync&lt;/a&gt; with omnipresent promotions and key events, including &lt;a target="_blank" href="http://www.hollywoodreporter.com/earshot/jay-z-sxsw-american-express-beyonce-blue-ivy-kanye-west-twitter-298888"&gt; a free concert featuring Jay-Z&lt;/a&gt; as well as discount offers around town.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nike&lt;/b&gt; - With its FuelBand API Hackathon and various branded sports and activities, Nike used SXSWi to &lt;a target="_blank" href="http://mashable.com/2012/03/11/nike-nikefuel-api-music-hackathon/#44221Nike-CEO"&gt;further ensconce itself in the digital and tech industry&lt;/a&gt;. The sports company even held one of the most rocking parties at SXSW by &lt;a target="_blank" href="http://www.wired.com/underwire/2012/03/nike-music-app-building-sxsw/"&gt;building a visualizer that measured the energy of their event featuring Diplo and Sleigh Bells&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;GE&lt;/b&gt; - The company launched a series of pop-up workshops called the &lt;a target="_blank" href="http://mashable.com/2012/03/08/ge-garages/"&gt;GE Garages&lt;/a&gt; that allowed participants to use innovative technologies and tools to build projects. Their DIY Idea Lab provided a hands-on experience with tools ranging from &lt;a target="_blank" href="http://pinterest.com/generalelectric/ge-garages/"&gt; laser cutters to 3D printers&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Ad Agencies
&lt;button id="show20" class="tiny_links" onclick="expand('post_text_body20'); expand('hide20'); contract('show20');"&gt;+&lt;/button&gt;
&lt;button id="hide20" class="tiny_links" onclick="contract('post_text_body20'); contract('hide20'); expand('show20');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body20" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1321/Ad_Agency.png" height="170" alt="Homeless Hotspots"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;THE SHORT:&lt;/b&gt; Top tech brands and individuals used SXSW to get their moment in the spotlight, and it’s no different for like-minded ad agencies.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHY IT MATTERS:&lt;/b&gt; With countless startups and brands represented, and &lt;a target="_blank" href="http://www.statesman.com/blogs/content/shared-gen/blogs/austin/digitalsavant/entries/2012/03/13/sxsw_interactiv_30.html"&gt;nearly 25,000 registered attendees&lt;/a&gt;, any agency hoping to succeed in the tech industry must develop a strong presence at SXSW.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TOP AD AGENCIES:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;BBH&lt;/b&gt; - The creative advertising agency faced lots of &lt;a target="_blank" href="http://gizmodo.com/5892443/homeless-men-turned-into-human-routers"&gt; controversy&lt;/a&gt; for launching their &lt;a target="_blank" href="http://homelesshotspots.org/"&gt; Homeless Hotspots&lt;/a&gt;, which turned homeless people into Internet connections.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Ogilvy&lt;/b&gt; - For the second year in a row, &lt;a target="_blank" href="http://ogilvynotes.com/"&gt;Ogilvy Notes&lt;/a&gt; brought in sketch artists to make informative cartoons breaking down the main points of the previous day’s keynotes and featured speakers.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The Barbarian Group&lt;/b&gt; - We partnered with Tumblr to throw our &lt;a target="_blank" href="http://www.billboard.biz/bbbiz/industry/backbeat/backbeat-tumblr-the-barbarian-group-host-1006441162.story"&gt;#RoboTripSXSW&lt;/a&gt; party, featuring tons of great artists, food and even a new-age &lt;a target="_blank" href="http://thebos.co/e/robotripsxsw"&gt;photobooth&lt;/a&gt;. Our &lt;a target="_blank" href="http://iknowaplace.barbariangroup.com/"&gt;I Know A Place&lt;/a&gt; site provided first-time festival-goers advice on the best venues and events.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Panel Discussions
&lt;button id="show30" class="tiny_links" onclick="expand('post_text_body30'); expand('hide30'); contract('show30');"&gt;+&lt;/button&gt;
&lt;button id="hide30" class="tiny_links" onclick="contract('post_text_body30'); contract('hide30'); expand('show30');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body30" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1312/Discussion_Panels.png" height="170" alt="Brian Solis Interviews Billy Corgan"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;THE SHORT:&lt;/b&gt; While torrential downpours impacted participation in some outdoor events, the weather only helped flood panel audiences with interested attendees.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHY IT MATTERS:&lt;/b&gt; With lines reaching around city blocks, talks given by industry leaders -- who ranged from pop culture icons to political pundits -- were integral to accomplishing the communal goal of furthering the tech industry.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TOP PANEL DISCUSSIONS:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Al Gore Interviews Sean Parker&lt;/b&gt; - The former Vice President and Napster founder &lt;a target="_blank" href="http://www.austin360.com/blogs/content/shared-gen/blogs/austin/digitalsavant/entries/2012/03/12/for_the_title_w.html?cxntfid=blogs_digital_savant"&gt;made an unlikely duo&lt;/a&gt; discussing everything from the 2000 election to the need for the Internet to start an “Occupy Democracy” movement.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;"How to Read the World"&lt;/b&gt; - As the Director of Digital at The Onion, Baratunde Thurston focused on the intersection of humor, politics, and technology, stressing his belief that, “&lt;a target="_blank" href="http://star.txstate.edu/node/5435"&gt;when you marry creativity and the story and fling it around the world, we’re more about more than just checking in - we’re about the upgrading of our own humanity and our own freedom&lt;/a&gt;."&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Brian Solis Interviews Billy Corgan&lt;/b&gt; - Infamous for his grumpy tirades against the music industry, the lead singer of the Smashing Pumpkins &lt;a target="_blank" href="http://www.spin.com/articles/billy-corgan-calls-new-artists-strippers-sxsw-interview"&gt;lambasted the music industry&lt;/a&gt; and the struggles faced by new artists, stating, "&lt;a target="_blank" href="http://www.billboard.biz/bbbiz/industry/digital-and-mobile/smashing-pumpkins-billy-corgan-goes-off-1006436552.story"&gt;I was part of a generation that changed the world - and it was taken over by poseurs&lt;/a&gt;."&lt;/p&gt;
&lt;p&gt;&lt;b&gt;"Epic Battle": Creativity vs. Discipline in Social"&lt;/b&gt; - A panel featuring Jason Harris, John Manoogian III, Sarahjane Sacchetti, and Kristin Maverick analyzed what makes a digital campaign an &lt;a target="_blank" href="http://www.msadverthinker.com/2012/03/14/social-media-which-comes-first-creativity-or-metrics-sxswi/"&gt;“epic fail” versus an “epic win.”&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Festival Food
&lt;button id="show40" class="tiny_links" onclick="expand('post_text_body40'); expand('hide40'); contract('show40');"&gt;+&lt;/button&gt;
&lt;button id="hide40" class="tiny_links" onclick="contract('post_text_body40'); contract('hide40'); expand('show40');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body40" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1315/Food.png" height="170" alt="Fed Ex Food Truck"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;THE SHORT:&lt;/b&gt; Nicknamed the “&lt;a target="_blank" href="http://eurorscgsocial.com/2012/03/12/battle-of-the-foodtrucks-sxsw-diary-day-two/"&gt;Battle of the Food Trucks&lt;/a&gt;," SXSW followed last year’s food truck trend by hosting an incredible number of branded, mobile, edible options this year.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHY IT MATTERS:&lt;/b&gt; Brands looked for every way to get their name out during SXSW and food was no exception; many smart marketing campaigns were built on one simple fact: everybody needs to eat.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TOP FESTIVAL FOOD:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Kraft&lt;/b&gt; - From Oreo-branded ice cream socials to &lt;a target="_blank" href="http://www.forbes.com/sites/boninbough/2012/03/06/mobile-sxsw/"&gt;Kraft Mobile&lt;/a&gt;,their interactive Mac ‘n’ Cheese truck, the brand inundated festival goers with as many edible guilty pleasures as possible.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Today Show&lt;/b&gt; - The &lt;a target="_blank" href="http://bites.today.msnbc.msn.com/_news/2012/03/06/10594688-today-munchie-mobiles-head-to-sxsw-in-austin"&gt;TODAY Munchie Mobile&lt;/a&gt; offered more than just food; the truck included charging stations and tagged photos from users on TODAY.com.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Squarespace&lt;/b&gt; - The website creation company featured &lt;a target="_blank" href="http://blog.squarespace.com/blog/2012/3/1/9-days-in-texas-sxsw-2012.html"&gt;local food vendors for nine days&lt;/a&gt; offering free food and mini-workshops with their newest products.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;FedEx&lt;/b&gt; - Using boxes designed to mimic their shipping containers, FedEx combined a complimentary &lt;a target="_blank" href="http://enterdialogue.com/2011/03/22/sxsw-recap-part-2-fedex-delivers/"&gt;food truck&lt;/a&gt; with their "&lt;a target="_blank" href="http://chime.in/user/sheigh/chime/116098704330031104"&gt;power couriers&lt;/a&gt;," which turned employees into mobile charging stations.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;

&lt;div class="post_wrapper"&gt;
&lt;div class="title_heading"&gt;
Startups
&lt;button id="show50" class="tiny_links" onclick="expand('post_text_body50'); expand('hide50'); contract('show50');"&gt;+&lt;/button&gt;
&lt;button id="hide50" class="tiny_links" onclick="contract('post_text_body50'); contract('hide50'); expand('show50');" style="display:none;"&gt;-&lt;/button&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="all_posts" id="post_text_body50" style="display:none;"&gt;
&lt;p&gt;&lt;img align="left" src="https://barbariangroup.com/assets/users/earnedmedia/images/0001/1318/Startups.png" height="170" alt="Highlight"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;THE SHORT:&lt;/b&gt; Hoping to &lt;a target="_blank" href="http://mashable.com/2012/03/14/sxsw-most-buzz/"&gt;create the most buzz&lt;/a&gt; on what little money they have, start-ups flocked to the streets of Austin in search of investors, users and publicity.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;WHY IT MATTERS:&lt;/b&gt; SXSW is renowned for being a platform where major startups are discovered.  With the likes of Twitter and Foursquare having first debuted at the festival, all eyes are turn to SXSW for the “next big thing.”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;TOP STARTUPS:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Passive location-based apps&lt;/b&gt; - A slew of new location-based apps that show users potential contacts nearby were debuted at SXSW.  The front-runner among them, &lt;a target="_blank" href="http://itunes.apple.com/us/app/highlight/id441534409?mt=8"&gt;Highlight&lt;/a&gt;, managed to be the &lt;a target="_blank" href="http://mashable.com/2012/03/14/sxsw-most-buzz/"&gt;big talk of the festival&lt;/a&gt;, though competitors &lt;a target="_blank" href="http://www.glancee.com/"&gt;Glancee&lt;/a&gt;, &lt;a target="_blank" href="http://ban.jo/"&gt;Banjo&lt;/a&gt; and &lt;a target="_blank" href="http://www.sonar.me/"&gt;Sonar&lt;/a&gt; were close behind.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Grandstand&lt;/b&gt; - &lt;a target="_blank" href="http://getgrandstand.com/"&gt;This startup&lt;/a&gt; made noise at SXSW by offering brands, agencies and venues the ability to create &lt;a target="_blank" href="http://blog.ipglab.com/?p=3669"&gt;in-person experiential games&lt;/a&gt; using social media.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Zaarly&lt;/b&gt; - This &lt;a target="_blank" href="http://www.zaarly.com/"&gt;digital marketplace&lt;/a&gt; helps users make connections to accomplish odd jobs.&lt;/p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/XdsVcvnyL4o" height="1" width="1"/&gt;</description>
      <author>Earned Media</author>
      <pubDate>Tue, 20 Mar 2012 10:36:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/XdsVcvnyL4o/9770-social_media_hot_sheet_sxswi_2012_edition</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9770-social_media_hot_sheet_sxswi_2012_edition</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9770-social_media_hot_sheet_sxswi_2012_edition</feedburner:origLink></item>
    <item>
      <title>Robotrip Done and Dusted</title>
      <description>&lt;div class="t_block"&gt;We&amp;#8217;re all finally back from the &lt;span class="caps"&gt;SXSW&lt;/span&gt; trenches, what a great year!&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;a href="https://www.facebook.com/events/174363639345456/" title="Robotrip FB" target="_blank"&gt;Our party on 3/12&lt;/a&gt; with co-host Tumblr went off without a hitch, with lines down the block hours before doors opening. Highlights included Mr Keith Butters hanging with Kool Keith (and well, Kool Keith hanging with pretty much everyone in the photo booth), Wavves enjoying drinks with Benjamin and the crew after their set, Matthew Dear and his entire live band, and our most epic mosh pit to date.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Overall, 2 venues, 2000 people + 16 bands came out to equal one pretty large evening.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Thanks to our partner in crime Tumblr, our Austin family at &lt;a href="http://mohawkaustin.com/" title="The Mohawk" target="_blank"&gt;The Mohawk&lt;/a&gt; and &lt;a href="http://www.clubdeville.com/" title="DeVille" target="_blank"&gt;Club DeVille&lt;/a&gt; and the one and only &lt;a href="http://www.transmissionentertainment.com/" title="Transmission" target="_blank"&gt;transmission Entertainment&lt;/a&gt;.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Looking forward to the next. Well, we will be soon as the dust has settled&amp;#8230;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;You can check the coverage on &lt;a href="http://www.billboard.biz/bbbiz/industry/backbeat/backbeat-tumblr-the-barbarian-group-host-1006441162.story" title="Billboard" target="_blank"&gt;Billboard&lt;/a&gt;, &lt;a href="http://guestofaguest.com/sxsw/best-2k-i-ever-spent-the-barbarian-group-and-tumblr-present-robotrip-sxsw" title="GofaG" target="_blank"&gt;Guest of a Guest&lt;/a&gt;, &lt;a href="http://www.mediabistro.com/agencyspy/sxswi-party-recap-the-barbarian-group-and-tumblr-robotrip_b30461" title="Media Bistro " target="_blank"&gt;Media Bistro&lt;/a&gt; and &lt;a href="http://www.vans.com/events/38135/sxsw-music-festival-recap/" title="Vans SXSW" target="_blank"&gt;Vans&lt;/a&gt; (though you&amp;#8217;ll need to scroll to bottom as Robotrip was one of the first parties they covered of the festival).&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;img src="https://barbariangroup.com/assets/users/lpeters/images/0001/1330/Screen_shot_2012-03-19_at_4.45.05_PM.png" alt="" /&gt;&lt;br /&gt;&lt;img src="https://barbariangroup.com/assets/users/lpeters/images/0001/1333/Screen_shot_2012-03-19_at_4.46.03_PM.png" alt="" /&gt;&lt;br /&gt;&lt;img src="https://barbariangroup.com/assets/users/lpeters/images/0001/1336/Screen_shot_2012-03-19_at_4.45.31_PM.png" alt="" /&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Photo credits: Antwan Duncan + Billboard Magazine&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/9XmIyxbMxLo" height="1" width="1"/&gt;</description>
      <author>Lexi Peters</author>
      <pubDate>Mon, 19 Mar 2012 16:47:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/9XmIyxbMxLo/9771-robotrip_done_and_dusted</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9771-robotrip_done_and_dusted</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9771-robotrip_done_and_dusted</feedburner:origLink></item>
    <item>
      <title>Percolate: On Curation and Filtering</title>
      <description>&lt;div class="t_block"&gt;If you don&amp;#8217;t know about Percolate, you should.  It&amp;#8217;s a socially-connected aggregation service that helps brands create custom streams of curated content.  Two impressive Percolate-backed sites are the American Express &lt;a href="http://amexopenforum.tumblr.com/" target="_blank"&gt;Open Forum Tumblr&lt;/a&gt; and Reuter&amp;#8217;s &lt;a href="http://counterparties.com/" target="_blank"&gt;Counterparties&lt;/a&gt; financial news feed.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Percolate released a video this week with interviews from some of the web&amp;#8217;s best bloggers/curators talking about the decision making process surrounding a piece of content: does it get re-broadcast or tossed aside.&lt;/div&gt;&lt;br /&gt;


&lt;iframe src="http://player.vimeo.com/video/38524181?color=f16421" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen&gt;&lt;/iframe&gt;&lt;p&gt;&lt;a href="http://vimeo.com/38524181"&gt;What is Curation?&lt;/a&gt; from &lt;a href="http://vimeo.com/percolatehq"&gt;Percolate&lt;/a&gt; on &lt;a href="http://vimeo.com"&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;

	&lt;div class="t_block"&gt;Watching this video is a reminder that curation and filtering are two different things.  Humans curate.  Machines filter.  It&amp;#8217;s inspiring to hear ace curators talk about the emotion, self-expression, and abstract thought that goes behind a single curation decision.  Meanwhile, machine algorithms simply follow a rule set to score and remove content that meets or doesn&amp;#8217;t meet specific criteria.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;Although watching this video might suggest that Percolate is using a futuristic algorithm that lets computers think less like machines and more like the world&amp;#8217;s best curators, the reality is that Percolate&amp;#8217;s algorithm is a collaboration between humans and machines.  It starts with the content that gets shared the most by people, and it is this sharing data that helps Percolate decide what stories to flag as most relevant.&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/DrOffihn9q4" height="1" width="1"/&gt;</description>
      <author>Noah King</author>
      <pubDate>Fri, 16 Mar 2012 12:42:00 -0400</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/DrOffihn9q4/9764-percolate_on_curation_and_filtering</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9764-percolate_on_curation_and_filtering</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9764-percolate_on_curation_and_filtering</feedburner:origLink></item>
    <item>
      <title>Why People Share</title>
      <description>&lt;div class="t_block"&gt;Understanding social networks and the human behavior within them is no longer a mystery.  Rather, there are many detailed research papers that clearly explain how, why, and what people share online and offline.  You could spend an entire lifetime studying this research, or you could simply learn about it from &lt;a href="https://www.facebook.com/padday" target="_blank"&gt;Paul Adams&lt;/a&gt;, a Facebook employee who deeply understands social behavior.  Paul’s writings and presentations are refreshingly straightforward and undeniably enlightening.  I recently saw him speak at the &lt;a href="https://www.facebook.com/business/fmc/guides" target="_blank"&gt;Facebook Marketing Convention&lt;/a&gt; (fMC) and am still digesting all the incredible information I learned from him.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;b&gt;So why do people share?&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;a href="#"&gt;&lt;b&gt;Let’s start with the 200 Word Version:&lt;/b&gt;&lt;/a&gt;&lt;br/&gt;People share online for the same reason they share in real-life.  It’s simply part of being human, and our species has improved its chances of survival by learning from each other.  These interpersonal relationships are best formed through repeated, light-touch interactions about the things around us.  We talk to craft our identity and are attracted to those who are similar to us.  We take in lots of facts, but typically want to talk about what we feel.  We like and comment on each other’s posts, not as a reaction to the content, but rather as a step towards the people involved.  We live with hundreds of relationships, but almost exclusively interact with the same small group of people who make up our inner circle of strong ties.  Information spreads fastest and farthest through these close relationships, and far more than through “influencers” who we don’t personally know.  We intuitively know how to connect through conversation, and are immediately turned off by brands who talk about themselves too much.  Brands who converse, are good listeners, and let us talk about ourselves and our friends are most successful in engaging our attention and providing us with a means to share.&lt;/div&gt;&lt;br /&gt;


	&lt;div class="t_block"&gt;&lt;a href="#"&gt;&lt;b&gt;Have time for the 30 Minute Version?&lt;/b&gt;&lt;/a&gt;&lt;br/&gt;Watch this video of his talk at the fMC convention in &lt;span class="caps"&gt;NYC&lt;/span&gt; on Feb 29th.  He covers a lot of ground and makes the subject really fun.&lt;/div&gt;&lt;br /&gt;


&lt;iframe width="500" height="300" src="http://cdn.livestream.com/embed/fbmarketingtalks?layout=4&amp;amp;clip=pla_47aa9d9f-6de0-4b77-b438-00a4d486e4d4&amp;amp;height=300&amp;amp;width=560&amp;amp;autoplay=false" style="border:0;outline:0" frameborder="0" scrolling="no"&gt;&lt;/iframe&gt;&lt;div style="font-size: 11px;padding-top:10px;text-align:center;width:500px"&gt;&lt;a href="http://www.livestream.com/fbmarketingtalks?utm_source=lsplayer&amp;amp;utm_medium=embed&amp;amp;utm_campaign=footerlinks" title="Watch fbmarketingtalks"&gt;fbmarketingtalks&lt;/a&gt; on livestream.com. &lt;a href="http://www.livestream.com/?utm_source=lsplayer&amp;amp;utm_medium=embed&amp;amp;utm_campaign=footerlinks" title="Broadcast Live Free"&gt;Broadcast Live Free&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br/&gt;

	&lt;div class="t_block"&gt;&lt;a href="#"&gt;&lt;b&gt;Still wanting even more?&lt;/b&gt;&lt;/a&gt;&lt;br/&gt;Consider reading his book &lt;a href="http://www.amazon.com/Grouped-groups-friends-influence-social/dp/0321804112/" target="_blank"&gt;Grouped&lt;/a&gt;. It’s written in plain language with brand marketers in mind, so it’s a very concise read that talks about the theory as well as simple ways to implement the ideas in our professional lives.&lt;/div&gt;&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/barbariangroupblog/~4/NaVnRjk8jQU" height="1" width="1"/&gt;</description>
      <author>Noah King</author>
      <pubDate>Fri, 09 Mar 2012 16:08:00 -0500</pubDate>
      <link>http://feedproxy.google.com/~r/barbariangroupblog/~3/NaVnRjk8jQU/9757-why_people_share</link>
      <guid isPermaLink="false">http://barbariangroup.com/posts/9757-why_people_share</guid>
    <feedburner:origLink>http://barbariangroup.com/posts/9757-why_people_share</feedburner:origLink></item>
  </channel>
</rss>

