<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Exterminating Common jQuery Bugs</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs/rss"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/32bc/750ea9c2-7168-4f66-9b5d-cb87b03232bc/aspConfExterminatingCommonJQueryBugs_220.jpg</url>
		<title>Channel 9 - Exterminating Common jQuery Bugs</title>
		<link></link>
	</image>
	<description>jQuery is so easy to use and thankfully abstracts many of the cross-browser concerns we used to labor over years ago. However, as with any library there are a common set of bugs that tend to crop up the more you use it. This session aims to help equip developers with the appropriate knowledge and tools to exterminate many common bugs seen in jQuery code. For each topic that is covered we will start with a piece of code that has a jQuery bug, then identify what the bug is, explain why it is happening, and then proceed to explore various techniques to exterminate the bug. Some bugs have a simple fix, whereas other bugs have numerous ways you could look at solving the problem. These solutions can range from simple to advanced concepts. By exterminating bugs in multiple ways it will help expose some of the newer and more advanced features of jQuery that aren&#39;t as widely known. Some of the bugs that we will address involve dealing with synchronous and asynchronous code, uncovering some possibly confusing aspects of the $.each method, explaining why and how you might have killed event delegation, looking into weird formatting issues when dealing with JSON and object literals, discussing the confusion of the jQuery wrapper versus the native DOM element, explaining the difference between commonly confused jQuery methods, uncovering why some animations have a mind of their own, determining when several ajax calls have finished, and much more. As you might have noticed some of the examples listed above aren&#39;t necessarily jQuery specific, but since the library is JavaScript there are many core concepts of JavaScript that are necessary to understand when using jQuery. </description>
	<link></link>
	<language>en</language>
	<pubDate>Thu, 23 May 2013 17:25:33 GMT</pubDate>
	<lastBuildDate>Thu, 23 May 2013 17:25:33 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Thanks Elijah.</p><p>Nice session - there are quite a few tips and tricks in there&nbsp;for everyone.</p><p>posted by MehdiKhalili</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787027458711117</link>
		<pubDate>Tue, 24 Jul 2012 04:59:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787027458711117</guid>
		<dc:creator>MehdiKhalili</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Great stuff as always!</p><p>posted by jcreamer898</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787326375661708</link>
		<pubDate>Tue, 24 Jul 2012 13:17:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787326375661708</guid>
		<dc:creator>jcreamer898</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Excellent<span>&nbsp;video covering some common JQuery gotchas. A great watch!</span></p><p>posted by pawood</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787470984275088</link>
		<pubDate>Tue, 24 Jul 2012 17:18:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787470984275088</guid>
		<dc:creator>pawood</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Enjoyed it!</p><p>if you're not using &quot;on&quot;, you're actually using &quot;on&quot; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by Islamath</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788594738504451</link>
		<pubDate>Thu, 26 Jul 2012 00:31:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788594738504451</guid>
		<dc:creator>Islamath</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Outstanding presentation, Elijah.&nbsp; Thank you.</p><p>posted by Rhysling</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788627668064775</link>
		<pubDate>Thu, 26 Jul 2012 01:26:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788627668064775</guid>
		<dc:creator>Rhysling</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>@<a href="/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788594738504451">Islamath</a>:Yeah, with the rewrite of the event module all of the event methods are currently one line pass throughs to the new .on() method <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /> I'm glad you enjoyed the talk. Thanks for stopping by</p><p>posted by elijahmanor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788769983884288</link>
		<pubDate>Thu, 26 Jul 2012 05:23:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788769983884288</guid>
		<dc:creator>elijahmanor</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>@<a href="/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787027458711117">MehdiKhalili</a>&nbsp;@<a href="/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787326375661708">jcreamer898</a>&nbsp;@<a href="/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634787470984275088">pawood</a>&nbsp;@<a href="/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788627668064775">Rhysling</a>:Thanks for taking the time to watch the presentation. I hope you learned a couple of things that you didn't already know. You can find the slides to the talk hosted on my github account&nbsp;<a href="http://bit.ly/find-jquery-bugs-slides">http://bit.ly/find-jquery-bugs-slides</a></p><p>posted by elijahmanor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788772624807194</link>
		<pubDate>Thu, 26 Jul 2012 05:27:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634788772624807194</guid>
		<dc:creator>elijahmanor</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Good, helpful talk. Enjoyed it, thanks.</p><p>posted by dylanparry</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634789062494792687</link>
		<pubDate>Thu, 26 Jul 2012 13:30:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634789062494792687</guid>
		<dc:creator>dylanparry</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Hi Elijah,</p><p>As always delivering great content to improve our work as web developers, cleaning my bugs now and I applied some of your tips to my current project. Awesome</p><p>Thank you</p><p>posted by dacanetdev</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634789961057117628</link>
		<pubDate>Fri, 27 Jul 2012 14:28:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634789961057117628</guid>
		<dc:creator>dacanetdev</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[Thanks Elijah,<br><br>I enjoyed your presentation and all the tips you provided.  Well done&#33;<p>posted by jbiz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634792002567254237</link>
		<pubDate>Sun, 29 Jul 2012 23:10:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634792002567254237</guid>
		<dc:creator>jbiz</dc:creator>
	</item>
	<item>
		<title>Re: Exterminating Common jQuery Bugs</title>
		<description>
			<![CDATA[<p>Great presentation. I found this a lot more helpful than the demos that cover simple basics. Builds on the whole &quot;you learn more from failures&quot; idea.</p><p>posted by bnaffas</p>]]>
		</description>
		<link>http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634804982245483894</link>
		<pubDate>Mon, 13 Aug 2012 23:43:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Events/aspConf/aspConf/Exterminating-Common-jQuery-Bugs#c634804982245483894</guid>
		<dc:creator>bnaffas</dc:creator>
	</item>
</channel>
</rss>