<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sholsinger.com &#187; JavaScript</title>
	<atom:link href="http://sholsinger.com/tags/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://sholsinger.com</link>
	<description>Stephen Holsinger&#039;s blog about the web, OS X, Linux, CSS, PHP, and more</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:52:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Prevent jQuery.live() Handlers From Firing Multiple Times</title>
		<link>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/</link>
		<comments>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 16:42:24 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[dom-events]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=405</guid>
		<description><![CDATA[Recently I was working on something where I needed to use jQuery&#8217;s .live() event handling. The problem I was experiencing was that my .live() handler was firing multiple times for the same event. I devised a rather simple way to avoid this issue and I&#8217;m going to share it with all of you. The firstRead the whole post.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2011/08/prevent-jquery-live-handlers-from-firing-multiple-times/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gracefully Degrading AJAX with PHP and jQuery</title>
		<link>http://sholsinger.com/archive/2009/08/gracefully-degrading-ajax-php-jquery/</link>
		<comments>http://sholsinger.com/archive/2009/08/gracefully-degrading-ajax-php-jquery/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 20:18:06 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://sholsinger.com/?p=197</guid>
		<description><![CDATA[The intention here is to augment the form rather than force it into behavior we want.]]></description>
		<wfw:commentRss>http://sholsinger.com/archive/2009/08/gracefully-degrading-ajax-php-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

