<?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>impl.emented&#187; social networks</title>
	<atom:link href="http://impl.emented.com/tag/social-networks/feed/" rel="self" type="application/rss+xml" />
	<link>http://impl.emented.com</link>
	<description>— tracking the Web</description>
	<lastBuildDate>Fri, 02 Apr 2010 09:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google in the Limelight with Chrome and Android [Best of August &#039;08 #3-4]</title>
		<link>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/</link>
		<comments>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:30:53 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PR]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=49</guid>
		<description><![CDATA[Google's Chrome browser. Things are looking better for Android. Some feed services. A faster JavaScript in Firefox. IE8 beta 2. BackType comment aggregation. Neighbors and friends. Embargoes.]]></description>
			<content:encoded><![CDATA[<p>This week's compilation of interesting posts actually covers the past two weeks, due to lack of blogging time for me last week. Unfortunately, this might happen more times this fall, which seems to be busy for me, with near full-time of consulting. However, you may always check out my <a href="http://www.google.com/reader/shared/09538317620661410536">Google Reader Shared Items</a>, which contain a few more items not making it to my weekly list. The shared items also appear on my <a href="http://friendfeed.com/jobol">FriendFeed account</a>.</p>
<ul>
<li>The greatest news this week (and perhaps this year) is of course <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google's launch of the browser Chrome</a>. The news broke while I was finishing the list below, and it puts some of the items in a different perspective, particularly the one about the launch of IE8 beta 2 below.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/chrome/">Chrome</a></span></li>
<li>Last month, I wrote about some <a href="http://impl.emented.com/2008/07/21/microsoft-plummets-on-search-android-in-trouble/">troubles for Google's Android mobile platform</a>. These <a href="http://ostatic.com/171128-blog/android-revs-sdk-promises-source-code">problems seem now to be history</a>, with the release of a new 0.9 version of the SDK, which is expected to be quite similar to the 1.0 version running on the first phones. Google is now also improving on the communication side, with the release of a <a href="http://code.google.com/android/roadmap.html">developer roadmap</a>, which promises a 1.0 SDK release and retail phones by Q4 this year. Actually, there are already rumors floating about an <a href="http://www.readwriteweb.com/archives/first_android_phone_just_approved.php">Android phone by HTC</a>, the "Dream", slated for November 10th.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/android/">Android</a></span></li>
<li>Marshall Kirkpatrick writes about <a href="http://feed.informer.com/">feed.informer</a>, formerly known as Feed Digest, a web service for <a href="http://www.readwriteweb.com/archives/feedinformer_relaunches_its_al.php">mashing, filtering and publishing RSS feeds</a>. As mentioned by Marshall, the site has some faults. For example, I found that the link to the Docs &amp; FAQs page is broken. Another provider of similar services is <a href="http://pipes.yahoo.com/">Yahoo Pipes</a>. For self hosting, the PHP RSS library <a href="http://simplepie.org/">SimplePie</a> provides detailed functionality for parsing feeds, though there seems to be no built-in functionality for keyword filtering. SimplePie on this page <a href="http://simplepie.org/wiki/faq/why_would_i_use_simplepie_over_something_else">compare themselves</a> to a few competing libraries.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/feeds/">feeds</a>, <a rel="tag" href="http://impl.emented.com/tag/rss/">RSS</a></span></li>
<li>From the JavaScript/Firefox department there were reports on progress in <a href="http://arstechnica.com/news.ars/post/20080822-firefox-to-get-massive-javascript-performance-boost.html">improving the JavaScript execution speed in Firefox</a>, leveraging a technique known as tracing optimization, hence the project code name Tracemonkey. Ars explains the basic idea behind tracing:<br />
<blockquote><p>The tracing mechanism records the path of execution at runtime and generates compiled code that can be used next time that a particular path is reached. This makes it possible to flatten out loops and nested method calls into a linear stream of instructions that is more conducive to conventional optimization techniques.</p></blockquote>
<p>The goal is to achieve execution speed comparable to native code, taking JavaScript performance into "the next tier", and "redefining the boundaries of client-side performance." Wonder how this improvement compares to <a href="http://impl.emented.com/2008/09/02/chrome-googles-first-steps-towards-an-operating-system/">Google Chrome's new V8 JavaScript Engine</a>?<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/firefox/">Firefox</a>, <a rel="tag" href="http://impl.emented.com/tag/javascript/">JavaScript</a></span></li>
<li><a href="http://blogs.zdnet.com/Bott/?p=518">Internet Explorer 8 is getting closer to official</a>, with a Beta 2 release just being announced. It's a massive makeover according to Ed Bott, with improvements in usability, privacy, standards compliance and new features like Accelerators, which are kind of smart shortcuts that perform a task, e.g. search, on selected text, and Web Slices, which provide a kind of subscription to a part of a web page that updates frequently. It's up to the developer to slice-enable particular web pages, by adding appropriate markup. The standards compliance is of course exciting, and it will eventually make the life easier for developers. Though it will take several years, with about <a href="http://www.w3counter.com/globalstats.php">one third of web surfers still using IE6</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/ie8/">IE8</a></span></li>
<li><a href="http://www.backtype.com/">BackType</a> is a new comment aggregation service, <a href="http://www.techcrunch.com/2008/08/27/backtype-a-twitter-for-comments/">liked a lot</a> by Michael Arrington. Comments are automatically collected around the web, and can be searched for based on people or subject. You claim your comments by creating a profile and indicating which url you use when commenting. This is <a href="http://www.backtype.com/jobol">my profile</a>. I think it's a nice idea, with an open approach. Blogs can keep their comment system of choice, and still being included. No need for JavaScript solutions à la Disqus (<a href="http://www.disqus.com/people/jobol/">my profile</a>), for example.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/comments/">comments</a></span></li>
<li>Fred Wilson suggests that <a href="http://www.avc.com/a_vc/2008/08/friends-and-nei.html">social sites start using the concept of neighbors</a>, which are automatically discovered people with similar interests like you, instead of relying on so-called friends or followers and the habit of befriending or follow people. Seems like a practical idea to me, not having to manually look for friends, but have them automatically suggested.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-networks/">social networks</a></span></li>
<li>Marshall Kirkpatrick explains the <a href="http://www.readwriteweb.com/archives/why_and_how_embargoes_work_in.php">concept of embargoes in blogging</a> and why it generally is a better idea than exclusives. An embargo works as an agreement between bloggers and a company not to write about a new product or service until a specific time. This has several advantages, such as a broader and deeper coverage from multiple perspectives.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/blogging/">blogging</a>, <a rel="tag" href="http://impl.emented.com/tag/pr/">PR</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/09/02/google-in-the-limelight-with-chrome-and-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News and Noise [Best of May &#039;08 #3]</title>
		<link>http://impl.emented.com/2008/05/19/news-and-noise/</link>
		<comments>http://impl.emented.com/2008/05/19/news-and-noise/#comments</comments>
		<pubDate>Mon, 19 May 2008 21:15:23 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[Techmeme]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://impl.emented.com/?p=32</guid>
		<description><![CDATA[No noise in Google News and Techmeme, Calais 2.0, no mainstream FriendFeed, Google Doctype, Yahoo! SearchMonkey, Google Friend Connect, YAML or JSON instead of XML and RSSmeme API.]]></description>
			<content:encoded><![CDATA[<p>This week turned out interestingly too (May 12-18 2008):</p>
<ul>
<li>Robert Scoble has been blogging actively recently, and has an interesting post about <a href="http://scobleizer.com/2008/05/18/why-google-news-has-no-noise/">news and noise</a>. As he says: "The news is in the noise," which makes places like Twitter and FriendFeed interesting for the makers of news. The news items appearing on <a href="http://news.google.com/">Google News</a> and <a href="http://www.techmeme.com/">Techmeme</a> are filtered out of the noise, which makes these news sites essentially noise free, and in some sense less interesting. Google News only tracks large well-known sites with multiple editors, which further reduces the noise, and also blocks individual bloggers from being covered. Getting on Techmeme is still feasible for an unestablished individual blogger, but it requires several "votes" by elite bloggers, as Scoble explains. On Techmeme's item selection process, Robert writes:<br />
<blockquote><p>TechMeme: watches signaling from key members on Twitter and Google Reader. If enough people who are on the TechMeme Leaderboard Twitter and share an item on Google Reader you’ll see the item pulled onto the page.</p></blockquote>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/news/">news</a>, <a rel="tag" href="http://impl.emented.com/tag/techmeme/">Techmeme</a></span></li>
<li><a href="http://www.opencalais.com/">Calais</a>, the <a href="http://www.readwriteweb.com/archives/calais_20_launches.php">semantic markup service</a>, is out with an improved version that recognizes terms from areas other than business, like media, music, entertainment, sports, medicine and healthcare. Calais also announced the release of WordPress and Drupal plugins.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/semantic-web/">Semantic Web</a></span></li>
<li>Robert Scoble also has a recent post stating <a href="http://scobleizer.com/2008/05/18/why-friendfeed-wont-go-mainstream/">9 reasons why FriendFeed won't go mainstream</a>, a few of them being: "Normal people don’t like noise", "FriendFeed doesn’t work well on mobile phones", and "Comments get fragmented, even inside FriendFeed." Honestly, Robert in a companion post states <a href="http://scobleizer.com/2008/05/18/why-friendfeed-will-go-mainstream-part-ii/">9 reasons why FriendFeed will go main stream</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/friendfeed/">FriendFeed</a></span></li>
<li>The OStatic blog, one of my recent subscribes, <a href="http://ostatic.com/162228-blog/google-reveals-open-web-secrets">tips about</a> the <a href="http://code.google.com/p/doctype/">Google Doctype project</a>, an "open encyclopedia and reference library for developers of web applications", with resources on Web security, DOM manipulation, CSS and more.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/web-development/">web development</a></span></li>
<li>Yahoo! Search's open platform <a href="http://developer.yahoo.com/searchmonkey/">SearchMonkey</a> is <a href="http://www.readwriteweb.com/archives/yahoo_searchmonkey_launches.php">released</a> to developers and site owners. Developers are allowed to create small applications that enhance the info about the URLs returned from a Yahoo search (but are not allowed to reorder the search results). The applications trigger on the returned search URL, e.g. I could build an application that enhance the search results from this domain (http://impl.emented.com). The structured data available to developers for enhancing the results come from core and semantic data gathered by the Yahoo crawler (called Slurp), special data feeds submitted by site owners to Yahoo and custom data services that you could create yourself.
<p>Once developed, the applications are to be used by people searching the web with Yahoo Search. Obviously, an application that only triggers for a site which seldom show up the search results, will have difficulties to attract users.</p>
<p>Site owners are allowed to contribute with structured data about their site in a few different ways: By submitting Atom feeds to Yahoo, by using <a href="http://impl.emented.com/2008/03/16/yahoo-semantic-search-and-youtube-platform/">semantic markup</a> or by creating custom web services.</p>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/search/">search</a>, <a rel="tag" href="http://impl.emented.com/tag/yahoo/">Yahoo</a></span></li>
<li><a href="http://www.google.com/friendconnect/">Google Friend Connect</a> was released this week, and caused some controversy about what the service really is. For example, Marc Andreessen thinks it is <a href="http://blog.pmarca.com/2008/05/friend-connect.html">not a competitor to Ning</a>, but "a mechanism that provides the embedding capability for Open Social gadgets to be used all throughout the web -- with the added benefit that with a Friend Connect-enabled Open Social gadget, the user gets her social context anywhere she goes." Robert Scoble on the other hand thought that <a href="http://scobleizer.com/2008/05/14/did-andreessen-miss-the-point-of-googles-friend-connect/">Friend Connect could be a competitor of Ning</a>. The Friend Connect site says that the service provides "a core set of social gadgets such as member management, message board, reviews, and picture-sharing." The member gadget is said to provide core social features for the site, like sign-in, invite and activity showing to other social networks, member browsing across social networks, and on-site friend connect. A site owner can also easily add OpenSocial applications to the site.
<p>Thus, an existing site can easily be socially enabled, and as such potentially compete with a Ning social network aimed at the same audience. Also, someone considering to start a new social network now has the choice of building an own site and using Friend Connect, instead of using Ning. Building an own site is of course somewhat more complicated, but it gives a much greater degree of control. So, in conclusion I think that Friend Connect could compete with some of Ning's audience, and also provide an alternative for some social network builders. Note that for really serious social network builders interesting in implementing OpenSocial, there is <a href="http://blog.programmableweb.com/2008/05/13/google-friend-connect-make-any-site-social/">still the option</a> of using <a href="http://impl.emented.com/2008/03/16/yahoo-semantic-search-and-youtube-platform/">Shindig</a>.</p>
<p><span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/opensocial/">OpenSocial</a>, <a rel="tag" href="http://impl.emented.com/tag/social-networks/">social networks</a></span></li>
<li>Jeff Atwood <a href="http://www.codinghorror.com/blog/archives/001114.html">criticizes the frequent use of XML</a>, due to its verbosity and poor human readability. Alternatives could be <a href="http://en.wikipedia.org/wiki/YAML">YAML</a> or <a href="http://json.org/">JSON</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/programming/">programming</a></span></li>
<li><a href="http://www.rssmeme.com/">RSSmeme</a>, an aggregator for Google Reader shared items, has released an API, which makes it possible to get <a href="http://www.readwriteweb.com/archives/rssmeme_launches_api_provides_filtering_tools_galore.php">all kinds of specialized feeds</a> out of the service.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/aggregation/">aggregation</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/05/19/news-and-noise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication, Social Network Trends and IE8 [Best of March &#039;08 #1]</title>
		<link>http://impl.emented.com/2008/03/09/authentication-social-network-trends-and-ie8/</link>
		<comments>http://impl.emented.com/2008/03/09/authentication-social-network-trends-and-ie8/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 17:44:20 +0000</pubDate>
		<dc:creator>Jonas Bolinder</dc:creator>
				<category><![CDATA[Highlights]]></category>
		<category><![CDATA[activity streams]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OpenSocial]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[social networks]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://impl.emented.com/2008/03/09/authentication-social-network-trends-and-ie8/</guid>
		<description><![CDATA[Authentication, Social network trends, IE8, A Wordpress social network platform, RSS filtering, OpenSocial and FriendFeed]]></description>
			<content:encoded><![CDATA[<p>Interesting posts this week (March 1-9th 2008):</p>
<ul>
<li><a href="http://www.readwriteweb.com/archives/your_email_password_a_true_hor.php" class="list-title">Your Email Password: A True Horror Story About Why We Need Authentication Standards</a> – <em>Marshall Kirkpatrick</em><br />
Unsuspicious users got their login credentials harvested, seems to be a perfect fit for <a href="http://oauth.net/">OAuth</a> to solve.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/authentication/">authentication</a>, <a rel="tag" href="http://impl.emented.com/tag/oauth/">OAuth</a></span></li>
<li><a href="http://blogs.forrester.com/charleneli/2008/03/the-future-of-s.html" class="list-title">The future of social networks: Social networks will be like air</a> – <em>Charlene Li</em><br />
In the future, social networks will be everywhere, characterized by 1) Universal identities (OpenID, email), 2) A single social graph, 3) Distributed social activities (social shopping), 4) Influential people having a high marketing value (personal CPM, PageRank of people). BigCos (MSFT, GOOG), will dominate 1) and 2).<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/social-networks/">social networks</a>, <a rel="tag" href="http://impl.emented.com/tag/trends/">trends</a></span></li>
<li><a href="http://scobleizer.com/2008/03/06/microsofts-hits-multiple-internet-home-runs/" class="list-title">Microsoft hits multiple Internet home runs</a> – <em>Robert Scoble</em><br />
Robert is excited about Microsoft's internet strategy presented at Mix08: Standards compliant IE8, passing the <a href="http://www.webstandards.org/action/acid2/">Acid2</a> browser test. Though not yet <a href="http://www.drunkenfist.com/304/2008/03/04/acid3-test-released-i-took-some-screen-captures-lots-of-fail/">Acid3</a>. A cloud storage service (SSDS) based on SQL server was also presented at Mix.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/microsoft/">Microsoft</a>, <a rel="tag" href="http://impl.emented.com/tag/ie8/">IE8</a></span></li>
<li><a href="http://www.techcrunch.com/2008/03/04/wordpress-the-social-network/" class="list-title">WordPress: The Social Network</a> – <em>Erick Schonfeld</em><br />
BuddyPress, a suite of Wordpress plugins that make a social network platform of a multi-user Wordpress installation, becomes an official Wordpress project.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/wordpress/">Wordpress</a>, <a rel="tag" href="http://impl.emented.com/tag/platforms/">platforms</a></span></li>
<li><a href="http://www.readwriteweb.com/archives/6_ways_to_filter_your_rss_feeds.php" class="list-title">6 Ways to Filter Your RSS Feeds</a> – <em>Josh Catone</em><br />
A list of some useful services, more in the comments.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/rss/">rss</a></span></li>
<li><a href="http://www.news.com/8301-13577_3-9883792-36.html" class="list-title">Innovation comes cheap, says Google engineer Kevin Marks</a> – <em>Caroline McCarthy</em><br />
In an interview Kevin Marks talks about OpenSocial, why open source and open standards are a good thing, how MySpace allows applications on both home (private) and profile (public) user pages, and how privacy concerns make interoperability between social networks a hard problem.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/opensocial/">OpenSocial</a></span></li>
<li><a href="http://www.techcrunch.com/2008/02/29/yahoos-mybloglog-adds-an-activity-stream-feature/" class="list-title">Yahoo’s MyBlogLog Adds An Activity Stream Feature</a> – <em>Michael Arrington</em><br />
And Mike says that the best activity stream aggregator is <a href="http://friendfeed.com">FriendFeed</a>.<br />
<span class="tags">Tags: <a rel="tag" href="http://impl.emented.com/tag/activity-streams/">activity streams</a></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://impl.emented.com/2008/03/09/authentication-social-network-trends-and-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
