<?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>Phil Leggetter - Real-Time Web Software and Technology Evangelist &#187; Facebook</title>
	<atom:link href="http://www.leggetter.co.uk/tag/facebook/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leggetter.co.uk</link>
	<description>Real-Time Web, Real-Time Data and Social Media Software and Technology Evangelist and Consultant</description>
	<lastBuildDate>Sun, 29 Jan 2012 05:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Should Cloud APIs Focus on Client Libraries More Than Endpoints?</title>
		<link>http://www.leggetter.co.uk/2011/02/03/should-cloud-apis-focus-on-client-libraries-more-than-endpoints.html</link>
		<comments>http://www.leggetter.co.uk/2011/02/03/should-cloud-apis-focus-on-client-libraries-more-than-endpoints.html#comments</comments>
		<pubDate>Thu, 03 Feb 2011 08:00:47 +0000</pubDate>
		<dc:creator>Phil Leggetter</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[http streaming]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[websockets]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://blog.programmableweb.com/?p=17946</guid>
		<description><![CDATA[<p><a href="http://www.flickr.com/photos/pagedooley/2511369048/"></a>Cloud APIs are all about the endpoints: some services follow the current trend of providing a RESTful end point, others use older protocols such as RPC or SOAP, some use newer – push focused – endpoints like WebSockets or HTTP Streaming, others may offer a number of different endpoints to meet different requirements and [...]
Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2010/12/21/why-client-apis-are-an-important-part-of-any-real-time-service.html' rel='bookmark' title='Why client APIs are an important part of any real-time service'>Why client APIs are an important part of any real-time service</a></li>
<li><a href='http://www.leggetter.co.uk/2010/09/14/client-push-services-open-up-real-time-to-everyone.html' rel='bookmark' title='Client Push Services Open Up Real-Time to Everyone'>Client Push Services Open Up Real-Time to Everyone</a></li>
<li><a href='http://www.leggetter.co.uk/2010/02/09/compiling-a-cloud-hosting-vendor-comparison-list.html' rel='bookmark' title='Compiling a cloud hosting vendor comparison list'>Compiling a cloud hosting vendor comparison list</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.flickr.com/photos/pagedooley/2511369048/"><img class="imgRight" title="Clouds" src="http://blog.programmableweb.com/wp-content/clouds-thumb.jpg" alt="" width="86" height="73" /></a>Cloud APIs are all about the endpoints: some services follow the current trend of providing a RESTful end point, others use older protocols such as RPC or SOAP, some use newer – push focused – endpoints like WebSockets or HTTP Streaming, others may offer a number of different endpoints to meet different requirements and some just use what seems to be best for a specific job which might mean not strictly following protocol rules. But is providing an endpoint to a service alone good enough? Should a developer really have to care about how a service is built or accessed when they can use a client library?</p>
<p>This post was very much inspired by William Vambenepe’s blog post called <a  href="http://stage.vambenepe.com/archives/1712">Cloud APIs are like military parades</a> which focuses on the current trend of REST APIs but it also covers some interesting questions and one very key one:</p>
<p><em>How many developers actually directly access an endpoint and how many access a service through a library?</em></p>
<p>So, should cloud services just be providing endpoints and relying on community, open source and developers to build libraries that make access to their service easier? Should they just provide samples or small helper libraries? Or should a library be provide by the cloud service vendor and be considered a key part of that service?</p>
<p>There may not be right or wrong answers to these question, it may very well depend on the complexity involved in using the service API.</p>
<p><img class="aligncenter size-full wp-image-17940" title="All time top mashups" src="http://blog.programmableweb.com/wp-content/AllTimeTopMashups.png" alt="" width="474" height="256" /></p>
<p>A look at the all time most popular APIs used by mashups in our <a  href="http://www.programmableweb.com/apis">API directory</a> unsurprisingly lists Google Maps, Flickr, YouTube, Twitter, Amazon and Facebook. The <a  href="http://www.programmableweb.com/mashups/directory/1?sort=popular">most popular mashups</a> listing also confirms this with a heavy focus on the mashups using mapping APIs.</p>
<p>Mapping APIs are quite complex due to the UI aspect of the service and the majority of libraries are provided by the cloud service vendor. Twitter has developed a <a  href="http://dev.twitter.com/pages/libraries">large array of libraries</a> built by an “ecosystem” of developers, Facebook provides a suite of <a  href="http://developers.facebook.com/docs/sdks">SDKs and Tools</a>, Flickr provides <a  href="http://www.flickr.com/services/api/">API Kits</a>, the <a  href="http://www.programmableweb.com/api/youtube">YouTube API</a> consists of <a  href="http://code.google.com/intl/en/apis/youtube/getting_started.html#player_apis">libraries for visual-oriented functionality</a> and raw access to a data API and finally Amazon offer SDKs for access to AWS APIs and provide <a  href="http://aws.amazon.com/code/Product%20Advertising%20API?_encoding=UTF8&#038;jiveRedirect=1">code samples</a> for accessing their product advertising one.</p>
<p>Big cloud API players are clearly making an effort to give developers a running start when using their APIs. In the majority of cases some raw API access is available but samples, SDKs and libraries can be found in abundance and have quite frequently been developed by the company itself.</p>
<p>So, do cloud services offer API endpoints just to meet the needs of a very small percentage of developers who want to make raw calls to an API? Do they do it in order to enforce good development practice? Or is the main benefit that it encourages developers and open source advocates to get involved with a service and built a community? What do you think?</p>
<p>Photo by <a  href="http://kevindooley.blogs.com/">Kevin Dooley</a></p>
<p>This <a  href="http://blog.programmableweb.com/2011/02/03/should-cloud-apis-focus-on-client-libraries-more-than-endpoints/">post was originally</a> written by me for Programmable Web.</p>
<p>Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2010/12/21/why-client-apis-are-an-important-part-of-any-real-time-service.html' rel='bookmark' title='Why client APIs are an important part of any real-time service'>Why client APIs are an important part of any real-time service</a></li>
<li><a href='http://www.leggetter.co.uk/2010/09/14/client-push-services-open-up-real-time-to-everyone.html' rel='bookmark' title='Client Push Services Open Up Real-Time to Everyone'>Client Push Services Open Up Real-Time to Everyone</a></li>
<li><a href='http://www.leggetter.co.uk/2010/02/09/compiling-a-cloud-hosting-vendor-comparison-list.html' rel='bookmark' title='Compiling a cloud hosting vendor comparison list'>Compiling a cloud hosting vendor comparison list</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leggetter.co.uk/2011/02/03/should-cloud-apis-focus-on-client-libraries-more-than-endpoints.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browse, Build and Share Real-time Streams with DataSift</title>
		<link>http://www.leggetter.co.uk/2011/01/17/browse-build-and-share-real-time-streams-with-datasift.html</link>
		<comments>http://www.leggetter.co.uk/2011/01/17/browse-build-and-share-real-time-streams-with-datasift.html#comments</comments>
		<pubDate>Mon, 17 Jan 2011 08:00:20 +0000</pubDate>
		<dc:creator>Phil Leggetter</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[DataSift]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[http streaming]]></category>
		<category><![CDATA[InfoChimps]]></category>
		<category><![CDATA[Klout]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[Peer Index]]></category>
		<category><![CDATA[real-time]]></category>
		<category><![CDATA[real-time data]]></category>
		<category><![CDATA[real-time web]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[Salience]]></category>
		<category><![CDATA[Sentiment]]></category>
		<category><![CDATA[SixApart]]></category>
		<category><![CDATA[TweetMeme]]></category>
		<category><![CDATA[websockets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.programmableweb.com/?p=17676</guid>
		<description><![CDATA[<a href="http://www.programmableweb.com/api/datasift"><img src="http://www.programmableweb.com/images/apis/at2922.png" alt="DataSift" class="imgRight" /></a>A core feature of the real-time web is the continuously updating real-time streams of information. These streams are commonly generated by social networks and with the continued uptake of social networking the amount of information is only going to increase. This will continue to introduce opportunities for companies to create products and services that extract value from that vast amount of data. Some of the most common services built around these streams include trend and sentiment analysis, data storage, aggregation, sorting, search and filtering. <a href="http://datasift.net/">DataSift</a> is a service that offers a host of exciting features including the ability to let users browse, build and share their own real-time streams using social media data drawn from a host of sources.
Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2011/03/31/who-curates-the-real-time-web.html' rel='bookmark' title='Who Curates the Real-Time Web?'>Who Curates the Real-Time Web?</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/07/real-time-data-delivery-http-streaming-versus-pubsubhubbub.html' rel='bookmark' title='Real-time Data Delivery: HTTP Streaming Versus PubSubHubbub'>Real-time Data Delivery: HTTP Streaming Versus PubSubHubbub</a></li>
<li><a href='http://www.leggetter.co.uk/2010/12/21/why-client-apis-are-an-important-part-of-any-real-time-service.html' rel='bookmark' title='Why client APIs are an important part of any real-time service'>Why client APIs are an important part of any real-time service</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a  href="http://www.programmableweb.com/api/datasift"><img class="imgRight" src="http://www.programmableweb.com/images/apis/at2922.png" alt="DataSift" /></a>A core feature of the real-time web is the continuously updating real-time streams of information. These streams are commonly generated by social networks and with the continued uptake of social networking the amount of information is only going to increase. This will continue to introduce opportunities for companies to create products and services that extract value from that vast amount of data. Some of the most common services built around these streams include trend and sentiment analysis, data storage, aggregation, sorting, search and filtering. <a  href="http://datasift.net/">DataSift</a> is a service that offers a host of exciting features including the ability to let users browse, build and share their own real-time streams using social media data drawn from a host of sources.</p>
<p>DataSift <a  href="http://techcrunch.com/2010/09/27/tweetmeme-founders-datasift-helps-you-find-a-needle-in-a-tweetstack/">launched</a> its Alpha service at TechCrunch Disrupt in September and describe it as a &#8220;real time social media filtering engine.&#8221; The initial buzz around DataSift was generated when Twitter agreed to give them access to the Twitter firehose, but they now have access to a much wider range of data including the Google Buzz, MySpace, SixApart, WordPress, Facebook and Digg. These sources of data within DataSift, sometimes called input services, are defined as <a  href="http://support.datasift.net/help/kb/fsdl/targets">Targets</a> in the DataSift knowledge base.</p>
<p>Users can use Targets to <a  href="http://support.datasift.net/help/kb/getting-started/creating-your-first-stream">create their own streams</a> from within the My Streams section of the DataSift dashboard using a language called <a  href="http://support.datasift.net/help/kb/fsdl/an-introduction-to-fsdl">FSDL</a> (Filtered Stream Definition Language). The Web editor used to define your streams is pretty simple but it does provide some basic syntax highlighting as well as validating your syntax whenever you save. FSDL also provides access to <a  href="http://support.datasift.net/help/kb/targets/targets-augmentations">augmentation Targets</a> through services such as Salience, TweetMeme, Peer Index, Klout and InfoChimps that allow streams to be augmented with third party data.</p>
<p style="text-align: center;"><img class="aligncenter" style="max-width: 800px;" title="DataSift Stream Edit Definition Page (FSDL)" src="http://www.leggetter.co.uk/wp-content/uploads/2011/01/FSDLEditor.png" alt="" width="602" height="326" /></p>
<p>Once a stream has been defined you can choose to build your feed. At present this takes up to 60 minutes and the dashboard will show you the progress of the build as well as a host of other features including a data preview, a live example of the data, a graph showing matched stream items (iterations per minute) and the history of the feed definition.</p>
<p><strong>Update:</strong> Nick Halstead (CEO of DataSift) has provided a clarification about the stream preview, the live stream feature and also when the stream can be used via the API:</p>
<blockquote><p>The stream ‘preview’ does not need to be built for anything to work, you can define + attach to API immediately (or just hit ‘live’ tab to see live results) – the preview was to allow stream owners to demonstrate what the stream would offer.</p>
</blockquote>
<p>You can see Nick&#8217;s full comment in <a  href="http://blog.programmableweb.com/2011/01/17/browse-build-and-share-real-time-streams-with-datasift/#comment-167921">the comments section</a> below.</p>
<p style="text-align: center;"><a  href="http://www.leggetter.co.uk/wp-content/uploads/2011/01/DataSiftDashBoard.png" class="thickbox no_icon" rel="gallery-5224" title="DataSift Stream Dashboard page"><img class="aligncenter" style="max-width: 800px;" title="DataSift Stream Dashboard page" src="http://www.leggetter.co.uk/wp-content/uploads/2011/01/DataSiftDashBoard.png" alt="" width="592" height="485" /></a></p>
<p>DataSift is encouraging its users to build feeds that are discoverable and accessible to other users, although it does offer a private feed option, by providing a number of options on the stream page including tagging, an area to encourage you to tell others about it on common social networks and a comments area to encourage users to interact and visits to the stream page. Recently added, most commented and top rated streams are also featured on the home section of the DataSift dashboard.</p>
<p style="text-align: center;"><img class="aligncenter" style="max-width: 800px;" title="DataSift Dashboard Homepage" src="http://blog.programmableweb.com/wp-content/DataSiftDashBoardHome.png" alt="" width="596" height="478" /></p>
<p>Once the stream has been built it <a  href="http://blog.datasift.com/2010/12/10/building-on-top-of-other-streams/">can also be used</a> in the definition of another user stream, and it in another stream and so on. DataSift really have exposed a lot of functionality and capabilities within their user dashboard and the <a  href="http://support.datasift.net/help/kb">documentation</a> that they provide is quite thorough and really helps a user get to grips with creating streams reasonably quickly.</p>
<p>All these rich features would be a waste unless there was a way of accessing the data and using it with an application. Unsurprisingly, the <a  href="http://www.programmableweb.com/api/datasift">DataSift API</a> delivers by providing three endpoints, including access to filtered data in a paged manner, HTTP Streaming and an RSS endpoint. It also recently introduced a <a  href="http://support.datasift.net/help/kb/streaming-api/websocket-streaming">WebSockets Streaming API</a>.</p>
<p>Although DataSift is still in Alpha it is offering what seems <a  title="DataSift pricing" href="http://datasift.net/pricing?hash=8ee1d6ba2359b33a8a0427723bfec28f&#038;id=2402">an affordable</a> and very impressive service which should excite any developer interested in real-time technologies and data. The company&#8217;s access to a wide range of data sources, engaging and intuitive user dashboard and range of API endpoints should mean that most developers will have their technology needs met.</p>
<div class="youtube-video" style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/X7aiKaCi8O8&amp;feature=youtube_gdata_player" /><param name="wmode" value="transparent" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/X7aiKaCi8O8&amp;feature=youtube_gdata_player" wmode="transparent"></embed></object></div>
<p>A good starting point to learn about DataSift is an <a  href="http://www.youtube.com/watch?v=X7aiKaCi8O8">interview</a> by Robert Scoble with Nick Halstead, the CEO of DataSift (embedded above). The video is a little old but provides a good overview and an example of creating a stream. If you&#8217;ve any comments or questions about DataSift please leave a comment here. After that you should head over to <a  href="http://datasift.net">http://datasift.net</a> and register for the DataSift Alpha program.</p>
<p>This <a  href="http://blog.programmableweb.com/2011/01/17/browse-build-and-share-real-time-streams-with-datasift/">post</a> was originally written by me for <a  href="http://blog.programmableweb.com">ProgrammableWeb</a></p>
<p>Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2011/03/31/who-curates-the-real-time-web.html' rel='bookmark' title='Who Curates the Real-Time Web?'>Who Curates the Real-Time Web?</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/07/real-time-data-delivery-http-streaming-versus-pubsubhubbub.html' rel='bookmark' title='Real-time Data Delivery: HTTP Streaming Versus PubSubHubbub'>Real-time Data Delivery: HTTP Streaming Versus PubSubHubbub</a></li>
<li><a href='http://www.leggetter.co.uk/2010/12/21/why-client-apis-are-an-important-part-of-any-real-time-service.html' rel='bookmark' title='Why client APIs are an important part of any real-time service'>Why client APIs are an important part of any real-time service</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leggetter.co.uk/2011/01/17/browse-build-and-share-real-time-streams-with-datasift.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real-Time Web Posts 03/03/2010</title>
		<link>http://www.leggetter.co.uk/2010/03/03/real-time-web-posts-03032010.html</link>
		<comments>http://www.leggetter.co.uk/2010/03/03/real-time-web-posts-03032010.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 09:12:45 +0000</pubDate>
		<dc:creator>Phil Leggetter</dc:creator>
				<category><![CDATA[Real-Time Web Musings]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[real-time web]]></category>
		<category><![CDATA[Real-Time Web News]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[websockets]]></category>

		<guid isPermaLink="false">http://www.leggetter.co.uk/?p=726</guid>
		<description><![CDATA[<p>I&#8217;m doing my best to keep up to speed on any news related to the real-time web. I follow interesting people on Twitter who tweet out links, I subscribe to RSS feeds and I&#8217;ve got <a href="http://www.google.com/alerts">Google Alerts</a> set up on a number of phrases. Since I&#8217;m doing all this work I thought it would [...]
Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2010/06/11/kwwika-world-cup-2010-real-time-push-web-app-apple-ipad-competition.html' rel='bookmark' title='Kwwika World Cup 2010 Real-Time Push Web App &#8211; Apple iPad competition'>Kwwika World Cup 2010 Real-Time Push Web App &#8211; Apple iPad competition</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/07/marriage-worklife-integration-real-time-web-technology-evangelism-kwwika-a-retrospective-of-my-2010.html' rel='bookmark' title='Marriage, Work/life integration, real-time web technology evangelism &amp; Kwwika: A retrospective of my 2010'>Marriage, Work/life integration, real-time web technology evangelism &#038; Kwwika: A retrospective of my 2010</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/17/browse-build-and-share-real-time-streams-with-datasift.html' rel='bookmark' title='Browse, Build and Share Real-time Streams with DataSift'>Browse, Build and Share Real-time Streams with DataSift</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m doing my best to keep up to speed on any news related to the real-time web. I follow interesting people on Twitter who tweet out links, I subscribe to RSS feeds and I&#8217;ve got <a  href="http://www.google.com/alerts">Google Alerts</a> set up on a number of phrases. Since I&#8217;m doing all this work I thought it would be a good idea to start sharing it by publishing the findings in an occasional summary blog post. I generally don&#8217;t like blog posts which just say &#8220;this is an interesting article&#8221; but sometimes, if it raises awareness of good articles, it can be useful. Hopefully it will be.</p>
<p>I tend to first post the links on the <a  href="http://www.linkedin.com/groups?&#038;gid=2578818">Real-Time Web Software and Technologies LinkedIn group</a> so if you are interested on getting the news as I find it, or contributing your own real-time web finds then please join <a  href="http://www.linkedin.com/groups?&#038;gid=2578818">the group</a>. Also feel free to <a  href="http://twitter.com/leggetter">Tweet at me</a> or <a  href="http://www.leggetter.co.uk/contact-me">contact me via the website</a> if you find anything interesting and relevant.</p>
<p><span id="more-726"></span></p>
<h2>WebSockets</h2>
<ul>
<li><a  href="http://www.kaazing.com/blog/?p=317">5 Signs You Need HTML5 Web Sockets (Part 1)</a> &#8211; <a  href="http://www.kaazing.com/">Kaazing</a> &#8211; Part <a  href="http://www.kaazing.com/blog/?p=327">2</a>, <a  href="http://www.kaazing.com/blog/?p=338">3</a>, <a  href="http://www.kaazing.com/blog/?p=346">4</a> and <a  href="http://www.kaazing.com/blog/?p=352">5</a> are also available.</li>
<li><a  href="http://blogs.webtide.com/gregw/entry/websocket_chat">WebSocket Chat</a> &#8211; A discussion about creating a Chat application using WebSockets &#8211; <a  href="http://blogs.webtide.com/gregw/">Greg Wilkins</a></li>
<li><a  href="http://blog.caplin.com/2010/03/02/why-we-dont-need-html5-websocket/">Why we don&#8217;t need HTML5 WebSocket</a> &#8211; a discussion on the problems with WebSockets &#8211; <a  href="http://blog.caplin.com/author/martintcaplincom/">Martin Tyler</a></li>
</ul>
<h2>Real-Time Web in action</h2>
<ul>
<li><a  href="http://nten.org/blog/2010/02/17/social-media-response-disaster-haiti">The Social Media Response to Disaster in Haiti</a> &#8211; An article on how real-time web technologies were used in response to the Haiti disaster &#8211; Amy Sample Ward, <a  href="http://www.netsquared.org/">NetSquared</a></li>
<li><a  href="http://blog.caplin.com/2010/02/24/when-were-you-when-tendulkar-scored-200/">When were you when Tendulkar scored 200?</a> &#8211; Ok, this isn&#8217;t actually an example of Real-Time Web in action. But it should be! This is a great example of where adding a dash of real-time web to your website could actually help you scale (stop users hitting <strong>Refresh</strong>) &#8211; <a  href="http://blog.caplin.com/author/martintcaplincom/">Martin Tyler</a></li>
</ul>
<h2>Real-Time Web technology</h2>
<ul>
<li><a  href="http://www.web2media.net/laktek/2010/02/16/building-real-time-web-apps-with-rails3/">Building Real-Time web apps with Rails 3</a> &#8211; <a  href="http://www.web2media.net/laktek/">LakTEK</a></li>
<li><a  href="http://www.leggetter.co.uk/2010/02/27/using-real-time-web-software-and-technology-to-distribute-events.html">Using real-time web software and technology to distribute events</a> &#8211; <a  href="http://www.leggetter.co.uk">Phil Leggetter</a> (that&#8217;s me)</li>
<li><a  href="http://blogs.computerworld.com/15612/its_not_just_twitter">It&#8217;s not just Twitter</a> (who use Open Source real-time web technology) - <a  href="http://blogs.computerworld.com/user/137">Steven J. Vaughan-Nichols</a></li>
<li><a  href="http://images.businessweek.com/ss/09/08/0806_real_time_web/">The Real-Time Web</a> (a list of web applications that are built on or user Real-Time Web technology &#8211; or claim to) &#8211; Robert D. Hof (<a  href="http://www.businessweek.com/">Business Week</a>)</li>
<li><a  href="http://lightstreamer.blogspot.com/2010/02/lightstreamer-36-is-out.html">Lightstreamer 3.6 is out!</a> &#8211; Lightstreamer release new versions of their components including support for Silverlight, Flex AMF, and Bidirectional Web Streaming</li>
</ul>
<h2>General News/Discussion</h2>
<ul>
<li><a  href="http://www.readwriteweb.com/archives/google_adds_myspace_status_updates_to_real-time_search_results.php">Google Now Includes MySpace Status Updates in Real-Time Search Results</a> &#8211; <a  href="http://www.readwriteweb.com/archives/author/frederic-lardinois.php">Frederic Lardinois</a></li>
<li><a  href="http://www.webpronews.com/topnews/2010/02/24/why-even-local-search-is-becoming-more-real-time">Why Even Local Search is Becoming More Real-Time</a> &#8211; <a  href="http://www.webpronews.com/user/chris-crum">Chris Crum</a></li>
<li><a  href="http://www.readwriteweb.com/archives/google_takes_first_shot_at_facebook_search_results.php">Google Takes First Shot at Facebook Search Results</a> - <a  href="http://www.readwriteweb.com/archives/author/mike-melanson-1.php">Mike Melanson</a></li>
<li><a  href="http://www.cloudave.com/link/sliderocket-brings-the-real-time-web-to-presentations">SlideRocket Brings the Real Time Web to Presentations</a> &#8211; <a  href="http://www.cloudave.com/author/Ben-Kepes">Ben Kepes</a></li>
</ul>
<p>Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2010/06/11/kwwika-world-cup-2010-real-time-push-web-app-apple-ipad-competition.html' rel='bookmark' title='Kwwika World Cup 2010 Real-Time Push Web App &#8211; Apple iPad competition'>Kwwika World Cup 2010 Real-Time Push Web App &#8211; Apple iPad competition</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/07/marriage-worklife-integration-real-time-web-technology-evangelism-kwwika-a-retrospective-of-my-2010.html' rel='bookmark' title='Marriage, Work/life integration, real-time web technology evangelism &amp; Kwwika: A retrospective of my 2010'>Marriage, Work/life integration, real-time web technology evangelism &#038; Kwwika: A retrospective of my 2010</a></li>
<li><a href='http://www.leggetter.co.uk/2011/01/17/browse-build-and-share-real-time-streams-with-datasift.html' rel='bookmark' title='Browse, Build and Share Real-time Streams with DataSift'>Browse, Build and Share Real-time Streams with DataSift</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leggetter.co.uk/2010/03/03/real-time-web-posts-03032010.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google have integrated Facebook fan page status messages into latest results</title>
		<link>http://www.leggetter.co.uk/2010/02/27/google-have-integrated-facebook-fan-page-status-messages-into-latest-results.html</link>
		<comments>http://www.leggetter.co.uk/2010/02/27/google-have-integrated-facebook-fan-page-status-messages-into-latest-results.html#comments</comments>
		<pubDate>Sat, 27 Feb 2010 10:02:18 +0000</pubDate>
		<dc:creator>Phil Leggetter</dc:creator>
				<category><![CDATA[Real-Time Web Musings]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[real-time data]]></category>

		<guid isPermaLink="false">http://www.leggetter.co.uk/?p=717</guid>
		<description><![CDATA[<p>According to <a href="http://www.readwriteweb.com/archives/google_takes_first_shot_at_facebook_search_results.php">this article</a> by Read Write Web, Bing have exclusive access to the data created by Facebook user status updates and Google have access to the data from Facebook fan page updates. It&#8217;s interesting to see that this data is so highly valued that there is clearly a bidding war over access to [...]
Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2009/12/12/how-does-google-real-time-search-work.html' rel='bookmark' title='How does Google Real-Time Search work?'>How does Google Real-Time Search work?</a></li>
<li><a href='http://www.leggetter.co.uk/2010/09/24/google-adsense-could-easily-be-better.html' rel='bookmark' title='Google Adsense could easily be better'>Google Adsense could easily be better</a></li>
<li><a href='http://www.leggetter.co.uk/2010/08/27/google-realtime-search-isnt-real-time.html' rel='bookmark' title='Google realtime search isn&#8217;t real-time'>Google realtime search isn&#8217;t real-time</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>According to <a  href="http://www.readwriteweb.com/archives/google_takes_first_shot_at_facebook_search_results.php">this article</a> by Read Write Web, Bing have exclusive access to the data created by Facebook user status updates and Google have access to the data from Facebook fan page updates. It&#8217;s interesting to see that this data is so highly valued that there is clearly a bidding war over access to certain types of data. <strong>Which is more valuable?</strong></p>
<blockquote cite="http://www.readwriteweb.com/archives/google_takes_first_shot_at_facebook_search_results.php"><p>As of today, Facebook Fan Page status updates will begin appearing in Google search results, according to <a  href="http://twitter.com/google/status/9599921440">a tweet</a> by Google. The announcement means that we will begin seeing results from the nearly 3 million fan pages, but not from the more than 400 million users.</p></blockquote>
<p>Related posts:<ol>
<li><a href='http://www.leggetter.co.uk/2009/12/12/how-does-google-real-time-search-work.html' rel='bookmark' title='How does Google Real-Time Search work?'>How does Google Real-Time Search work?</a></li>
<li><a href='http://www.leggetter.co.uk/2010/09/24/google-adsense-could-easily-be-better.html' rel='bookmark' title='Google Adsense could easily be better'>Google Adsense could easily be better</a></li>
<li><a href='http://www.leggetter.co.uk/2010/08/27/google-realtime-search-isnt-real-time.html' rel='bookmark' title='Google realtime search isn&#8217;t real-time'>Google realtime search isn&#8217;t real-time</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.leggetter.co.uk/2010/02/27/google-have-integrated-facebook-fan-page-status-messages-into-latest-results.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 26/71 queries in 0.057 seconds using disk: basic

Served from: www.leggetter.co.uk @ 2012-02-04 21:22:09 -->
