<?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 reflexionsWeb.info</title>
	<atom:link href="http://www.reflexionsweb.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reflexionsweb.info</link>
	<description>Réflexions de trois programmeurs Web</description>
	<lastBuildDate>Mon, 12 Mar 2012 13:13:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Commentaires sur jQuery : live vs delegate par Guillaume</title>
		<link>http://www.reflexionsweb.info/2010/04/27/jquery-live-vs-delegate/comment-page-1/#comment-180</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Mon, 12 Mar 2012 13:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=319#comment-180</guid>
		<description>Tout à fais, voila qui devrait mettre tout le monde d&#039;accord ;)</description>
		<content:encoded><![CDATA[<p>Tout à fais, voila qui devrait mettre tout le monde d&#8217;accord <img src='http://www.reflexionsweb.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery : live vs delegate par Jimmy</title>
		<link>http://www.reflexionsweb.info/2010/04/27/jquery-live-vs-delegate/comment-page-1/#comment-179</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Wed, 07 Mar 2012 15:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=319#comment-179</guid>
		<description>Effectivement, je ne trouve plus le lien mais j&#039;ai déjà lu un article qui explique exactement ce que tu dis. Il y a une différence au niveau de l&#039;exécution, donc au niveau de la performance.

Par contre, depuis jQuery 1.7 les méthodes .on (http://api.jquery.com/on/) et .off (http://api.jquery.com/off/) vient simplifier tout le questionnement d&#039;utilisation de .live, .delegate ou .bind</description>
		<content:encoded><![CDATA[<p>Effectivement, je ne trouve plus le lien mais j&#8217;ai déjà lu un article qui explique exactement ce que tu dis. Il y a une différence au niveau de l&#8217;exécution, donc au niveau de la performance.</p>
<p>Par contre, depuis jQuery 1.7 les méthodes .on (<a href="http://api.jquery.com/on/" rel="nofollow">http://api.jquery.com/on/</a>) et .off (<a href="http://api.jquery.com/off/" rel="nofollow">http://api.jquery.com/off/</a>) vient simplifier tout le questionnement d&#8217;utilisation de .live, .delegate ou .bind</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery : live vs delegate par Guillaume</title>
		<link>http://www.reflexionsweb.info/2010/04/27/jquery-live-vs-delegate/comment-page-1/#comment-178</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Wed, 07 Mar 2012 13:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=319#comment-178</guid>
		<description>Sauf erreur de ma part, il y a quand même une différence entre live et delegate au niveau de l&#039;optimisation des performances. La méthode live va associer des events pour chaque éléments ayant pour classe .monLien, et doit détecter le rafraichissement de ses éléments qu&#039;il contient, alors que delegate va associer l&#039;évènement à l&#039;élément parent, qui va dispatcher ça sur ses éléments enfants définis dans la méthode. Ce ne sont donc pas simplement des manières différentes ...</description>
		<content:encoded><![CDATA[<p>Sauf erreur de ma part, il y a quand même une différence entre live et delegate au niveau de l&#8217;optimisation des performances. La méthode live va associer des events pour chaque éléments ayant pour classe .monLien, et doit détecter le rafraichissement de ses éléments qu&#8217;il contient, alors que delegate va associer l&#8217;évènement à l&#8217;élément parent, qui va dispatcher ça sur ses éléments enfants définis dans la méthode. Ce ne sont donc pas simplement des manières différentes &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur jQuery : live vs delegate par ahmed</title>
		<link>http://www.reflexionsweb.info/2010/04/27/jquery-live-vs-delegate/comment-page-1/#comment-177</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Wed, 28 Sep 2011 15:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=319#comment-177</guid>
		<description>Merci pour ces explications! ça m&#039;a vraiment aidé!</description>
		<content:encoded><![CDATA[<p>Merci pour ces explications! ça m&#8217;a vraiment aidé!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Rénovation Agile? par Samuel</title>
		<link>http://www.reflexionsweb.info/2010/03/28/renovation-agile/comment-page-1/#comment-176</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Fri, 22 Jul 2011 16:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=311#comment-176</guid>
		<description>Effectivement ta démonstration vaut pour des projets d&#039;ampleur limitée, avancer de manière itérative me semble risque pour un projet plus complexe et nécessitant plus d&#039;individus!</description>
		<content:encoded><![CDATA[<p>Effectivement ta démonstration vaut pour des projets d&#8217;ampleur limitée, avancer de manière itérative me semble risque pour un projet plus complexe et nécessitant plus d&#8217;individus!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Graphes, une représentation HTML par Daysia</title>
		<link>http://www.reflexionsweb.info/2009/06/11/graphes-une-representation-html/comment-page-1/#comment-175</link>
		<dc:creator>Daysia</dc:creator>
		<pubDate>Thu, 05 May 2011 21:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=146#comment-175</guid>
		<description>Wow, thats a rlaley clever way of thinking about it!</description>
		<content:encoded><![CDATA[<p>Wow, thats a rlaley clever way of thinking about it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur NoSql : MongoDB vs RavenDB par ehcache.net</title>
		<link>http://www.reflexionsweb.info/2010/12/13/nosql-mongodb-vs-ravendb/comment-page-1/#comment-174</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Mon, 14 Mar 2011 12:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=358#comment-174</guid>
		<description>&lt;strong&gt;NoSql : MongoDB vs RavenDB...&lt;/strong&gt;

Le but de l’exercice est de faire un choix parmi les technologies de base de données documentaire (Document Database). Ce qui est évalué...</description>
		<content:encoded><![CDATA[<p><strong>NoSql : MongoDB vs RavenDB&#8230;</strong></p>
<p>Le but de l’exercice est de faire un choix parmi les technologies de base de données documentaire (Document Database). Ce qui est évalué&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur Graphes, une représentation HTML par Sarven Capadisli</title>
		<link>http://www.reflexionsweb.info/2009/06/11/graphes-une-representation-html/comment-page-1/#comment-173</link>
		<dc:creator>Sarven Capadisli</dc:creator>
		<pubDate>Mon, 17 Jan 2011 21:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=146#comment-173</guid>
		<description>&lt;p lang=&quot;en&quot;&gt;RDFa suits well for this problem since it has to do with nodes and edges
of a graph that we want to represent in (X)HTML.&lt;/p&gt;
&lt;p lang=&quot;en&quot;&gt;Here is an example of a relationship between two nodes (whether they are
internal or external to the current URI) would be something like this:&lt;/p&gt;
&lt;code&gt;
&lt;pre&gt;
&lt;span about=&quot;_:SamuelSirois&quot;&gt;
  &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://csarven.ca/#i&quot;&gt;Sarven Capadisli&lt;/a&gt;
&lt;/span&gt;
&lt;/pre&gt;
&lt;/code&gt;
&lt;p lang=&quot;en&quot;&gt;That says that, there is a node in this document that is named
&lt;em&gt;SamuelSirois&lt;/em&gt; knows a person at node &lt;code&gt;http://csarven.ca/#i&lt;/code&gt;. If we go to
that URI, we can find get more information (another graph).&lt;/p&gt;
&lt;p lang=&quot;en&quot;&gt;If we only use the data above, it doesn&#8217;t necessarily mean that both
nodes are people. We only pretend that for the time being based on the
definition of the vocabulary that&#8217;s used:&lt;samp&gt;http://xmlns.com/foaf/spec/#term_knows&lt;/samp&gt;. We can of course simply
dereference those URIs and find out whether that URI is a type of a &lt;em&gt;Person&lt;/em&gt;.&lt;/p&gt;
&lt;p lang=&quot;en&quot;&gt;But, let&#8217;s change it around a bit:&lt;/p&gt;
&lt;code&gt;
&lt;pre&gt;
&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;

&lt;p about=&quot;http://www.reflexionsweb.info/#i&quot; typeof=&quot;foaf:Person&gt;
  Hi, I am
  &lt;span property=&quot;foaf:name&quot;&gt;Samuel Sirois&lt;/span&gt;

  and I have a homepage at 
  &lt;a rel=&quot;foaf:homepage&quot;
href=&quot;http://www.reflexionsweb.info/&quot;&gt;http://www.reflexionsweb.info/&lt;/a&gt;.

  I know
  &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://csarven.ca/#i&quot;&gt;Sarven Capadisli&lt;/a&gt;.

  &lt;a rel=&quot;foaf:interests&quot; href=&quot;http://en.wikipedia.org/wiki/Computer_Science&quot;&gt;Computer Science&lt;/a&gt; is one of my interests.
&lt;/p&gt;
&lt;/pre&gt;
&lt;/code&gt;
&lt;p lang=&quot;en&quot;&gt;You just got yourself a FOAF profile! :)&lt;/p&gt;
&lt;p lang=&quot;en&quot;&gt;That generates the following statements:&lt;/p&gt;
&lt;ul lang=&quot;en&quot;&gt;
&lt;li&gt;http://www.reflexionsweb.info/#i is a type of a person.&lt;/li&gt;
&lt;li&gt;http://www.reflexionsweb.info/#i has a name Samuel Sirois.&lt;/li&gt;
&lt;li&gt;http://www.reflexionsweb.info/#i has a homepage at http://www.reflexionsweb.info/&lt;/li&gt;
&lt;li&gt;http://www.reflexionsweb.info/#i knows http://csarven.ca/#i&lt;/li&gt;
&lt;li&gt;http://www.reflexionsweb.info/#i is interests in http://en.wikipedia.org/wiki/Computer_Science.&lt;/li&gt;
&lt;/ul&gt;
&lt;p lang=&quot;en&quot;&gt;We are free to make claims about anything, anywhere using the RDF data model. The Web is practically a Giant Global Graph.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p lang="en">RDFa suits well for this problem since it has to do with nodes and edges<br />
of a graph that we want to represent in (X)HTML.</p>
<p lang="en">Here is an example of a relationship between two nodes (whether they are<br />
internal or external to the current URI) would be something like this:</p>
<p><code></p>
<pre>
&lt;span about="_:SamuelSirois"&gt;
  &lt;a rel="foaf:knows" href="http://csarven.ca/#i"&gt;Sarven Capadisli&lt;/a&gt;
&lt;/span&gt;
</pre>
<p></code></p>
<p lang="en">That says that, there is a node in this document that is named<br />
<em>SamuelSirois</em> knows a person at node <code><a href="http://csarven.ca/#i" rel="nofollow">http://csarven.ca/#i</a></code>. If we go to<br />
that URI, we can find get more information (another graph).</p>
<p lang="en">If we only use the data above, it doesn&rsquo;t necessarily mean that both<br />
nodes are people. We only pretend that for the time being based on the<br />
definition of the vocabulary that&rsquo;s used:<samp><a href="http://xmlns.com/foaf/spec/#term_knows" rel="nofollow">http://xmlns.com/foaf/spec/#term_knows</a></samp>. We can of course simply<br />
dereference those URIs and find out whether that URI is a type of a <em>Person</em>.</p>
<p lang="en">But, let&rsquo;s change it around a bit:</p>
<p><code></p>
<pre>
&lt;html xmlns:foaf="http://xmlns.com/foaf/0.1/"&gt;

&lt;p about="http://www.reflexionsweb.info/#i" typeof="foaf:Person&gt;
  Hi, I am
  &lt;span property="foaf:name"&gt;Samuel Sirois&lt;/span&gt;

  and I have a homepage at
  &lt;a rel="foaf:homepage"
href="http://www.reflexionsweb.info/"&gt;http://www.reflexionsweb.info/&lt;/a&gt;.

  I know
  &lt;a rel="foaf:knows" href="http://csarven.ca/#i"&gt;Sarven Capadisli&lt;/a&gt;.

  &lt;a rel="foaf:interests" href="http://en.wikipedia.org/wiki/Computer_Science"&gt;Computer Science&lt;/a&gt; is one of my interests.
&lt;/p&gt;
</pre>
<p></code></p>
<p lang="en">You just got yourself a FOAF profile! <img src='http://www.reflexionsweb.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p lang="en">That generates the following statements:</p>
<ul lang="en">
<li><a href="http://www.reflexionsweb.info/#i" rel="nofollow">http://www.reflexionsweb.info/#i</a> is a type of a person.</li>
<li><a href="http://www.reflexionsweb.info/#i" rel="nofollow">http://www.reflexionsweb.info/#i</a> has a name Samuel Sirois.</li>
<li><a href="http://www.reflexionsweb.info/#i" rel="nofollow">http://www.reflexionsweb.info/#i</a> has a homepage at <a href="http://www.reflexionsweb.info/" rel="nofollow">http://www.reflexionsweb.info/</a></li>
<li><a href="http://www.reflexionsweb.info/#i" rel="nofollow">http://www.reflexionsweb.info/#i</a> knows <a href="http://csarven.ca/#i" rel="nofollow">http://csarven.ca/#i</a></li>
<li><a href="http://www.reflexionsweb.info/#i" rel="nofollow">http://www.reflexionsweb.info/#i</a> is interests in <a href="http://en.wikipedia.org/wiki/Computer_Science" rel="nofollow">http://en.wikipedia.org/wiki/Computer_Science</a>.</li>
</ul>
<p lang="en">We are free to make claims about anything, anywhere using the RDF data model. The Web is practically a Giant Global Graph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur NoSql : MongoDB vs RavenDB par Julien Bérubé</title>
		<link>http://www.reflexionsweb.info/2010/12/13/nosql-mongodb-vs-ravendb/comment-page-1/#comment-164</link>
		<dc:creator>Julien Bérubé</dc:creator>
		<pubDate>Thu, 16 Dec 2010 14:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=358#comment-164</guid>
		<description>En fait, SourceForge roule maintenant en partie là-dessus!

L&#039;histoire très intéressante de l&#039;implentation à la sauce &quot;into the trenches&quot;:
http://www.infoq.com/presentations/MongoDB-at-SourceForge</description>
		<content:encoded><![CDATA[<p>En fait, SourceForge roule maintenant en partie là-dessus!</p>
<p>L&#8217;histoire très intéressante de l&#8217;implentation à la sauce &laquo;&nbsp;into the trenches&nbsp;&raquo;:<br />
<a href="http://www.infoq.com/presentations/MongoDB-at-SourceForge" rel="nofollow">http://www.infoq.com/presentations/MongoDB-at-SourceForge</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Commentaires sur NoSql : MongoDB vs RavenDB par Jimmy</title>
		<link>http://www.reflexionsweb.info/2010/12/13/nosql-mongodb-vs-ravendb/comment-page-1/#comment-163</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Thu, 16 Dec 2010 13:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reflexionsweb.info/?p=358#comment-163</guid>
		<description>Voici la solution de test : http://www.reflexionsweb.info/wp-content/uploads/2010/12/NoSql.zip

Puisque mes tests étaient spécifiques pour un client j&#039;ai dû refaire une solution qui contient les deux tests. Et j&#039;ai aussi trouvé un bug dans la classe &quot;MongoSession&quot;. 
Dans la méthode &quot;Update&quot;. La fonction &quot;DB.GetCollection&lt;T&gt;.UpdateOne&quot; tel qu&#039;utilisée ne semble pas fonctionnée. J&#039;ai modifié pour &quot;DB.GetCollection&lt;T&gt;.Save&quot; qui fonctionne mais qui ajoute si l&#039;entité n&#039;existe pas.

Merci Julien pour le lien, je vais y jetter un coup d&#039;oeil.</description>
		<content:encoded><![CDATA[<p>Voici la solution de test : <a href="http://www.reflexionsweb.info/wp-content/uploads/2010/12/NoSql.zip" rel="nofollow">http://www.reflexionsweb.info/wp-content/uploads/2010/12/NoSql.zip</a></p>
<p>Puisque mes tests étaient spécifiques pour un client j&#8217;ai dû refaire une solution qui contient les deux tests. Et j&#8217;ai aussi trouvé un bug dans la classe &laquo;&nbsp;MongoSession&nbsp;&raquo;.<br />
Dans la méthode &laquo;&nbsp;Update&nbsp;&raquo;. La fonction &laquo;&nbsp;DB.GetCollection<t>.UpdateOne&nbsp;&raquo; tel qu&#8217;utilisée ne semble pas fonctionnée. J&#8217;ai modifié pour &laquo;&nbsp;DB.GetCollection</t><t>.Save&nbsp;&raquo; qui fonctionne mais qui ajoute si l&#8217;entité n&#8217;existe pas.</p>
<p>Merci Julien pour le lien, je vais y jetter un coup d&#8217;oeil.</t></p>
]]></content:encoded>
	</item>
</channel>
</rss>

