<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Commentaires pour RichAnalysis</title>
	<atom:link href="http://www.richanalysis.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.richanalysis.net</link>
	<description>vision + solution = intelligence</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:53:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Commentaires sur .design // Qu&#8217;est-ce que la data visualisation ? par Election présidentielle 2012 : La data visualisation au service du débat citoyen &#171; Blog N-square</title>
		<link>http://www.richanalysis.net/design-quest-ce-que-le-data-visualisation/comment-page-1#comment-731</link>
		<dc:creator>Election présidentielle 2012 : La data visualisation au service du débat citoyen &#171; Blog N-square</dc:creator>
		<pubDate>Thu, 02 Feb 2012 10:53:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=2123#comment-731</guid>
		<description>[...] Google de Dataviz qui a eu lieu fin 2011. Intéressé par la recherche en data visualisation (voir définition), Google a demandé aux participants de développer une application web innovante pour éclairer de [...]</description>
		<content:encoded><![CDATA[<p>[...] Google de Dataviz qui a eu lieu fin 2011. Intéressé par la recherche en data visualisation (voir définition), Google a demandé aux participants de développer une application web innovante pour éclairer de [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur 27.09.2011 // Nouvelle brique Rich Social Network par Dean</title>
		<link>http://www.richanalysis.net/un-test-pour-facebook/comment-page-1#comment-699</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Wed, 28 Sep 2011 12:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=3055#comment-699</guid>
		<description>Intéressant, à suivre ....</description>
		<content:encoded><![CDATA[<p>Intéressant, à suivre &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur 16.06.11 // Lab : afficher des milliers de points sur une carte par richanalysis</title>
		<link>http://www.richanalysis.net/16-06-11-lab-afficher-des-milliers-de-points-sur-une-carte/comment-page-1#comment-690</link>
		<dc:creator>richanalysis</dc:creator>
		<pubDate>Thu, 08 Sep 2011 14:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=2741#comment-690</guid>
		<description>Christophe,

Merci pour votre commentaire constructif.

Le besoin initial venait en effet d&#039;un client qui souhaitait voir un nuage de point pour faire émerger un modèle.

Une heatmap (ou carte de concentration) ne permet pas le même niveau de détail. Prenons un exemple : imaginons une carte de paris, avec dans les arrondissements du centre ville de très nombreux clients et beaucoup moins dans les arrondissementn périphériques. Une heatmap aurait bien représenté une zone &quot;chaude&quot; au centre ville et des zones &quot;froides&quot; autour. Mais alors, bien que l&#039;on puisse voir que le centre ville est &quot;rempli&quot; de clients, on ne verrait pas la répartition de ces  clients. Ainsi, peut être nos clients sont-ils répartis autour d&#039;un lieu particulier (Notre Dame par exemple) .

Une représentation avec tous les points, petits mais visibles, montrera clairement un &quot;cercle de clients&quot; autour de Notre Dame. En somme, ce type de visualisation permet une analyse plus fine de la répartition géographique.</description>
		<content:encoded><![CDATA[<p>Christophe,</p>
<p>Merci pour votre commentaire constructif.</p>
<p>Le besoin initial venait en effet d&#8217;un client qui souhaitait voir un nuage de point pour faire émerger un modèle.</p>
<p>Une heatmap (ou carte de concentration) ne permet pas le même niveau de détail. Prenons un exemple : imaginons une carte de paris, avec dans les arrondissements du centre ville de très nombreux clients et beaucoup moins dans les arrondissementn périphériques. Une heatmap aurait bien représenté une zone &laquo;&nbsp;chaude&nbsp;&raquo; au centre ville et des zones &laquo;&nbsp;froides&nbsp;&raquo; autour. Mais alors, bien que l&#8217;on puisse voir que le centre ville est &laquo;&nbsp;rempli&nbsp;&raquo; de clients, on ne verrait pas la répartition de ces  clients. Ainsi, peut être nos clients sont-ils répartis autour d&#8217;un lieu particulier (Notre Dame par exemple) .</p>
<p>Une représentation avec tous les points, petits mais visibles, montrera clairement un &laquo;&nbsp;cercle de clients&nbsp;&raquo; autour de Notre Dame. En somme, ce type de visualisation permet une analyse plus fine de la répartition géographique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .lab // RichCodeAnalyser par Hemanth</title>
		<link>http://www.richanalysis.net/richcodeanalyser/comment-page-1#comment-684</link>
		<dc:creator>Hemanth</dc:creator>
		<pubDate>Sun, 26 Jun 2011 16:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=930#comment-684</guid>
		<description>Is the below code supposed to show 2 Total Lines of code? Is that the logic that&#039;s built in? Or should it blindly count all the lines in the code?

package com.core {	
	import flash.display.Stage;	
	public class Globals {		
		public static var stage:Stage;
		public static var canvas:Object;
		public function Globals() {
		}
	}	
}</description>
		<content:encoded><![CDATA[<p>Is the below code supposed to show 2 Total Lines of code? Is that the logic that&#8217;s built in? Or should it blindly count all the lines in the code?</p>
<p>package com.core {<br />
	import flash.display.Stage;<br />
	public class Globals {<br />
		public static var stage:Stage;<br />
		public static var canvas:Object;<br />
		public function Globals() {<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur 16.06.11 // Lab : afficher des milliers de points sur une carte par Christophe</title>
		<link>http://www.richanalysis.net/16-06-11-lab-afficher-des-milliers-de-points-sur-une-carte/comment-page-1#comment-679</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Fri, 17 Jun 2011 06:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=2741#comment-679</guid>
		<description>Très belle optimisation ! Beau boulot !
Ma curiosité me pousse à m&#039;interroger sur le besoin initial : dans quels cas il est utile d&#039;afficher autant de points ? Faire émerger un modèle via les nuages de points ?</description>
		<content:encoded><![CDATA[<p>Très belle optimisation ! Beau boulot !<br />
Ma curiosité me pousse à m&#8217;interroger sur le besoin initial : dans quels cas il est utile d&#8217;afficher autant de points ? Faire émerger un modèle via les nuages de points ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .lab // RichCodeAnalyser par Phiphou</title>
		<link>http://www.richanalysis.net/richcodeanalyser/comment-page-1#comment-198</link>
		<dc:creator>Phiphou</dc:creator>
		<pubDate>Thu, 06 Jan 2011 17:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=930#comment-198</guid>
		<description>We have a fix for that issue...

Please contact me at phiphou@phiphou.com and I&#039;ll send you the corrected release...

Thank you for your constructive comment.

Phiphou, from RichAnalysis</description>
		<content:encoded><![CDATA[<p>We have a fix for that issue&#8230;</p>
<p>Please contact me at <a href="mailto:phiphou@phiphou.com">phiphou@phiphou.com</a> and I&#8217;ll send you the corrected release&#8230;</p>
<p>Thank you for your constructive comment.</p>
<p>Phiphou, from RichAnalysis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .events // Retour sur Adobe RIA 2010 par E Stephane</title>
		<link>http://www.richanalysis.net/events-retour-sur-adobe-ria-2010/comment-page-1#comment-165</link>
		<dc:creator>E Stephane</dc:creator>
		<pubDate>Sat, 18 Dec 2010 08:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=2315#comment-165</guid>
		<description>Très bonne sessions de conférences et un vrai plaisir de participation des partenaires...</description>
		<content:encoded><![CDATA[<p>Très bonne sessions de conférences et un vrai plaisir de participation des partenaires&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .lab // RichCodeAnalyser par Bui Sy Nguyen</title>
		<link>http://www.richanalysis.net/richcodeanalyser/comment-page-1#comment-153</link>
		<dc:creator>Bui Sy Nguyen</dc:creator>
		<pubDate>Fri, 19 Nov 2010 06:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=930#comment-153</guid>
		<description>Hi you.
This tool is very good.
But the LOC and the lines of comments are not correct.

For example, I tested with this AS file content:

//START FILE
package test
{
    import com.fpt.fproject.utils.DataUtil;    
    import flash.events.*;    
    import mx.core.*;

	/**
	 * A &lt;code&gt;ItemData&lt;/code&gt; represents an object that can be set on the data 
	 * property of an &lt;code&gt;IDataRenderer&lt;/code&gt; interface.
	 * It is used when the &lt;code&gt;IDataRenderer&lt;/code&gt; implementation needs more
	 * information than just the raw data from the &lt;code&gt;dataProvider&lt;/code&gt;. 
	 * */
    public class ItemData extends EventDispatcher
    {

        private var _data:Object;       
        
		
		[Bindable]
		/**
		 * The raw data coming from the &lt;code&gt;dataProvider&lt;/code&gt;.
		 * */
        public function get data() : Object
        {
            return this._data;
        }// end function		
		
    }
}
//END FILE

The result of RichCodeAnalyser is:
Lines: 30, Blanks: 6, Comments:1

But you can manualy check, the correct result must be:
Lines: 30, Blanks: 6, Comments:9


--------------------------------
Would you please fix this bug?</description>
		<content:encoded><![CDATA[<p>Hi you.<br />
This tool is very good.<br />
But the LOC and the lines of comments are not correct.</p>
<p>For example, I tested with this AS file content:</p>
<p>//START FILE<br />
package test<br />
{<br />
    import com.fpt.fproject.utils.DataUtil;<br />
    import flash.events.*;<br />
    import mx.core.*;</p>
<p>	/**<br />
	 * A <code>ItemData</code> represents an object that can be set on the data<br />
	 * property of an <code>IDataRenderer</code> interface.<br />
	 * It is used when the <code>IDataRenderer</code> implementation needs more<br />
	 * information than just the raw data from the <code>dataProvider</code>.<br />
	 * */<br />
    public class ItemData extends EventDispatcher<br />
    {</p>
<p>        private var _data:Object;       </p>
<p>		[Bindable]<br />
		/**<br />
		 * The raw data coming from the <code>dataProvider</code>.<br />
		 * */<br />
        public function get data() : Object<br />
        {<br />
            return this._data;<br />
        }// end function		</p>
<p>    }<br />
}<br />
//END FILE</p>
<p>The result of RichCodeAnalyser is:<br />
Lines: 30, Blanks: 6, Comments:1</p>
<p>But you can manualy check, the correct result must be:<br />
Lines: 30, Blanks: 6, Comments:9</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Would you please fix this bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .design // Comment sont faites les bonnes infographies ? par Matt</title>
		<link>http://www.richanalysis.net/design-comment-sont-faites-les-bonnes-informations/comment-page-1#comment-105</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 06 Oct 2010 13:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=1601#comment-105</guid>
		<description>Merci pour cette belle synthèse sur le design d&#039;information !</description>
		<content:encoded><![CDATA[<p>Merci pour cette belle synthèse sur le design d&#8217;information !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur .lab // RichCodeAnalyser par Dominik</title>
		<link>http://www.richanalysis.net/richcodeanalyser/comment-page-1#comment-95</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Tue, 14 Sep 2010 18:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.richanalysis.net/?p=930#comment-95</guid>
		<description>just forgot... AIR-Version is updated to the newest version just before starting this app, too ;)</description>
		<content:encoded><![CDATA[<p>just forgot&#8230; AIR-Version is updated to the newest version just before starting this app, too <img src='http://www.richanalysis.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

