<?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/"
	>

<channel>
	<title>Lost-In-Code &#187; JavaScript</title>
	<atom:link href="http://www.lost-in-code.com/category/programming/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<pubDate>Wed, 03 Dec 2008 17:15:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress : Using jQuery library with your plugin or theme</title>
		<link>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-jquery-library-with-your-plugin-or-theme/</link>
		<comments>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-jquery-library-with-your-plugin-or-theme/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 23:20:05 +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[jquery]]></category>

		<category><![CDATA[library]]></category>

		<category><![CDATA[noconflict]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=57</guid>
		<description><![CDATA[When you develop a Wordpress plugin or theme, you might want to make use of the jQuery library included and distributed with the Wordpress package.

The jQuery library is located inside the &#8220;wp-includes/js/jquery/&#8221; folder. Even though you know what the location of the jQuery library is, I do not recommend that you reference this script using [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-jquery-library-with-your-plugin-or-theme/feed/</wfw:commentRss>
		</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 HEAD [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/platforms/wordpress/wordpress-using-javascript-libraries-with-your-plugin-or-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embed Quicktime Movie</title>
		<link>http://www.lost-in-code.com/programming/javascript/embed-quicktime-movie/</link>
		<comments>http://www.lost-in-code.com/programming/javascript/embed-quicktime-movie/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 05:36:23 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[XHTML]]></category>

		<category><![CDATA[.mov]]></category>

		<category><![CDATA[.mp4]]></category>

		<category><![CDATA[.mpeg]]></category>

		<category><![CDATA[embed]]></category>

		<category><![CDATA[movie]]></category>

		<category><![CDATA[object]]></category>

		<category><![CDATA[quicktime]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/?p=37</guid>
		<description><![CDATA[Embedding a Quicktime movie player into your webpage work similarly to embedding Flash files, making use of the OBJECT, EMBED and PARAM tags inside your HTML code. You can play .MOV, .MP4 and .MPEG files with the embedded Quicktime movie player.

As you might know (or have noticed), the Internet Explorer 7 rendering engine &#8220;blocks&#8221; these [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/javascript/embed-quicktime-movie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript : Increment &#038; 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 might want [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/javascript/javascript-increment-decrement-variable-values/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
