<?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 on: Introducing Gimme</title>
	<atom:link href="http://blog.stchur.com/2007/06/22/introducing-gimme/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2007/06/22/introducing-gimme/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Tue, 29 Jun 2010 15:30:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sstchur</title>
		<link>http://blog.stchur.com/2007/06/22/introducing-gimme/comment-page-1/#comment-1165</link>
		<dc:creator>sstchur</dc:creator>
		<pubDate>Tue, 01 Apr 2008 20:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/06/22/introducing-gimme/#comment-1165</guid>
		<description>Barry,

&lt;p&gt;Excellent questions!  I struggled with this, as I wanted the code to remain lightweight and streamlined, but at the same time, I wanted things to work consistently across browsers.  Gimme tries to normalize the issue you called out with matching on name attributes.&lt;/p&gt;

&lt;p&gt;It does not however, fix any quirks regarding innerHTML with elements like table or select.&lt;/p&gt;

&lt;p&gt;It does however, do an excellent job (better than most libraries IMO) in normalizing the event model.  It forces IE to maintain proper use of the &quot;this&quot; keyword, it make IE understand .target, .relatedTarget, .stopPropagation(), and .preventDefault(), and it ensure that only &lt;em&gt;one&lt;/em&gt; element/event/function combination can be wired up at a time (like all other browsers do).&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Barry,</p>
<p>Excellent questions!  I struggled with this, as I wanted the code to remain lightweight and streamlined, but at the same time, I wanted things to work consistently across browsers.  Gimme tries to normalize the issue you called out with matching on name attributes.</p>
<p>It does not however, fix any quirks regarding innerHTML with elements like table or select.</p>
<p>It does however, do an excellent job (better than most libraries IMO) in normalizing the event model.  It forces IE to maintain proper use of the &#034;this&#034; keyword, it make IE understand .target, .relatedTarget, .stopPropagation(), and .preventDefault(), and it ensure that only <em>one</em> element/event/function combination can be wired up at a time (like all other browsers do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.stchur.com/2007/06/22/introducing-gimme/comment-page-1/#comment-1160</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 01 Apr 2008 01:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/06/22/introducing-gimme/#comment-1160</guid>
		<description>Just wondering if Gimme handles IE&#039;s quirks?

e.g. does g(&#039;#someID&#039;) overcome IE (pre 8) issues with case and matching on name attributes?
http://webbugtrack.blogspot.com/2007/08/bug-152-getelementbyid-returns.html

likewise, if you try to set the .innerHTML on elements that IE doesn&#039;t normally supprt (Select, Table, etc.) will these work?

Thanks,
Barry</description>
		<content:encoded><![CDATA[<p>Just wondering if Gimme handles IE&#039;s quirks?</p>
<p>e.g. does g(&#039;#someID&#039;) overcome IE (pre <img src='http://blog.stchur.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> issues with case and matching on name attributes?<br />
<a href="http://webbugtrack.blogspot.com/2007/08/bug-152-getelementbyid-returns.html" rel="nofollow">http://webbugtrack.blogspot.com/2007/08/bug-152-getelementbyid-returns.html</a></p>
<p>likewise, if you try to set the .innerHTML on elements that IE doesn&#039;t normally supprt (Select, Table, etc.) will these work?</p>
<p>Thanks,<br />
Barry</p>
]]></content:encoded>
	</item>
</channel>
</rss>
