<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>LearnToProgram.tv Tutorials &#187; Podcast Feed</title>
	<atom:link href="http://tuts.learntoprogram.tv/?feed=podcast" rel="self" type="application/rss+xml" />
	<link>http://tuts.learntoprogram.tv</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 22 Nov 2011 10:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<copyright>Copyright © LearnToProgram.tv Tutorials 2011 </copyright>
	<managingEditor>mark@learntoprogram.tv</managingEditor>
	<webMaster>mark@learntoprogram.tv</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://tuts.learntoprogram.tv/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>LearnToProgram.tv Tutorials &#187; Podcast Feed</title>
		<link>http://tuts.learntoprogram.tv</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Just another WordPress site</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author></itunes:author>
	<itunes:owner>
		<itunes:name></itunes:name>
		<itunes:email>mark@learntoprogram.tv</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://tuts.learntoprogram.tv/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>How To Actionscript: Timers</title>
		<link>http://tuts.learntoprogram.tv/?p=48</link>
		<comments>http://tuts.learntoprogram.tv/?p=48#comments</comments>
		<pubDate>Tue, 22 Nov 2011 10:00:14 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=48</guid>
		<description><![CDATA[Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to &#8230; <a href="http://tuts.learntoprogram.tv/?p=48">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to program. In this demonstration, Mark will show you how to create a Timer() object, a listener and call back function.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/HTASTimers.mov" length="519585661" type="video/quicktime" />
		<itunes:duration>0:00:01</itunes:duration>
		<itunes:subtitle>Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to program. I[...]</itunes:subtitle>
		<itunes:summary>Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to program. In this demonstration, Mark will show you how to create a Timer() object, a listener and call back function.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>Android Development: Creating Custom Buttons</title>
		<link>http://tuts.learntoprogram.tv/?p=52</link>
		<comments>http://tuts.learntoprogram.tv/?p=52#comments</comments>
		<pubDate>Mon, 21 Nov 2011 17:53:43 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=52</guid>
		<description><![CDATA[In this Android development tutorial, Mark will show you how to create a custom button and place it within your Android application. If you’ve been working with Android development, you might be surprised how easy it easy to produce and &#8230; <a href="http://tuts.learntoprogram.tv/?p=52">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this Android development tutorial, Mark will show you how to create a custom button and place it within your Android application. If you’ve been working with Android development, you might be surprised how easy it easy to produce and use a custom button. The custom button graphic can have three states, and Mark will you show you the XML to display the button and Java code to make the button execute a task.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/AndroidCustomButtons.mov" length="543981439" type="video/quicktime" />
		<itunes:duration>0:00:01</itunes:duration>
		<itunes:subtitle>In this Android development tutorial, Mark will show you how to create a custom button and place it within your Android application. If you’ve been working with Android development, you might be surprised how easy it easy to produce and use a custom[...]</itunes:subtitle>
		<itunes:summary>In this Android development tutorial, Mark will show you how to create a custom button and place it within your Android application. If you’ve been working with Android development, you might be surprised how easy it easy to produce and use a custom button. The custom button graphic can have three states, and Mark will you show you the XML to display the button and Java code to make the button execute a task.</itunes:summary>
		<itunes:keywords>Uncategorized</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>How To Actionscript: Events</title>
		<link>http://tuts.learntoprogram.tv/?p=45</link>
		<comments>http://tuts.learntoprogram.tv/?p=45#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:50:46 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=45</guid>
		<description><![CDATA[Events are serious business in Actionscript– When the user clicks, double clicks, focuses on an object, right clicks, etc., an event is generated. Dealing with those events is a large part of successful Actionscript programming. In this video, Mark will &#8230; <a href="http://tuts.learntoprogram.tv/?p=45">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Events are serious business in Actionscript– When the user clicks, double clicks, focuses on an object, right clicks, etc., an event is generated. Dealing with those events is a large part of successful Actionscript programming. In this video, Mark will teach you the basics of events and also take a look at the event object and how you can use it to write more efficient code.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/HTASEvents.mov" length="635145533" type="video/quicktime" />
		<itunes:duration>0:00:01</itunes:duration>
		<itunes:subtitle>Events are serious business in Actionscript– When the user clicks, double clicks, focuses on an object, right clicks, etc., an event is generated. Dealing with those events is a large part of successful Actionscript programming. In this video, Mark [...]</itunes:subtitle>
		<itunes:summary>Events are serious business in Actionscript– When the user clicks, double clicks, focuses on an object, right clicks, etc., an event is generated. Dealing with those events is a large part of successful Actionscript programming. In this video, Mark will teach you the basics of events and also take a look at the event object and how you can use it to write more efficient code.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>How To Actionscript: Arrays</title>
		<link>http://tuts.learntoprogram.tv/?p=42</link>
		<comments>http://tuts.learntoprogram.tv/?p=42#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:48:14 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=42</guid>
		<description><![CDATA[Arrays are an important structure in any programming language. Arrays are designed to allow the programmer to hold multiple pieces of data in a single structure. In this tutorial Mark, demonstrates the basics of arrays using Actionscript and Flash Builder. &#8230; <a href="http://tuts.learntoprogram.tv/?p=42">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Arrays are an important structure in any programming language. Arrays are designed to allow the programmer to hold multiple pieces of data in a single structure. In this tutorial Mark, demonstrates the basics of arrays using Actionscript and Flash Builder. Mark creates two different arrays and populates them with data. Then he demonstrates several array methods that allow you to add to the array, delete from the array, and manipulate the array in several other ways.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=42</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/HTASArrays.mov" length="708384680" type="video/quicktime" />
		<itunes:duration>0:00:01</itunes:duration>
		<itunes:subtitle>Arrays are an important structure in any programming language. Arrays are designed to allow the programmer to hold multiple pieces of data in a single structure. In this tutorial Mark, demonstrates the basics of arrays using Actionscript and Flash B[...]</itunes:subtitle>
		<itunes:summary>Arrays are an important structure in any programming language. Arrays are designed to allow the programmer to hold multiple pieces of data in a single structure. In this tutorial Mark, demonstrates the basics of arrays using Actionscript and Flash Builder. Mark creates two different arrays and populates them with data. Then he demonstrates several array methods that allow you to add to the array, delete from the array, and manipulate the array in several other ways.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>PHP If-Else Conditionals Tutorial</title>
		<link>http://tuts.learntoprogram.tv/?p=39</link>
		<comments>http://tuts.learntoprogram.tv/?p=39#comments</comments>
		<pubDate>Fri, 07 Oct 2011 17:05:32 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=39</guid>
		<description><![CDATA[Many times programs need to make a decision based on conditions that have occurred during execution. For example, which screen to display, whether or not to allow a user to continue to play a game after their character has been &#8230; <a href="http://tuts.learntoprogram.tv/?p=39">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many times programs need to make a decision based on conditions that have occurred during execution. For example, which screen to display, whether or not to allow a user to continue to play a game after their character has been killed, and even determining which button has been pushed on a joystick are all determined by conditionals. In this video tutorial, Mark will show you how to use both simple PHP if else and more complex conditional statements in the PHP programming language.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=39</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/php3_01.mov" length="61144418" type="video/quicktime" />
		<itunes:duration>0:11:22</itunes:duration>
		<itunes:subtitle>Many times programs need to make a decision based on conditions that have occurred during execution. For example, which screen to display, whether or not to allow a user to continue to play a game after their character has been killed, and even dete[...]</itunes:subtitle>
		<itunes:summary>Many times programs need to make a decision based on conditions that have occurred during execution. For example, which screen to display, whether or not to allow a user to continue to play a game after their character has been killed, and even determining which button has been pushed on a joystick are all determined by conditionals. In this video tutorial, Mark will show you how to use both simple PHP if else and more complex conditional statements in the PHP programming language.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>PHP Variables Tutorial</title>
		<link>http://tuts.learntoprogram.tv/?p=37</link>
		<comments>http://tuts.learntoprogram.tv/?p=37#comments</comments>
		<pubDate>Fri, 07 Oct 2011 16:58:19 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=37</guid>
		<description><![CDATA[In this PHP Variables Tutorial, Mark will show you how to use variables in the PHP programming language. You will learn how to declare and initialize PHP variables, the PHP variable operators and how to ouput variable values to the &#8230; <a href="http://tuts.learntoprogram.tv/?p=37">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this PHP Variables Tutorial, Mark will show you how to use variables in the PHP programming language. You will learn how to declare and initialize PHP variables, the PHP variable operators and how to ouput variable values to the browser window.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/php2_01.mov" length="67967754" type="video/quicktime" />
		<itunes:duration>0:12:47</itunes:duration>
		<itunes:subtitle>In this PHP Variables Tutorial, Mark will show you how to use variables in the PHP programming language. You will learn how to declare and initialize PHP variables, the PHP variable operators and how to ouput variable values to the browser window.</itunes:subtitle>
		<itunes:summary>In this PHP Variables Tutorial, Mark will show you how to use variables in the PHP programming language. You will learn how to declare and initialize PHP variables, the PHP variable operators and how to ouput variable values to the browser window.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>PHP Tutorial:  Hello World</title>
		<link>http://tuts.learntoprogram.tv/?p=35</link>
		<comments>http://tuts.learntoprogram.tv/?p=35#comments</comments>
		<pubDate>Fri, 07 Oct 2011 16:50:06 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=35</guid>
		<description><![CDATA[PHP is a commonly used, server side programming language, most often used to code web applications. WordPress, Joomla, and many other common web applications are written in PHP. With PHP knowledge you can customize or create just about any kind &#8230; <a href="http://tuts.learntoprogram.tv/?p=35">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>PHP is a commonly used, server side programming language, most often used to code web applications. WordPress, Joomla, and many other common web applications are written in PHP. With PHP knowledge you can customize or create just about any kind of web site or web application. In this PHP tutorial, Mark will show you how to set up a PHP testing server and how to output information to the browser window using PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=35</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/php1_01.mov" length="68813586" type="video/quicktime" />
		<itunes:duration>0:09:41</itunes:duration>
		<itunes:subtitle>PHP is a commonly used, server side programming language, most often used to code web applications. WordPress, Joomla, and many other common web applications are written in PHP. With PHP knowledge you can customize or create just about any kind of w[...]</itunes:subtitle>
		<itunes:summary>PHP is a commonly used, server side programming language, most often used to code web applications. WordPress, Joomla, and many other common web applications are written in PHP. With PHP knowledge you can customize or create just about any kind of web site or web application. In this PHP tutorial, Mark will show you how to set up a PHP testing server and how to output information to the browser window using PHP.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>Flash Builder and Actionscript Tutorial: Interactive Hello World</title>
		<link>http://tuts.learntoprogram.tv/?p=32</link>
		<comments>http://tuts.learntoprogram.tv/?p=32#comments</comments>
		<pubDate>Fri, 07 Oct 2011 16:33:52 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=32</guid>
		<description><![CDATA[Getting started with Flash Builder (Flex) is easy! Flash Builder (Flex) allows you to build complex web applications using MXML and Actionscript. Due to the impressive and extensive Actionscript API, Flash Builder (Flex) applications can do almost anything. From streaming &#8230; <a href="http://tuts.learntoprogram.tv/?p=32">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting started with Flash Builder (Flex) is easy! Flash Builder (Flex) allows you to build complex web applications using MXML and Actionscript. Due to the impressive and extensive Actionscript API, Flash Builder (Flex) applications can do almost anything. From streaming audio and video applications to games to impressive data visualizations, Flash Builder provides programmers with enormous power.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=32</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/HelloFromFlex_final.mov" length="57712531" type="video/quicktime" />
		<itunes:duration>0:08:41</itunes:duration>
		<itunes:subtitle>Getting started with Flash Builder (Flex) is easy! Flash Builder (Flex) allows you to build complex web applications using MXML and Actionscript. Due to the impressive and extensive Actionscript API, Flash Builder (Flex) applications can do almost a[...]</itunes:subtitle>
		<itunes:summary>Getting started with Flash Builder (Flex) is easy! Flash Builder (Flex) allows you to build complex web applications using MXML and Actionscript. Due to the impressive and extensive Actionscript API, Flash Builder (Flex) applications can do almost anything. From streaming audio and video applications to games to impressive data visualizations, Flash Builder provides programmers with enormous power.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>XML Tutorial</title>
		<link>http://tuts.learntoprogram.tv/?p=30</link>
		<comments>http://tuts.learntoprogram.tv/?p=30#comments</comments>
		<pubDate>Fri, 07 Oct 2011 16:19:33 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=30</guid>
		<description><![CDATA[The XML Language (eXtensible Markup Language) has become more important in recent years as it has developed in to a primary tool for programmers to exchange data. Often when systems don’t speak the same language they can still exchange data &#8230; <a href="http://tuts.learntoprogram.tv/?p=30">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The XML Language (eXtensible Markup Language) has become more important in recent years as it has developed in to a primary tool for programmers to exchange data. Often when systems don’t speak the same language they can still exchange data using XML. XML is used with Javascript, Java, Android, and just about every other important programming language… Understanding how XML works is essential.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/XMLTutorial.mov" length="55555843" type="video/quicktime" />
		<itunes:duration>0:08:37</itunes:duration>
		<itunes:subtitle>The XML Language (eXtensible Markup Language) has become more important in recent years as it has developed in to a primary tool for programmers to exchange data. Often when systems don’t speak the same language they can still exchange data using XM[...]</itunes:subtitle>
		<itunes:summary>The XML Language (eXtensible Markup Language) has become more important in recent years as it has developed in to a primary tool for programmers to exchange data. Often when systems don’t speak the same language they can still exchange data using XML. XML is used with Javascript, Java, Android, and just about every other important programming language… Understanding how XML works is essential.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
		<item>
		<title>Simple Ajax Example</title>
		<link>http://tuts.learntoprogram.tv/?p=27</link>
		<comments>http://tuts.learntoprogram.tv/?p=27#comments</comments>
		<pubDate>Thu, 29 Sep 2011 14:56:47 +0000</pubDate>
		<dc:creator>mlassoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tuts.learntoprogram.tv/?p=27</guid>
		<description><![CDATA[Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication &#8230; <a href="http://tuts.learntoprogram.tv/?p=27">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication allows web pages to be updated without refreshing the entire page. Ajax leads to a more seamless, desktop like experience for users.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts.learntoprogram.tv/?feed=rss2&#038;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
			<enclosure url="http://learntoprogram.tv/tuts/wp-content/SimpleAjaxExample.mov" length="184937551" type="video/quicktime" />
		<itunes:duration>0:00:01</itunes:duration>
		<itunes:subtitle>Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication allows [...]</itunes:subtitle>
		<itunes:summary>Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication allows web pages to be updated without refreshing the entire page. Ajax leads to a more seamless, desktop like experience for users.</itunes:summary>
		<itunes:keywords>Learn, Computer, Programming, Javascript, Actionscript, Java, iOS, Android, Tutorials, Ajax</itunes:keywords>
		<itunes:author>LearmToProgram.tv</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>no</itunes:block>
	</item>
	</channel>
</rss>
