<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AllThingsD &#187; Numbers</title>
	<atom:link href="http://allthingsd.com/category/voices/numbers/feed/" rel="self" type="application/rss+xml" />
	<link>http://allthingsd.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 13:04:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><image>
		  <url>http://allthingsd.com/theme/images/logo-rss.jpg</url>
		  <title>All Things Digital</title>
		  <link>http://allthingsd.com/</link>
		  <width>144</width>
		  <height>22</height>
	</image>		<item>
		<title>Graphs as a New Way of Thinking</title>
		<link>http://allthingsd.com/20130109/graphs-as-a-new-way-of-thinking/</link>
		<comments>http://allthingsd.com/20130109/graphs-as-a-new-way-of-thinking/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 19:16:31 +0000</pubDate>
		<dc:creator>Emil Eifrem</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[American Express]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Creative Cloud]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Deutsche Telekom]]></category>
		<category><![CDATA[Emil Efrem]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[Neo Technologies]]></category>
		<category><![CDATA[Squidoo]]></category>
		<category><![CDATA[Telenor Group]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Viadeo]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=283845</guid>
		<description><![CDATA[As data gets bigger, graphs get more important.]]></description>
				<content:encoded><![CDATA[<p>Faced with the need to generate ever-greater insight and end-user value, some of the world’s most innovative companies &#8212; Google, Facebook, Twitter, Adobe and American Express among them &#8212; have turned to graph technologies to tackle the complexity at the heart of their data.</p>
<p>To understand how graphs address data complexity, we need first to understand the nature of the complexity itself. In practical terms, data gets more complex as it gets bigger, more semi-structured, and more densely connected.</p>
<p>We all know about big data. The volume of net new data being created each year is growing exponentially &#8212; a trend that is set to continue for the foreseeable future. But increased volume isn&#8217;t the only force we have to contend with today: On top of this staggering growth in the volume of data, we are also seeing an increase in both the amount of semi-structure and the degree of connectedness present in that data.</p>
<h4 class="subhed">Semi-Structure</h4>
<p>Semi-structured data is messy data: data that doesn&#8217;t fit into a uniform, one-size-fits-all, rigid relational schema. It is characterized by the presence of sparse tables and lots of null checking logic &#8212; all of it necessary to produce a solution that is fast enough and flexible enough to deal with the vagaries of real world data.</p>
<p>Increased semi-structure, then, is another force with which we have to contend, besides increased data volume. As data volumes grow, we trade insight for uniformity; the more data we gather about a group of entities, the more that data is likely to be semi-structured.</p>
<h4 class="subhed">Connectedness</h4>
<p>But insight and end-user value do not simply result from ramping up volume and variation in our data. Many of the more important questions we want to ask of our data require us to understand how things are connected. Insight depends on us understanding the relationships between entities &#8212; and often, the quality of those relationships.</p>
<p>Here are some examples, taken from different domains, of the kinds of important questions we ask of our data:</p>
<ul>
<li>Which friends and colleagues do we have in common?</li>
<li>What&#8217;s the quickest route between two stations on the metro?</li>
<li>What do you recommend I buy based on my previous purchases?</li>
<li>Which products, services and subscriptions do I have permission to access and modify? Conversely, given this particular subscription, who can modify or cancel it?</li>
<li>What&#8217;s the most efficient means of delivering a parcel from A to B?</li>
<li>Who has been fraudulently claiming benefits?</li>
<li>Who owns all the debt? Who is most at risk of poisoning the financial markets?</li>
</ul>
<p>To answer each of these questions, we need to understand how the entities in our domain are connected. In other words, these are graph problems. </p>
<p>Why are these graph problems? Because graphs are the best abstraction we have for modeling and querying connectedness. Moreover, the malleability of the graph structure makes it ideal for creating high-fidelity representations of a semi-structured domain. Traditionally relegated to the more obscure applications of computer science, graph data models are today proving to be a powerful way of modeling and interrogating a wide range of common use cases. Put simply, graphs are everywhere.</p>
<h4 class="subhed">Graph Databases</h4>
<p>Today, if you’ve got a graph data problem, you can tackle it using a graph database &#8212; an online transactional system that allows you to store, manage and query your data in the form of a graph. A graph database enables you to represent any kind of data in a highly accessible, elegant way using nodes and relationships, both of which may host properties: </p>
<ul>
<li>Nodes are containers for properties, which are key-value pairs that capture an entity’s attributes. In a graph model of a domain, nodes tend to be used to represent the things in the domain. The connections between these things are expressed using relationships.</li>
<li>A relationship has a name and a direction, which together lend semantic clarity and context to the nodes connected by the relationship. Like nodes, relationships can also contain properties: Attaching one or more properties to a relationship allows us to weight that relationship, or describe its quality, or otherwise qualify its applicability for a particular query.</li>
</ul>
<p>The key thing about such a model is that it makes relations first-class citizens of the data, rather than treating them as metadata. As real data points, they can be queried and understood in their variety, weight and quality: Important capabilities in a world of increasing connectedness.</p>
<h4 class="subhed">Graph Databases in Practice</h4>
<p>Today, the most innovative organizations are leveraging graph databases as a way to solve the challenges around their connected data. These include major names such as Google, Facebook, Twitter, Adobe and American Express. Graph databases are also being used by organizations in a range of fields including finance, education, web, ISV and telecom and data communications. </p>
<p>The following examples offer use case scenarios of graph databases in practice.</p>
<ul>
<li>Adobe Systems currently leverages a graph database to provide social capabilities to its Creative Cloud &#8212; a new array of services to media enthusiasts and professionals. A graph offers clear advantages in capturing Adobe’s rich data model fully, while still allowing for high performance queries that range from simple reads to advanced analytics. It also enables Adobe to store large amounts of connected data across three continents, all while maintaining high query performance.</li>
<li>Europe’s No. 1 professional network, Viadeo, has integrated a graph database to store all of its users and relationships. Viadeo currently has 40 million professionals in its network and requires a solution that is easy to use and capable of handling major expansion. Upon integrating a graph model, Viadeo has accelerated its system performance by more than 200 percent.</li>
<li>Telenor Group is one of the top ten wireless Telco companies in the world, and uses a graph database to manage its customer organizational structures. The ability to model and query complex data such as customer and account structures with high performance has proven to be critical to Telenor&#8217;s ongoing success.</li>
</ul>
<p><div id="attachment_283846" class="wp-caption alignright" style="width: 650px"><a href="http://allthingsd.com/files/2013/01/telenor5.png"><img src="http://allthingsd.com/files/2013/01/telenor5-640x480.png" alt="An access control graph. Telenor uses a similar data model to manage products and subscriptions." width="640" height="480" class="size-large wp-image-283846" /></a><p class="wp-caption-text">An access control graph. Telenor uses a similar data model to manage products and subscriptions.</p></div></p>
<ul>
<li>Deutsche Telekom leverages a graph database for its highly scalable social soccer fan website attracting tens of thousands of visitors during each soccer match, where it provides painless data modeling, seamless data model extendibility, and high performance and reliability.</li>
<li>Squidoo is the popular social publishing platform where users share their passions. They recently created a product called Postcards, which are single-page, beautifully designed recommendations of books, movies, music albums, quotes and other products and media types. A graph database ensures that users have an awesome experience as it provides a primary data store for the Postcards taxonomy and the recommendation engine for what people should be doing next.</li>
</ul>
<p>Such examples prove the pervasiveness of connections within data and the power of a graph model to optimally map relationships. A graph database allows you to further query and analyze such connections to provide greater insight and end-user value. In short, graphs are poised to deliver true competitive advantage by offering deeper perspective into data as well as a new framework to power today’s revolutionary applications. </p>
<h4 class="subhed">A New Way of Thinking</h4>
<p>Graphs are a new way of thinking for explicitly modeling the factors that make today’s big data so complex: Semi-structure and connectedness. As more and more organizations recognize the value of modeling data with a graph, they are turning to the use of graph databases to extend this powerful modeling capability to the storage and querying of complex, densely connected structures. The result is the opening up of new opportunities for generating critical insight and end-user value, which can make all the difference in keeping up with today’s competitive business environment. </p>
<p><em>Emil is the founder of the Neo4j open source graph database project, which is the most widely deployed graph database in the world. As a life-long compulsive programmer who started his first free software project in 1994, Emil has with horror witnessed his recent degradation into a VC-backed powerpoint engineer. As the CEO of Neo4j&#8217;s commercial sponsor Neo Technology, Emil is now mainly focused on spreading the word about the powers of graphs and preaching the demise of tabular solutions everywhere. Emil presents regularly at conferences such as JAOO, JavaOne, QCon and OSCON.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20130109/graphs-as-a-new-way-of-thinking/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Not Surprisingly, Younger Set Leads Smartphone Charge</title>
		<link>http://allthingsd.com/20120910/not-surprisingly-younger-set-leads-smartphone-charge/</link>
		<comments>http://allthingsd.com/20120910/not-surprisingly-younger-set-leads-smartphone-charge/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 22:57:01 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[RIM]]></category>
		<category><![CDATA[smartphones]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=249373</guid>
		<description><![CDATA[More 13- to 17-year-olds than ever have nicer phones than you.]]></description>
				<content:encoded><![CDATA[<p>In anticipation of the proliferation of new phones leading into the holiday season, Nielsen took a look at the U.S. mobile market in terms of smartphone growth within various age segments. While the whole category has grown 14.5 percent in the last year to claim more than 55 percent of the market, and 74 percent of the 25- to 34-year-old segment use smartphones, it&#8217;s the 13- to 17-year-olds who take the prize, with 22 percent growth over the last year.</p>
<p>Android leads in OS usage, with Apple&#8217;s iOS offering the only real competition.</p>
<p><script type="text/javascript" src="http://public.tableausoftware.com/javascripts/api/viz_v1.js"></script>
<div class="tableauPlaceholder" style="width:450px; height:400px;">
<noscript><a href="#"><img alt="Sheet 5 " src="http:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;CD&#47;CDS_0&#47;Sheet5&#47;1_rss.png" style="border: none" /></a></noscript>
<p><object class="tableauViz" width="500" height="450" style="display:none;"><param name="host_url" value="http%3A%2F%2Fpublic.tableausoftware.com%2F" /><param name="site_root" value="" /><param name="name" value="CDS_0&#47;Sheet5" /><param name="tabs" value="no" /><param name="toolbar" value="yes" /><param name="static_image" value="http:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;CD&#47;CDS_0&#47;Sheet5&#47;1.png" /><param name="animate_transition" value="yes" /><param name="display_static_image" value="yes" /><param name="display_spinner" value="yes" /><param name="display_overlay" value="yes" /><param name="display_count" value="yes" /></object></div>
<div style="width:676px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;"></div>
<p><img src="http://allthingsd.com/files/2012/09/Screen-Shot-2012-09-10-at-2.52.16-PM.png" alt="" title="Screen Shot 2012-09-10 at 2.52.16 PM" width="529" height="368" class="aligncenter size-full wp-image-249379" /></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120910/not-surprisingly-younger-set-leads-smartphone-charge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tablets in the Workforce</title>
		<link>http://allthingsd.com/20120719/tablets-in-the-workforce/</link>
		<comments>http://allthingsd.com/20120719/tablets-in-the-workforce/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 22:45:02 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Forrester Research]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Strategic Planning Forrsights]]></category>
		<category><![CDATA[tablets]]></category>
		<category><![CDATA[work force]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=223488</guid>
		<description><![CDATA[There are more and more of them, and more of them are iPads.]]></description>
				<content:encoded><![CDATA[<p>Some new research from Forrester Research offers a glimpse into the presence of tablets in the workforce. There&#8217;s not a lot of surprising info here, but some useful data points. Apple is the dominant brand, followed by Android. Tablets are a work device for one in 10 information workers globally. Consumerization is the driving force behind workplace tablets, to Apple&#8217;s advantage. The application list starts with email and falls off rapidly from there, probably due to the lack of app availability on work tablets. </p>
<p>The survey was fielded in Q4 2011 by Forrester Research&#8217;s Strategic Planning Forrsights.</p>
<p><img src="http://allthingsd.com/files/2012/07/tablets-e1343147540496.png" alt="" title="tablets" width="638" height="730" class="alignright size-full wp-image-232149" /></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120719/tablets-in-the-workforce/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Personality and Platforms: Myers-Briggs Samples Social Types</title>
		<link>http://allthingsd.com/20120716/personality-and-platforms-myers-briggs-samples-social-types/</link>
		<comments>http://allthingsd.com/20120716/personality-and-platforms-myers-briggs-samples-social-types/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 21:48:17 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Carl Jung]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[MBTI]]></category>
		<category><![CDATA[Meyers-Briggs]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=230533</guid>
		<description><![CDATA[Would Carl Jung use Twitter?]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;ve ever wondered what your social media preferences have to say about your personality type (and vice versa), you&#8217;re in luck. The Meyers-Briggs Type Indicator, the personality assessment based on Carl Jung&#8217;s psychological type theories, has been brought to bear in a study that shows which personality types are more likely to use what kinds of social media and how they&#8217;re likely to use it. CPP, the publisher of the test, surveyed 1,784 people for the infographic below.</p>
<p><a href="http://allthingsd.com/files/2012/07/type_socmedia_infographic.jpg"><img src="http://allthingsd.com/files/2012/07/type_socmedia_infographic-640x3781.jpg" alt="" title="type_socmedia_infographic" width="640" height="3781" class="aligncenter size-Hero wp-image-230534" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120716/personality-and-platforms-myers-briggs-samples-social-types/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>On the Big Screen: Surface Beats Retina</title>
		<link>http://allthingsd.com/20120629/on-the-big-screen-surface-beats-retina/</link>
		<comments>http://allthingsd.com/20120629/on-the-big-screen-surface-beats-retina/#comments</comments>
		<pubDate>Fri, 29 Jun 2012 18:02:27 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS 6]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[Taykey]]></category>
		<category><![CDATA[Windows Phone 8]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=225845</guid>
		<description><![CDATA[Both Apple and Microsoft made big product announcements within a few days of each other this month, and with so much buzz in the air, it was hard to tell who was winning.]]></description>
				<content:encoded><![CDATA[<p>Both Apple and Microsoft made big product announcements within a few days of each other this month &#8212; Apple at its <a href="http://allthingsd.com/20120611/apple-previews-ios-6-mountain-lion-debuts-new-laptops-nut-no-one-more-thing/">June 11 WWDC with the new MacBook Pro with Retina display</a>, and Microsoft at its <a href="http://allthingsd.com/20120618/microsoft-launches-new-microsoft-surface-tablets/">June 18 launch for the Surface tablet</a>. There was big OS news, too, with <a href="http://allthingsd.com/20120611/siri-gets-smarter-and-maps-get-fancier-in-ios-6/">iOS 6</a> and <a href="http://allthingsd.com/20120620/what-we-just-learned-about-windows-phone-8/">Windows Phone 8</a> &#8212; and with so much buzz in the air, it was hard to tell who was winning.</p>
<p>But one start-up, <a href="http://www.taykey.com/">Taykey</a>, was busy keeping score. It uses &#8220;patented technology&#8221; to analyze trends and conversations across social sources to help its advertising customers improve their campaigns, but in this case, it was just as useful as a judge in the Apple/Microsoft race. Not being privy to the company&#8217;s trade secrets, I can&#8217;t comment on the accuracy of the following infographic, but it&#8217;s definitely interesting. Pretty, too:</p>
<p><img src="http://allthingsd.com/files/2012/06/TaykeyTrendsInfographic_June2012-640x2821.jpg" alt="" title="TaykeyTrendsInfographic_June2012" width="640" height="2821" class="alignright size-Hero wp-image-225846" /></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120629/on-the-big-screen-surface-beats-retina/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>My Other Phone Is a Phone</title>
		<link>http://allthingsd.com/20120524/my-other-phone-is-a-phone/</link>
		<comments>http://allthingsd.com/20120524/my-other-phone-is-a-phone/#comments</comments>
		<pubDate>Thu, 24 May 2012 23:30:29 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[Commerce]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Forrester Research]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=212276</guid>
		<description><![CDATA[A new study from Forrester Research on technology adoption by urban Chinese consumers illustrates the ubiquitousness of the mobile Internet in China.]]></description>
				<content:encoded><![CDATA[<p>A new study from Forrester Research on technology adoption by urban Chinese consumers also illustrates the power of the mobile Internet in China. Out of more than 3,600 people surveyed, 71 percent use their phones to go online at least once daily. Their e-commerce-related activities are outlined in the chart below, but what it doesn&#8217;t show is also interesting: Fully one-third of the consumers surveyed own two or more active mobile phones.</p>
<p><img src="http://allthingsd.com/files/2012/05/china_smartphone.gif" alt="" title="china_smartphone" width="600" height="351" class="aligncenter size-full wp-image-212277" /></p>
<p><em>Chart/data courtesy of <a href="http://www.forrester.com">Forrester Research</a></em><img src="http://allthingsd.com/files/2012/04/Screen-Shot-2012-04-24-at-12.59.15-AM.png" alt="" title="Screen Shot 2012-04-24 at 12.59.15 AM" width="238" height="89" class="alignright size-full wp-image-199367" /></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120524/my-other-phone-is-a-phone/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Smaller Than Mark Zuckerberg</title>
		<link>http://allthingsd.com/20120522/smaller-than-mark-zuckerberg/</link>
		<comments>http://allthingsd.com/20120522/smaller-than-mark-zuckerberg/#comments</comments>
		<pubDate>Tue, 22 May 2012 22:38:08 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Voices]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=210751</guid>
		<description><![CDATA[Facebook's IPO may have lacked "sizzle," but it did make at least one thing pop.]]></description>
				<content:encoded><![CDATA[<p>Facebook&#8217;s IPO may have lacked &#8220;sizzle,&#8221; but it did make at least one thing pop. Below, Greg Voakes illustrates some of the things that are now eclipsed in size by the newly minted fortune of Mark Zuckerberg.</p>
<p><a href="http://www.mbaonline.com/smaller-than-zuckerberg/"><img src="http://allthingsd.com/files/2012/05/smaller-than-zuckerberg.jpg" alt="" title="smaller-than-zuckerberg" width="640" height="3845" class="aligncenter size-full wp-image-211070" /></a><br />Created by: <a href="http://www.mbaonline.com/">MBAOnline.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120522/smaller-than-mark-zuckerberg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Era of AppNation Has Arrived</title>
		<link>http://allthingsd.com/20120516/the-era-of-appnation-has-arrived/</link>
		<comments>http://allthingsd.com/20120516/the-era-of-appnation-has-arrived/#comments</comments>
		<pubDate>Wed, 16 May 2012 23:59:49 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Draw Something]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google Search]]></category>
		<category><![CDATA[Instagram]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Nielsen]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=209097</guid>
		<description><![CDATA[It seems like a foregone conclusion that the era of the app has arrived.]]></description>
				<content:encoded><![CDATA[<p>Judging by two of the most hyped deals in recent Silicon Valley history &#8212; <a href="http://allthingsd.com/20120409/breaking-facebook-to-acquire-instagram-for-1-billion/">Facebook&#8217;s acquisition of Instagram</a> for $1 billion and <a href="http://allthingsd.com/20120321/looks-like-zynga-just-bought-omgpop-for-200-million/">Zynga&#8217;s acquisition of Draw Something</a> for $200 million &#8212; it seems like a foregone conclusion that the era of the app has arrived.</p>
<p>And some new numbers from Nielsen that chronicle the rise of &#8220;AppNation&#8221; on Android and iOS between March 2011 and March 2012 back up that notion. The study shows the average number of apps per smartphone has jumped from 32 apps to 41, and growth in time spent on app usage outpacing the growth in mobile Web usage on smartphones by a hefty margin.</p>
<p><img src="http://allthingsd.com/files/2012/05/appvsweb1-640x362.jpg" alt="" title="appvsweb1" width="640" height="362" class="aligncenter size-large wp-image-209117" /></p>
<p>And while Nielsen&#8217;s measure of the top five apps &#8212; Facebook, YouTube, Android Market, Google Search and Gmail &#8212; remained constant, the rest of the top 50 was more of an open playing field, with more than 20 percent of the remaining spots entering as new players, and plenty of maneuvering going on.</p>
<p><img src="http://allthingsd.com/files/2012/05/top50apps-640x344.jpg" alt="" title="top50apps" width="640" height="344" class="aligncenter size-large wp-image-209133" /></p>
<p><div id="attachment_209171" class="wp-caption alignright" style="width: 218px"><img src="http://allthingsd.com/files/2012/05/nielsen.jpg" alt="" title="nielsen" width="208" height="83" class="size-full wp-image-209171" /><span class="media-attribution"><a href="http://www.nielsen.com">Data courtesy Nielsen</a></span><p class="wp-caption-text"> </p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120516/the-era-of-appnation-has-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Call of Duty: Modern Patent Warfare</title>
		<link>http://allthingsd.com/20120508/call-of-duty-modern-patent-warfare/</link>
		<comments>http://allthingsd.com/20120508/call-of-duty-modern-patent-warfare/#comments</comments>
		<pubDate>Wed, 09 May 2012 00:00:15 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[Erin-Michael Gill]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[intellectual property]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[patent wars]]></category>
		<category><![CDATA[patents]]></category>
		<category><![CDATA[Ross Perez]]></category>
		<category><![CDATA[Tableau]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=205481</guid>
		<description><![CDATA[That is one messy battlefield.]]></description>
				<content:encoded><![CDATA[<p>Last week, <a href="http://allthingsd.com/20120430/understanding-the-ip-wars/?refcat=voices">Erin-Michael Gill</a> wrote about intellectual property as the frontier of conflict in the tech world. Below, Ross Perez of Tableau software has mapped the battlefield visually, and though the visualization isn&#8217;t mapped over time (stay tuned), it&#8217;s a strikingly tangled landscape:</p>
<p><script type="text/javascript" src="http://public.tableausoftware.com/javascripts/api/viz_v1.js"></script>
<div class="tableauPlaceholder" style="width:604px; height:769px;">
<noscript><a href="#"><img alt="The Patent Wars Summarized " src="http:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;Pa&#47;PatentWars_0&#47;Dashboard1&#47;1_rss.png" style="border: none" /></a></noscript>
<p><object class="tableauViz" width="604" height="769" style="display:none;"><param name="host_url" value="http%3A%2F%2Fpublic.tableausoftware.com%2F" /><param name="site_root" value="" /><param name="name" value="PatentWars_0&#47;Dashboard1" /><param name="tabs" value="no" /><param name="toolbar" value="yes" /><param name="static_image" value="http:&#47;&#47;public.tableausoftware.com&#47;static&#47;images&#47;Pa&#47;PatentWars_0&#47;Dashboard1&#47;1.png" /><param name="animate_transition" value="yes" /><param name="display_static_image" value="yes" /><param name="display_spinner" value="yes" /><param name="display_overlay" value="yes" /><param name="display_count" value="yes" /></object></div>
<div style="width:604px;height:22px;padding:0px 10px 0px 0px;color:black;font:normal 8pt verdana,helvetica,arial,sans-serif;">
<div style="float:right; padding-right:8px;"><a href="http://www.tableausoftware.com/public?ref=http://public.tableausoftware.com/views/PatentWars_0/Dashboard1" target="_blank">Powered by Tableau</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120508/call-of-duty-modern-patent-warfare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WTF Is CISPA?</title>
		<link>http://allthingsd.com/20120501/wtf-is-cispa/</link>
		<comments>http://allthingsd.com/20120501/wtf-is-cispa/#comments</comments>
		<pubDate>Tue, 01 May 2012 23:45:28 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[CISPA]]></category>
		<category><![CDATA[Cyber Information and Security Protection Act]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Greg Voakes]]></category>
		<category><![CDATA[House of Representatives]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Paralegal.net]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[piracy]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=201587</guid>
		<description><![CDATA[With SOPA and PIPA out of the picture, it seemed like digital privacy was less threatened. Then along came the new cybersecurity bill on the block, CISPA.]]></description>
				<content:encoded><![CDATA[<p>With SOPA and PIPA out of the picture, it seemed like digital privacy was less threatened by cybersecurity interests. Then along came the new bill on the block, CISPA. The Cyber Information and Security Protection Act passed the House Thursday and has some far-reaching implications, as well as some interesting supporters. Greg Voakes of Paralegal.net lays out the broad strokes below.</p>
<p><a href="http://www.paralegal.net/cispa/"><img src="http://allthingsd.com/files/2012/05/cispa640.jpg" alt="" title="cispa640" width="640" height="4203" class="aligncenter size-full wp-image-202077" /></a><br />Created by: <a href="http://www.paralegal.net/">Paralegal.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120501/wtf-is-cispa/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Are You "Always Addressable"?</title>
		<link>http://allthingsd.com/20120424/are-you-always-addressable/</link>
		<comments>http://allthingsd.com/20120424/are-you-always-addressable/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 18:04:18 +0000</pubDate>
		<dc:creator>Beth Callaghan</dc:creator>
				<category><![CDATA[Numbers]]></category>
		<category><![CDATA[Voices]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Forrester Research]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[Melissa Parrish]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://allthingsd.com/?p=199365</guid>
		<description><![CDATA[A recently completed study from Forrester Research says a lot about the persistence of your online habits.]]></description>
				<content:encoded><![CDATA[<p>A recently completed study from Forrester Research says a lot about the persistence of your online habits. Senior Analyst Melissa Parrish describes the &#8220;Always Addressable Customer&#8221; as someone who &#8220;owns and uses at least 3 connected devices, goes online multiple times per day, and goes online from at least 3 physical locations like home, work or school, and in the park.&#8221;  </p>
<p>Currently, 37 percent of all adults online in the United States today qualify, and it is probably no huge surprise that the greatest concentration occurs among what Forrester terms Generation Y and Generation Z, those between the ages of 18 and 31. But one of the more interesting tidbits here (besides the fact that Forrester describes those between 46 and 55 as &#8220;Young Boomers&#8221;) is that Generation X will be mostly Addressable by the end of the year &#8212; an increase of more than 6 percent.</p>
<p><img src="http://allthingsd.com/files/2012/04/addressable.jpg" alt="" title="addressable" width="640" height="480" class="aligncenter size-full wp-image-199366" /></p>
<p><em>Chart/data courtesy of <a href="http://www.forrester.com">Forrester Research</a></em><img src="http://allthingsd.com/files/2012/04/Screen-Shot-2012-04-24-at-12.59.15-AM.png" alt="" title="Screen Shot 2012-04-24 at 12.59.15 AM" width="238" height="89" class="alignright size-full wp-image-199367" /></p>
]]></content:encoded>
			<wfw:commentRss>http://allthingsd.com/20120424/are-you-always-addressable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>