<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Web Future - ReadWriteWeb</title>
      <link>http://www.readwriteweb.com/archives/web-future/</link>
      <description>Web Future on ReadWriteWeb</description>
      <language>en</language>
      <copyright>Copyright 2009 Richard MacManus</copyright>
      <managingEditor>readwriteweb@gmail.com</managingEditor>
      <lastBuildDate>Sat, 11 Jul 2009 14:04:57 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=4.23-en</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

      
      <item>
         <title>The Web of Identities: Making Machine-Accessible People Data</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/web_data_apr09a.jpg" width="150" height="169" />In a previous article, we discussed the <a href="http://www.readwriteweb.com/archives/web_of_data_machine_accessible_information.php">Web of data</a>, which is about inter-linking open data sets and, thus, turning them into machine-accessible structured data. In this post, we'll draw a picture of how the emerging social Web could serve as a Web of identities, which is essentially a people-data version of the Web of data.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=15678&amp;cb=15678' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=15678&amp;n=15678' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>W3C's <href="http://esw.w3.org/topic/SweoIG/TaskForces/CommunityProjects/LinkingOpenData">Linking Open Data</a> (LOD) project has gotten quite a bit of attention for the good job it does with the Web of data. Currently, all <a href="http://esw.w3.org/topic/TaskForces/CommunityProjects/LinkingOpenData/DataSets">participating data sets</a> are accessible free of charge and can be used without constraints. The project focuses on growth for now. In an email, Chris Bizer hinted that a payment model to charge for particular content may come in future.</p>

<p>The LOD approach is very good for static and encyclopedic knowledge, but what about accessing our personal data? Technically, modeling our identity, profile data, social graph, groups, activity stream, assets, and other kinds of personal data is straightforward. But empowering machines to access this data could present challenges to the LOD approach, because it comes with all sorts of constraints and peculiarities, such as privacy and data volatility. People want control over who has access to their data or parts of their data and want to be able to block access for any reason. And issues such as rapidly changing and outdated data remain unaddressed.</p>

<p>This is where the social Web can help.</p>

<h2>The Emerging Social Web</h2>

<p><a href="http://www.flickr.com/photos/39766806@N04/3653987411/"><img src="http://www.readwriteweb.com/images/machine_accessible_jul09a.jpg" width="500" height="206" /></a></p>

<p>There was a time when we had to create a new digital identity for each social application we wanted to use. A social application provides features based on <a href="http://connollyshaun.blogspot.com/2008/05/7-key-attributes-of-social-web.html">social attributes</a>. Every application provider implemented its own proprietary ID management to authorize users to log on and implemented its own proprietary user profile system to manage information about its users. Application providers were judged by the size of their user and content base and so erected endless walled gardens to protect their properties.</p>

<p>The most significant issues people had were:</p>

<ol>
<li>Low conversion rate for user registration,</li>
<li>Users had to register for many accounts,</li>
<li>Users had to re-enter and synchronize profile data,</li>
<li>Privacy, data ownership, and inability to export.</li>
</ol>

<p><a href="http://www.flickr.com/photos/39766806@N04/3654786526/"><img src="http://www.readwriteweb.com/images/machine_accessible_jul09b.jpg" width="500" height="103" /></a></p>

<p>Not much has changed, unfortunately. Most remarkable, perhaps, is the growing number of <a href="http://en.wikipedia.org/wiki/Single_sign_on">single sign-on</a> (SSO) solutions that address the first issue for application providers and the second issue for users. New application providers can now outsource this functionality to a third-party SSO provider. Some of the biggest application providers became ID providers themselves to allow their users to log on to third-party applications with the same ID, and this has gained traction beyond these few providers. This has led us to an era of <a href="http://therealmccrea.com/2008/12/19/as-online-identity-war-breaks-out-janrain-becomes-switzerland/">identity wars</a> between the big providers.</p>

<p>Many ID providers, such as Google, Yahoo!, MySpace, and Facebook, have added the <a href="http://openid.net/">OpenID</a> SSO to their own proprietary mechanisms over time. Because of the open nature of OpenID, many third-party providers have found it easy to integrate with the bigger providers, giving them more traction because users are able to access their services so easily using their OpenID credentials. Now, these ID providers can offer read-only access to fragments of profile data that users can look up or copy to third-party applications. Like SSO and OpenID, this began with proprietary solutions, but now exchange formats and protocols are emerging whose open language allows applications to easily exchange and synchronize data. These include:</p>

