<?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"
	>
<channel>
	<title>Comments for Hacking at 0300</title>
	<atom:link href="http://youngisrael-stl.org/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://youngisrael-stl.org/wordpress</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<pubDate>Fri, 05 Dec 2008 16:13:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Extending jQuery UI Widgets, The Final Chapter by sydney phelps</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/22/extending-jquery-ui-widgets-the-final-chapter/#comment-384</link>
		<dc:creator>sydney phelps</dc:creator>
		<pubDate>Sun, 26 Oct 2008 20:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=137#comment-384</guid>
		<description>impressive...we are very much amused ;)</description>
		<content:encoded><![CDATA[<p>impressive&#8230;we are very much amused <img src='http://youngisrael-stl.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making $.metadata Extensible by Sydney Phelps</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/29/making-metadata-extensible/#comment-383</link>
		<dc:creator>Sydney Phelps</dc:creator>
		<pubDate>Thu, 16 Oct 2008 02:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=108#comment-383</guid>
		<description>Prediction is very difficult, especially about the future.
    --Niels Bohr</description>
		<content:encoded><![CDATA[<p>Prediction is very difficult, especially about the future.<br />
    &#8211;Niels Bohr</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making $.metadata Extensible by Fabio M. Costa</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/29/making-metadata-extensible/#comment-381</link>
		<dc:creator>Fabio M. Costa</dc:creator>
		<pubDate>Sat, 04 Oct 2008 03:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=108#comment-381</guid>
		<description>you've put everything related to storing data on DOM elements together in one post, really good post.</description>
		<content:encoded><![CDATA[<p>you&#8217;ve put everything related to storing data on DOM elements together in one post, really good post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing Chili by Andrea</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/10/testing-chili/#comment-360</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Fri, 29 Aug 2008 23:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=54#comment-360</guid>
		<description>Could you please tell when line numbering doesn't work? 
I'll be glad to fix it.</description>
		<content:encoded><![CDATA[<p>Could you please tell when line numbering doesn&#8217;t work?<br />
I&#8217;ll be glad to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making $.metadata Extensible by Andrea</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/29/making-metadata-extensible/#comment-359</link>
		<dc:creator>Andrea</dc:creator>
		<pubDate>Fri, 29 Aug 2008 23:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=108#comment-359</guid>
		<description>Nice post.

And thanks for using Chili better than me ;-)</description>
		<content:encoded><![CDATA[<p>Nice post.</p>
<p>And thanks for using Chili better than me <img src='http://youngisrael-stl.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending jQuery UI Widgets Revisited by Danny</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/13/extending-jquery-ui-widgets-revisited/#comment-345</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 22 Aug 2008 22:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=81#comment-345</guid>
		<description>@peschler:
You're absolutely correct (I've updated it). slice starts at 0!
I will admit, though, that in my own code I removed callSuper in favor of using apply directly:
$.yi.superbox.prototype.move.apply(this, arguments)
I think it's just as clear as this.callSuper('yi.superbox', 'move')
and communicates better what is going on. It's more verbose, and I may change my mind.

I wrote a recent &lt;a href="/wordpress/2008/08/22/extending-jquery-ui-widgets-the-final-chapter/" rel="nofollow"&gt;post&lt;/a&gt;
on my most recent code. 

Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>@peschler:<br />
You&#8217;re absolutely correct (I&#8217;ve updated it). slice starts at 0!<br />
I will admit, though, that in my own code I removed callSuper in favor of using apply directly:<br />
$.yi.superbox.prototype.move.apply(this, arguments)<br />
I think it&#8217;s just as clear as this.callSuper(&#8217;yi.superbox&#8217;, &#8216;move&#8217;)<br />
and communicates better what is going on. It&#8217;s more verbose, and I may change my mind.</p>
<p>I wrote a recent <a href="/wordpress/2008/08/22/extending-jquery-ui-widgets-the-final-chapter/" rel="nofollow">post</a><br />
on my most recent code. </p>
<p>Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending jQuery UI Widgets Revisited by peschler</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/13/extending-jquery-ui-widgets-revisited/#comment-343</link>
		<dc:creator>peschler</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=81#comment-343</guid>
		<description>Hi,

great post. I'm currently using your code to create a wizard which derives from the ui.tabs widget and everything works like a charm! Thanks for saving me a lot of time.

While using the callSuper() is spotted at bug - at least it did not work to call a superclass function with arguments until I corrected the following code:
[code]
var CallSuper = {
    callSuper: function(superclass, method){
        // return superclass.prototype[method].apply(this, Array.prototype.slice.call(arguments, 3));
        return superclass.prototype[method].apply(this, Array.prototype.slice.call(arguments, 2));
    }
};
[/code]

That is: the slice should start at 2, otherwise the first argument will be sliced away.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>great post. I&#8217;m currently using your code to create a wizard which derives from the ui.tabs widget and everything works like a charm! Thanks for saving me a lot of time.</p>
<p>While using the callSuper() is spotted at bug - at least it did not work to call a superclass function with arguments until I corrected the following code:<br />
[code]<br />
var CallSuper = {<br />
    callSuper: function(superclass, method){<br />
        // return superclass.prototype[method].apply(this, Array.prototype.slice.call(arguments, 3));<br />
        return superclass.prototype[method].apply(this, Array.prototype.slice.call(arguments, 2));<br />
    }<br />
};<br />
[/code]</p>
<p>That is: the slice should start at 2, otherwise the first argument will be sliced away.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing demo insertion by Danny</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/14/testing-demo-insertion/#comment-332</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 15 Aug 2008 03:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/?p=102#comment-332</guid>
		<description>&lt;div class="post"&gt;&lt;code class="language-html demo"&gt;
&#60;div style=&#34;border: 5px solid blue&#34;&#62;Trying XSS by inserting in comments should fail&#60;/div&#62;
&lt;/code&gt;&lt;/div&gt;</description>
		<content:encoded><![CDATA[<div class="post"><code class="language-html demo"><br />
&lt;div style=&quot;border: 5px solid blue&quot;&gt;Trying XSS by inserting in comments should fail&lt;/div&gt;<br />
</code></div>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery UI Widgets by Cristiano Verondini</title>
		<link>http://youngisrael-stl.org/wordpress/2008/08/03/jquery-ui-widgets/#comment-312</link>
		<dc:creator>Cristiano Verondini</dc:creator>
		<pubDate>Tue, 05 Aug 2008 16:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2008/08/03/jquery-ui-widgets/#comment-312</guid>
		<description>Great tutorial. I did read ui.widget source, but with your help now everything fits in place. Thanks.</description>
		<content:encoded><![CDATA[<p>Great tutorial. I did read ui.widget source, but with your help now everything fits in place. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The new Young Israel site by Hacking at 0300 &#187; Blog Archive &#187; Organizing the Shiur Archives</title>
		<link>http://youngisrael-stl.org/wordpress/2007/12/08/the-new-young-israel-site/#comment-311</link>
		<dc:creator>Hacking at 0300 &#187; Blog Archive &#187; Organizing the Shiur Archives</dc:creator>
		<pubDate>Sun, 03 Aug 2008 12:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://youngisrael-stl.org/wordpress/index.php/2007/12/08/the-new-young-israel-site/#comment-311</guid>
		<description>[...] the Shiur Archives  I was trying to figure out how to organize the shiurim in a way that allowed for "AND" filters; something like [...]</description>
		<content:encoded><![CDATA[<p>[...] the Shiur Archives  I was trying to figure out how to organize the shiurim in a way that allowed for &#8220;AND&#8221; filters; something like [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
