<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Ken Snyder - Comments</title>
    <link>http://kendsnyder.com/</link>
    <description>Ken Snyder - PHP, JavaScript, CSS</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 20 Nov 2008 21:08:21 GMT</pubDate>

    <image>
        <url>http://kendsnyder.com/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: Ken Snyder - Comments - Ken Snyder - PHP, JavaScript, CSS</title>
        <link>http://kendsnyder.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Ken Snyder: HTTP Status Codes: 302, 303, and 307</title>
    <link>http://kendsnyder.com/archives/15-HTTP-Status-Codes-302,-303,-and-307.html#c81</link>
            <category></category>
    
    <comments>http://kendsnyder.com/archives/15-HTTP-Status-Codes-302,-303,-and-307.html#comments</comments>
    <wfw:comment>http://kendsnyder.com/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (Ken Snyder)</author>
    <content:encoded>
    That makes a lot more sense. It is no wonder why it was so hard to automatically redirect POST reqeusts  :) 
    </content:encoded>

    <pubDate>Tue, 04 Nov 2008 07:51:02 -0700</pubDate>
    <guid isPermaLink="false">http://kendsnyder.com/archives/15-guid.html#c81</guid>
    
</item>
<item>
    <title>Jesse Pelton: HTTP Status Codes: 302, 303, and 307</title>
    <link>http://kendsnyder.com/archives/15-HTTP-Status-Codes-302,-303,-and-307.html#c80</link>
            <category></category>
    
    <comments>http://kendsnyder.com/archives/15-HTTP-Status-Codes-302,-303,-and-307.html#comments</comments>
    <wfw:comment>http://kendsnyder.com/wfwcomment.php?cid=15</wfw:comment>

    

    <author>nospam@example.com (Jesse Pelton)</author>
    <content:encoded>
    &quot;This is an instance where IE got it exactly to spec!&quot;  Umm, no, at least not if you literally meant that you use the HTTP POST method.  From 10.3 of the spec:

&quot;The action required MAY be carried out by the user agent without interaction with the user if and only if the method used in the second request is GET or HEAD.&quot;  10.3.8 provides more detail: &quot;If the 307 status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.&quot;

IE 7 violates the spec by automatically redirecting POST requests. 
    </content:encoded>

    <pubDate>Tue, 04 Nov 2008 07:27:14 -0700</pubDate>
    <guid isPermaLink="false">http://kendsnyder.com/archives/15-guid.html#c80</guid>
    
</item>
<item>
    <title>Ran Baron: Anouncing IGotItWorking.com (BETA)</title>
    <link>http://kendsnyder.com/archives/17-Anouncing-IGotItWorking.com-BETA.html#c79</link>
            <category></category>
    
    <comments>http://kendsnyder.com/archives/17-Anouncing-IGotItWorking.com-BETA.html#comments</comments>
    <wfw:comment>http://kendsnyder.com/wfwcomment.php?cid=17</wfw:comment>

    

    <author>nospam@example.com (Ran Baron)</author>
    <content:encoded>
    Hi Ken,
Sorry for leaving a comment here, I was trying to find a suitable place to ask about your amazing delegate code but couldn&#039;t find any where related... basically just a simple question I&#039;m doing the following:

btnClicks = { 
  &#039;a.btn.next&#039;:function(){console.log(&#039;1&#039;);},
  &#039;a.btn.next span&#039;:function(){console.log(&#039;1&#039;);}
};
myDiv.delegate(&#039;click&#039;, btnClicks);

where the actual links are:
click me

Since the span is within the a, I have to specify the rule twice, one with the a, and another with the a span for the span. Is there any way to define only one rule that will include both?

Thanks alot,
Ran
ran2103@gmail.com 
    </content:encoded>

    <pubDate>Wed, 22 Oct 2008 13:24:31 -0600</pubDate>
    <guid isPermaLink="false">http://kendsnyder.com/archives/17-guid.html#c79</guid>
    
</item>
<item>
    <title>D.Yosifov: MouseEnter and MouseLeave</title>
    <link>http://kendsnyder.com/archives/6-MouseEnter-and-MouseLeave.html#c75</link>
            <category></category>
    
    <comments>http://kendsnyder.com/archives/6-MouseEnter-and-MouseLeave.html#comments</comments>
    <wfw:comment>http://kendsnyder.com/wfwcomment.php?cid=6</wfw:comment>

    

    <author>nospam@example.com (D.Yosifov)</author>
    <content:encoded>
    Hi,
great code but I found a bug in FF3 when there is a form element (textarea, input, select etc.). FF3 fires a js error &quot;Permission denied to call method HTMLDivElement.compareDocumentPosition&quot;. I fixed this by adding a try statement:

&lt;div class=&quot;javascript&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;try&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; relatedTarget = $&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;event&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;relTargetProperty&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;relatedTarget &amp;amp;&amp;amp; relatedTarget != &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;this&lt;/span&gt; &amp;amp;&amp;amp; !relatedTarget.&lt;span style=&quot;color: #006600;&quot;&gt;descendantOf&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;br /&gt;__method.&lt;span style=&quot;color: #006600;&quot;&gt;apply&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;object, &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#91;&lt;/span&gt;Event.&lt;span style=&quot;color: #006600;&quot;&gt;extend&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;event&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#93;&lt;/span&gt;.&lt;span style=&quot;color: #006600;&quot;&gt;concat&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;args&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;br /&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;catch&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;e&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;return&lt;/span&gt;; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Mon, 21 Jul 2008 04:18:32 -0600</pubDate>
    <guid isPermaLink="false">http://kendsnyder.com/archives/6-guid.html#c75</guid>
    
</item>

</channel>
</rss>