<ul>
<li>API access authorization protocol <a href="http://oauth.net/">OAuth</a>,</li>
<li>Social graph exchange format <a href="http://www.foaf-project.org/">FOAF</a> ("friend of a friend"),</li>
<li>Updates exchange format <a href="http://activitystrea.ms/">activity streams</a>,</li>
<li>Address book exchange format <a href="http://portablecontacts.net/">Portable Contacts</a>.</li>
</ul>

<p><a href="http://www.flickr.com/photos/39766806@N04/3653988285/"><img src="http://www.readwriteweb.com/images/machine_accessible_jul09c.jpg" width="500" height="104" /></a></p>

<p>In the future, ID providers will loosen their connection to social applications and start taking over management of users' social attributes. Users will be able to log in to applications using credentials hosted by their ID providers of choice and grant permissions to these applications to read or even sync selected fragments of their profile data. The borders of these walled gardens will thus blur, and the social Web will become more of a weave than a patchwork quilt.</p>

<h2>The Web of Identities</h2>

<p><a href="http://www.flickr.com/photos/39766806@N04/3653988905/"><img src="http://www.readwriteweb.com/images/machine_accessible_jul09d.jpg" width="500" height="185" /></a></p>

<p>The Web of data is a distributed web of interconnected sets of semantically annotated data. A connection is achieved as a result of data pointing to data contained in another set through a URI, just as websites point to each other with URIs. This way, machines can crawl the sets to read the data. ID providers will most likely refer to their users via URIs in the future as well. A social connection will consist of one user's URI pointing to another user's URI or ID provider. If permitted by users, a machine may very well accomplish its tasks by jumping through the Web of identities from user to user, the way it does through the Web of data.</p>

<p>Why is this needed? The Web of identities is actually a super-social graph that spans multiple ID providers. If we come across walled gardens, this infrastructure would be needed for all of the social-related search functions we perform. The following examples are thus far provided only (if at all) within individual applications:</p>

<ul>
<li>"What is the best book read by friends in my circle?"</strong><br />
This query might retrieve book purchases and book-related status updates that your friends have made accessible through their privacy settings and then rank the books in a set.</li>

<li>"Notify me if a close friend visits Berlin."</strong><br />
This permanent task repeatedly looks up your friends' geo-locations. You may also have granted your close friends access to this data, too. This task could even be combined with the Web of data to look up the meaning and location of Berlin.</li>

<li>"Sync my address book."</strong><br />
This permanent task continually synchronizes my friends' addresses and numbers with my personal address book.</li>
</ul>

<p>Now it's your turn. In what ways do you think the social Web and Web of identities are evolving?</p>

<p><em>(Diagrams by <a href="http://www.flickr.com/photos/39766806@N04/sets/72157620393913974/">alexkorth</a>)</em>
</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/web_of_identities_making_machine-accessible_people_data.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/web_of_identities_making_machine-accessible_people_data.php</link>
         <guid>http://www.readwriteweb.com/archives/web_of_identities_making_machine-accessible_people_data.php</guid>
         <category>Web Future</category>
         <pubDate>Sat, 11 Jul 2009 14:04:57 -0800</pubDate>
<author>Alexander Korth</author>
      </item>
      
      <item>
         <title>Opera CEO Claims Unite is Secure, But That&apos;s Not Its Real Problem</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/opera_unite.jpg">In a recent interview with <a href="http://www.networkworld.com/news/2009/070609-opera-ceo-defends-unite-against.html">Network World</a>, Opera CEO, Jon von Tetzchner, defends the company's upcoming web browser (Opera 10)'s&#160; "Unite" feature - the new technology that turns your browser into a web server. He said that Unite's decentralized nature makes it more difficult for hackers to break into computer systems - not easier. </p>

