<?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>Comments for Nicollet.Net</title>
	<atom:link href="http://www.nicollet.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nicollet.net</link>
	<description>Everyone Loves Me</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:21:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Hacking Magento by Hacking</title>
		<link>http://www.nicollet.net/2009/02/hacking-magento/comment-page-1/#comment-258866</link>
		<dc:creator>Hacking</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=460#comment-258866</guid>
		<description>Someone necessarily lend a hand to make critically articles I might state. That is the very first time I frequented your website page and up to now? I amazed with the analysis you made to create this particular post incredible. Excellent job!</description>
		<content:encoded><![CDATA[<p>Someone necessarily lend a hand to make critically articles I might state. That is the very first time I frequented your website page and up to now? I amazed with the analysis you made to create this particular post incredible. Excellent job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OCaml Web Sites by Victor Nicollet</title>
		<link>http://www.nicollet.net/2009/02/ocaml-web-sites/comment-page-1/#comment-256148</link>
		<dc:creator>Victor Nicollet</dc:creator>
		<pubDate>Fri, 27 Jan 2012 16:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=450#comment-256148</guid>
		<description>Keep in mind that the article you are replying to has been written three years ago - and two years before Ocsigen 2 came out. I find the new version to be greatly improved, and of far greater technical maturity than was the case years ago. 

But I still wouldn&#039;t use it on a large projet (and, as a matter of fact, I am not using it on my current OCaml-based large project), for several reasons. I guess I should post my updated views on Ocsigen one of these days.</description>
		<content:encoded><![CDATA[<p>Keep in mind that the article you are replying to has been written three years ago &#8211; and two years before Ocsigen 2 came out. I find the new version to be greatly improved, and of far greater technical maturity than was the case years ago. </p>
<p>But I still wouldn&#8217;t use it on a large projet (and, as a matter of fact, I am not using it on my current OCaml-based large project), for several reasons. I guess I should post my updated views on Ocsigen one of these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OCaml Web Sites by cago</title>
		<link>http://www.nicollet.net/2009/02/ocaml-web-sites/comment-page-1/#comment-256141</link>
		<dc:creator>cago</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=450#comment-256141</guid>
		<description>Ocsigen is really awesome. Now with js_of_ocaml, you can do amazing stuff like an &lt;a href=&quot;http://try.ocamlpro.com/&quot; rel=&quot;nofollow&quot;&gt;online toplevel&lt;/a&gt; written in OCaml and compiled in js code. 
Look also to the new &lt;a href=&quot;http://ocsigen.org/js_of_ocaml/files/hyperbolic/index.html&quot; rel=&quot;nofollow&quot;&gt;hyperbolic three viewer&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Ocsigen is really awesome. Now with js_of_ocaml, you can do amazing stuff like an <a href="http://try.ocamlpro.com/" rel="nofollow">online toplevel</a> written in OCaml and compiled in js code.<br />
Look also to the new <a href="http://ocsigen.org/js_of_ocaml/files/hyperbolic/index.html" rel="nofollow">hyperbolic three viewer</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Datepicker &#8211; the Instance Data bug by tijuan</title>
		<link>http://www.nicollet.net/2011/09/jquery-datepicker-the-instance-data-bug/comment-page-1/#comment-255095</link>
		<dc:creator>tijuan</dc:creator>
		<pubDate>Thu, 26 Jan 2012 17:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2538#comment-255095</guid>
		<description>Thank you for your post even this did not help me fix the issue as in my case.

I fixed the issue by calling beforeShow event to compare the input id and the instance id registered by the datepicker.
If they are not equal, i update the registered instance with the correct id

beforeShow:function(input, inst){
input_id = $(input).attr(‘id’);
instance_id = $(inst).attr(‘id’);

if(instance_id != input_id){
$(inst).attr(‘id’, input_id);
}
}</description>
		<content:encoded><![CDATA[<p>Thank you for your post even this did not help me fix the issue as in my case.</p>
<p>I fixed the issue by calling beforeShow event to compare the input id and the instance id registered by the datepicker.<br />
If they are not equal, i update the registered instance with the correct id</p>
<p>beforeShow:function(input, inst){<br />
input_id = $(input).attr(‘id’);<br />
instance_id = $(inst).attr(‘id’);</p>
<p>if(instance_id != input_id){<br />
$(inst).attr(‘id’, input_id);<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Datepicker &#8211; the Instance Data bug by tijuan</title>
		<link>http://www.nicollet.net/2011/09/jquery-datepicker-the-instance-data-bug/comment-page-1/#comment-255048</link>
		<dc:creator>tijuan</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2538#comment-255048</guid>
		<description>Thank you for your post event this did not help me fix the issue as in my case.

I fixed the issue by calling beforeShow event to compare the input id and the instance id registered by the datepicker.
If they were not equal, i update the registered instance with the correct its id

beforeShow:function(input, inst){
	input_id      = $(input).attr(&#039;id&#039;);
	instance_id = $(inst).attr(&#039;id&#039;);

	if(instance_id != input_id){
		$(inst).attr(&#039;id&#039;, input_id);
	}
}</description>
		<content:encoded><![CDATA[<p>Thank you for your post event this did not help me fix the issue as in my case.</p>
<p>I fixed the issue by calling beforeShow event to compare the input id and the instance id registered by the datepicker.<br />
If they were not equal, i update the registered instance with the correct its id</p>
<p>beforeShow:function(input, inst){<br />
	input_id      = $(input).attr(&#8216;id&#8217;);<br />
	instance_id = $(inst).attr(&#8216;id&#8217;);</p>
<p>	if(instance_id != input_id){<br />
		$(inst).attr(&#8216;id&#8217;, input_id);<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fortuneo by Alain</title>
		<link>http://www.nicollet.net/useless/fortuneo/comment-page-1/#comment-254726</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 26 Jan 2012 09:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?page_id=1362#comment-254726</guid>
		<description>Je crois que je vais rejoindre la liste des mécontent de Fortuneo. Je viens de me rendre compte que mon compte titre était débité de 35.8 euros chaque trimestre parcequ&#039;il était vide... De plus leur système d&#039;achat/vente d&#039;action, si aujourd&#039;hui ne connait plus beaucoup de blocage, ne permet pas d&#039;acheter par durant la phase TAL (Trading At Last) et une liste d&#039;actions qu&#039;ils ont décidé arbitrairement être risquées !! Ma conclusion ets que cette banque pratique des prix bas pour se faire une clientèle, comme AXA à une époque, et une fois l&#039;objectif atteint, ils augmenteront leurs tarifs. Donc inutile de se précipiter chez eux.</description>
		<content:encoded><![CDATA[<p>Je crois que je vais rejoindre la liste des mécontent de Fortuneo. Je viens de me rendre compte que mon compte titre était débité de 35.8 euros chaque trimestre parcequ&#8217;il était vide&#8230; De plus leur système d&#8217;achat/vente d&#8217;action, si aujourd&#8217;hui ne connait plus beaucoup de blocage, ne permet pas d&#8217;acheter par durant la phase TAL (Trading At Last) et une liste d&#8217;actions qu&#8217;ils ont décidé arbitrairement être risquées !! Ma conclusion ets que cette banque pratique des prix bas pour se faire une clientèle, comme AXA à une époque, et une fois l&#8217;objectif atteint, ils augmenteront leurs tarifs. Donc inutile de se précipiter chez eux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OCaml Submodule Pattern by Victor Nicollet</title>
		<link>http://www.nicollet.net/2012/01/ocaml-submodule-pattern/comment-page-1/#comment-252769</link>
		<dc:creator>Victor Nicollet</dc:creator>
		<pubDate>Tue, 24 Jan 2012 12:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2660#comment-252769</guid>
		<description>You understood it right. I have considered a directory-based trick to do so, but I am loathe to tinker with ocamlbuild hard enough to actually make it work.</description>
		<content:encoded><![CDATA[<p>You understood it right. I have considered a directory-based trick to do so, but I am loathe to tinker with ocamlbuild hard enough to actually make it work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OCaml Submodule Pattern by Alain Frisch</title>
		<link>http://www.nicollet.net/2012/01/ocaml-submodule-pattern/comment-page-1/#comment-252538</link>
		<dc:creator>Alain Frisch</dc:creator>
		<pubDate>Tue, 24 Jan 2012 05:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2660#comment-252538</guid>
		<description>It&#039;s an interesting convention. Did you consider controlling the visibility of .cmi files to enforce it?  If I understand correctly, you&#039;d like CEntity_view.cmi to be visible when compiling CEntity.{ml,mli} and CEntity_edit.{ml,mli}, but not when compiling CPicture.{ml,mli}.  This could be achieved with nested directories and -I flags, and would avoid relying on an explicit coding convention.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an interesting convention. Did you consider controlling the visibility of .cmi files to enforce it?  If I understand correctly, you&#8217;d like CEntity_view.cmi to be visible when compiling CEntity.{ml,mli} and CEntity_edit.{ml,mli}, but not when compiling CPicture.{ml,mli}.  This could be achieved with nested directories and -I flags, and would avoid relying on an explicit coding convention.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Datepicker &#8211; the Instance Data bug by Victor Nicollet</title>
		<link>http://www.nicollet.net/2011/09/jquery-datepicker-the-instance-data-bug/comment-page-1/#comment-252113</link>
		<dc:creator>Victor Nicollet</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2538#comment-252113</guid>
		<description>I&#039;m glad this helped.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad this helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Datepicker &#8211; the Instance Data bug by Michael R</title>
		<link>http://www.nicollet.net/2011/09/jquery-datepicker-the-instance-data-bug/comment-page-1/#comment-248398</link>
		<dc:creator>Michael R</dc:creator>
		<pubDate>Thu, 19 Jan 2012 23:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nicollet.net/?p=2538#comment-248398</guid>
		<description>Wow, this post helped a lot!  My code was switching the id for a field after initializing a datepicker, and it was breaking for some inexplicable reason.

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, this post helped a lot!  My code was switching the id for a field after initializing a datepicker, and it was breaking for some inexplicable reason.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

