<?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>Smoothplanet &#187; comment</title>
	<atom:link href="http://www.smoothplanet.com/tag/comment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smoothplanet.com</link>
	<description>It is a smooth world</description>
	<lastBuildDate>Thu, 13 Oct 2011 14:00:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>About videos in posts and comments</title>
		<link>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/</link>
		<comments>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 18:43:10 +0000</pubDate>
		<dc:creator>jerome</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[dailymotion]]></category>
		<category><![CDATA[seesmic]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/</guid>
		<description><![CDATA[Publishing video on your blog is not as easy as a copy-paste of the code propose by the website. I often run into problems mainly because of the editor used by my blog platform. I found it painful enough to think that putting something together for the bloggers on &#8220;Parlons&#8221; might be a good idea&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Publishing video on your blog is not as easy as a copy-paste of the code propose by the website. I often run into problems mainly because of the editor used by my blog platform. I found it painful enough to think that putting something together for the bloggers on &#8220;Parlons&#8221; might be a good idea&#8230; Done. All they need to do now when publishing a video is to put the video link between bracket [ ].<br />
<span id="more-535"></span><br />
<strong>How it is done ?</strong><br />
A few lines of code put together (thanks to a very powerful hooking and plugin system in Wordpess) that transform this:</p>
<blockquote><p><code>&#91;http://www.youtube.com/watch?v=x2x4YmdXwoU&#93;</code></p></blockquote>
<p>into that</p>
<blockquote><p><code>&lt;object width="425" height="355"&gt;<br />
&lt;param name="movie" value="http://www.youtube.com/v/x2x4YmdXwoU&amp;rel=1"&gt; &lt;/param&gt;<br />
&lt;param name="wmode" value="transparent"&gt; &lt;/param&gt;<br />
&lt;embed src="http://www.youtube.com/v/x2x4YmdXwoU&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt; &lt;/embed&gt;<br />
&lt;/object&gt;</code></p></blockquote>
<p>This was done quite easily because the code of the player can be automatically be build with the permalink of the video. Smart.</p>
<p>I tried to do the same then with <a href="http://www.dailymotion.com">Dailymotion</a>, unfortunately they seem to not have think about that one as the URL use as a permalink for the video is not the same as the one to insert in the player code. Too bad!</p>
<p>I have not investigated all video system (I think <a href="http://www.kewego.com">Kewego</a> should be allright) but if I was about to create some sort of <a href="http://www.seesmic.com">Twitter-like video thingy</a>, it is something I would probably like to think about&#8230; :-)</p>
<p><strong>What about the comments ?</strong><br />
Well good question&#8230; so while I was at it I just did the same for the comments (<a href="http://www.parlonsfoot.com/archives/2007/11/23/langleterre-touche-le-fond/#comment-116055">see example</a>), so that it is very easy to share video through the comments, and we are basically one step away for having a discussion through video. Quite easy to shoot its reaction to a post on YouTube, and just post the link as a comment! It will automatically transform the link into the YouTube player and make the video playable in the flow of the discussion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smoothplanet.com/about-videos-in-posts-and-comments/535/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Comments as a metric to rank blogs</title>
		<link>http://www.smoothplanet.com/comments-as-a-metric-to-rank-blogs/463/</link>
		<comments>http://www.smoothplanet.com/comments-as-a-metric-to-rank-blogs/463/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 18:31:57 +0000</pubDate>
		<dc:creator>jerome</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[cocomment]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[comments.com]]></category>
		<category><![CDATA[metric]]></category>

		<guid isPermaLink="false">http://www.smoothplanet.com/comments-as-a-metric-to-rank-blogs/463/</guid>
		<description><![CDATA[Technorati uses incoming links as a metric to rank blogs.
Del.icio.us and Digg (and other Digg-like) use voting mechanism.
Wikio uses a bit of both as well makes use of a semantic engine to categories the blogs.
Google as very complex algorithm.
I guess I&#8217;d like a service that &#8220;simply&#8221; make use of the number of comments in a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.technorati.com">Technorati</a> uses incoming links as a metric to <em>rank</em> blogs.<br />
<a href="http://del.icio.us">Del.icio.us</a> and <a href="http://www.digg.com">Digg</a> (and other Digg-like) use voting mechanism.<br />
<a href="http://www.wikio.fr/blogs/top">Wikio</a> uses a bit of both as well makes use of a semantic engine to categories the blogs.<br />
Google as very complex algorithm.</p>
<p>I guess I&#8217;d like a service that <em>&#8220;simply&#8221;</em> make use of the number of comments in a post/blog. One could argue that this is exactly what <a href="http://www.cocomment.com">coComment</a> or <a href="http://co.mments.com">co.mments.com</a> is about but it does not seem to do exactly the job. coComment has ranks for <a href="http://www.cocomment.com/articles">posts</a> and <a href="http://www.cocomment.com/blogs">blogs</a> but it is polluted by spam. So much that it actually makes it unusable, plus some features are missing. It would be nice to be able to set up our own timeframe (not only the last 10 days) and then add some filters (only french blogs, sport blogs).  Maybe those filters could be added on top of the service but unfortunately coComment (neither co.mments.com) seems to have an API. This would really help to find out where does the discussion is happening.</p>
<p>Anyway the best ranking service one could think about is probably a very well-thought mix of all of these&#8230; to come I guess. Would be nice a nice mashup&#8230;</p>
<p>On a side note, I&#8217;d like to add that I have been testing the <a href="http://www.cocomment.com/tools/capture">coComment Firefox extension</a>. Kinda disapointing, it does not seem to work with all blogs (especially not with the <a href="http://www.parlonsfoot.com/archives/2007/09/24/espagne-apres-quatre-journees-0708">I comment the most</a>)  plus it seems to be uncompatible with <a href="http://www.prototypejs.org/">Prototype </a>library (some website using Prototype did not work any more)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.smoothplanet.com/comments-as-a-metric-to-rank-blogs/463/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

