<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>Affinitive's Social Media Playground &#187; iPhone</title>
	<atom:link href="http://www.socialmediaplayground.com/tag/iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.socialmediaplayground.com</link>
	<description>Welcome to Social Media Playground, a place to discuss all things related to word of mouth (WOM) and social media marketing. Brought to you by Affinitive, a word of mouth and social media marketing, technology and strategic solutions firm located in New York City and San Francisco.</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:37:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Facebook: An Angel for Marketers, the Devil for Developers</title>
		<link>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook-an-angel-for-marketers-the-devil-for-developers</link>
		<comments>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 20:42:00 +0000</pubDate>
		<dc:creator>Pavel Shub</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[wiki]]></category>
		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=720</guid>
		<description><![CDATA[Anyone who has developed Facebook apps, or any kind of Facebook integration, knows that Facebook development can be a less than pleasant experience. How often does an API need a live status? Even though we all know the way Facebook has opened up their platform has been revolutionary, an already amazing source of revenue and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/01/error_count.png"><img style="float: left; margin-right: 15px; margin-bottom: 15px;" title="Error Count" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2010/01/error_count-300x274.png" alt="Facebook Platform Error Count" width="300" height="274" /></a>Anyone who has developed Facebook apps, or any kind of Facebook integration, knows that Facebook development can be a <em>less than pleasant</em> experience.  How often does an <a href="http://en.wikipedia.org/wiki/Api" target="_blank">API</a> need a <a href="http://developers.facebook.com/live_status.php" target="_blank">live status</a>?  Even though we all know the way Facebook has opened up their platform has been revolutionary, an already amazing source of revenue and outlet for marketing for brands, developers, and Facebook itself, it is still immature. As a platform it is still evolving rapidly and there&#8217;s promise of a better future, but if you intend to dive into the world of Facebook development, be prepared for some things you might not expect.</p>
<p>One of the more commonly used functions is <em>getInfo()</em>, which returns almost any piece of information from a user&#8217;s profile page; gender being one of them.  The value returned for gender is either “Male” or “Female,” which is fine &#8211; but they are <a href="http://en.wikipedia.org/wiki/Language_localization" target="_blank">localized</a> in the user’s language.  So does this mean you have to check for “Female” if the user is using Facebook in English and “<a href="http://translate.google.com/#auto|en|Weiblich" target="_blank">Weiblich</a>” if the user chose German?  Yes.  It also means you have to check for imaginary languages.  “Lass” is what you get if the user has his language preferences set to <a href="http://www.talklikeapirate.com/" target="_blank">Pirate</a> (English).  You can see the headache this causes a developer if they are asked to report on the demographic of users of your app.</p>
<p>Another problem plaguing developers is the lack of organization for the documentation. The bulk of documentation exists on their <a href="http://wiki.developers.facebook.com/index.php/Main_Page" target="_blank">developer wiki</a>.  This works well enough if you know exactly what you’re looking for, but if you don’t know the name of a function you’re better off using Google. A wiki format is more conducive to separate pages.  So for a new developer stumbling on to the wiki, aside from a few copy-paste tutorials, there is no clear path of where to go.  Only recently, with the release of their Javascript SDK, have they created a <a href="http://developers.facebook.com/docs/?u=facebook.jslib">concise page containing documentation</a>. Facebook officially supports 5 client libraries.  For some of the libraries, documentation exists on the wiki and is shared amongst one another.  All of the functions are typically the same for every language, so only one wiki page exists.  PHP as well as Connect for the iPhone use the wiki pages, while the ActionScript library documentation is housed on <a href="http://code.google.com/p/facebook-actionscript-api/" target="_blank">Google code</a>.  This is because a lot of these libraries were contributed by the community and not officially created by Facebook, but this can be a large annoyance if you automatically assume that the function you’re using in a particular language is described by the wiki.  Forcing people to scour multiple sites and forums for documentation is never a good idea if you are trying to build a good developer community around your platform.</p>
<p>The Facebook Platform status usually states “Facebook Platform is Healthy”.  Occasionally it displays messages about performance issues, but that doesn’t help you much.  Chances are, if you’re looking at Facebook platform status, you noticed the performance issues on your application.  Looking at the “Average API Response Time” and “Error Count” doesn’t reveal much because there are no units on the y-axis.  However looking at Developer Updates and Top Life Platform Bugs mights shed a light on the current status of Facebook.  So what is the state of Facebook?  Developer Update states they are changing profile picture sizes.  So everyone who ever uses a profile picture in their application should go and double check that the new sizes will work.  Existing Facebook applications constantly need to be updated to simply work.  The bug list is as expected; there are a few major bugs, e.g. suggest to friends does not work (opened 29 December).  And less critical but still annoying ones, e.g. request-form action opens a new window (opened 07 April 2009).  The platform is in a state of constant flux with backwards incompatible updates being released and bugs for old features being introduced.  If you create a Facebook app, you can&#8217;t just “set it and forget it.”  You must monitor for changes to the platform and update your app as needed.  You must also expect that there will be periods where your app won&#8217;t operate due to internal problems with Facebook&#8217;s system.</p>
<p>So where does this developer hell leave us?  It actually promises a <em>brighter future</em>.  The reason the API is broken is due to Facebook constantly working on it and bringing more enhancements to users and developers.  They are rolling out new features such as allowing applications to gather a user’s email if given permission and giving more control to users over their privacy settings.  Yes the platform is immature, but it’s certainly not stagnant.  So what can a developer do to make things smoother?  There are certainly enough complaints out there, so that path won’t lead anywhere. Trying to write more on the wiki and help the community won’t be very fruitful, because the API changes quickly enough that your notes may be soon outdated.  In fact, the abundance of notes like this on the wiki makes it confusing as to who is right.  Here are some suggestions for developers to cope with the situation:</p>
<ol>
<li>Manage your client&#8217;s expectations.  Make them aware that Facebook encounters issues periodically and this is out of your control.  Give them the link to the <a href="http://developers.facebook.com/live_status.php">Platform Live Status</a> page so they can check that before coming screaming at you.</li>
<li>Subscribe to the <a href="http://developers.facebook.com/live_status.php">Platform Live Status Feed</a>, <a href="http://developers.facebook.com/news.php?tab=blog">Developers News Feed</a>, and <a href="http://www.facebook.com/FacebookPages">Facebook Pages Notes</a>.  This way you should always be aware of a problem or an upcoming change before your client.  The feeds are available via RSS or email except for the Pages Notes which seems to only be RSS.</li>
<li>Stay up to date with the <a href="http://wiki.developers.facebook.com/index.php/Developer_Roadmap">Developer Roadmap</a> in the wiki.  You can create an account in the wiki and “watch” this page to get notified of changes.</li>
<li>If the client library you&#8217;re using has a svn repository, you can check the log to read about changes.  For example, this command works for the PHP library &#8211; svn log -v http://svn.facebook.com/svnroot/platform/clients/php/trunk/.  The ActionScript library on Google code page has a web interface for browsing changes &#8211; http://code.google.com/p/facebook-actionscript-api/source/list.  There are some tools for automatically getting notified of an update to the code: <a href="http://www.svnmonitor.com/default.shtml">SVN-Monitor</a>, <a href="http://tools.tortoisesvn.net/CommitMonitor">CommitMonitor</a>, and <a href="http://svnnotifier.tigris.org/">SVN Notifier</a>.  Unfortunately, these are all Windows programs.  Leave a comment if you know of one for Mac or Linux (yes, we know you can easily write a cron script to do it <img src='http://www.socialmediaplayground.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>In summary, at this stage if someone says “We want to do this and that with Facebook,” the best thing to do is say “I can try but I make no guarantees” instead of “Sure, it’s totally possible” because with Facebook you never know if what is available today will be still available by the time your application is ready to launch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/facebook-an-angel-for-marketers-the-devil-for-developers/2010/01/29/feed/</wfw:commentRss>
		<slash:comments>1014</slash:comments>
		</item>
		<item>
		<title>Want to add Social Media to your marketing mix? Leave it to the experts.</title>
		<link>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts</link>
		<comments>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:44:28 +0000</pubDate>
		<dc:creator>Affinitive</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[Self-Promotion]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[fameball]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[marketing sherpa]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[word of mouth]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=414</guid>
		<description><![CDATA[This week Marketing Sherpa asks the question &#8220;How Knowledgeable are Marketers [about Social Media] who have no Social Media experience?&#8221; Quite an interesting question indeed. With Social Media being a super hyped little pair of buzz words, every agency, self-promoting fameball, or major brand who follows trendy little buzz words has jumped on the tweeting, [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:left;margin: 0 10px 15px 0;" title="marketing-sherpa-chart1" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2009/04/marketing-sherpa-chart1-300x229.jpg" alt="marketing-sherpa-chart1" width="300" height="229" />This week<a href="http://www.marketingsherpa.com/article.php?ident=31174" target="_blank"> Marketing Sherpa asks the question</a> &#8220;How Knowledgeable are Marketers [about Social Media] who have no Social Media experience?&#8221;</p>
<p>Quite an interesting question indeed. With Social Media being a super hyped little pair of buzz words, every agency, <a href="http://gawker.com/search/fameball/" target="_blank">self-promoting fameball</a>, or major brand who follows trendy little buzz words has jumped on the tweeting, wall-posting, super-poking bandwagon.</p>
<p>While they are most definitely right to be on the wagon, the deployment of a Social Media initiative is not something one embarks upon without any planning or experience. It is one thing to be a celebrity building your own online brand, but even then you have to be wary. The room for interpretation on the context of your tweets, blog posts, or status updates is a pretty big room and the elephant in it is that whether you are a brand or Demi Moore, the online world of snark just wants to see you stumble.  Just like that photograph of you on <a href="http://www.nypost.com/pagesix" target="_blank">Page Six</a> in your unflattering sweats or that consumer complaint about an experience with your brand or one of your employees that now has 50,000 views on <a href="http://consumerist.com/5210648/#c12066956" target="_blank">Consumerist</a>, dipping your toes into Social Media has to be done clearly and with purpose.</p>
<p>Even without the fear or risk of negative backlash, in order to make a lasting impression that positively supports your brand and that has a trajectory for growth and &#8220;viral&#8221; legs, one must have a firm foundation based on knowledge and experience, on what works and what doesn&#8217;t.</p>
<p>Which is why, as with every other marketing tactic or medium, having a strategy is important.  Your Social Media initiatives should be integrated with your overall brand strategy, whether you are trying to peddle a product, fameball, celebrity, or brand.  There should be goals, objectives, benchmarks, and a thought out approach that makes sense for what it is that you want to communicate and how you wish to communicate it.</p>
<p>In this <a href="http://www.marketingsherpa.com/article.php?ident=31174" target="_blank">Marketing Sherpa study, </a>they concluded that <em>&#8221; Two-thirds of marketers who work for organizations that have not used any form of social media marketing or PR consider themselves “very knowledgeable” or “somewhat knowledgeable” about this emerging strategy. Their overconfidence in unproven ability can doom social media initiatives to failure.&#8221;</em></p>
<p>It is a mistake to believe that if you build it, they will come.</p>
<p>To believe that you can set up a <a href="http://www.youtube.com/user/WholeFoodsMarket" target="_blank">YouTube channel, upload a few videos</a>, and boom, there you have viral video is about as logical as believing that people with a video camera can create a Super Bowl commercial. Although in some cases, the former does happen, more often than not  it doesn&#8217;t and won&#8217;t.</p>
<p>In the same manner, it is foolish to believe that just because you create a <a href="http://www.facebook.com" target="_blank">Facebook</a> or <a href="http://www.apple.com/iphone/" target="_blank">iPhone</a> application and put it out in the universe, people will use it. The application directory on Facebook is flooded with applications, most of which (the most recent stat I heard was 99%) <a href="http://www.allfacebook.com/facebook-application-statistics/" target="_blank">are basically inactive</a>. Even the top Facebook applications that were previously deemed &#8220;successful&#8221; have seen <a href="http://www.allfacebook.com/2009/04/top-application-decline/" target="_blank">a decrease in usage that averages between 15-24% with the new Facebook redesign.</a></p>
<p>While I do believe that it is possible for some brands to embark upon a Social Media plan &#8220;in house&#8221;, it is increasingly important to do so with someone taking the reigns who has Social Media experience and expertise. If you want to cut through the clutter, ward off any potential viral embarrassment, and most importantly, have a successful initiative having someone on board who knows the space &#8211; not as a user<strong>, but as a marketer,</strong> is key.</p>
<p>As an employee of an agency that dipped its own toes into Social Media before it was so totally trendy and part of a majority of Fortune 1000 marketing budgets, I can say that the overzealous nature of marketers to believe they fully understand Social Media is partially exciting. It is nice to have these mediums &amp; tactics that we believe (and have for quite some time) to be viable be recognized and appreciated by the more traditional marketers.</p>
<p>I just urge you to remember that just like other traditional and existing non-traditional tactics, strategy is key. While a rogue effort by someone with no experience could prove to be successful, lightning rarely strikes in the same place twice.</p>
<p>It is best to consult with, hire, or bring to the team, someone(s) with a true passion for and expertise and experience in Social Media.</p>
<p>These two buzz words are best buzzed about by someone who knows how to properly buzz them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/want-to-add-social-media-to-your-marketing-mix-leave-it-to-the-experts/2009/04/17/feed/</wfw:commentRss>
		<slash:comments>280</slash:comments>
		</item>
		<item>
		<title>What vs. How: Fundamental Differentiation in the Social Media Sphere</title>
		<link>http://www.socialmediaplayground.com/social-media/what-vs-how-fundamental-differentiation-in-the-social-media-sphere/2009/02/03/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-vs-how-fundamental-differentiation-in-the-social-media-sphere</link>
		<comments>http://www.socialmediaplayground.com/social-media/what-vs-how-fundamental-differentiation-in-the-social-media-sphere/2009/02/03/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 16:35:39 +0000</pubDate>
		<dc:creator>Patrick Courtney</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[brands]]></category>
		<category><![CDATA[buzz]]></category>
		<category><![CDATA[cnn]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[purple cow]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vitrue]]></category>
		<category><![CDATA[word of mouth]]></category>
		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=159</guid>
		<description><![CDATA[Earlier last week I came across the Top 100 Social Brands of 2008, a list compiled by measuring brand mentions across social media platforms and based on an average of these mentions for each brand in the month of December. Upon reading the list, I was especially struck by the top two brands, the iPhone [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier last week I came across the <a href="http://adage.com/digitalnext/article?article_id=134180">Top 100 Social Brands of 2008</a>, a list compiled by measuring brand mentions across social media platforms and based on an average of these mentions for each brand in the month of December.</p>
<p>Upon reading the list, I was especially struck by the top two brands, the iPhone and CNN.  While one is a relatively new <img class="alignright" style="float: right;" src="http://www.mp4converter.net/images/upload/iphone_home.gif" alt="" width="189" height="311" />product that has revolutionized the way we use mobile and, most recently, <a href="http://www.alleyinsider.com/2009/1/att-q4-iphone-sales">doubled its Q4 sales</a> over the previous year, the other is a nearly 30 year old news network competing with countless other organizations producing much the same product.  So why their congruent success?</p>
<p>It&#8217;s easy to understand why iphone topped the list.  The iphone has enabled the use of social media applications mobilely unlike any phone before it, and with a large majority of tech journalists and early adopters utilizing social media tools like Twitter, Digg, and Facebook, it makes sense why the internet was abuzz with the iPhone in 2008.</p>
<p>CNN, on the other hand, is a bit different.  Its product, journalism, is ubiquitous.  While there can be discerning attributes to the network’s journalism that may set it apart; journalistic integrity, un-biased coverage, evocative subject matter, it is only marginal in scale and certainly not enough to create large amounts of buzz, as the news is a product reproduced by myriad publishing organizations.  So why does CNN beat all but the iphone in social media mentions?  What makes it nearly as buzzworthy as the revolutionary iPhone?</p>
<p>I like to think of it as the &#8220;what&#8221; vs &#8220;how&#8221; differentiation.  The iPhone&#8217;s success is the iPhone.  It&#8217;s a product that&#8217;s buzzworthy for what it is and how it changes our everyday interactions.  Congrats to Apple and Jobs for developing such an amazing product.  However, CNN can&#8217;t rely solely on it&#8217;s &#8220;what,&#8221; the quality of its journalism.  Instead, CNN must rely more heavily on the &#8220;how,&#8221; the way it is delivered and the experience they provide.<a href="http://www.readwriteweb.com/archives/facebook_and_cnn_the_power_of_the_social_web_revealed.php"><img class="alignright" style="float: right;" src="http://www.readwriteweb.com/images/fbconnect-obama.jpg" alt="Image courtesy of ReadWriteWeb" width="312" height="168" /></a></p>
<p>This is where CNN levels its competitors.   CNN has joined the social media space in an innovative way that provides utility to its audience.  Case in point: the presidential inauguration.  CNN, like most other major networks, <a href="http://newteevee.com/2009/01/14/where-to-watch-obamas-inauguration-online/">streamed the inauguration</a> live on their website.  But while the majority focused on the quantity and ease of access to coverage, CNN focused on the social media integration.  CNN <a href="http://www.readwriteweb.com/archives/facebook_and_cnn_the_power_of_the_social_web_revealed.php">allowed their audience to connect</a> and interact with their Facebook friends with a click of a mouse.  After the inauguration, CNN set up &#8220;<a href="http://www.cnn.com/SPECIALS/2009/44.president/inauguration/themoment/">The Moment</a>,&#8221; a Microsoft photosynth experience encouraging inauguration attendees to submit their photos, creating a 3D image experience created by the people, for the people.  Gimmicky, sure, but it&#8217;s buzzworthy.</p>
<p>I recognize that the particular examples cited previously occurred in 2009, I cited them as the freshest examples of CNN&#8217;s innovation.  In 2008 CNN impressed us with Rick Sanchez et al. <a href="http://mashable.com/2008/09/04/cnn-twitter/">incorporating Twitter into on air segments</a>, iReports, and essential tools and features such as RSS, bookmarks, and embeddable video (not to mention tech-geeky stunts including <a href="http://weblogs.newsday.com/entertainment/tv/blog/star-wars-hologram.jpg">holograms</a> and complex <a href="http://www.wikinomics.com/blog/uploads/minority-report-ui.jpg">touch-screen maps</a>.)</p>
<p>CNN continues to pursue what gives them that &#8216;<a href="http://www.sethgodin.com/purple/">purple cow</a>&#8216; effect that inevitably draws the spotlight on a brand.  While their &#8216;what&#8217; may be good, it&#8217;s their &#8216;how&#8217; that is exceptional.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/social-media/what-vs-how-fundamental-differentiation-in-the-social-media-sphere/2009/02/03/feed/</wfw:commentRss>
		<slash:comments>182</slash:comments>
		</item>
		<item>
		<title>The Videophone Trap (or&#8230; History Often Repeats with New Technology)</title>
		<link>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-videophone-trap-or-history-often-repeats-with-new-technology</link>
		<comments>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 20:11:49 +0000</pubDate>
		<dc:creator>Tom Kincaid</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[interactive television]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[location-based services]]></category>
		<category><![CDATA[Starbucks]]></category>
		<category><![CDATA[Videophone]]></category>
		<guid isPermaLink="false">http://www.socialmediaplayground.com/?p=106</guid>
		<description><![CDATA[I recently attended a conference on location based services and although this is an area of amazing potential, I was reminded how easy it is with new technologies to get caught in what I&#8217;ll call &#8220;The Videophone Trap&#8221;. In this, people within an industry become obsessed with, and base entire business models on, demonstrating certain [...]]]></description>
			<content:encoded><![CDATA[<p>I recently attended a <a href="http://www4.gsb.columbia.edu/citi/events/lbs08" target="_blank">conference on location based services</a> and although this is an area of amazing potential, I was reminded how easy it is with new technologies to get caught in what I&#8217;ll call <strong>&#8220;The Videophone Trap&#8221;</strong>. In this, people within an industry become obsessed with, and base entire business models on, demonstrating certain capabilities of technology rather than using it to solve human problems or provide any actual value to users.</p>
<p><img style="float:left;margin-right:10px;margin-bottom:5px;" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/eyephone1.jpg" alt="" />The videophone was a revolutionary product that was featured prominently in the 1964 World&#8217;s Fair. Huge amounts of time and money were spent creating it and just because it was technically possible, it was predicted that there would be an enormous demand for it. But it turned out that no one actually wanted a videophone. In fact, that the parties cannot see what each other looks like is viewed by most people as a major benefit to voice-only communication not a limitation.</p>
<p>When I worked in Interactive Television, every year there would be two or three companies that invested a large amount of effort in developing systems to allow users to click on a person on the screen. The envisioned killer app for this was inevitably buying what the person was wearing, the example being whatever happed to be the hit show of the moment such as Sex and the City. Even ignoring the difficulties of coordinating the business cycles of television and fashion to have products on shelves when a show airs, it was always a cumbersome user experience. TV shows are edited (such as cutting between two people having a conversation) so timing a click to be on the intended person is difficult. It would be much easier to simply select that actor from a menu. The hubris of these technologists is such that one company even blatant stated that TV shows would no longer need to be edited as if it were a flaw that would finally be corrected with their product.</p>
<p><img style="float:right;margin-left:10px;margin-bottom:5px;" src="http://www.socialmediaplayground.com/wordpress/wp-content/uploads/2008/07/iphone1.jpg" alt="" />Now with location based services, the holy grail is evidently walking down the street and getting beamed a coupon when passing by a certain vendor, usually Starbucks. Apparently the technologists&#8217; vision of the future is being bombarded with offers as we stroll down a city street, even though everyone at the conference admittedly had no desire for this much less the average person. But these efforts perpetuate because it makes a good trade show demo and an even better pitch to a client or venture capitalist. Unfortunately, as we&#8217;ve seen in a <a href="http://www.socialmediaplayground.com/social-media/why-do-corporate-facebook-apps-often-fail/2008/06/28/" target="_blank">previous post</a>, selling the client on the presentation rather than the result usually leads to something that no one actually uses.</p>
<p>Modern humans evolved about 200,000 years ago and we all have the essentially the same brains as our ancient ancestors. It&#8217;s amazing that something like a film can deeply emotionally engage us, but it somehow taps into the way our minds work. Social interaction whether around a campfire or on Facebook hasn&#8217;t changed much; people still want essentially the same things whether it&#8217;s to flirt or boast or establish social hierarchies. Technology and media that address human needs or solve human problems can be very successful. Some companies like Apple are amazingly adept at this. Products that simply demonstrate their technical capabilities are doomed to fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.socialmediaplayground.com/technology/the-videophone-trap-or-history-often-repeats-with-new-technology/2008/07/16/feed/</wfw:commentRss>
		<slash:comments>169</slash:comments>
		</item>
	</channel>
</rss>

