<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Guest Author - ReadWriteWeb</title>
      <link>http://www.readwriteweb.com/feeds//</link>
      <description>Posts by Guest Author on ReadWriteWeb</description>
      <language>en</language>
      <copyright>Copyright 2012 Richard MacManus</copyright>
      <managingEditor>readwriteweb@gmail.com</managingEditor>
      <lastBuildDate>Thu, 14 Apr 2011 11:00:00 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.35-en</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>Anatomy of a PDF Hack</title>
		<description><![CDATA[<p><img alt="adobe_pdf150.jpg" src="http://www.readwriteweb.com/hack/adobe_pdf150.jpg" width="150" height="150" class="mt-image-none" style="" /><br />
By Tomer Bitton, security researcher, Imperva<br />
 <br />
PDFs are widely used business file format, which makes them a common target for malware attacks.  Because PDFs have so many "features," hackers have learned how to hide attacks deep under the surface. By using a number of utilities, we are able to reverse engineer the techniques in malicious PDFs, providing insight that we can ultimately use to better protect our systems. We'll take you through the process that a hacker uses to insert a piece of malware into a sample PDF. <br />
</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=26995&amp;cb=26995' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=26995&amp;n=26995' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p><img alt="PDF1.jpg" src="http://www.readwriteweb.com/hack/PDF1.jpg" width="610" height="457" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>By opening the PDF file with a text editor it is possible to see that there are some encrypted objects.  The first circle, object 11, is a command to execute Javascript in object 12. The second and third circles, are a command for object 12 to filter the Javascript with AsciiHexDecode. The main reason for this filter is to hide malicious code inside the PDF and avoid anti-virus detection. This is our first red flag.<br />
 <br />
<img alt="pdf2.jpg" src="http://www.readwriteweb.com/hack/pdf2.jpg" width="610" height="395" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /><br />
 <br />
This second image shows how the stream is decoded, but additional analysis is required to make sense of it. Again, we will open this code with a text editor to understand its purpose.<br />
 <br />
<img alt="PDF3a.jpg" src="http://www.readwriteweb.com/hack/PDF3a.jpg" width="610" height="308" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>Opening this code as text, can see some Javascript, which is another red flag. We will now work to determine its intent.<br />
 <br />
<img alt="PDF4.jpg" src="http://www.readwriteweb.com/hack/PDF4.jpg" width="610" height="585" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>By using a utility called Malzilla, we can analyze the Javascript. We input the Javascript in the top box and decode it with the circled button. A closer look at the second circle indicates that this Javascript contains shellcode, yet another red flag.<br />
 <br />
<img alt="PDF5.jpg" src="http://www.readwriteweb.com/hack/PDF5.jpg" width="610" height="235" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>This is a closer view of the shellcode. Shellcode is typically used to exploit vulnerabilities while avoiding detection. Shellcode has earned its name for launching a command shell for the attacker to control.<br />
 <br />
<img alt="PDF6.jpg" src="http://www.readwriteweb.com/hack/PDF6.jpg" width="610" height="437" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>Again, we run a utility, this time to convert the shellcode into an Executable file, which we save, so that we can take an even closer look at its function.<br />
 <br />
<img alt="PDF7.jpg" src="http://www.readwriteweb.com/hack/PDF7.jpg" width="610" height="379" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>Here, we run yet another utility, IDA, which enables us to disassemble and debug the commands of the Executable file. As we have highlighted, this file contains multiple Nop slide functions, which are used in Shellcode attacks since the location of the Shellcode is not precisely known. This raises another red flag. From here, we should see if there are any interesting binary strings.<br />
 <br />
<img alt="PDF8.jpg" src="http://www.readwriteweb.com/hack/PDF8.jpg" width="467" height="317" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>

<p>Here we have circled multiple binary strings that should raise concern. One of the circled items, URLDownloadToFileA, is a Windows API function to download a file from a remote server and to save it on the user's PC. In this infected PDF, the shellcode uses it to point the PC to an infection point, which is the IP address we have circled (by the way, don't visit that IP address).  Once the infected file is downloaded, the shellcode will execute it, infecting the computer.<br />
 <br />
There you have it! You have to go deeper to find what is truly at the heart of this infected PDF. Hackers are intelligent about wrapping executable files in shellcode, encrypting it and hiding it in Javascript within PDF files, but by reverse engineering their techniques, we gain a better understanding of our vulnerabilities and can work to strengthen your security posture.<br />
</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/hack/2011/06/anatomy-of-a-pdf-hack.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/hack/2011/06/anatomy-of-a-pdf-hack.php</link>
         <guid>http://www.readwriteweb.com/hack/2011/06/anatomy-of-a-pdf-hack.php</guid>
         <category>How-To</category>
         <pubDate>Wed, 01 Jun 2011 06:50:25 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>What Is the Future of Gamification? [Survey]</title>
		<description><![CDATA[<p><img alt="wiifit_RWW.jpg" src="http://www.readwriteweb.com/wiifit_RWW.jpg" width="150" height="150" class="mt-image-none" style="" />Since Seth Priebatsch's <a href="http://www.readwriteweb.com/archives/how_game_mechanics_will_solve_global_warming.php">keynote</a> at this year's SXSW, excitement about adding a "game layer" to the world - liberating games from their traditional place on a computer screen and imposing game-like, social and situational constraints onto the real world (largely through mobile apps) - has positively erupted. There's been considerable interest from businesses across industries, educators, social innovators and techies alike.</p>

<p><a href="htttp://latd.com">Latitude Research</a> (which partnered with ReadWriteWeb last year on <a href="http://www.readwriteweb.com/archives/the_future_according_to_kids_immersive_intuitive_and_surprisingly_down-to-earth.php">a study about kids and future Web technology</a>) has launched a new study on <a href="http://www.latd.com/2011/03/10/game-enthusiasts-and-entrepreneurs-the-future-is-calling-you/">The Future of Gaming</a> - they want to hear fresh perspectives from both game enthusiasts and non-gamers. What do you think the role of games will (or should) be in the future? Can they motivate and inspire people to reach personal or societal goals? Can they bring together online and offline experiences in meaningful ways?<p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25998&amp;cb=25998' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25998&amp;n=25998' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[

<div class="pullquote"><a href="http://latdsurvey.net/gs1/GS1login.html">Participate in Latitude's 10-minute survey</a> on the future of gaming. A $25 Amazon gift card will be awarded to 10 individuals with the most insightful responses.* <em>Latitude's privacy policy can be viewed <a href="http://www.latd.com/2011/03/10/privacy-policy/">here</a>.</em></div><p>So far, we've heard people talking about games in terms of social discovery and community, as a means to <a href="http://arstechnica.com/gaming/news/2011/04/educational-building-blocks-how-minecraft-is-being-used-in-the-classroom.ars">improve on traditional education techniques</a>, and as a <a href="http://www.urgentevoke.com/">civic engagement</a> tool. People also want games to motivate and enable - to help them reach their ideal selves - by making things like <a href="http://healthmonth.com/">healthier habits</a> or better money management seem more attainable and enjoyable.</p>

<p>Here's how a few of our <a href="http://latdsurvey.net/gs1/GS1login.html">The Future of Gaming</a> participants have told us they have or would like to see games applied:</p>
<ul><li><p>Social Networking & Community</strong></p>
<ul><p><li>"I recently read that some people are reaching out to other players within games in an attempt to garner support for Japan in the wake of the earthquake/tsunami/(possible) nuclear disaster. In this way, games are becoming just another way we are able to interact with others be it friends or strangers across the globe."  - Will E., Associate Staff Scientist at Avedro</li></p>
<li><p>"Xbox is my generation's golf. It's how I met a comic book writer and an iOS developer."  - <a href="http://michaelcritz.com">Michael C.</a>, Designer </li></p></ul></li>
<li><p><strong>Health</strong></p>
<ul><li>"I would love for games to improve my performance. Track my inputs and set goals for them and alert me of how I am doing compared to others. One major goal I would love to gameify would be fitness."  - <a href="http://www.christianarca.com">Christian A.</a>, Studio Director at Toy Studio</li></ul>
<p align="center"><img src ="http://www.latd.com/wp-content/uploads/2011/04/health-month-screenshot.jpg" alt="Health Month Screenshot" border="1"/></p>
<p><center><em>Screenshot of <a href="http://healthmonth.com">Health Month</a>, an online social health game.</em></center></p>
<li><p><strong>Finances</strong></p>
<ul><li>"Right now having games help with  health, activity, and entertainment in general is working well for me. Going forward I'd love to have games track progress with money management and stress  relief."  - Jon R.</li></ul>
<div class="super-pullquote"><em>Guest author Kadley Gosselin is a writer for <a href="http://latd.com">Latitude Research</a> (<a href="http://twitter.com/latddotcom">@latddotcom</a>), an international research consultancy helping clients create engaging content, software and technology that harness the possibilities of the Web.</em></div><li><p><strong>Politics</strong></p>
 <ul><li>"Politicians are even using games to communicate. North Carolina governor Beverly Perdue, in the midst of controversy over state  budget cuts, <a href="http://www.governor.state.nc.us/budgetapp/">posted a game  on her website</a>&nbsp;that asked players to decide what jobs and services to  cut, or what&nbsp;taxes to raise, in order to balance the budget. (Of course,  the game didn't include any modeling of the possible effects of those cuts or taxes beyond the immediate balance sheet!)."  - Caroline R.</li></ul>
<li><p><strong>Education</strong></p>
<ul><li>"I really think that, as education moves online, we need to be harnessing the power of  computers to provide immersive interactive experiences for students. Gaming has  really pushed my thinking forward in that regard."  - <a href="http://www.tedcurran.net">Ted C.</a>, Instructional Designer at Samuel Merritt University</li></ul>

<p>What are your thoughts? 
Click <a href="http://latdsurvey.net/gs1/GS1login.html">here</a> to participate in Latitude's 10-minute survey on the future of gaming.</p>
<p><em>*Winners are determined by Latitude. Gift cards will be issued to winners by email within 8 weeks of entry, via the contact information collected at the end of the survey. One entry per person; duplicate entrants will be disqualified.</em></p>
<hr />
<p><em>To learn more about working with <a href="http://latd.com">Latitude</a>, contact: Brian Conry, Director of Sales, at <a href="mailto:bconry@latd.com">bconry@latd.com</a>, and visit us on the Web <a href="http://www.latd.com/2011/02/25/what-we-do/">here</a>. For general inquiries, contact: <a href="mailto:life-connected@latd.com">life-connected@latd.com</a>.</em></p>

<p><em><small>Creative Commons-license photo by <a href="http://www.flickr.com/photos/enfad/2783256665/sizes/o/in/photostream/">enfad</a>.</small></em></p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/what_is_the_future_of_gamification_survey.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/what_is_the_future_of_gamification_survey.php</link>
         <guid>http://www.readwriteweb.com/archives/what_is_the_future_of_gamification_survey.php</guid>
         <category>Gaming</category>
         <pubDate>Thu, 14 Apr 2011 11:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Mapping, Geolocation and the Future of Scalable Disaster Response</title>
		<description><![CDATA[<p><img alt="sossign_150x150.jpg" src="http://www.readwriteweb.com/sossign_150x150.jpg" width="150" height="150" class="mt-image-none" style="" />On Jan. 12, 2010 an earthquake of catastrophic proportions struck Haiti's capital, Port-au-Prince. Among the buildings that were leveled was a school. In spite of the roof caving into the classroom, some of the children survived and one of them managed to send an SMS message. Relief workers, however, were unable to find the location of the school. Volunteers in Boston with <a  href="http://www.ushahidi.com/">Ushahidi</a> were able to locate the source of the text message and sent that information back to the relief workers, who rescued the children. </p>

<p>This <a href="http://www.wired.com/dangerroom/2010/01/texts-tweets-saving-haitians-from-the-rubble/">rescue </a>was possible only due to the use of disruptive, community-driven Web 2.0 technology by volunteer and technical communities (VTCs) working on disaster and conflict management. VTCs such as <a href="http://www.openstreetmap.org/">OpenStreetMap</a>, <a href="http://www.crisismappers.net/">CrisisMappers,</a> <a href="http://crisiscommons.org/">Crisis Commons,</a> <a href="http://sahanafoundation.org/">Sahana </a>and <a href="http://www.ushahidi.com/">Ushahidi</a> have contributed greatly to disaster management. VTCs have used SMS, social media and satellite imagery; built communities around humanitarian efforts; and created technology tools and wikis, using open source software, hardware and platforms, as well as free cloud based services in affected countries such as Haiti, Libya and Japan. </p>

<p>Despite their successes, it has not been an easy ride. </p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25949&amp;cb=25949' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25949&amp;n=25949' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em>Guest author <a href="http://www.techtanya.com/">Tanya Gupta</a> is an international development professional by day and blogger by night.  Her day job is in the Corporate Finance unit of the <a href="http://www.worldbank.org/">World Bank</a>.  At night, she reflects about development, technology and her past life in academia, as she writes.</em></div><p>VTCs continue to face major challenges, such as language and coordination. Many disasters occur in countries that are not English speaking, while much of the volunteer community is Angolophone. Coordination can be a problem too. Established development organizations such as the UN have been dealing with crises for many years and have a rich knowledge base, but are also challenged by data silos, proprietary systems and bureaucracy. VTCs are more agile and technically adept, but can be uncoordinated. </p>

<p><a href="http://www.unfoundation.org/global-issues/technology/disaster-report.html">Disaster Relief 2.0: The Future of Information Sharing in Humanitarian Emergencies</a>, a report produced by the UN and partner organizations, examines these issues in detail. It identified a host of additional challenges facing VTCs</p>

<ol>
<li>The need to build a reputation for reliability, trust, professionalism</li>
<li>Lack of resources</li>
<li>The technical challenges of geolocation with partial information and verifying accuracy of reports</li>
<li>Building local capacity to manage disaster and conflict situations </li>
</ol>
<div class="pullquote"><em>It is true that this presents privacy concerns. However this may be a bigger issue in the West. [...] In countries where privacy is not a cultural norm or expectation, geolocation software installed on the cheapest phones could provide enormous help during disaster relief efforts.</em></div>
<p>Despite these challenges the VTCs will play an increasingly important role in the future disaster management, thanks a to a growing number of volunteers and the power of Web 2.0 technologies. </p>

<p>So, what's next? </p>

<h2>Geolocation</h2>

<p>We may see better methods of locating people during an emergency. Perhaps a Foursquare type check-in, or even better, an automatic check-in technology, where you don't have to press a button to enter where you are, could be included in low-cost cell phones. </p>

<p>It is true that this presents privacy concerns. However this may be a bigger issue in the West. For example, the Singapore constitution does not contain any explicit right to privacy. In countries where privacy is not a cultural norm or expectation, geolocation software installed on the cheapest phones could provide enormous help during disaster relief efforts.  </p>

<p>The countries with the highest number of people affected by disasters in 2010 include China, Pakistan and Thailand. These are countries where privacy protections are low, and where privacy is not a strong cultural value. They also score low on "individualism" in <a href="http://www.geert-hofstede.com/hofstede_dimensions.php">a framework developed by Greet Hofstede</a> as a way to evaluate a country's culture. </p>

<p>If we are to postulate that a lower score in individualism for a country also indicates that its people place a low importance on privacy, then it seems plausible that some disaster-prone countries could implement geolocation on cell phones without violating societal norms and save thousands, if not millions of lives.</p>

<h2>Mapping</h2>

<p>A recent trend in VTC disaster management has been to use social media data as a layer on crisis maps. For example, a <a  href="http://egypt.hypercities.com/">Hypercities project</a> maps live Twitter messages on a map of Egypt, showing the location and picture of the Twitterer. This is helpful but some of the messages are clearly not relevant to crisis mapping. The <a href="http://blogs.worldbank.org/publicsphere/social-media-good-governance-quality-challenge">challenge</a> in using social media as a crisis map layer is that the data is huge, chaotic, free, and collectively good, but individually unreliable. To improve the social media data for inclusion on crisis maps, we need to focus on quality and relevance. </p>

<p>To determine quality in a Twitter stream, we can assume that source-quality equals information-quality. To identify quality sources for a given topic, we could use Twitter sources via curated lists from <a href="http://listorious.com/top/lists#">Listorious</a> or established news media outlets and non-profits like Ushahidi. For instance Listorious has a list of reputable sources for the <a  href="http://listorious.com/nytimes/haiti-earthquake">Haiti Earthquake</a> curated by The New York Times. </p>

<p>To further refine the source-quality measure, we could also look at the number of followers of sources and the number of retweets that contain a relevant hashtag. For example, a tweet containing #civ2010 #IvoryCoast #civsocial #ict4d about the Abidjan crowd-sourced crisis map:<a href="http://is.gd/7IUkix">http://is.gd/7IUkix</a> was retweeted extensively in April.</p>

<p>We can assume that when we get higher quality tweets, the tweets are more relevant. Once the parameters for source and content quality are set, a program could read the Twitter stream and filter the quality tweets based on the selected parameters. In addition to improving the quality and relevance of the social media layer of crisis maps, perhaps we could also focus on improving the quality of the sources of the crisis map, through crowd sourcing methods such as incorporating Google's <a  href="http://www.google.com/+1/button/">+1</a> or a <a  href="http://developers.facebook.com/docs/reference/plugins/like/">like-type function</a> on information contained in the collaborative disaster maps. </p>

<p>Finally, improved matching between people needing assistance in a disaster and those who can help would add value. A service could be set up to match people affected by natural disaster with those who have the funds, goods, time or know-how to assist them. For example, <a  href="http://www.kiva.org/">Kiva</a> partners entrepreneurs with lenders via existing microfinance institutions that facilitate the loans. <a href="http://www.donorschoose.org/">DonorsChoose.org</a> matches American public school teachers who need classroom supplies with "microdonors." </p>

<p>This kind of a matching service could be set up for organizations, groups, individuals and families affected by natural disasters. Some of the elements that would include skills, available time, specialty, needs (goods and services) and urgency. </p>

<p>The future of Web 2.0, social media and their applications are as unpredictable as the people they connect. But from what we have seen and and what we can reasonably postulate,&nbsp; it is clear that these technologies have a profound positive impact in disaster management. I am sure the best is yet to come.</p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/909541">connor212</a></small></em></p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/mapping_geolocation_and_the_future_of_scalable_disaster_response.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/mapping_geolocation_and_the_future_of_scalable_disaster_response.php</link>
         <guid>http://www.readwriteweb.com/archives/mapping_geolocation_and_the_future_of_scalable_disaster_response.php</guid>
         <category>Location</category>
         <pubDate>Wed, 13 Apr 2011 13:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Help Recognize the Heroes Behind Big Data Projects Like Data.gov</title>
		<description><![CDATA[<p><img alt="datagov_logo_150x150.jpg" src="http://www.readwriteweb.com/datagov_logo_150x150.jpg" width="150" height="150" /><a href="http://www.data.gov/">Data.gov</a> is a recent example of our ability to gather, store and analyze enormous, unprecedented quantities of information. Projects like these have the power to change our lives by driving transparency, accountability and collaboration. Data.gov is a testament to the times we live in and what we can do with big data technologies. But, perhaps more importantly, it is a testament to the big data community and the talented people behind the data who are dedicated to making it meaningful to the rest of us. It's time to bring these folks out of the shadows.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25946&amp;cb=25946' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25946&amp;n=25946' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em>Guest author Scott Yara is co-founder Greenplum and VP Products, EMC. Prior to Greenplum, Scott served as VP for Digital Island, a publicly traded Internet infrastructure services company that was acquired by Cable & Wireless in 2001. You can find more of his writing at <a href="http://www.huffingtonpost.com/scott-yara">The Huffington Post</a>.</em></div><p>Data.gov launched in May 2009 with the goal of increasing public access to non-sensitive data generated by the U.S. government. It went from storing 47 datasets at its initial launch to more than 250,000 datasets one year later. Despite its success, it's likely that it will loose <a href="http://www.readwriteweb.com/archives/datagov_et_al_budget_slashed_by_75.php">up to 75% of its funding</a> as part of the new federal budget. Its fate is now up to the federal CIO office, which will decide how to implement those cuts - along with cuts to multiple transparency projects like <a href="http://usaspending.gov/">USASpending.gov</a>, <a href="http://apps.gov/now">Apps.gov/now</a> and <a href="http://">Paymentaccuracy.gov</a> - later this year. A campaign to "<a href="http://sunlightfoundation.com/savethedata/">Save the Data</a>" has been launched, and numerous folks have spoken up against the decision, including more than 50 startups that plan to continue to <a href="http://smartdatacollective.com/geoff-domoracki/34572/datagov-goes-dark-50-startups-prepare-take-its-place">make the data accessible</a>.</p>

<p>Data.gov is a high-profile big data project, and there many, many projects like these going on all the time, all around us. Talented information alchemists work quietly in the shadows of data centers and corners of computer labs at some of the world's most innovative enterprises, solving mankind's most challenging problems, and uncovering new opportunities based on startling new insights from mountains of ones and zeros.</p>
<div class="super-pullquote"><div style="text-align: center;"><b>Data Hero Awards 2011</b></div><br>If you're reading this on or prior to Friday, April 22, 2011, there's still time to <a href="http://www.dataheroawards.com/">submit a nomination</a> for the Data Hero Awards 2011. Supporting documentation is optional, but you're welcome to send us research papers, examples of media coverage and testimonials from third-party sources or customers.<br><br>Winners will be selected by an independent panel of judges drafted from the big data world. The judges will assess candidates based on how well their innovations break with conventional ideas or processes, whether they went beyond marginal improvements on something that already existed, if they have made a long lasting impact on future innovations and, of course, whether they are able to leap tall data warehouses in a single bound. The honorees will be announced at the EMC World Conference in Las Vegas, May 9-12, 2011 and online at <a href="http://www.emc.com">EMC.com</a>.</div>
<p>These professionals are the new heroes of the big data era. They're engineers, programmers, statisticians and other information professionals with a seemingly supernatural ability to survey, scrutinize, process and make magic with massive caches of data. They examine data under a virtual microscope with a sharp, technology-enabled eye, and they discover insights that inspire new opportunities. They are deeply engaged in an emerging new big data discipline that we refer to as "data science."</p>

<p>Our team at <a href="http://www.greenplum.com/">EMC Greenplum</a> wanted to bring these information heroes out of the shadows and into the spotlight. We created the <a href="http://www.dataheroawards.com/">Data Hero Awards 2011</a> to honor the individuals, companies, organizations and government agencies worldwide that are setting the pace for our industry through their use of next-generation data analytics to create current-day innovations.</p>

<p>We're searching for big data breakthroughs at Internet and e-commerce companies, Web and new media, high tech, clean tech/green tech, consumer products, life sciences, health care, government, social services, education, energy, oil and gas, manufacturing and anywhere that truly great data science has erupted organically.</p>

<p>I urge you to take this opportunity to recognize the data heroes in your life. Let's rally behind these under-appreciated heroes and give them the same support being shown to Data.gov.</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/help_recognize_the_heroes_behind_big_data_projects_like_datagov.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/help_recognize_the_heroes_behind_big_data_projects_like_datagov.php</link>
         <guid>http://www.readwriteweb.com/archives/help_recognize_the_heroes_behind_big_data_projects_like_datagov.php</guid>
         <category>Data Services</category>
         <pubDate>Wed, 13 Apr 2011 11:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>2011: The Year the Check-in Died</title>
		<description><![CDATA[<p><img alt="compas_location_150x150.jpg" src="http://www.readwriteweb.com/compas_location_150x150.jpg" width="150" height="150" />Early last year, "checking in" was the cool new craze. No visit to your favorite tech news site could be had without getting buried in an avalanche of articles about Foursquare, Gowalla, Loopt, BriteKite or a myriad other startups. The big guys quickly followed suit:  Yelp introduced "Check-Ins" while Facebook launched "Places" and most recently, Google Latitude updated to incorporate check-ins and check-outs. But here's the thing: the trends aren't actually that good.</p>

<p>Let's look at Foursquare and Facebook. First, there's no doubt Foursquare is throwing off some impressive numbers (e.g. the company's recent announcement of  8.5 million users). It typically announces total, rather than active, users and that number is roughly growing <a href="http://www.quora.com/foursquare/Has-foursquares-growth-been-stalling?q=Foursquare">linearly</a> at present. Total users, by definition, of course, only goes up - yet according to <a href="http://compete.com/">compete.com</a>, Web traffic has <a href="http://siteanalytics.compete.com/foursquare.com/">declined</a> for five consecutive months, amounting to a 50% reduction in traffic over that period. And while traffic isn't the best indicator of usage, Web visits should be just as likely now as five months ago, and it's certainly not a positive sign of rapid growth in usage.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25608&amp;cb=25608' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25608&amp;n=25608' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><i>Guest author Mark Watkins is the CEO and co-founder of <a href="http://www.goby.com">Goby</a>, an inspiration engine for finding fun things to do. Prior to Goby Mark led R&D at Endeca, a search and business intelligence software company. You can follow him at @<a href="http://www.twitter.com/viking2917">viking2917</a>.</i></div><p>In July 2010, Foursquare had 2 million users performing <a href="http://themetricsystem.rjmetrics.com/2010/07/08/foursquare-outpacing-gowalla-as-it-approaches-2-million-users/,%20http:/blog.trendrr.com/2010/07/26/foursquare-check-ins-analysis-july-11th-through-july-17th/">1 million</a> check-ins per day. By the end of the year, that number had risen to 5 million users performing <a href="http://techcrunch.com/2010/12/08/foursquare-hits-2-million-check-ins-25k-new-users-daily/">2 million</a> check-ins per day. Impressive growth, yet this means check-ins per user declined from 0.5 per person to 0.4. It also suggests that many of those five million users aren't active. </p>

<p>The trend for Facebook Places is even worse. Facebook had at least 30 million members check in at least once in a shorter time frame as a newer service with a larger built in user base. Yet Facebook Places offers even less value than a Foursquare check-in. There are no points to win and no discovery element like tips; it's just a flat statement that, "I am at Starbucks." As a result, <a href="http://www.businessinsider.com/chart-of-the-day-foursquare-vs-facebook-places-2010-10">early indications</a> are that Facebook check-ins strongly lag Foursquare check-ins. </p>

<p>The other day, I checked in for lunch at the Ace Hotel in New York City, an epicenter of the digital elite, and, according the Foursquare, the single most checked-into hotel in the world. The place was packed and I could barely get through the door, much less find a place to sit down. Yet, over the course of my two-hour stay, only three other people checked in. </p>

<h2>Why Check-ins Are Going to Falter</h2>

<p>In 2011 check-ins are going to go the way of the eight-track tape and disappear. You probably already see this happening. How many of your friends are consistently checking in and broadcasting? How many "I just ousted Fred as the mayor of Starbucks" messages do you see in your stream? Across my network - a large and tech-savvy network - I see less than 1% of people checking in on any service, and the trend is down. Some people are undoubtedly checking in privately, but that has major (negative) implications for how a service can spread.</p>

<div class="pullquote" style="float:left"><i>People are creating a personal online identity for themselves, showcasing who they are by telling everyone what they're doing. (Less charitably: they're bragging, and I'm just as guilty of it as most).</i></div><p>Both Yelp and Facebook have the advantage of huge audiences who visit the services with a clear purpose. People are on Facebook to socialize, and on Yelp looking for a great restaurant. Check-in services aren't going to replicate this scale or focus of audience in the short run, making it hard to make check-ins a mainstream activity. A number of check-in services have effectively already thrown in the towel; BriteKite abandoned its check-ins entirely and Gowalla integrated itself with Facebook and Foursquare check-ins.</p>

<p>All of this doesn't mean, however, that Gowalla, Foursquare, MyTown, Loopt and all the services with check-ins at their core are necessarily going out of business. It <i>does</i> mean they need to find a way to deliver deep value to people <i>beyond</i> the check-in. And unless Facebook and Google provide more value than they currently do, their check-in services will languish as well.</p>

<p>Let's take a look at why check-ins are going to falter and then explore some areas for delivery of deep, lasting value.</p>

<h2>Why do people check in? Why should they?</h2>
<br>
<ul><li><b>Finding people near you, a.k.a. serendipity</b>: When your friends happen to be at the same location, it's like magic. Especially useful at conferences, this is check-ins at their best. </li>

<li><b>Points and the hoped-for rewards</b>: Whether it is rewards on SCVNGR or deals on Foursquare, people hope to get a discount: a free appetizer, a dollar off coffee. These deals are in their very early stages on location-based services.</li>

<li><b>To remember things</b>: In new cities or new venues, I'll often check in (privately) just to remember  the place I went. Marshall Kirkpatrick has <a href="http://www.readwriteweb.com/archives/why_use_location_checkin_apps.php">discussed this use case</a> as well.</li>

<li><b>Personal branding</b>: While most people wouldn't use this term, it is what's going on. People are creating a personal online identity for themselves, showcasing who they are by telling everyone what they're doing. (Less charitably: they're bragging, and I'm just as guilty of it as most). </li>
</ul>

<p>Here's why none of these are going to lead to significant growth for the LBS players.</p>

<ul><li>The serendipity factor is very much a creature of big cities, certain demographic segments, and New York in particular. If you're in New York, where all your friends are within 10 blocks of you and can quickly get from one location to the next, this is actually awesome. But it's not so hot in big cities like Los Angeles that are too spread out for these serendipitous moments to happen.</li>

<li>Games are fun for about two weeks, but most don't have staying power. Like a lot of folks, I really dig Call of Duty: Black Ops, but I can only kill so many zombies before it's time to do something else. Games are a novelty and have a very finite shelf life. So long as check-ins are &quot;just a game&quot;, they'll be subject to the short life cycle <i>of</i> a game. </li>

<li>Remembering things holds promise of long-term value; a digital memory bank of places I've been could be really handy. It's just not clear that most people really need it. Unless you spend all your time traveling and going new places, there's just not that much to remember. </li>

<li>Personal branding is most common amongst the digital elite - the bloggers, social media mavens, tech execs (ok, I plead guilty). Outside a niche set of people who want the personal branding (or ego boost) of the check-in, most people not only don't want to check-in, but they don't know why they should. Most women I talk to are creeped out by broadcasting their location. </li></ul>

<em><strong>Next page: </strong>How do check-in services go mainstream?</em>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/445655">KecMec</a></small></em></p>
<!--nextpage-->
<h2>How do check-in services go mainstream?</h2>

<p>Today, check-ins are mostly the purview of the tech savvy. What would drive the general population to engage on a sustained basis?</p>

<ol><li><p><b>Socializing</b>. If I see my friends doing it consistently, I might do so as well. Yet (at least on Foursquare), more and more people are checking in privately, choking off a key viral loop. Finding a way to socialize where you are or where you'll be in a way that isn't simply annoying, and has the right privacy model, is key.</p></li>

<li><p><b>Deals</b>. If I can regularly and repeatedly get some kind of economic value from checking in, I'll probably continue to do so. But there are big challenges for location-based deals. Groupon has a reach to local businesses (through their sales force) that far outstrips anyone except possibly Google or Facebook. A lot of businesses have broken their pick trying to sell direct to hyperlocal businesses at national scale. The deals also have to be substantive enough to change behavior. </p>

<div class="pullquote"><i>The power and the limitation of check-ins is that they're after the fact. It's powerful because you, the system and the local merchant know exactly where you are, in the moment. The downside is that check-ins don't really help you decide anything.</i></div><p>If I'm a Dunkin' Donuts zealot, for instance, I'm probably not going to change my behavior and go to a Starbucks just to save $1. Location-based deals reward decisions already made. If I'm already at Starbucks, why do they want to offer me a deal? It may reward behavior, but doesn't incentivize it. </p>

<p> Having to be on-location to get a deal limits the reach of a deal, and doesn't drive foot traffic. I just got the world's best Groupon (for a book lover like me): $10 off $20 at Barnes &amp; Noble. This is going to drive me into a store. But I can't find that deal on Facebook or Foursquare because I'm not anywhere near a store right now! The brilliance of Groupon is surfacing the deal before you've made a decision, and generally only costs the business money when it has product additional foot traffic to the store. </p></li>

<li><p><b>Photos</b>. Photos being shared in the moment by location could tap into one of the key early drivers of Facebook growth  photo sharing, and seeing what you're friends are up to. A photo is way more powerful than a cryptic Twitter post about a check-in. Foursquare's new photo capability will be interesting to watch. But, with Facebook I can already share photos in the moment and don't really need Places to do that.</p></li>

<li><p><b>Discovery</b>. The power and the limitation of check-ins is that they're after the fact. It's powerful because you, the system and the local merchant know exactly where you are, in the moment. The downside is that check-ins don't really help you decide anything - they simply recognize and broadcast a decision you've already made. If you're trying to decide where to eat or what concert to go to, a check-in doesn't help. If you are an advertiser trying to influence behavior, you want your message presented before the decision is made, not after, which is when the check-in occurs. </p>

<p>The larger check-in services have yet to empower real discovery. But if Foursquare's app was encouraging me to broadcast where I will be checking in this weekend, or showing me which sushi spots had the most check-ins, that could be extraordinarily powerful. But they've not really done that yet. </p>

<p>Facebook Places is even more limited. Have you ever tried to find a &quot;Place&quot; in Facebook? The mobile apps will let you broadcast your location and not much else - there's no way to explore or find new locations or get recommendations from your friends. Nor does Facebook Places give you a way to let your friends know what you will be doing, only where you are now. It is all after the fact.</p></li></ol>

<p>In 2011, a service that's just about check-ins is going to struggle (best case) or die (worst case). Those that succeed need to find a stronger motivation than badges and self-branding to thrive. That might come in the form of coupons and discounts, but that will run into trouble with the likes of Groupon and Facebook, both of which have far larger distribution. It might also come in the form of some kind of recommendation or discovery service, or personal journaling. Foursquare's new Explore feature is a step in this direction. </p>

<p>There's real opportunity here, and the check-in services have a lot of data they could harness for this. But unless "normal" people find direct, personal value in the service, they're not going to adopt it and the service will remain as a toy for the tech-obsessed.  </p>

]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/2011_the_year_the_check-in_died.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/2011_the_year_the_check-in_died.php</link>
         <guid>http://www.readwriteweb.com/archives/2011_the_year_the_check-in_died.php</guid>
         <category>Location</category>
         <pubDate>Tue, 12 Apr 2011 10:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>The Advantage of Cloud Infrastructure: Servers are Software</title>
		<description><![CDATA[<p><img alt="cloud_server_software_150x150.png" src="http://www.readwriteweb.com/cloud/cloud_server_software_150x150.png" width="150" height="149" class="mt-image-none" style="" />More and more companies are moving from traditional servers to virtual servers in the cloud, and many new service-based deployments are starting in the cloud.  However, despite the overwhelming popularity of the cloud here, deployments in the cloud look a lot like deployments on traditional servers.  Companies are not changing their systems architecture to take advantage of some of the unique aspects of being in the cloud.</p>

<p>The key difference between remotely-hosted, virtualized, on-demand-by-API servers (the definition of the &#8220;cloud&#8221; for this post) and any other hardware-based deployment (e.g., dedicated, co-located, or not-on-demand-by-API virtualized servers) is that <em>servers are software</em> on the cloud.</p>


<p>Software applications traditionally differ from server environments in several key ways:</p>

]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25611&amp;cb=25611' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25611&amp;n=25611' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><i>Guest author Joe Masters Emison is VP of research and development at <a href="http://www.buildfax.com/">BuildFax</a>, the only national provider of building, remodel, and repair records on homes and businesses.  He designed BuildFax's cloud infrastructure and Pragmatic Extract-Transform-and-Load (PETL) data-processing pipeline.</i></div><ol>
<li>Traditional servers require humans and hours&#8211;if not days&#8211;to launch; Software launches automatically and on demand in seconds or minutes</li>
<li>Traditional servers are physically limited&#8211;companies have a finite number available to them; Software, as a virtual/information resource, has no such physical limitation</li>
<li>Traditional servers are designed to serve many functions (often because of the above-mentioned physical limitations); Software is generally designed to serve a single function</li>
<li>Traditional servers are not designed to be discarded; Software is built around the idea that it runs ephemerally and can be terminated at any moment</li>
</ol>
<p>On the cloud, these differences <em>can</em> disappear.  The operative word is &#8220;can&#8221;&#8211;a look at the current mainstream discussions and advertisements of cloud services shows a distinct lack of interest in taking advantage of the crumbling wall between server and software.  </p>

<p>Many hosting services that provide &#8220;cloud servers&#8221; have IT support staff who have to allocate the servers.  Others have pricing plans (e.g., large monthly minimums) that essentially force the cloud servers to have the same physical limitations as traditional servers.  And finally, very few triumphal case studies for the cloud focus on how the ephemeral or single-function possibilities of cloud servers have led to better, cheaper, faster, more fault-tolerant, and more secure infrastructure designs.</p>

<p>(Of note, when considering the above definition of the cloud, Google had the first cloud and the first cloud-enabled infrastructure with its essentially unlimited white-box, cheap servers and revolutionary MapReduce and BigTable technologies that enable ephemeral, single-function applications.)</p>

<h2>Why Servers are Better as Software</h2>

<p>Servers as software are better: cheaper, faster, more fault-tolerant, and more secure than traditional servers.  Much of why servers as software are better goes to the two most commonly-named benefits of the cloud: the cloud is cheaper, and the cloud has virtually-unlimited resources (i.e., it&#8217;s easy to scale).</p>

<p>The cloud is cheaper <em>in theory</em> because payment is per resource used, but may not be cheaper <em>in practice</em>&#8211;because you may be using resources inefficiently.  For example, if you have a server that gets used heavily during weekdays, but rarely during the night or on weekends, then if you are paying for a cloud server to handle the heavy traffic 24/7, you&#8217;re not paying just for real usage; you&#8217;re paying for idle as well.  On the other hand, if your server is software, it can relaunch with less resources at night and on weekends and with more resources on weekdays.</p>

<p>The cost benefits increase beyond the above day/night example when one considers the single-function paradigm: if each server-as-software only exists to serve a single function, both the resources and the run-time allocated to that function can be limited to the bare essentials.  Also, in a single-function server-as-software environment, resources can be scaled up to make the one function run <em>faster</em> without having to worry about having to keep those resources around for other functions.</p>

<p>In case it is not wholly obvious, an architecture designed around ephemerality will be more fault-tolerant.  Finally, single-function, ephemeral servers can be more secure than traditional servers because they are limited in their access to data and resources (being single-function) and they are built to disappear (being ephemeral).</p>

<em><strong>Next page: </strong>Taking Advantage of the Cloud Infrastructure: Database Servers</em>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/565557">Manthy</a> </small></em></p>

<!--nextpage-->
<h2>Taking Advantage of the Cloud Infrastructure: Database Servers</h2>

<p>So how will the <em>server-as-software</em> nature of the cloud change infrastructure design?  The biggest advantages should be realized in uses that write critical data (as opposed to read-only or temporary-data write uses), because those are the hardest to change and scale.</p>

<p>Take, for example, the database server.  In many ways, the place and design of a database server in system infrastructure is much the same as it was at the beginning of the personal computer revolution: a beefy machine that handles all data-related writing and retrieval, perhaps with a backup waiting in the wings.  An Oracle database server circa 1995 in a LAN client/server architecture looks very similar to a cloud-hosted MySQL instance serving a web application frontend: humans are required to launch or fail over, physical resources are limiting (prohibitively expensive, humans required, and&#8211;in the cloud&#8211;slow I/O), and dependent clients require the database server to have 100% uptime.  </p>

<p>And perhaps the only software-like aspect that a database server might have&#8211;a single function&#8211;is usually untrue, as database servers often handle many different functions (e.g. authentication, storage and retrieval of user data, storage and retrieval of global data, exact record retrieval, full-text searching, and BI-like aggregation and number-crunching).</p>

<p>However, by embracing the software-like aspects of the cloud, database servers can be redesigned, getting better, cheaper, faster, and more secure.  One step in redesigning the database server can be to split out its various functions to different servers: a cache server for frequently-read items (e.g. Memcached), an OLAP database server for business intelligence (e.g. Mondrian with a local MySQL database), a full-text index database for text-based searches (e.g. Apache Solr), and different relational databases for other purposes (e.g. PostGIS for geospatial data and MySQL for typical structured transactional data).  </p>

<p>By breaking out these various functions, the infrastructure designer can allocate exactly the right amount of needed resources to each function, each function will be running on a platform designed to deliver optimal performance, and the security settings can admit only those authorized for the particular function into each server.</p>

<p>However, the above functional breakout does not harness the cloud&#8217;s essentially-unlimited resources and ephemeral nature.  To get the full cloud benefit, one must abandon all traditional databases and move to a database built for the cloud; something like HBase.  HBase, based on Google&#8217;s BigTable, is probably the most well-known open source database that takes advantage of the unlimited and ephemeral nature of the cloud.  </p>

<div class="pullquote" style="float:left"><i>Although the most dramatic cloud-driven infrastructure changes may be with respect to database servers, other types of servers may also benefit from the advantages of the cloud.</i></div><p>HBase is meant to hold lots of data and be run across many servers in many data centers, and the underlying data can be replicated to clusters of other servers in many data centers with easily automated fail-over.  HBase can dynamically scale up and scale down to more or less servers.  In other words, if HBase&#8217;s single function can serve your database needs, then HBase takes advantage of all four of the <em>server-as-software</em> characteristics of the cloud.</p>


<h2>Taking Advantage of the Cloud Infrastructure: Other Servers</h2>

<p>Although the most dramatic cloud-driven infrastructure changes may be with respect to database servers, other types of servers may also benefit from the advantages of the cloud.</p>
<p>For example, application servers on the cloud may not be as &#8220;single function&#8221; as they may appear on traditional servers.  </p>

<p>An application server might have both customer-facing and administrative functions, where the administrative functions (such as running complex reports or extracting and compressing massive amount of data for download) are both rarely used and a drain on resources for customers.  In a properly-designed cloud architecture, the administrative functions could run on a separate, more powerful server that is launched on demand and terminated automatically after some period of idleness.</p>

<p>An application server might also serve a website and an API, where web site traffic is more consistent, can be cached, and must return within a second, whereas the API results cannot be cached and must be able to handle huge influxes of requests.  In a traditional server environment, these functions would likely be combined onto web application servers, but in the cloud they should be divided onto separate servers with different hardware profiles and auto-scaling plans.</p>
<p>Servers used for internal data processing can also benefit from the advantages of the cloud.  For example, restoring a large compressed database from online storage can be very taxing on server resources in the cloud; simply un-gzipping a few multi-gigabyte files can bring regular operations to halt.  This is the perfect time to spin up a separate cloud server to handle the decompression and restoration tasks.  Or, another internal example: database backups can also be resource-intensive and slow down database operations; instead, launch a replication slave, sync up the database, and then lock tables and back up from the slave.</p>

<h2>Final Thoughts on Cloud Architecture</h2>

<p>In general, architectures that take advantage of the cloud should break down work into jobs that can be run separately on servers that are designed to terminate when not needed.  This architectural move from traditional servers to the cloud may be seen as roughly analogous to the move from functional programming to event-driven programming in software design: react specifically to only what is needed, and do not design around waiting or idle time.  </p>

<p>If you can achieve this in your cloud-based architecture, then you will truly have a faster, cheaper, more fault tolerant, and more secure deployment.</p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/cloud/2011/03/the-advantage-of-cloud-infrastructure-servers-are-software.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/cloud/2011/03/the-advantage-of-cloud-infrastructure-servers-are-software.php</link>
         <guid>http://www.readwriteweb.com/cloud/2011/03/the-advantage-of-cloud-infrastructure-servers-are-software.php</guid>
         <category>Cloud Computing</category>
         <pubDate>Mon, 28 Mar 2011 13:30:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>The State and Future of the Social Media Management System Space</title>
		<description><![CDATA[<p><img alt="streetlights.jpg" src="http://www.readwriteweb.com/streetlights.jpg" width="150" height="150" class="mt-image-none" style="" /><i>This post originally appeared on guest author Jeremiah Owyang's <a href="http://www.web-strategist.com/blog/2011/03/16/the-state-and-future-of-the-social-media-management-system-space/">blog</a>.</i> Social Media Management Systems, like CMS systems for websites, help companies manage, maintain, and measure thousands of social media accounts. Although the nascent SMMS space is only one year old, 58% of corporations have adopted at least one of <a href="http://www.web-strategist.com/blog/2010/03/19/list-of-social-media-management-systems-smms/">these 28 vendors</a>. Altimeter is conducting a formal research report on the SMMS topic (<a href="http://www.web-strategist.com/blog/2011/01/12/my-customer-strategy-research-agenda-2011/">see research agenda for 2011</a>), However, I wanted to give a year-end state, after coining this category 12 months ago and listing out vendors.</p>

<p>SMMS systems are the next growth market for the social business category. While saturation is at 58% of corporate buyers, the average deal size is a meager $22,000 but will expect to grow to six figure annual deals in coming quarters to meet market demand. This growing space has low barriers to entry, which result in a flood of clones, but expect only a handful to remain after a shakeout to serve enterprise-class buyers. </p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25458&amp;cb=25458' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25458&amp;n=25458' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Buyers and investors should focus on vendors that understand business, not just technology, offer services and reliable SLA, and deep integration with other social systems. In the future, this technology set will mature to grow into a data company that will extend it's scope beyond simple Facebook and Twitter and impact how marketers approach the market, product innovation, and supply chain. </p>

<p><center><a href="http://www.flickr.com/photos/jeremiah_owyang/5532222087/"><img src="http://farm6.static.flickr.com/5258/5532222087_cbee1aca7f.jpg" width="500" /></a><i>Market Saturation and Average Deal Size of the Social Media Management Systems (SMMS) by Corporate Buyers in 2010-2011</i></center></p><br>

<h2>Year One in Review:  New Entrants, Acquisitions, and Growing Deal Sizes</h2>

<p>Just a year ago, we saw the rise of the new category Social Media Management Systems, (I must give credit to Cisco's Social Strategist LaSandra Brill for giving me the kick to start it). To understand the macro trends of this industry, <a href="http://www.web-strategist.com/blog/2010/11/05/industry-reference-the-social-business-stack-for-2011/">read with the Social Business Stack</a>, which shows SMMS as only a component of the overall purchase set for corporations.  Here's a breakdown of what's occurred in the past 12 months: </p><div class="pullquote"><em>Guest author Jeremiah Owyang is partner of customer strategy at <a href="http://www.altimetergroup.com/">Altimeter Group</a>. He's the author of the popular blog <a href="http://www.web-strategist.com/blog/">Web Strategy</a>, and is <a href="http://twitter.com/jowyang">@jowyang</a> on Twitter.</em></div>

<p>SMMS By the Numbers:</p>

<ul>
<li><strong>Growth rates rose 11% from corporate buyers.</strong> In 2010, adoption of SMMS systems by corporate buyers was already at the 52% and in 2011 buyers indicated they will be at the 58% adoption rate.</li>
<li><strong>Deal sizes grew 57% in last year. </strong>While there was significant relative increase in deal sizes the overall average annual deal size per corporate was $14,000 in 2010 and <li><strong>Large corporations spend $68,000 per year. </strong>For corporations with over $10 billion in revenues, the deal sizes ballooned to $68,000 per year on average, demonstrating that the larger corporations need these tools in order to manage their hundreds of accounts. (<a href="http://www.web-strategist.com/blog/2011/03/13/data-how-wealthy-corporations-spend-on-social-business/">more data here</a>)</li>
<li><strong>65% Increase in vendors in last 12 months and growing.</strong> When I started this list, there was 15 vendors after launching the list after the first week.  Today, the list has grown to 23 vendors (and I'm continuing to add vendors, with a market growth rate of 65% increase in new entrants, this will only continue this year.</li>
<li><strong>Growth markets in consumer facing and large corporations.</strong> While I noticed that Telecom and Tech were early adopters, I'm seeing growth opportunities in Retail, Hospitality, Restaurants, Consumer Tech, CPG, and all Regulated Industries.</li>
<li><strong>Consolidation: at least three acquisitions.</strong> CoTweet was recently acquired about a year ago by marketing platform ExactTarget, months later Objective Marketer was acquired by Email Vision, and just in this past Feb Constant Contact acquired SCRM company Bantam Live which has some SMMS features, all which are email/direct marketing solutions.  Among all these acquisitions, we're seeing these tools tie into greater marketing platforms for additional value.</li>
<li><strong>Some early forerunners --but don't expect a clear winner. </strong>I'll do more detailed analysis on these vendors later, but right now I'm hearing from buyers the following vendors:  <a href="http://cotweet.com/">CoTweet</a>, <a href="http://hootsuite.com/">Hootsuite</a>, <a href="http://www.sprinklr.com/">Spinnklr</a>, <a href="http://spredfast.com/">Spredfast</a> and newer entrant <a href="http://www.expion.com/">Expion</a>. Interestingly, former Community Platform vendor with enterprise experience <a href="http://www.awarenessnetworks.com/">Awareness Inc</a> has double downed on this market and shifted away the saturated community platform market by launching Hub.</li>
<li><strong>Early vertical focuses have emerged and partnerships. </strong>We've already started to see verticals appear, such as <a href="http://www.goso.com/">GOSO</a> for the Automotive dealer space, and expect this to continue in specific markets like hospitality, restaurants, travel, CPG, and Retail.  Another new entrant was an entry by initially a consumer tool <a href="http://seesmic.com/">Seesmic</a>, who received funding by Salesforce --the first enterprise vendor now with integration with social aggregation tool <a href="http://www.readwriteweb.com/enterprise/2011/03/yammer-joins-chatter-on-seesmic-desktop.php">Chatter, and now Yammer</a>. There was only misfire, as KeenKong changed their product strategy and never launched in this market.</li>
</ul>
<br>
<h2>Market Demand: Six Forces Spur On This New Category</h2>

<p>There are a handful of forces that are increasing the demand for this year old category, among them (but not limited to) include:</p>

<ol>
<li><strong>Corporations Struggle to Manage Hundreds and Thousands of Accounts</strong> <br>The target market is hospitality, retail, and CPGs. Each of these corporations has dozens to hundreds of unique brands, and then regional rollouts.  For example, some hotels could have up to 15 brands, and each having 4,000 hotel locations (half being distributed franchises), each with 10 social media accounts (there's more to the social web that Facebook and Twitter, across a variety of languages.   Furthermore, there's high turnover in the localizes marketing and sales manager, who also lacks a background in online communications.</li>
<li><strong>Kenneth Cole and Chrysler Debacles Prove Need for Parental Controls</strong><br>In the last few months, we've seen some severe examples of mis uses of corporate social accounts which could have been prevented by having a process and toolset to support (<a href="http://www.web-strategist.com/blog/2008/05/02/a-chonology-of-brands-that-got-punkd-by-social-media/">see the long list of "punkings</a>"). In particular, Kenneth Cole's ill-fated tweet tying the Egypt situation with spring sales was met with a riotous reaction, and last week's Chrysler's F-Bomb tweet resulted in firing of an entire agency.    As a result,  expect that many regulated companies will demand compliance regulations with social media, and be mandated to invest in SMMS systems to preview, flag, an process content before it's published.  Of course, this brings forth a few challenges such as less real-time approach, and a more sanitized corporate approach to discussions that will ultimately decrease credibility as authenticity may waver.</li>
<li><strong>Expect Regulatory Industries to Require This Safeguard System</strong><br>
Similar to the mess-ups listed above by Kenneth Cole and Chrysler will cause regulatory industries to give pause on how employees will use these technologies.  As a result, expect healthcare, pharma, insurance, auto, finance and beyond to start looking at using these tools for all employees and even corporate accounts.  Expect a keyword filtering system and workflow to be put in place to monitor then recommend a course-of-action to correct deviant tweets and Facebook messages.  The downside?  The rapid pace of the real world conversation will be slowed for many, but expect seasoned veterans to unleash the SMMS shackles for open conversations. </li>
<li><strong>Direct/Email Marketers Want a Piece of Social Marketing to <em>Blast</em> in New Channels</strong><br>This toolset is an attractive addition to existing direct marketing platforms like email marketing suites that are used to publish thousands of emails to customers on a daily basis.  Direct marketers, who want to get on the social bandwagon are finding religion and are now blasting content on social channels to networks comprised of news, deals, and offerings with mixed engagement and interaction. </li>
<li><strong>Agencies Know SMMS Provides Client Lock-in and Recurring Revenues</strong><br>The social media service industry knows they must be value added beyond strategy and community management.  They are seeking recurring revenues for accounts on a monthly basis in order to glean the hundreds of thousands per client, see data to learn more.  By using SMMS systems, often coupled with brand monitoring and reporting services, they are now able to be full-service to listen, engage, and measure how companies are interacting with their customers on social channels.  By partnering with SMMS systems some are white labeling the service, and using this in front of clients as a value added software, suggesting a perceived lock in with data and reporting --giving agencies the opportunity to become the Social Media Agency of Record (SMAoR). </li>
<li><strong>A Complementary Toolset for Social Platforms, Social Commerce, Brand Monitoring Vendors, Marketing Automation</strong><br>First, understand how SMMS fits into the overall <a href="http://www.web-strategist.com/blog/2010/11/05/industry-reference-the-social-business-stack-for-2011/">Social Business stack</a>. You'll notice it's a sister technology to the technology "aggregation" displayed to the left of it. You'll also notice that it's below brand monitoring firms, and sits on top of Social Platform technologies. To the left of it you'll find it is part of the data story in infrastructure and to the right of it services. Other places to watch for acquisitions will be social commerce platforms, as well as marketing automation platforms as they must spread into this space at a rapid pace to glean the revenues.</li>
</ol>
<br>
<p><em><strong>Next page: </strong>Predictions: Vendors Move-out-of-Garage to Meet Buyer Needs</em></p>
<!--nextpage-->
<h2>Predictions: Vendors Move-out-of-Garage to Meet Buyer Needs</h2>

<p>These companies are young and early, and lack maturity like the established community platform space, here's a few closing thoughts:</p>

<ul>
<li><strong>This One-Year Old Space Shows Parallels to the 5 Year Old Community Platform Space</strong> Similar to how in 2007, how we saw trends for the <a href="http://www.web-strategist.com/blog/2007/02/12/list-of-white-label-social-networking-platforms/">Community Platform market</a>, labeled it, and went on to research the space, I'm seeing similar trends (entrepreneur styles, deal sizes, market saturation) in this early SMMS market, just one year in.</li>
<li><strong>Vendors startup mentality clash with real buyers needs</strong>. Many of these garage startups lack understanding of corporate buyers.  Not uncommon to seed, angel, and A round vendors, a majority of these vendors lack corporate buyer perspective. To learn more about the buyers of SMMS <a href="http://www.web-strategist.com/blog/2010/11/10/report-the-two-career-paths-of-the-corporate-social-strategist-be-proactive-or-become-social-media-help-desk/">read the report about the Career Path of the Corporate Social Strategist</a>.</li>
<li><strong>Vendors will finally offer and enterprise class service level agreements.</strong> Mainly focused on platform development, and also being discouraged by investors to add services to the mix, most of these vendors lack the staff to serve a corporate buyer who needs a high degree of hand holding in social business. Better yet, <a href="http://petra1400.blogspot.com/2011/01/feeling-love-narrowing-gap-between.html">read Petra Neiger, one of Cisco's Corporate Social Strategists perspective on what's needed for buyers</a>.</li>
<li><strong>Analytics and reporting to be a core focus on 2011-2012.</strong> These early platforms are focused on management of the social channels, and most do not have strong analytics and reporting technologies.   Furthermore, they are often not connected to other reporting systems, and are data silos.</li>
<li><strong>Expect corporate adoption to reach 90% within three years</strong> . Expect market saturation to hit 90% range in three years, and average deal sizes to exceed $100k per year on average corporation --just as the Community Platform space have experienced over the past five years.   Vendors that can align their product roadmap to the SMMS maturity roadmap stand to be one of the standing contenders.</li>
<li><strong>Deal sizes will reach six figures on average. </strong>I saw this trend before with the $25-50k deal sizes with community platforms about 5 years ago and have watched them balloon to $200k-300k for advanced and larger corporations on an annual basis.  I expect similar patterns to emerge here as new functionality is offered and as the SMMS connects to other systems for lock in.  Right now the average SMMS deal size is a mere $22k, yet as we segment out corporations with high revenues (over 10 billion, annually) they are already clinching $68,000 deal sizes --remember it's only year one. <a href="http://www.web-strategist.com/blog/2011/02/10/spend-wisely-finally-an-investment-roadmap-for-social-business-buyers-altimeter-report/">Read more about how corporations should spend on social business</a>.</li>
<li><strong>Market will reach over 100 vendors</strong>.  Just like the crowded brand monitoring space (150 vendors) and community platform space (125+) vendors expect this category go balloon due to low barriers to entry, VC funding, and commodity technologies.  In the long run, only a half of dozen will matter to the enterprise, as market consolidation will occur.  Expect the 90+ that don't become first of mind to corporate buyers to head into specific market verticals and SMB focus.</li>
</ul>

<p>Well that's my perspective after watching this space for the last 12 months, while I'll continue to give updates, expect another wrap-up next March in 2012.</p>

<p><em><small>Image by <a href="http://www.sxc.hu/photo/1015626">boroda003</a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/the_state_and_future_of_the_social_media_management_system_space.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/the_state_and_future_of_the_social_media_management_system_space.php</link>
         <guid>http://www.readwriteweb.com/archives/the_state_and_future_of_the_social_media_management_system_space.php</guid>
         <category>Analysis</category>
         <pubDate>Fri, 18 Mar 2011 12:50:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Cloud + Machine-to-Machine = Disruption of Things: Part 2</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/cloud/electroniccloud.jpg" style="margin:10px" align="left" width="150" height="150"  /><i><b>Editor's note</b>:  This is the second in a two-part series on the advantages that cloud computing brings to the machine-to-machine space. It was first published as a white paper by Ken Fromm. Fromm is VP of Business Development at <a href="http://www.appoxy.com/">Appoxy</a>,  a Web app development company building high scale applications on Amazon Web Services. He can be found on Twitter at <a href="http://twitter.com/frommww">@frommww</a>.</i></p>

<p>Once data is in the cloud, it can be syndicated - made accessible to other processes - in very simple and transparent ways. The use of of REST APIs and JSON or XML data structures, combined with dynamic language data support, allows data to be accessed, processed and recombined in flexible and decentralized ways. A management console, for example, can set up specific processes to watch ranges of sensors and perform operations specific data sets. These processes can be launched and run on any server at any time, controlled via a set schedule or initiated in response to other signals.</p> 
]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25095&amp;cb=25095' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25095&amp;n=25095' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Data can also propagate easily throughout a system so that it can be used by multiple processes and parties. Much like Twitter streams that make use simple subscription/<a href="http://www.redmonk.com/jgovernor/2008/12/05/assymetrical-follow-a-core-web-20-pattern/">asymmetric follow</a> approach, M2M data streams can be exposed to credentialed entities by a similar loosely coupled and asymmetric subscription process. </p>

<p>The model is essentially a simple data bus containing flexible data formats, which other processes can access without need for a formal agreement. Data sets, alarms and triggers can move throughout the system much like status and other federated signals are flowing within Consumer Web 2.0.</p> 

<h2>Low-Cost Sensors and Reliable Data Transmission</h2>

<div class="pullquote">Because screen interfaces can be separated from data collection, inexpensive and remote devices can be used as the interfaces. Separating views from data from application logic means that widely available languages and tools can be used, making it easier and faster to add new features and rapidly improve interfaces.</div><p>The cloud benefits outlined here are predicated on low-cost sensors being available (and low-power for a number of uses) as well as inexpensive and high availability data transmission. </p>

<p>The first assumption is a pretty solid bet now and will only become more true in the next year or two. And with mobile companies looking at M2M as important sectors and wireless IP access extending out in both coverage and simplicity (and bluetooth to mobile for some instances), being able to reliably and pervasively send data to the Web is also becoming more of a certainty.

<h2>Flexible and Agile App Development</h2>

<p>Another core benefit of the cloud is development speed and agility. Because screen interfaces can be separated from data collection, inexpensive and remote devices can be used as the interfaces. Separating views from data from application logic means that widely available languages and tools can be used, making it easier and faster to add new features and rapidly improve interfaces. Device monitoring and control can take on all the features, functions and capabilities that Web apps and browsers provide without having to have developers learn special languages or use obscure device SDKs.</p> 

<p>Developing these applications can be done quickly by leveraging popular dynamic languages such as Ruby on Rails, Python and Java. Ruby on Rails (Ruby is the language; Rails is an application framework) offers many advantages when it comes to developing Web applications: 

<ul>
<li>simple dynamic object-oriented language </li> 
<li>built-in Web application framework </li> 
<li>transparent model-view-controller architecture </li> 
<li>simple connections between applications and databases </li> 
<li>large third-party code libraries </li> 
<li>vibrant developer community </li></ul>

<p>Here's Mark Benioff, CEO of Salesforce explaining his purchase of Heroku, a Ruby on Rails cloud development platform from <a href="http://www.computerweekly.com/Articles/2010/12/09/244401/Salesforce.com-acquires-Ruby-on-Rails-firm-Heroku-for.htm">ComputerWeekly </a>in December 2010: 

<blockquote>"Ruby is the language of Cloud 2 [applications for real-time mobile and social platforms]. Developers love Ruby. It's a huge advancement. It offers rapid development, productive programming, mobile and social apps and massive scale. We could move the whole industry to Ruby on Rails." </blockquote>

<p>Developing applications in the cloud provides added speed and agility because of reduced development cycles. Projects can be developed quickly with small teams. Cloud-based services and code libraries can be used to so that teams develop only what is core to their application.</p> 

<p>Adding charts and graphs to an application is a matter of including a code library or signing up for third party service and connecting to it via REST APIs. Adding geolocation capabilities involves a similar process. In this way, new capabilities can be added quickly and current capabilities extended without having to develop entire stacks of functionality not core to a company's competencies.</p> 

<p>Here's <a href="http://www.redmonk.com/jgovernor/2010/10/22/vmware-ceo-django-rails-open-frameworks-apps-as-commodity-and-the-new-kingmakers/">VMWare's CEO Paul Maritz</a> on the advantages of programming frameworks: 

<blockquote>"Developers are moving to Django and Rails. Developers like to focus on what's important to them. Open frameworks are the foundation for new enterprise application development going forward. By and large developers no longer write windows or Linux apps. Rails developers don't care about the OS - they're more interested in data models and how to construct the UI." </blockquote>

<p>Monitoring and control dashboards and data visualization are critical to creating effective M2M applications. Having dynamic languages and frameworks that facilitate rapid development and rapid iteration means companies can move quickly to roll out new capabilities and respond rapidly to customer needs.</p> 

<p><em><strong>Next page: </strong>Big Data Processing</em></p>

<p><small><em>Circuit photo by <a href="http://www.sxc.hu/photo/696431">pawel_231</a>; cloud photo by <a href="http://www.sxc.hu/photo/890453">Rybson</a>.</em></small></p>

<!--nextpage-->

<h2>Big Data Processing</h2>

<p>Having data stored and available in the cloud makes it far easier to analyze. Distributing data on a sensor-by-sensor basis means simpler access for individual nodes or collections of nodes. Data can be distributed quickly to different entities much like the way Facebook photos or Twitter posts are distributed to each friend or follower. Flatter data formats means applications can be simpler and take less to develop. But big challenges arise when trying to analyze a massively growing data streams.</p> 

<p>Given the large amount of incoming data and the wide range of queries on the data, significant effort needs to go into parsing and processing it so that queries are as responsive as possible. This means use cases for managing data that include optimizing near-term storage for immediate queries, setting up frameworks for analytics across massive data sets and deciding on what data to archive and in what raw, processed and derivative forms.</p> 

<p>With Plaster Networks, for example, Appoxy keeps near-term data available for queries on the current performance of adapters. Appoxy also structured the data model and data flow to quickly respond to queries based on common time frames - performance for the last day, week, month, for example - and node groupings (adapter to adapter and adapter to device). Detecting and flagging unusual performance within a network is also an inherent M2M pattern architecture.</p> 

<p>In addition to near-term data handling challenges comes issues with analyzing large data sets. An example is running queries extending across an entire set of nodes in a system to obtain insight on aggregate behavior and device performance. There could be thousands of sensors each with hundred of thousands of data points. This is no unlike data processing queries within social network sites or other large consumer websites with millions and hundreds of millions of users.</p> 

<p>Just as NoSQL storage options are largely derived from consumer Web needs, <a href="http://www.slideshare.net/davidcchou/scale-as-a-competitive-advantage">big-data data architectures and analytical methods</a> are also making their way from these same efforts. <a href="http://hadoop.apache.org/">Hadoop</a>, for example, is a set of frameworks used for distributed data analysis. One of its projects, MapReduce, is a basis approach pioneered by Google to process data across many clusters and then propagate the findings up from the nodes.</p> 

<p><a href="http://hadoop.apache.org/mapreduce/">Hadoop MapReduce </a>is a software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) in-parallel on large clusters (thousands of nodes) of commodity hardware in a reliable, fault-tolerant manner. </p>

<p>A MapReduce job usually splits the input data-set into independent chunks which are processed by the map tasks in a completely parallel manner. The framework sorts the outputs of the maps, which are then input to the reduce tasks. Typically both the input and the output of the job are stored in a file-system. The framework takes care of scheduling tasks, monitoring them and re-executes the failed tasks.</p> 

<div class="pullquote"> Just as smart phone service companies and cloud industries have formed, overtaking established mobile and IT leaders, new M2M companies will arise to supply important cloud-based components to this emerging set of smart-enabled devices, vehicles and machines.</div><p>Using these big data approaches, large sets of M2M data can be analyzed across an elastic and scalable cloud infrastructure. The virtual nature of the cloud along with distributed data models means that jobs can be queued up by the thousands and run in parallel if needed.</p> 

<p>Once results have been reduced and then answers assembled, they'll need effective visualization tools in order to have meaning. This requires charts, graphs, tables and maps and might require a similar level of optimization as handling the analysis at the start of the process. The good part here is that the elastic nature of the cloud processing and the flexibility and agility of cloud development means that these interfaces can be created and extended and control options added in the same manner and with the same speed as other parts of applications.</p> 

<h2>Summary</h2>

<p>M2M applications across many devices and industries will have many of the same patterns regarding data collection, processing, visualizing and control. Just as there are patterns to social applications and Web 2.0 cloud services, there are patterns to M2M applications. Smart devices for building efficiency have similar needs as do medical devices, mining and agriculture sensors, truck and automobile diagnostics and most other electronic devices and machines.</p> 

<p>The particular types of sensors used, the data collected, the way it's transmitted to the cloud, the views and reports generated and the actions triggered may be different, but many core application needs, process flows and data approaches will be the same.</p> 

<p>The advantages of the cloud -- in data storage and application development alone -- present a significant inflection point in the cost of operation and the speed of development for M2M applications. Sensor, device and equipment makers are only just beginning to leverage these capabilities but not near there levels where they could be.</p> 

<p>And the opportunities aren't just limited to M2M applications surrounding devices. There are big opportunities to create new M2M platforms and platform services. Just as smart phone service companies and cloud industries have formed, overtaking established mobile and IT leaders, new M2M companies will arise to supply important cloud-based components to this emerging set of smart-enabled devices, vehicles and machines.</p> 

<p>The mobile and cloud industries have made people acutely aware the power that open platforms in combination with rich development tools and vibrant support community have in regards to technology adoption (see Apple iPhone and Google Android vs. RIM, Palm, Symbian and Microsoft). These same insights - and the strategic value of creating and leveraging cloud-based platforms - can be employed to service makers of devices and machines.</p> 

<p>Great products can no longer be great products in isolation. They'll need to be cloud aware in order to be viable in this changing ecosystem. An ecosystem where data matters and monitoring and control of devices can exist anywhere. Cloud computing and the way it impacts M2M applications will touch and transform, every industry in the same manner as has the Internet, email and the Web.</p> 
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-2.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-2.php</link>
         <guid>http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-2.php</guid>
         <category>Analysis</category>
         <pubDate>Fri, 04 Mar 2011 14:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Cloud + Machine-to-Machine = Disruption of Things: Part 1</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/cloud/electroniccloud.jpg" style="margin:10px" align="left" width="150" height="150"  /><i><b>Editor's note</b>:  This is the first in a two-part series on the advantages that cloud computing brings to the machine-to-machine space. It was first published as a white paper by Ken Fromm. Fromm is VP of Business Development at <a href="http://www.appoxy.com/">Appoxy</a>,  a Web app development company building high scale applications on Amazon Web Services. He can be found on Twitter at <a href="http://twitter.com/frommww">@frommww</a>.</i></p>

<p>The use of cloud infrastructure and cloud services provides a low-cost means to create highly scalable applications. Even better, the cloud dramatically improves <a href="http://www.readwriteweb.com/cloud/2010/08/why-cloud-equals-better-outsou.php" target="_blank">development speed and agility</a>. Applications can be developed in much less time with much smaller teams. And as these benefits extend themselves in the machine-to-machine (M2M) space, companies creating M2M applications will see dramatic reduction in the cost of developing applications and provisioning services. </p> 

]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25094&amp;cb=25094' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25094&amp;n=25094' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Articles on the Internet of Things (or Web of Things) are increasingly finding their way into mainstream news. Executives of large companies (such as the <a href="http://www.businesswire.com/news/home/20110114005861/en/Sprint-CEO-Dan-Hesse-Wireless-Technology-Transforming">CEO of Sprint</a>) and even government officials (such as the <a href="http://www.readwriteweb.com/archives/chinese_premier_internet_of_things.php">Chinese Premier</a>) are speaking about the possibilities and opportunities of having ubiquitous sensors connected to the Internet.</p> 

<div class="pullquote">The use of the cloud - in combination with the advent of low-cost sensors and high-availability M2M data transmission - will transform old industries and modify many business models.</div><p>Almost every major electronic device, vehicle, building component, and piece of equipment has the ability to become "smart" by connecting sensors to it. Most devices already do. The difference though is that moving data to the cloud and being able to process it in infinite combinations provides new capabilities in very low cost, transparent ways. </p>

<h2>M2M Business Transformation</h2>

<p>The case for what the Internet of Things might entail has been eloquently made <a href="http://www.web2summit.com/web2009/public/schedule/detail/10194">here</a>, <a href="http://www.economist.com/node/17388308">here</a>, and <a href="http://www.mckinseyquarterly.com/The_Internet_of_Things_2538">here</a>. When devices and machines can send data to the cloud and have dashboards and interfaces on Web browsers, HDTV wallboards, mobile phones, and ipads, the impact becomes large.</p> 

<p>This potential will affect almost every industry - just as the Internet, email, websites, e-commerce, and now Web 2.0 are touching every industry and every business process. The impact will be most noticeable at non-Web companies. </p>

<p>The change here will be dramatic - from where every device is by itself or controlled through a local device to where every device can be accessed anywhere (by authenticated users), where data streams can be "followed," and interfaces and dashboards improved on the fly to provide new views and device control. Does the concept of "following" a jet engine or a pneumatic thermostat have appeal to equipment makers and airlines or building owners? You bet it does. </p>

<p>Equipment, automobile, and device manufacturers need to beginning positioning themselves to gather realtime data on the performance of each product and use cloud processing and data storage to do it. Using this approach, they'll be able to rapidly improve their products, build direct connections with customers, and get ahead of customer and product issues. They'll also be able to offer service offerings and develop new revenues sources. Services will become a part of every product. Some as ways to improve customer support and customer connections. Others as revenue sources in and among themselves. </p> 

<p>Want a quick diagnosis on your transmission? Go to CloudAutoDiagnostics.com and check in with your car's data feed. It will compare your data from the transmission sensors against others with similar transmissions. Yup, there's a issue but nothing serious. Want a 10% coupon for the service shop around the corner? </p>

<p>Below is a short list where the Internet of Things and M2M in the cloud will matter although it really could be just a single line that says anywhere where there is a sensor, an electronic device, or a machine. </p>

<ul> 
<li>Personal Health and Fitness </li> 
<li>Medical Devices </li> 
<li>Automobiles </li> 
<li>Shipping, and Transportation </li> 
<li>Smart Grid and Smart Buildings </li> 
<li>Retail </li> 
<li>Architecture </li> 
<li>Agriculture </li> 
<li>Mining </li> 
<li>Natural Resource Management </li></ul>

<p>The use of the cloud - in combination with the advent of low-cost sensors and high-availability M2M data transmission - will transform old industries and modify many business models. As is the case in each <a href="http://www.claytonchristensen.com/">disruptive tech cycle</a>, new companies will arise, existing market share will be threatened, and the separation between industries and channels will become blurred. Those in the M2M space who take advantage of what the cloud offers will not only be able to anticipate these changes but will lead the way into these new opportunities. </p> 

<h2>Key M2M Cloud Patterns</h2>

<p>The goal of this paper is not to convince readers of what the future will like or even go through what new devices might look like. <a href="http://www.readwriteweb.com/archives/internet-of-things/">ReadWriteWeb </a>and other tech publications will do a far better job there. The goal here is to list out the advantages that cloud computing brings to M2M applications. </p> 

<p><em><strong>Next page: </strong>Separation of Data Collection, Processing, Interface, and Control</em></p>

<p><small><em>Circuit photo by <a href="http://www.sxc.hu/photo/696431">pawel_231</a>; cloud photo by <a href="http://www.sxc.hu/photo/890453">Rybson</a>.</em></small></p>

<!--nextpage-->

<h2>Separation of Data Collection, Processing, Interface, and Control</h2>

<p>The use of cloud computing means that data collection, processing, interface, and control can be separated and distributed to the most appropriate resource and device. Current M2M implementations combine data collection, processing, interface, and control. Either chips in sensor bodies or an onsite laptop or desktop PC tied within a local mesh network perform the data processing and determine the control logic.</p>

<p>Once data collection and processing moves to the cloud, however, most current limitations disappear. One of the more obvious ones is that data limits go away. Storing data in the cloud means that the data buffers within devices (whether its 500 or even 5,000 data points) no longer matter. Cloud storage is near limitless and so historic data can be saved for as long as its deemed valuable.</p> 

<p><div class="pullquote">Not only is there access to super-fast processors, if there are server or storage bottlenecks, these can be addressed by on-demand launching of more servers or horizontally scaling storage. Using the cloud and dynamic languages and frameworks, the cost of ownership goes way down and the limitations go away.</div>The data can be used for showing readings, performance, or status for the last day, week, month, and even year. Individual nodes can be inspected as well as grouped together with similar data from other devices. Analysis can be performed quickly on specific groupings and filters - whether it's product line, region, demographic, or application use. The consumer Web understands the <a href="http://blog.programmableweb.com/2010/10/12/the-search-for-the-value-of-data/">value of data</a> and the many permutations that analysis can take. Once M2M data moves to the cloud, M2M companies begin to have the same realizations.</p> 

<p>Applications are also not restricted by tiny processors, low-power consumption, and special purpose programming languages. Processing in the cloud brings best-of-breed programming capabilities. These include widely popular programming languages and frameworks, flexible data structures, and extensive algorithm libraries. </p>

<p>Not only is there access to super-fast processors, if there are server or storage bottlenecks, these can be addressed by on-demand launching of more servers or horizontally scaling storage. Using the cloud and dynamic languages and frameworks, the cost of ownership goes way down and the limitations go away. There's also a huge increase in the speed of product development.</p> 

<p>Lastly, interfaces can move to Web browsers, wallboards, mobile phones and tablets, eliminating the need for either having screens a part of every devices or local computers permanently a part of installations. Medical devices no longer have to come with their own monitors. Separating the data input from the processing from the screen readout not only means lower costs (less components to the devices) but also easier upgrading of diagnostics and far better visualization capabilities.</p> 

<p>An MRI or sonogram sent to the cloud, digitally refined using the latest algorithms distributed across multiple machines, and presented on an iPad or an HDTV screen is going to look a lot better and be more insightful than if displayed on existing monitors, no matter how new the device is. Separating the components and putting the data and processing in the cloud allows devices to keep getting smarter while not necessarily becoming more complex.</p> 

<h2>Data Virtualization</h2>

<p>Data storage is one of the biggest advantages of using the cloud for M2M applications. The cloud not only offers simple and virtual ways to run applications, it also offers simple and virtual ways to store data. Cloud infrastructure companies are increasingly offering simple-to-use services to provision and maintain databases. These services even extend to offering databases as a service - meaning offering expandable data storage at the end of an IP address all the while masking or eliminating the management of servers, disks, backup and other operational issues. Examples include Amazon's SimpleDB and RDS service and Salesforce's Database.com offering.</p> 

<p>Once transmitted to the cloud, data can be stored, retrieved and processed without having to address many of the underlying computing resources and processes traditionally associated with databases. For M2M applications, this type of virtualized data storage service is ideal.</p> 

<p>Being able to seamlessly handle continuous streams of structured data from sensor sources is one of the more fundamental requirements for any distributed M2M application. As an example, Appoxy processes the data streams from network adapters from Plaster Networks, a fast-growing leader in the IP-over-power line space. Status inputs are sent by the adapters continuously to Plaster which runs its applications on one of the top cloud infrastructure providers. Appoxy processes these for use with the user dashboard running on the Web. </p>

<p>This console provides insights to users on the status and performance of the adapters and their networks (allowing users to see whether they are getting optimal performance out of their devices and networks). The data also provides valuable diagnostic information to Plaster, dramatically reducing support calls and improving device usage and customer satisfaction. The information is also invaluable for product development. Data on the performance of new products and features can be assessed in real-time, providing insights that would otherwise be unattainable from devices in field. </p>

<p>This type of smart device marks the beginning of the trend. It's a fair bet that all network devices will become smart and cloud-aware. Followed by all vehicles, manufacturing equipment and almost all machines of any substance.</p> 

<p>The types of data stores available include SQL, NoSQL and block or file storage. SQL is useful for many application needs but the massive, parallel and continuous streams of M2M data lends itself well to the use of <a href="http://highscalability.com/blog/2010/12/6/what-the-heck-are-you-actually-using-nosql-for.html">NoSQL approaches</a>. These data stores operate by using key-value associations which allows for a flatter non-relational form of association. NoSQL databases can work without fixed table schemes, which makes it easy to store different data formats as well as evolve and expand formats over time.</p> 

<p>NoSQL databases are also easy to scale horizontally. Data is distributed across many servers and disks. Indexing is performed by keys that route the queries to the datastore for the range that serves that key. This means different clusters respond to requests independently from other clusters, greatly increasing throughput and response times. Growth can be accommodated by quickly adding new servers, database instances and disks and changing the ranges of keys.</p> 

<p>The NoSQL approach play well in M2M applications. Data for sensors or groups of sensors can be clustered together and accessed by an ever-expanding set of processes without adversely affecting performance. If a datastore gets too large or has too many requests, it can be split into smaller chunks or "shards." If there are many requests on the same data, it can be replicated into multiple data sets, with each process hitting different shards lessening the likelihood of request collisions.</p>  ]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-1.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-1.php</link>
         <guid>http://www.readwriteweb.com/cloud/2011/03/cloud-machine-to-machine-disruptive-innovation-part-1.php</guid>
         <category>Cloud Computing</category>
         <pubDate>Thu, 03 Mar 2011 14:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>What the AngelList Debate Means for the Future of Startup Investing</title>
		<description><![CDATA[<img alt="angellist_logo_150x150.jpg" src="http://www.readwriteweb.com/start/angellist_logo_150x150.jpg" width="150" height="150" /><p>Over the weekend there has been some <a href="http://calacanis.com/2011/02/26/my-response-to-bryce-crying-about-anglelist/">controversy</a> surrounding <a href="http://angel.co/">AngelList</a>, the network that connects startup entrepreneurs and investors. Before AngelList, investment dealflow was private and networks revolved around a few connected angels and VCs. Since the angel network was created, transparent angel investing has exploded and entrepreneurs from any background can get funded.</p>

<p>To my surprise, VC <a href="http://twitter.com/#!/bryce/">Bryce Roberts</a>, a partner at OReilly Tech Ventures, was so concerned about the network that he <a href="http://bryce.vc/post/3520840379/why-i-deleted-my-angellist-account">deleted his AngelList account</a>. In his post, Roberts says he was not turned off by the quality of startups, but by the investment philosophy pushed by the service. The predominate philosophy pushed by the service, he said, favors a light-touch investment style similar to throwing darts on a board, as opposed to a more concentrated approach.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=25135&amp;cb=25135' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=25135&amp;n=25135' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><i>Chris McCann is the co-founder of <a href="http://startupdigest.com/">StartupDigest</a>, the members-only guide to the tech startup world. Every week StartupDigest publishes weekly newsletters about the best events, jobs, and what to read for your industry. Follow McCann on Twitter <a href="http://twitter.com/Mccannatron">@Mccannatron</a>.</i></div><p>Roberts also takes issue with the emphasis on social proof on AngelList. Since most companies have little to no revenue, who else has already invested in the deal is heavily weighted to prove value. This, he argues, leads to a herd mentality.</p>

<p>Other VCs and Angels such as Jason Calacanis and <a href="http://500hats.typepad.com/500blogs/2011/02/brief-thoughts-on-angel-list.html">Dave McClure</a> responded to Roberts and took the opposite stance -  McClure and his fund 500startups have done 20-plus deals directly from AngelList and they greatly prefer the spray-and-pray approach vs. the concentrated approach.</p>

<p>There's now a heated discussion in the investor class about AngelList. Based on my experience as the co-founder of <a href="http://startupdigest.com/">StartupDigest</a>, I believe that the startup investing industry is quickly being organized more like the public investing market, and what we are seeing now is a battle of two major investment theses: the index approach and the concentrated investment approach.</p>

<h2>Index vs. Concentrated Investing</h2>

<p>In the traditional stock market an <a href="http://www.investopedia.com/university/indexes/">index</a> is a small sample of the market that represents the stock market as a whole. The reasoning behind investing in an index fund is that it closely matches the overall market - and it's very hard to beat the efficient market. The most popular traditional indexes are the Dow Jones Industrial Average, the Standards and Poors 500, and the Nasdaq composite Index.</p>

<p>The opposite approach of index investing is an actively managed or concentrated investing approach. In this approach, you take your competitive advantage (your market-specific knowledge) and invest heavily in a few companies you know well. Two famous investors who take this approach are <a href="http://www.investopedia.com/articles/01/071801.asp">Warren Buffet</a> and Benjamin Graham.</p>

<p>In Roberts' account of why he deleted his AngelList account, its clear that he favors the concentrated approach to startup investing. Roberts would rather not invested on social proof alone and would rather take time to find companies that he can actively manage and leverage his competitive advantage with.</p>

<p>McClure's rebuttal to Roberts is that the index philosophy is not only easier but better than the concentrated investment approach. Instead of investors holding onto proprietary connections and introductions for their portfolio companies, these relationships are being displaced by the dominate social networks (<a href="http://www.facebook.com/">Facebook</a>, <a href="http://www.linkedin.com/">Linkedin</a>, <a href="http://quora.com/">Quora</a>). Dave argues that instead of providing connections you should let founders do 95% of the work and offer support with operational areas of expertise like design, data and distribution.</p>

<div class="pullquote" style="float:left"><i>Think of individuals like McClure, Paul Graham and George Zachary as market analysts. These new super angels are really signals in that marketplace that are causing others to invest or not invest.</i></div><h2>How This is Changing the Startup Investment World</h2>

<p>No matter what investment philosophy ultimately proves to outperform the other, the startup investment world is changing rapidly.</p>

<p>Services like AngelList are making the startup investment world more organized and efficient than ever. Quickly, startup investing is looking more like the public markets, and power is quickly shifting to the entrepreneur from the investors.</p>

<p>AngelList is operating very much like the NASDAQ stock exchange of the startup investment world, where deals and angel investors are public. Just look at AngelList's new <a href="http://angel.co/markets">markets</a> feature, where you can break out specific investors and deals by sub-markets. I don't think it will take very long for investors to be able to invest in whole markets and entrepreneurs to pitch a whole group of investors in a certain market.</p>

<p>Think of individuals like McClure, Paul Graham and George Zachary as market analysts. These new super angels are really signals in that marketplace that are causing others to invest or not invest based on their due diligence and research.</p>

<p>The big shift is not entrepreneurs getting to choose whether they want money to grow their business, specific functional expertise from their investors, or a combination of both. More and more power is shifting away from the investors to the entrepreneurs and this trend does not look to be slowing down.</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/start/2011/03/what-the-angellist-debate-means-for-the-future-of-startup-investing.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/start/2011/03/what-the-angellist-debate-means-for-the-future-of-startup-investing.php</link>
         <guid>http://www.readwriteweb.com/start/2011/03/what-the-angellist-debate-means-for-the-future-of-startup-investing.php</guid>
         <category>Analysis</category>
         <pubDate>Tue, 01 Mar 2011 13:30:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Dear Twitter: You&apos;re a Utility - Get Off The Fence And Start Acting Like One</title>
		<description><![CDATA[<p><img alt="twitter_roundlogo_150x150.jpg" src="http://www.readwriteweb.com/twitter_roundlogo_150x150.jpg" width="150" height="150" class="mt-image-none" style="" />On Friday Twitter suspended UberMedia's UberTwitter, Twidroyd and UberCurrent apps for "violating Twitter policies and trademarks." Twitter continued: "We've had conversations with UberMedia, the developer of these applications, about policy violations since April 2010." </p>

<p>UberMedia's Bill Gross then responded by saying the suspensions "took us by surprise". Huh? Wha-? We're obviously not getting the whole story from either side, but it's clear Twitter had had enough of UberMedia's creative interpretation of its TOS to take a dramatic action to make its point.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=24984&amp;cb=24984' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=24984&amp;n=24984' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em>Guest author Jeff Pester is the founder of Text Capital, a startup working on custom content delivery solutions for the social Web. He is also co-founder of ThinkInfluence, a group formed to explore the emergence and increasing impact of online influence. He is also the creator and curator of <a href="http://twitter.com/SocialMedia411">@SocialMedia411</a> on Twitter</em></div><p>The blogosphere is preoccupied with the notion that this is proof that Twitter is at war with the developer ecosystem and that it's somehow manipulating the playing field to favor its own homegrown apps. </p>

<p>But that discussion misses the larger point: Companies like UberMedia are attempting to profit directly at the presentation and consumption end of the stream infrastructure that Twitter has bought and paid for. In my opinion, UberMedia has the right to monetize "consumption environments" (its apps) that add value to end users. At the same time, Twitter deserves to be compensated for the utility it's providing to UberMedia. </p>

<p>The only issue here should be: <em>Who gets paid and how much?</em></p>

<p>Twitter is at an important inflection point. It needs to come out and clearly articulate its position on attempts by outside parties to monetize the stream(s) built on top of its infrastructure. </p>

<p>My personal opinion is that Twitter should construct a model whereby commercial "rebroadcast" companies like UberMedia can choose to monetize streams delivered on their platform(s) however they want, but they must compensate Twitter on some type of metered basis (API calls or other) for providing the underlying infrastructure that gives UberMedia the opportunity to monetize on Twitter's back in the first place.</p>

<p>At the end of the day Twitter is an information utility - it's admitted as much on several occasions. It should start acting and pricing its product like one. If not, we can expect more of these types of altercations going forward.</p>

<p><em><small>Image by <a href="http://www.flickr.com/photos/simiezzz/4755132650/">simiezzz</a></small></em></p> ]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/dear_twitter_youre_a_utility_-_get_off_the_fence_and_start_acting_like_one.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/dear_twitter_youre_a_utility_-_get_off_the_fence_and_start_acting_like_one.php</link>
         <guid>http://www.readwriteweb.com/archives/dear_twitter_youre_a_utility_-_get_off_the_fence_and_start_acting_like_one.php</guid>
         <category>Twitter</category>
         <pubDate>Mon, 21 Feb 2011 15:30:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Why Most Facebook Marketing Doesn&apos;t Work</title>
		<description><![CDATA[<p><img alt="dislike_button_150x150.jpg" src="http://www.readwriteweb.com/dislike_button_150x150.jpg" width="150" height="150" class="mt-image-none" style="" />For almost four years, since the Facebook Platform was launched, I have been involved in delivering Facebook apps for top brands such as CBS, NBC, Lifetime, Universal Music, Visa and more. Here's what we have learned doesn't work, and more importantly, what does work.</p> 

<p>First, deep campaigns don't work. Digital agencies love deep, expensive campaigns on Facebook, with tons of pages, interaction, and art. It fits in with how agencies build microsites and websites, and justifies the $100,000-plus price tag that they like to charge. Examples include lightweight games, prediction contests, treasure hunts where you include friends, and such. Unfortunately for agencies and the brands that drop a lot of cash, Facebook users decidedly don't like deep campaigns.]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=24903&amp;cb=24903' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=24903&amp;n=24903' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em>Guest author Peter Yared is the vice president and general manager of <a href="https://apps.webtrends.com/">Webtrend Apps</a>, a platform used by top brands to engage their customers on Facebook, iPhone and Android. He has has an extensive background in highly scalable Internet infrastructure and tools, and has authored patents on fundamental Internet infrastructure including federated identity and data marshaling.</em></div><p>They do not like to spend 20 or 30 minutes on a single brand's page, unless they are consuming innovative, funny, or exclusive content. So a travel site looking for a long time spent on a page should not put up a treasure hunt on a world map where you invite your friends and can together find great prizes after exploring cities. Sounds good in a pitch meeting, but it results in abysmally numbers of active users. </p>

<p>Facebook users are very sophisticated, and there is no way a single campaign is going to compete on game mechanics with CityVille. If you want to build CityVille, it might work. But, even Netflix pulled their Facebook app. You're better off putting up a bunch of funny videos from around the world and leave it at that.</p> 

<h2>Lots of Apps on One Tab Don't Work </h2>

<p>It is easy to think of a Facebook tab like a Web page, and throw a bunch of features on it - such as a poll, gifting, and some videos - all on one tab. However, most users do not show up on a Facebook tab like they do on a Web page. They are usually coming in by clicking on a page's newsfeed posting ("What kind of traveller are you? Take the quiz!"), a friend's newsfeed posting ("I'm a cranky traveller! What kind of traveller are you? Take the quiz?"), or a Facebook ad ("Find out what kind of traveller you are!"). </p>

<p>Now, if after clicking on one of these links a user is dropped into a Facebook Page tab with eight different things on it, they are not going to see a quiz immediately and move on. There should only be one engagement feature per tab.</p> 

<h2>Sweepstakes Don't Work </h2>

<p>After an initial onslaught of Facebook sweepstakes promotions, marketers are learning that sweepstakes have very low conversion rates and almost no viral uptake. We're also learning that they attract unengaged users who are there for the prize rather than a relationship with the brand. </p> 

<p><img alt="like_icon_large.jpg" src="http://www.readwriteweb.com/like_icon_large.jpg" width="400" height="343" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" />Facebook users like to click around and look at stuff, and absolutely do not like filling out forms. We have run highly promoted sweeps campaigns for major artists that included things like backstage passes and a limo ride to the show that had abysmal conversion rates. There is absolutely no incentive to make sweepstakes social.</p>

<p>Why would you invite more people to join a sweepstakes? It reduces your own chances. Have you ever seen a "I just entered a sweepstakes and you should to" posting on someone's wall? </p> 

<p>One attempt to increase viral spread in sweepstakes is to offer more prizes when there are more entrants, but all that does is confuse users with conflicting agendas. There is a disincentive to invite people since it reduces your chances of winning, but if enough new people join up perhaps you can win something else... "Ah, too confusing, I'm going to watch videos instead."</p> 

<h2>Photo and Video Contests Rarely Work </h2>

<p>A lot of brands like to do photo and video contests, but unfortunately they do not have the user base that likes to submit photos and videos. Travel and photography brands? For sure. Mobile carrier? Beverage brand? Not likely. Even clothing brands can't pull this off. </p> 

<p>Uploading a photo or video is a big investment on the part of the user, and they do not expect to do it for the vast majority of businesses. These campaigns also require the labor to moderate the submissions. If you must run a photo or video Facebook campaign, the best way to do it is actually NOT in an app. </p> 

<p>Instead, have users upload the photos and videos to the brand's page, and moderate them there. Then have users get their friends to Like the photos or videos. This way, the campaign leverages all of Facebook's viral channels around photos - when the user uploads the photo, when they Like the photo, when their friends like or comment on their photo submission, it is all highly likely to show up in their friends' feeds, drawing traffic. The great thing about this is that it is easy to do for free, since using all of Facebook's photo and video features are free, and users get to use the known Facebook photo and video interface, which increases conversions. </p> 

<em><strong>Next page: </strong>Like Blocks Rarely Work; Extended Permissions Rarely Work</em>
<!--nextpage-->
<h2>Like Blocks Rarely Work </h2>

<p>Like blocking, where a user has to "Like" a Facebook Page in order to access a feature, typically has a 50% or more drop off rate, even when there is something there that is actually worth liking the page to get, such as exclusive content or a great coupon. Putting a Like block on basic content will almost guarantee a 100% drop off rate. </p>

<p>Be very, very selective about Like blocks and be sure to tell the user that it is worth it to them. A Like is the mailing list opt-in of the Facebook world, so be willing to offer up some goodness and know that most will opt not to Like.</p> 

<h2>Extended Permissions Rarely Work </h2>

<div class="pullquote"><i>A brand on Facebook should be like a casual friend or neighbor and not try to suck people into heavy levels of interaction. What do you do with a friend? Comment on their photos, like their status, vote on their outfit.</i></div><p>Asking the user for a laundry list of access to their profile usually results in a 30% or more drop off rate, and that is for well known brands that they trust. Do you really need to know their relationship status? Generally a brand already knows its demographic - does a youth-oriented clothing brand really need to validate that it is 16 to 25 year-old women that are engaging with the brand? </p>

<p>So while it sounds good to ask for extended permissions, do the math and monitor the drop off rate to ensure that it is worth it to you, otherwise the overall campaign ROI may not turn out the way you want, especially if the campaign is being graded on number of engagements.</p> 

<h2>Unbranded Apps Don't Work </h2>

<p>It's got to look good, and be on brand. In the early days of Facebook, a brand could put up a basic presence with some turnkey apps, and users accepted that. Now that Facebook is all grown up, a brand presence needs to be on par with its website. Facebook users are savvy and will judge your brand in comparison to the best they've seen.</p> 

<h2>Dedicated Facebook Storefronts Kinda Work Right Now, But Soon Won't Work </h2>

<p>Dedicated Facebook storefronts are the rage on Facebook right now, but they are unfortunately not integrated with an e-commerce site's existing payment and inventory systems, and are therefore a logistical nightmare. The best bet right now is to list featured products on a Facebook Page with click-thrus off of Facebook to the e-commerce site. </p>

<p>Now that Facebook is supporting iFrame tabs in pages, an existing e-commerce site can be skinned to fit in a 520-pixel-wide Facebook Fan Page, thereby integrating existing payment and inventory systems into the Facebook Page.</p> 

<h2>So What Does Work? Promotions and Consistent, Lightweight Engagement </h2>

<p>Make sure your fans get something in return for liking your page with promotions likes offers for fans that they can easily redeem. The more lucrative the deals offer, the more sharing with friends will happen. Fans want things like exclusive products/services, drastically discounted prices akin to Groupon type deals, and early notification and registration for upcoming events, ideally exclusive to fans. Promotions should make the fan feel like they are a brand insider, not just a standard consumer.</p> 

<p>A big secret of Facebook marketing is that it is easy and cheap to drive promotions using ads targeted only at your fans that link to landing tabs that deliver the offer and encourage fans to share to their newsfeed.</p>

<p>A brand on Facebook should be like a casual friend or neighbor and not try to suck people into heavy levels of interaction. What do you do with a friend? Comment on their photos, like their status, vote on their outfit. These types of interactions take seconds, not minutes, and definitely not hours.</p> 

<p>A brand on Facebook should offer their users regularly updated, simple to interact with engagement features. Each of the engagement apps should be fully branded, and run in a separate tab with traffic driven from wall posts, newsfeed and Facebook ad units to increase engagement. Start with a personality quiz. Then two weeks later put up a poll. Then try a trivia app. For special events, put up a gifting app for Valentine's Day, or for the holiday season, a holiday song card.</p> 

<p>Some brands, like media properties and well-known consumer brands, get an immediate fan base for this type of lightweight engagement. For the rest, building a fan base on Facebook is no different than building a mailing list in the previous generation of the Internet. It takes consistent engagement, and builds over time. </p>

<p>Methods to accelerate growth include tying Facebook ad campaigns with engagement apps and driving traffic from the homepage. The apps should still be lightweight and fun, with the conversion goal of getting the user to like the brand.</p> 

<p>The point is to regularly put up new, fresh engagement features that are easy and fun for users to interact with, that they will want to post to their wall and share with their friends. Then users will interact with your brand just like they interact with their friends on Facebook!]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/why_most_facebook_marketing_doesnt_work.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/why_most_facebook_marketing_doesnt_work.php</link>
         <guid>http://www.readwriteweb.com/archives/why_most_facebook_marketing_doesnt_work.php</guid>
         <category>Marketing</category>
         <pubDate>Thu, 17 Feb 2011 13:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>Social Media Economics: The Science for Social Success</title>
		<description><![CDATA[<p><img alt="handeuro.jpg" src="http://www.readwriteweb.com/handeuro.jpg" width="150" height="150" class="mt-image-none" style="" />The Web is becoming social, and companies are jumping to capture the investment dollars. With business models and advertising effectiveness in question, it's hard to valuate such ventures. Social media economics does just that: it's the social science that analyzes the production, distribution, and consumption of content amongst online social outlets.</p>

<p>It means treating social networks as if they are countries in the world economy. Each post is equivalent to a good or service, sharing is equivalent to trade or distribution, and clicks/views are the equivalent of someone purchasing or consuming the post. </p>

<p>Taking this logic, you can then apply the modern economic growth function: Y(f) = L, K, HC, T. Within that equation, Y is GDP or total economic output, L is labor, K is capital, HC is human capital, and T is technology. Together, these factors determine the worth of an economy.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=24814&amp;cb=24814' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=24814&amp;n=24814' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<h2>History of the Social Media Economy</h2>

<div class="super-pullquote"><i>Guest author <a href="http://twitter.com/mikevosters">Mike Vosters</a> is the co-founder of <a href="http://droppn.com/">droppn</a>, a knowledge exchange currently in private beta. He is also a weekly contributor for <a href="http://www.flyovergeeks.com/author/mike-vosters/">Flyover Geeks</a>, a blog dedicated to covering the startup tech scene outside of Silicon Valley.</i></div><p>In his book "Cognitive Surplus", Clay Shirky speaks of a spare-time revolution where people shifted their habits from watching mindless television to actively participating on the Web. When that happened, productivity skyrocketed. Instead of sitting back and consuming, people began to blog and create other content (the equivalent of goods and services) such as Wikipedia. In short, they joined the social Web, the labor force of the social media economy. </p>

<p>As the labor force grew, investors started to invest in startups working to take advantage of the demand. With this capital, the development community was able to learn (increasing human capital) and create new technologies that made it faster and easier for people to share content. These pioneers failed to remain profitable, sparking the burst of the dot com bubble in 2000 - which ultimately triggered a recession throughout the social media economy. </p>

<p>Although the companies didn't survive, their innovations did, culminating in the creation of MySpace, Facebook, Twitter and all the other social media outlets. This brings us to current day.</p>

<h2>Supply vs. Demand</h2>

<p>With ample amounts of all four components, L, K, HC and T, posting (economic output) is at an all-time high - 5 billion posts per week on Facebook alone. Here is where the problem lies. The social Web is focused on the production of content rather than the consumption of content. </p>

<p>Look at any interface and you'll notice that the status bar is the most prevalent, typically sitting in the top-middle of the page. In doing so, the outlets throw the market out of equilibrium with supply being greater than demand. For those unfamiliar with economics, when supply is greater than demand, the price of products plummet. This explains why 2/3 of all tweets are ignored, and why determining a profitable business model for social media companies has been so difficult.</p>

<h2>How Social Startups Can Succeed</h2>

<p>Social startups need to focus on increasing the consumption (demand) of the content, rather than the production. To achieve this, they have two options.</p>

<ol><li>Find ways to lower the barriers to sharing in order to improve the distribution and reach of each piece of content. As reach increases, so will consumption, thus restoring the model to equilibrium. With this strategy, the business model will mirror that of print publications, who charge more based on the size of their circulation - CPM in Web terms.</li>
<li>Find ways to lower the cost of discovery, allowing users to proactively search the content within the platform just as they would in a search engine. This strategy would also reset the equilibrium, and would allow the company to implement a paid search business model.</li></ol>

<p>Just because social media is social, doesn't mean it breaks the laws of economics. All of the basic models still apply, and if companies don't start paying attention, the revolution will end just as fast as it began.</p>

<p><em><small>Photo by <a href="http://www.sxc.hu/photo/524946">hellori </a></small></em></p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/social_media_economics_the_science_for_social_success.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/social_media_economics_the_science_for_social_success.php</link>
         <guid>http://www.readwriteweb.com/archives/social_media_economics_the_science_for_social_success.php</guid>
         <category>Analysis</category>
         <pubDate>Tue, 15 Feb 2011 13:30:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>From #Jan25 to Tahrir: What Comes Next for the Internet Revolution?</title>
		<description><![CDATA[<a href="http://www.flickr.com/photos/56458828@N02/5420047714/"><img alt="egypttankflag.jpg" src="http://www.readwriteweb.com/egypttankflag.jpg" width="610" height="407" class="mt-image-none" style="" /></a><p><i>Guest author <a href="http://twitter.com/zidanism">Ahmed Zidan</a> lives in Egypt and is the editor of <a href="http://www.mideastyouth.com">Mideast Youth</a>.</i> The Egyptian protesters have overthrown Mubarak after nearly 30 years. Egypt has come second in row after Tunisia. The two revolutions, the Tunisian and the Egyptian, have succeeded. Egypt has seen its first people's revolution, and over 18 days many things changed until the regime was totally uninstalled.</p>

<p>Let's trace the protests back across the Mediterranean. The self-immolation of <a href="http://en.wikipedia.org/wiki/Mohamed_Bouazizi">Mohamed Bouazizi</a> in Sidi Bouzid was the spark for the massive Tunisian protests that overthrew then-president Ben Ali. The Tunisian protests, in turn, were the spark for Egypt's <a href="http://twitter.com/#!/search?q=%23Jan25">#Jan25</a>. And it's very relevant to name it #Jan25, because it was totally Internet driven. (Other names include the Jan. 25 Revolution, Revolution of Anger, and lately Tahrir Revolution, an Arabic equivalent for Revolution of Liberation.) It's not an overstatement to say that <a href="http://twitter.com/#!/search/%23Sidibouzid">#SidiBouzid</a> is the sole parent of #Jan25, and created a domino effect that will not stop in Egypt.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=24846&amp;cb=24846' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=24846&amp;n=24846' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<div class="super-pullquote"><em><a href="http://www.mideastyouth.com">Mideast Youth</a> was hacked after an attack by anti-Kurdish groups. This came as a result of a <a href="http://www.youtube.com/watch?v=qJo4NmJxzfo">video</a> we recently launched promoting the Kurdish cause for human rights, as well as writing about the upcoming Kurdish demonstrations, which was apparently the final straw for these hackers. <br>If you know anyone who can help, please get in touch by <a href="mailto:ahmed@mideastyouth.com">email</a>, or you can also <a href="http://crowdvoice.chipin.com/alliance-for-kurdish-rights">donate</a> to help us make the move to new servers affordable.</em></div><p>This is the first organized revolution of its kind in the history of mankind. It began with a Facebook page <a href="http://www.facebook.com/home.php?#!/elshaheeed.co.uk">We Are All Khaled Said</a> that called for this uprising. The social media tools were very critical in sparking these protests; the Internet is unmistakably the origin of the Egyptian protests. And once it broke loose, the Internet proved to be a very important tool for sharing news about the different demonstrations around Egypt. </p>

<p>However, momentum was already building and the Egyptians already knew their route to the streets.  That's why when the Internet was blocked around the country in the early hours of Jan. 28, as well as a total blackout on all mobile networks, it never affected the ongoing protests and actually backfired on the government: netizens marched into the streets instead of checking Twitter trends online. </p>
<a href="http://www.flickr.com/photos/56458828@N02/5430898596/"><img alt="egyptsunsetflag.jpg" src="http://www.readwriteweb.com/egyptsunsetflag.jpg" width="609" height="393" class="mt-image-none" style="" /></a>
<p>The freedom of the Internet is a major headache for totalitarian regimes around the world, and that's why they all emulate the same violations against freedom of expression. By and large, it would be very fair to name the Egyptian Revolt as the first Internet Revolution of the era.</p>

<em><strong>Next page: </strong>More #revolutions and the risks of political Islam.</em>

<p><em><small><a href="http://www.flickr.com/photos/56458828@N02/5420047714/">Lead photo</a> and <a href="http://www.flickr.com/photos/56458828@N02/5430898596/">sunset photo</a> Flickr CC by Omar Robert Hamilton</small></em></p>

<!--nextpage-->

<p>The world has been watching Egypt's revolution closely; there were many twists and turning points similar to what happened in Tunisia. The major historic events include:</p>

<div class="pullquote">Stay tuned to <a href="http://crowdvoice.org/emergency-law-and-police-brutality-in-egypt">Egypt's voice on CrowdVoice</a> to get updates around the clock about the Egyptian Revolution.</div><ul><li><b>Day of Anger, Tuesday, Jan. 25. The warm up to the protests</b>: The day that commemorates the National Day of Police, whose unlimited power was a key point in the unfolding protests. Batons, water cannons and teargas grenades provided Egypt with its most popular sightseeing throughout the day. </li>
<li><b>Friday of Anger, Jan. 28: High pressure point, or I've smelt this odor before!:</b> The day kicked off with a total communication blackout, and didn't end with Egyptians sensitized to teargas. The protesters used a new tactic: demonstrating in many areas simultaneously. It distracted the police forces, who retreated around 6 p.m., leaving behind a state of chaos. The military was deployed and the night-time curfew announced. The different demonstration points lead to the major focal point and the core of the protests afterwards: Tahrir Square. Teargas withdrawal effects were a very common complaint for protesters after the mysterious evaporation of police forces. </li>
<li><b>March of Millions, Tuesday, Feb. 1: Tahrir Carnival.</b> That was really one of the greatest days of this uprising. Hundreds of thousands gathered in the square, singing, chanting, joking, laughing and sharing stories. It was indeed a Tahrir unconference. </li>
<li><b>Battle of Tahrir, Wednesday, Feb. 2: A bloody day in the square.</b> A new turning point, as pro-Mubarak forces, inspired by his speech the previous night, appeared for the first time, along with, according to some reports, thugs hired by the regime. They clashed with the protesters in Tahrir Square, the peaceful protesters outnumbering the pro-Mubarak groups, but the latter were riding horses and camels, and were armed with swords, whips, clubs, stones, rocks, pocket knives, and reportedly, Molotov cocktails, ammunition and and late-night hit men. At the end of the day there were eight dead and dozens of causalities among the protesters. Some commentators have called it the Egyptian Tiananmen Square.</li>
<li><b>Sunday of the Martyrs, Feb. 6:</b> Christian hymns and Muslim prayers side-by-side in the square to honor the martyrs of the uprising. By the end they would number at least 300, according to many reports, as well as six Bouazizi copycats who self-immolated, 13 policemen, and thousands of injured. </li>
<a href="http://www.flickr.com/photos/24610655@N08/5433754372/"><img alt="egyptsunsetflagman.png" src="http://www.readwriteweb.com/egyptsunsetflagman.png" width="300" height="446" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></a><li><b>Monday, Feb. 7:</b> Wael Ghonim, an Egyptian Google employee, blogger, and the admin of the page "We Are All Khalid Said"  broken into tears on a satellite television channel after he saw the victims of the protests. Wael saw them for the first time after his release following a 12 day detention. Wael's tears provided a big boost to the revolution and begun a countdown for the ruling regime.</li>
<li><b>Day of Egypt's Love, Tuesday, Feb. 8: Another March of Millions:</b> One of the most crowded day in the square. Tahrir to Egypt is definitely like Twitter to the Internet. The double Ts have pushed this revolution miles forwards.</li>
<li><b>Friday of Resolve, Feb. 11:</b> The demonstrators kept their heads high demanding the overthrow of the regime, regardless all the concessions offered. Another call for a March of Millions. Cairo, Alexandria, and others have witnessed large protests. The victorious moment came at 6 p.m. local time. Cairo streets went mad. Celebrations were everywhere for the jubilant protesters: car horns, flags waving, dancing, singing, and fainting in disbelief. The French word <i>dégagé</i> seems to have a magical effect against the autocratic regimes. The word is "trending" in the streets of the Middle East. The Tunisian scenario of implementing democracy by the people has now also occurred in Egypt. And what happened in Egypt, by far, will not stay in Egypt.</li></ul>

<p>The question now is what comes after? My banner at the first March of Millions was "This is Egypt, not Iran." I'm not an Islamophobe because phobia implies an irrational fear of certain things, which isn't the case with political Islam. I have two fears at the moment. The first fear is at the international/regional level. The peace treaty with Israel is very important to retain, regardless of the orientation of the forthcoming president. It's a pivotal point for a long-term peace in the region, plus, it's a mutual interest for both the people of Egypt and Israel. </p>

<p>The second fear is a local one: political Islam. Political Islam is the main driving force behind some of the most horrible terrorist attacks in the history of mankind, and also the core base for states like Iran, and groups like Qa'ida, Taliban, Hezbollah and the Muslim Brotherhood. The organization, financing and resources of the Muslim Brotherhood as an establishment in Egypt dates back to 1928, and has paved the way for terrorist groups like <a href="http://en.wikipedia.org/wiki/Al-Gama'a_al-Islamiyya">Al-Gama'a al-Islamiyya</a> and <a href="http://en.wikipedia.org/wiki/Takfir_wal-Hijra">Al Takfir Wal Hijra</a>. </p>

<p>The Jihadi school of thought is the world's most challenging danger at the moment - this is not Western media agitprop, but simply a reality. However, I believe that the youth here in Egypt, or there in Tunisia, are aware of this - not all of them, but a significant percentage.</p>

<p>I'm betting on a new trend of #revolutions in 2011 will sweep across the region. I think that they will resemble the 1989 revolutions that resulted in the dissolution of the totalitarian communist USSR. Tunisia and Egypt were the beginning, but similar uprisings in Iran, Libya, Algeria, Yemen, Bahrain, Qatar and maybe also Kurdistan are highly expected. </p>

<p>These revolutions will not turn out to reproduce a Lenin-USSR or a Khomeini-Iran, two of the most famous revolutions of the last century that produced more corrupt and totalitarian regimes than pre-revolution. The Internet revolutions are different; the youth who have called for them are very aware of the risks to individual liberties and minorities in the region and the world as a whole and that may accompany the birth of a new Islamist state. </p>

<p>Here comes our challenge as intellectuals: Analyze, write, explain, and debate with the mainstream, whether in Tunisia, Egypt, or any other country in the region, about the hazards of political Islam.</p>

<p><em><small>Flickr CC photo by <a href="http://www.flickr.com/photos/24610655@N08/5433754372/">M. Soli</a></small></em></p>
]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/from_jan25_to_tahrir_what_comes_next_for_the_inter.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/from_jan25_to_tahrir_what_comes_next_for_the_inter.php</link>
         <guid>http://www.readwriteweb.com/archives/from_jan25_to_tahrir_what_comes_next_for_the_inter.php</guid>
         <category>International</category>
         <pubDate>Mon, 14 Feb 2011 15:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
      <item>
         <title>5 Ways the Mobile App Economy is Evolving in 2011</title>
		<description><![CDATA[<p><img alt="guest_appiphoneinhand.jpg" src="http://www.readwriteweb.com/mobile/guest_appiphoneinhand.jpg" width="150" height="150" class="mt-image-none" style="" />It's easy to fall into the trap of thinking of the app economy as a fully developed and mature space. And while it's not the wild wild West that it was two years ago, the economy is still rapidly evolving - and we're about to see some significant changes in 2011. </p>

<p><b>1. The Virtual Good is God</b> - it's all about in-app purchasing</p>

<p>Does it seem like everyone and their mother are talking about virtual goods? That's because everyone is. And everyone's mother just spent $200 buying virtual cows for her virtual farm. The virtual currency economy is big and growing - and it's no joke for gaming publishers looking to monetize. Inside Virtual Goods recently <a href="http://www.insidevirtualgoods.com/future-social-gaming/">published a report</a> predicting that the virtual goods market in the U.S. alone will hit $2.1 billion in revenues this year.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d.ads.readwriteweb.com/ck.php?n=24605&amp;cb=24605' target='_blank'><img src='http://d.ads.readwriteweb.com/avw.php?zoneid=14&amp;cb=24605&amp;n=24605' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p><div class="super-pullquote"><em>Guest author Michael Chang is co-founder and the CEO of <a href="http://www.greystripe.com/">Greystripe</a>. He has worked as an associate at Incubic Venture Capital and as an engineer and product manager with SAN pioneer Gadzoox Networks. He has a MBA from Duke University's Fuqua School of Business and a BS from Carnegie Mellon.</em></div>Monetization through virtual goods made a splash in 2010, but in 2011 we'll see the economy grow into a real beast to be reckoned with. This year more iPhone and Android games will move from paid or subscription-based apps to a combination of in-app purchasing and advertising to monetize. </p>

<p><b>2. Mobile ads are about to transform</b> - the formats and placements within apps are going to change</p>

<p>When mobile ads first hit the market, the online format was simply slapped onto the smartphone. Since the beginning, standard banner ads have been king - placed haphazardly on every screen of an app and each page of the mobile Web. This year will be the year advertisers start to pay as much attention to where and how an ad is placed as they do to the number of impressions and clicks. </p>

<p>We're going to start seeing more and more large, engaging ads delivered as interstitials - placed at natural transition points in content. The actual ads are evolving too. Rich media will become common.  Video ads will also grow dramatically, which will come as no surprise to any Angry Bird-er who experienced video ads this holiday season.</p>

<p><b>3. Regional and local ads will become commonplace</b> - but hyperlocal ads will wait until 2012</p>

<p>Local was the mobile buzzword of 2010 - and it's not going away any time soon. Throughout the year, local and regional ads are going to be popping up more frequently. BIA/Kelsey predicts location-targeted ads will grow from $400 million in 2010 to over $2 billion by 2014.  Scale is driving better opportunities for targeting, and more advertisers are taking advantage. </p>

<p>But even though the climate is ripe for local, you shouldn't expect an onslaught of hyperlocal ads. Yes, you'll start seeing more ads for the Best Buy near you. But you won't be overwhelmed with ads for the pizza place downstairs quite yet.</p>

<p><b>4. An Android application store will enhance payment and discovery.</b> (It better, if Android wants to win the competition for developers.)</p>

<p>Last year was the year for Android - Google's Android OS overtook iPhone in the total number of subscribers. But with the iPhone coming to Verizon, Android is going to have to step up its game if it wants to stay on top. In particular, Android's marketplace has proven to be a key limitation. </p>

<p>Apple's App Store, while hardly perfect, is <a href="http://www.insidemobileapps.com/2011/01/25/android-paid-downloads/">far superior to Android's</a> for finding and purchasing new apps. Android needs to figure out a way to organize its apps and simplify the checkout process.  Someone will figure it out in 2011.  Maybe it will be Google who has announced plans for upgrades. Maybe it will be a third party like <a href="http://blogs.wsj.com/digits/2011/01/05/amazon-appstore-opens-to-developers/">Amazon</a>.</p>

<p><b>5. The wild cards:</b> Emerging platforms, cross-platform HTML5 apps, non-Apple tablets and interactive TV </p>

<p>A few potential app economy game changers need to be watched this year. Windows and Blackberry will make a strong push in 2011 for market share of high-end smartphones. This could increase fragmentation of the mobile app economy but should also contribute to the shift toward cross-platform HTML5 mobile websites that look and feel like native apps. The introduction of iPad alternatives will be an indication of how big the tablet market can be. Google and Apple's TV products will test if the mainstream is ready for interactive TV. It's clear that we're entering an exciting time.</p>

<p><em>Disclosure: the author is the CEO of a mobile advertising network.</em></p>

<p><em><small>Photo by <a href="http://www.flickr.com/photos/jorgeq82/4732700819/">Jorge Quinteros</a></small></em></p>


]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/mobile/2011/02/5-ways-the-mobile-app-economy-is-evolving-in-2011.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/mobile/2011/02/5-ways-the-mobile-app-economy-is-evolving-in-2011.php</link>
         <guid>http://www.readwriteweb.com/mobile/2011/02/5-ways-the-mobile-app-economy-is-evolving-in-2011.php</guid>
         <category>Apps</category>
         <pubDate>Fri, 04 Feb 2011 14:00:00 -0800</pubDate>
<author>Guest Author</author>
      </item>
      
   </channel>
</rss>