<p>That claim is probably meant to fight back against some people's initial concerns that hosting files on their own PC will leave them open to attack. However, simply addressing security issues is somewhat missing the point about the real trouble with Unite: it's not solving a problem we actually have. </p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=15629&amp;cb=15629' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=15629&amp;n=15629' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[

<h2>Opera Unite: Just as Secure as Anything Else, We Promise</h2>

<p>According to <a href="http://www.networkworld.com/news/2009/070609-opera-ceo-defends-unite-against.html">the interview</a>, Tetzchner addresses the concerns of those in the security community who fear this technology that aims to put a web server on every PC. He says, &quot;when you're hacking a single system, if you have everything that belongs to everyone in one location, you only need to break in once. If you have it in different computers it's a little more complicated. If you get into one Web server and everyone's data is in there, that's easier than getting into a million computers.&quot; </p>

<p>While Opera and the tech community <a href="http://www.reddit.com/r/programming/comments/8svh8/opera_unite/">continue to debate</a> <a href="http://www.betanews.com/article/How-secure-is-Opera-Unite/1245176152">the technology's security or lack thereof</a>, the rest of the tech early adopters have simply moved on. Outside of the Opera fanatics (we know who you are!), most of us either skimmed the news briefly or, at the most, may have downloaded <a href="http://labs.opera.com/news/2009/06/16/">the alpha</a> and played with it for a bit. But did the lot of us switch browsers and start sharing files? No.</p>

<p>Why is that? Shouldn't this be just the sort of thing that has techies all a'twitter? What's going on?</p>

<h2>Where's the Geek Love? </h2>

<p>When <a href="http://www.readwriteweb.com/archives/opera_reinvents_the_web_with_unite_makes_every_com.php">Opera revealed</a> the mysterious (and perhaps overly-hyped) Unite, they probably didn't get the response they expected. After numerous emails and teases about a new technology that was going to "reinvent the web," for the most part, the community response was "huh?" </p>

<p>Oh sure, Opera fanboys and girls got it right away as did web developers and other geekier-than-thou folks, but even within the tech community itself, <a href="http://mikeabundo.com/2009/06/17/opera-unite-why/">there</a> <a href="http://www.guardian.co.uk/technology/blog/2009/jun/17/opera-unite">was</a> <a href="http://www.solo-technology.com/blog/2009/07/06/opera-unite-beta-i-dont-get-it/">confusion</a>...and <a href="http://www.businessinsider.com/opera-unite-isnt-going-to-reinvent-anything-2009-6">a bit of "bah humbug"</a> too.</p>

<p>We remember reading through various blog comments where users dismissed Unite as nothing more special than a browser with P2P plugins - a statement that's only true to a point. While the technology enables P2P between browsers, it does so via a proxy server in the middle at operaunite.com. That middle service could easily be a single point of failure for the Unite infrastructure. Opera Unite's proxy goes down, you go down. Sure, that might not be any different than the cloud services we rely on now: <em>Gmail, Flickr, Facebook, YouTube, etc</em>. However, even if one of those was to crash-and-burn, it wouldn't take our whole web of services down with it. </p>

<p>But Unite wants to replace just about every cloud app you use today with its own apps for file sharing, social note-posting, chat, photo sharing, and media playing...and that's not to mention how Unite wants to let you host your own web server, too. In other words, Opera wants to (partially) move the cloud back off the the web to your PC. </p>

<p>They even go so far as to claim that their single point of failure is an improvement on what we do today: <em>"We place our trust in these third parties, and we hope for the best, but as long as our own computers are not first class citizens on the Web, we are merely tenants, and hosting companies are the landlords of the Internet," </em><a href="http://labs.opera.com/news/2009/06/16/">writes</a> product analyst Lawrence Eng.</p>

<p>Thanks, but we'll take our numerous cloud apps over the Unite+PC combo any day.</p>

<h2>What Problem Does Unite Solve?</h2>

<p>When we started moving from desktop to web, initially testing the waters with email services, later moving to photo and video sharing services, and finally to social networking sites like Facebook that let us communicate and share media, the solutions being implemented were solving real challenges. Setting up desktop email was hard for non-techies (what's my email server's address? what's SMTP?). There were mailbox storage limits and attachment size limits. Letting grandma and grandpa see our digital photos wasn't easy. Getting in touch and staying in touch with our wide network of friends was downright impossible. But then these web applications came along and made it possible for everyone to use technology. They were simple, straightforward, and fun. And soon a Web revolution was underway. A real one, that is.</p>

<p>What problem does Opera Unite solve that could kick off the next revolution of the web? Are we having trouble with cloud services? Are we concerned that they're so insecure that moving everything via P2P through Opera is somehow better? Is Unite <em>easier</em> than Facebook? Than flickr? Heck, than email? <em>No</em>. </p>

<p>It's not easier for us techies by any means (especially since its tied to one browser) and it's not even close to being easy for the "regular folks" of the online world...you know, <a href="http://www.youtube.com/watch?v=o4MwTvtyrUQ">the ones who don't even know what a browser is</a> </p>

<p>So security concerns aside, what is Unite doing for us that we can't get elsewhere? Anyone? </p>

<p>If you think we're missing the point, chime in below. </p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/opera_ceo_claims_unite_is_secure_but_thats_not_its_problem.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/opera_ceo_claims_unite_is_secure_but_thats_not_its_problem.php</link>
         <guid>http://www.readwriteweb.com/archives/opera_ceo_claims_unite_is_secure_but_thats_not_its_problem.php</guid>
         <category>Trends</category>
         <pubDate>Tue, 07 Jul 2009 06:49:07 -0800</pubDate>
<author>Sarah Perez</author>
      </item>
      
      <item>
         <title>HSTP: Hyperspeech Transfer Protocol</title>
		<description><![CDATA[<p><img alt="ibm_mar_09.jpg" src="http://www.readwriteweb.com/images/ibm_mar_09.jpg" width="100" height="48" />IBM's research <a href="http://www.research.ibm.com/">scientists</a> in India have developed a technology that will offer users the ability to talk to the Web and create 'voice' sites using mobile phones according to a news article in the <a href="http://economictimes.indiatimes.com/Infotech/Internet-/IBM-develops-a-technology-that-will-allow-users-to-talk-to-web/rssarticleshow/4267597.cms">Economic Times</a> today.</p>

<p>Hyperspeech Transfer Protocol (HSTP), a protocol designed to seamlessly connect telephony voice applications, will enable users to browse across voice applications by navigating the Hyperspeech (the voice hyperlink) content in a voice application.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=14248&amp;cb=14248' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=14248&amp;n=14248' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>"People will talk to the Web and the Web will respond. The research technology is analogous to the Internet. Unlike personal computers it will work on mobile phones where people can simply create their voice sites," IBM India Research Laboratory Associate Director Manish Gupta told the Economic Times.</p>

<p>In a 2007 paper describing the technology (<a href="http://domino.research.ibm.com/comm/research_people.nsf/pages/arun_kumar.pubs.html/$FILE/ht07.pdf">PDF</a>), IBM scientists explain the concepts of Hyperspeech using this scenario:</p>

<p><em>Jonathan is a busy salesman who travels frequently. His work typically requires him to stay in a place for a few days. Once he is in a new place, he has to go around looking for grocery stores in his locality for his daily needs. He prefers taking phone numbers of the identified stores and places orders on the phone subsequently. Home delivery services deliver the goods to his home. However, often the home delivery boys don't accept credit cards and even if some do, Jonathan tries paying by cash since he doesn't want to share his credit card information with untrusted home delivery agents. This often causes problems since he often runs out of cash.</p>

<p>During his travel, he visits a city and finds out that there is a yellow pages service in the city that he can call up to receive phone numbers of several businesses. He promptly calls up the service and uses the telephony voice application to browse through the grocery stores in the vicinity of his hotel.</p>

<p>On Jonathan's prompt, the call gets transferred to a grocery store and goes to the voice application of the store. Jonathan easily specifies the items he needs to buy from the cataloger. The order is placed and a delivery guarantee is made within half an hour</p>

<p>To his surprise, the grocery store's voice application also accepts credit cards securely over phone. Jonathan selects the option and his call gets transferred to yet another voice application of a secure payment gateway. The secure payment gateway already knows about the amount of money the grocery store wants to charge to Jonathan, and securely authorizes the payment by taking in Jonathan's credit card details and transacting with the credit card company's authorization system. </p>

<p>The delivery boy comes within half-hour and delivers the goods to Jonathan.</em></p>

<p>Given India's <a href="http://online.wsj.com/article/SB123413407376461353.html">position</a> as the fastest growing mobile phone market in the world, this new protocol may be particularly useful in India, where mobile phone sales are booming despite our current economic crisis.</p>

<p>If you're interested in reading the entire paper, HSTP : Hyperspeech Transfer Protocol, you can download it <a href="http://domino.research.ibm.com/comm/research_people.nsf/pages/arun_kumar.pubs.html/$FILE/ht07.pdf">here</a> (PDF). </p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/hstp_hyperspeech_transfer_protocol.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/hstp_hyperspeech_transfer_protocol.php</link>
         <guid>http://www.readwriteweb.com/archives/hstp_hyperspeech_transfer_protocol.php</guid>
         <category>Web Future</category>
         <pubDate>Sun, 15 Mar 2009 23:52:40 -0800</pubDate>
<author>Lidija Davis</author>
      </item>
      
      <item>
         <title>2009 Tips for Big Web Companies</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/big_companies_nov08a.jpg" width="150" height="216">2009 is approaching quickly, and the consensus is that it's going to be a really tough year. The US financial crisis is triggering a global recession. Yet, a crisis is also a time full of hope. It is a time to re-think, re-tool, and get ready for the next upswing.</p>

<p>For big Internet companies, 2009 is going to be a very bad year for sure. Advertising profits are going to plunge, and consumers will spend less money overall, particularly on the web. There is little that can be done to change that. But what big companies <em>can</em> do is invest in innovation and killer moves that will bear fruit in the years to follow. Here is what we think would be cool for various big web companies to do in 2009.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=12712&amp;cb=12712' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=12712&amp;n=12712' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<h2>Tips for Google</h2>

<p><img src="http://www.readwriteweb.com/images/big_companies_nov08b.jpg" align="left" width="150" height="59">Despite the downturn, Google remains a lean, mean revenue-generating machine. The search king has a strong hold on this area of the web, and as soon as things get better, its revenues will go up as well. So it makes sense to invest in its next strongest assets: video and its new adventure, the web browser.</p>

<p><strong>1. Integrate Web-Wide Video Search in YouTube</strong></p>

<p>We recently <a href="http://www.readwriteweb.com/archives/is_youtube_the_next_google.php">wrote here</a> about YouTube and its rising popularity among kids. In a couple of years, a lot of web content is going to evolve from text to video, making YouTube a much bigger asset for Google. Even today, YouTube is already the second-largest search engine on the web.</p>

<p>However, it is a portal featuring only user-generated content. Google should seamlessly plug its video search into YouTube and bring videos from around the web to the surface using this same user-friendly interface. This would make YouTube <em>the</em> destination for people searching for any video content on the web.</p>

<p><strong>2. Make Firefox Extensions Compatible with Chrome</strong></p>

<p>Google Chrome made a big spash when it was <a href="http://www.readwriteweb.com/archives/google_to_offer_its_own_browser_chrome.php">launched</a> earlier this year. Surely Google's foray into the <a href="http://www.readwriteweb.com/archives/browser_war_2007.php">browser war</a> is very deliberate. Chrome looks like an excellent modern browser and already has a solid base of followers. But the road to mass adoption is quite steep, even if Google promotes Chrome via its home page and makes bundling deals with computer manufacturers.</p>

<p>One of the things that can definitely help Chrome gain adoption is extension support. Most early adopters use Firefox these days and love the Mozilla extensions that allow them to make the browser their own. A killer move would be for Google to support Firefox extensions. This would save a whole lot of time for all developers and users and would show that Google respects the existing web eco-system.</p>

<h2>Tips for Microsoft</h2>

<p><img src="http://www.readwriteweb.com/images/big_companies_nov08c.jpg" align="left" width="150" height="31">Everyone knows that Google is the new Microsoft and that Microsoft is the new IBM. Ever since it lost the search war to Google, the Redmond giant has been playing an agonizing catch-up game. And it has yet to make a dent in Google's market. Perhaps its most successful recent move has been investing $250 million in Facebook, which was valued at $15 billion. But while it was a clever strategic play, there is no impressive technology here. And this is really what Microsoft needs to invest in: execution and innovation.</p>

<p><strong>1. Execute Faster and Better</strong></p>

<p>This problem nags large companies. Bureaucracy takes over for common sense and introduces rot. Endless meetings, hierarchies of approval, and "what if" scenarios turn any large company into a beast. Microsoft needs to fundamentally restructure its approach to delivering products: reduce the coupling between products, shrink timelines, throw away old rotten code. In short, Microsoft needs to be more like Google in order to compete with Google.</p>

<p><strong>2. Innovate</strong></p>

<p>Sure, Microsoft has a lot of things going on in research. But every time we hear of a new product announcement, it sounds like "<em>Me too</em>" envy. First, there is the rivalry with Google in search. Many people think that advertising is the killer app for the web. Sure, it is, at least today. But it does not mean that search is the only way to deliver it. Microsoft is stuck in a battle to build a better search engine, while the answer may be to deliver advertsing in a fundamentally different way.</p>

<p>Similarly, Amazon has made a big push into cloud computing. Microsoft followed a year later with yet another "Me too." Zune was another fiasco, an attempt to chase the beloved Apple product. The problem is that the age of "Me too" is over. The only way to own the future is to define it. Microsoft needs to truly embrace innovation in order to have a chance of coming back.</p>

<h2>Tips for Amazon</h2>

<p><img src="http://www.readwriteweb.com/images/big_companies_nov08d.jpg" align="left" width="150" height="40"> Amazon has executed its web services play remarkably well. The company took its core infrastructure, which runs the biggest shopping store online, and turned it into a product. More importantly, Amazon's foray into web services marks the <a href="http://www.readwriteweb.com/archives/amazon_webos.php">true beginning</a> of the cloud computing era. But at the same time, strange things are happening with the store, such as <a href="http://www.readwriteweb.com/archives/text_and_banner_ads_on_amazon.php">advertising appearing</a> on product pages. Amazon should continue to accelerate its web services strategy, but it also needs to go back to the store and clean up the way it looks.</p>

<p><strong>1. Continue the Rapid Push into Web Services</strong></p>

<p>The first-mover advantage sometimes works, and sometimes doesn't. Many first movers in the market are overtaken and ultimately defeated by the second comers who know how to improve on what has been done. But if the first move is brilliant (think Apple kind of brilliant), then it is becomes hard for others to keep up. Amazon has rapidly innovated in the web services market and has a very substantial lead.</p>

<p>Its delivery to date has been nearly perfect, and the company needs to continue to invest in its core stack. The more useful the blocks that are there, the less reason users will have to switch to something else. Cost and reliability are already there, so it boils down to adding a few more blocks and then re-focusing on customer support and enablement.</p>

<p><strong>2. Simplify and Clean Up the Product Pages</strong></p>

<p>Amazon pages, despite the recent cleanup, still feel so 1990s. There is just too much going on. First of all, the banner ads need to go. Sure, they make money, but it is insulting to see completely irrelevant truck ads when a user is looking at Freedman's latest book.</p>

<p>Secondly, the pages are difficult to read because of both the design and the amount of information on the pages. Most of the information is not needed and will not enhance transactions. Instead of geeky bar charts, give users a simple popularity indicator. People do not need to see 400 reviews; five should do. The lists promoted in the sidebar are distracting. And the list goes on; there is a lot of room for clean-up.</p>

<h2>Tips for eBay</h2>

<p><img src="http://www.readwriteweb.com/images/big_companies_nov08e.jpg" align="left" width="150" height="70">eBay has just not been an exciting company since the 1990s. It has not executed well, its site has not evolved, and it failed to make much of its acquisitions, such as Skype and StumbleUpon. What eBay needs to do is reinvent itself through relevant acquistions.</p>

<p><strong>1. Buy Etsy</strong></p>

<p>Etsy is a rapidly growing online marketplace for hand-made goods. With sustainability and green poised to be on people's minds for the next decade, hand-made is the new black. Etsy has got a stellar team behind it, a user-centric culture, and a knack for innovation. If Esty were to be unleashed on eBay's site, the user experience would likely be much more improved and fun.</p>

<p><strong>2. Buy Craigslist</strong></p>

<p>If one company other than Google has cracked the secret of simplicity on the web, it's Craigslist. It has discovered the most effective and simple way to do online classifieds, buy and sell things, find a job, and make a hire. Cloning the same simple service for many markets was genius, and Craigslist just nailed it. It is unclear whether they would be willing to sell, but if there is a transaction there, eBay's coolness level would shoot up high. And the revenue would likely follow, because Craigslist has been rather conservative when it comes to charging users.</p>

<h2>Tips for Yahoo!</h2>

<p><img src="http://www.readwriteweb.com/images/big_companies_nov08f.jpg" align="left" width="150" height="38">Yahoo! is in a really tough spot. It seems the only way out is through a focus on innovation (that is, if it really doesn't want to sell to Microsoft). First, Yahoo! needs to figure out what business it wants to be in, and then it needs to execute flawlessly in the direction it chooses.</p>

<p><strong>1. Invest in Best Directions, Cut Out the Rest</strong></p>

<p>Seems like a lot of internal projects were coming out of the brick house and then didn't go anywhere. The problem with incubating products, launching them, and then dropping the ball with user adoption and marketing is that it is not good for business. Take Yahoo! Shortcuts as an example: great idea, competitive space, well executed. Where is it now? Lanched in 2007, it works only on WordPress, hasn't really been promoted much, and is unlikely to go anywhere.</p>

<p>We see a similar pattern with acquistions. Too much time was lost getting the ball rolling with MyBlogLog and del.icio.us. The result? Momentum was lost, and so were users and opportunity. Yahoo! can't afford misses like these. Execution needs to be quick and flawless -- and relevant to the business. Yahoo! needs to assess its entire product line, pick the things to invest in, and then put both engineering and marketing dollars behind them.</p>

<p><strong>2. Compete in Search</strong></p>

<p>Not all is lost, especially when you are number two in the space. Sure the gap to get to number one is big, but you are only one spot away. Google attracts users with its simple user interface, speed, and relevancy. Yahoo! needs to fix the speed and relevancy of its search engine and then invest in a different user interface. I really think that the Search Monkey project is on to something. Out of all the recent innovations in the search space, this one stands out with its simple yet powerful approach.</p>

<p>And the recent idea to open up its search engine as a web service is great too. It just needs to be done better and faster in order to really undermine Google. Yahoo! should look to Seattle for the model of how to do this sort of thing quickly and elegantly. If Yahoo! can create a simple way for everyone to build vertical search applications, Google will surely take a hit and have to start playing catch-up.</p>

<h2>Conclusion</h2>

<p>2009 will surely be a tough year for everyone. Yet it is the year to revamp and invest in the future. How exactly the big web companies will execute really matters. What do you think they should be doing?</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/2009_tips_for_big_web_companies.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/2009_tips_for_big_web_companies.php</link>
         <guid>http://www.readwriteweb.com/archives/2009_tips_for_big_web_companies.php</guid>
         <category>Predictions</category>
         <pubDate>Tue, 25 Nov 2008 11:00:00 -0800</pubDate>
<author>Alex Iskold</author>
      </item>
      
      <item>
         <title>There is No Web 3.0, There is No Web 2.0 - There is Just the Web</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/web20logo.jpg" />Something struck me while listening to <a href="http://www.readwriteweb.com/archives/tim_oreilly_keynote_web_20_expo_08.php">Tim O'Reilly's keynote speech</a> at the Web 2.0 expo yesterday: glancing at my notes after he walked off stage, I noticed that his current definition for Web 2.0, is a lot like the definition he's given for Web 3.0.  Based on this, plus past comments from O'Reilly that I dug up via a few web searches, I am forced to one conclusion: Tim O'Reilly, the man credited with popularizing the term Web 2.0, doesn't actually believe it exists.  For O'Reilly, there is just the web <i>right now</i>.  1.0, 2.0, 3.0 -- it's all the same ever-changing web.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=6177&amp;cb=6177' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=6177&amp;n=6177' border='0' alt='' align="right" /></a></p>]]>

<![CDATA[<p>Let's first take a look at Tim O'Reilly's widely used and accepted <a href="http://radar.oreilly.com/archives/2006/12/web-20-compact-definition-tryi.html">compact definition</a> for Web 2.0 circa 2006 (way, way back in the dark ages of a year and a half ago):</p>

<blockquote><p><i>Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success on that new platform. Chief among those rules is this: Build applications that harness network effects to get better the more people use them. (This is what I've elsewhere called "harnessing collective intelligence.")</i></p></blockquote>

<p>We can perhaps simplify that even further: Web 2.0 is the web as a platform and collective intelligence (or, leveraging of user created data).  Now let's look at Tim's definition of Web 3.0 (which actually predates his last Web 2.0 definition):</p>

<blockquote><p><i>Recently, whenever people ask me "What's Web 3.0?" I've been saying that it's when we apply all the principles we're learning about aggregating human-generated data and turning it into collective intelligence, and apply that to sensor-generated (machine-generated) data.</i></p></blockquote>

<p>Which we can simplify to mean, the leveraging of the things we created in Web 2.0.  And here's the Web 2.0 defintion he had up on a slide yesterday during his keynote:</p>

<blockquote>
<p>
<ul>
<li>The Internet is the platform</li>
<li>Harnessing the collective intelligence</li>
<li>Data as the "Intel Inside"</li>
<li>Software above the level of a single device</li>
<li>Software as a service</li>
</ul>
</p>
</blockquote>

<p>O'Reilly talked about Web 2.0 in terms of taking user-generated data and turning it into user facing services.  So now we're starting to see a lot of overlap between the two definitions.  He's also brought in a lot of <a href="http://impl.emented.com/2008/04/20/web-30-the-semantic-implicit-mobile-or-distributed-web/">Web 3.0 definitions</a> that other people have given and used them as part of this broader definition of Web 2.0.  For example, Eric Schmidt of Google <a href="http://www.readwriteweb.com/archives/eric_schmidt_defines_web_30.php">talked about Web 3.0</a> in terms of sofware as a service and cloud computing.  Our own Alex Iskold <a href="http://www.readwriteweb.com/archives/web_30_when_web_sites_become_web_services.php">talked about Web 3.0</a> in terms of web sites being turned into platforms.  And so on.</p>

<p>"For 'Web 3.0' to be meaningful we'll need to see a serious discontinuity from the previous generation of technology ... I find myself particularly irritated by definitions of 'Web 3.0' that are basically descriptions of Web 2.0," Tim O'Reilly once said, which is mildly ironic given that his current Web 2.0 definition basically eclipses his old Web 3.0 definition.  But in reality, I think O'Reilly is saying that the versioning doesn't really matter -- the web is the web.</p>

<p>"The points of contrast [between Web 2.0 and Web 3.0] are actually the same points that I used to distinguish Web 2.0 from Web 1.5. (I've always said that Web 2.0 = Web 1.0, with the dot com bust being a side trip that got it wrong.)," <a href="http://radar.oreilly.com/archives/2007/10/todays-web-30-nonsense-blogsto.html">wrote O'Reilly</a> last fall.  In otherw words, the versioning of the web is silly.  Web 1.0, 2.0, or 3.0 is all really just whatever cool new thing we're using the web to accomplish <i>right now</i>.</p>

<p>And he has a point.  A couple of days ago, we wrote about the <a href="http://www.readwriteweb.com/archives/web_30_through_the_ages.php">history of the term Web 3.0</a> and noted that the term itself doesn't really matter, what matters is the discussions we have when trying to define it.  "It is the discussion that is helpful rather than coming to any accepted definition. Some might argue that version numbers are silly on the web, that Web 2.0 and Web 3.0 are just marketing ploys, and that we shouldn't use terms that are so nebulous and difficult to define. Those are all fair points. But at the same time, the discussions we have about defining the next web help to solidify our vision of where we're going -- and you can't get there until you decide where you want to go," we wrote.</p>

<p>Web 2.0 and Web 3.0 -- they don't really exist.  They're just arbitrary numbers assigned to something that doesn't really have versions.  But the discussion that those terms have prompted have been helpful, I think, in figuring out where the web is going and how we're going to get there; and that's what is important.</p>

<p>So next time someone asks me what we cover on ReadWriteWeb, maybe I won't use the term "Web 2.0" in my reply, I'll just tell them that we write about the web, what you can do with it now, and what you'll be able to do with it in the future.</p>]]>
<![CDATA[<strong><a href="http://www.readwriteweb.com/archives/there_is_no_web_30_there_is_no_web_20.php#comments-open">Discuss</a></strong>]]>

</description>
         <link>http://www.readwriteweb.com/archives/there_is_no_web_30_there_is_no_web_20.php</link>
         <guid>http://www.readwriteweb.com/archives/there_is_no_web_30_there_is_no_web_20.php</guid>
         <category>Web 3.0</category>
         <pubDate>Thu, 24 Apr 2008 16:57:06 -0800</pubDate>
<author>Josh Catone</author>
      </item>
      
      <item>
         <title>Web Future Week</title>
		<description><![CDATA[<p><img src="http://www.readwriteweb.com/images/web-future_week.jpg" align="right" vspace="5" hspace="5" />This week's feature is inspired by Alex Iskold's recent post on what he called <a href="http://www.readwriteweb.com/archives/the_digestion_phase_how_we_got.php">The Digestion Phase</a>. Alex defined this as &quot;a period of time for us to reflect, to integrate, and to understand recent technologies and how they fit together.&quot;</p>
<p>We've come so far in just a few years and while there's a lot of integration and reflection going on now about 'web 2.0', it's also useful to think about where the Web is headed. What's beyond web 2.0? And no we're not talking about &quot;web 3.0&quot; (whatever that is!).</p>
<p>Alex mentioned some Web Future ideas in his post: <a href="http://www.readwriteweb.com/archives/digital_life_vs_life_digital.php">Digital Life</a>, <a href="http://www.readwriteweb.com/archives/attention_economy_overview.php">Attention Economy</a>,
<a href="http://www.readwriteweb.com/archives/numenta_artificial_intelligence.php">Intelligent Machines</a>, <a href="http://www.readwriteweb.com/archives/hakia_meaning-based_search.php">Semantic Search</a> and <a href="http://www.readwriteweb.com/archives/web_30_when_web_sites_become_web_services.php">Web Sites as Web Services</a>. What others are there? And if there's any particular Web Future topic or theme you'd like us to explore this week, please let us know in the comments.</p>]]>
<![CDATA[<p align="right"><em>Sponsor</em><br /><a href='http://d1.openx.org/ck.php?n=2828&amp;cb=2828' target='_blank'><img src='http://d1.openx.org/avw.php?zoneid=11205&amp;cb=2828&amp;n=2828' border='0' alt='' align="right" /></a></p>]]>

</description>
         <link>http://www.readwriteweb.com/archives/web_future_week.php</link>
         <guid>http://www.readwriteweb.com/archives/web_future_week.php</guid>
         <category>Web Future</category>
         <pubDate>Sun, 02 Sep 2007 21:56:58 -0800</pubDate>
<author>Richard MacManus</author>
      </item>
      
   </channel>
</rss>