<?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>Lost-In-Code &#187; JavaScript</title>
	<atom:link href="http://www.lost-in-code.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +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>jQuery Cancel Other Ajax Requests</title>
		<link>http://www.lost-in-code.com/programming/javascript/jquery-cancel-other-ajax-requests/</link>
		<comments>http://www.lost-in-code.com/programming/javascript/jquery-cancel-other-ajax-requests/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 11:24:05 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Abort]]></category>
		<category><![CDATA[Abort Ajax Requests]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Ajax Requests]]></category>
		<category><![CDATA[Cancel Ajax Requests]]></category>
		<category><![CDATA[Cancel Request]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jQuery Ajax]]></category>
		<category><![CDATA[Multiple Ajax Requests]]></category>
		<category><![CDATA[Redundant Requests]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=378</guid>
		<description><![CDATA[For some reason, you might be submitting Ajax requests to the same URL for the same purpose and returning the same results but it happens that there are multiple Ajax requests just being redundant. Possibly a user interface where a user is making multiple selections on a page, one after the other and running multiple [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/javascript/jquery-cancel-other-ajax-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress : Using Javascript libraries with your plugin or theme</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/</link>
		<comments>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 15:58:16 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[add javascript]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wp_enqueue_script]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=47</guid>
		<description><![CDATA[When you develop a WordPress plugin or theme, you might want to make use of some of the Javascript libraries distributed with the WordPress package such as Prototype, Scriptaculous and jQuery. Simple enough, they are in the &#8220;wp-includes/js/&#8221; folder, so what more is there to it? Can&#8217;t I just add a SCRIPT tag in the [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>JavaScript : Increment &amp; Decrement Variable Values</title>
		<link>http://www.lost-in-code.com/programming/javascript/javascript-increment-decrement-variable-values/</link>
		<comments>http://www.lost-in-code.com/programming/javascript/javascript-increment-decrement-variable-values/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 01:15:55 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[decrease]]></category>
		<category><![CDATA[decrement]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[increment]]></category>
		<category><![CDATA[value]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=31</guid>
		<description><![CDATA[Using Javascript, you might want to define a variable when a page is loaded and change the value of that specific variable throughout the period of the interaction of the user with the page. You can define a variable in the HEAD section of the page like this : var number = 1; Then, you [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/javascript/javascript-increment-decrement-variable-values/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

