<?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>JavaScript Workshop &#187; Video tutorials</title>
	<atom:link href="http://www.javascriptworkshop.com/category/videos-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javascriptworkshop.com</link>
	<description>Helping others learn JavaScript and web development in general.</description>
	<lastBuildDate>Tue, 06 Sep 2011 11:10:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Print Style Sheets &#8211; Video Tutorials</title>
		<link>http://www.javascriptworkshop.com/2007/09/24/print-style-sheets-video-tutorials/</link>
		<comments>http://www.javascriptworkshop.com/2007/09/24/print-style-sheets-video-tutorials/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 22:46:18 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Print Style Sheets]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=96</guid>
		<description><![CDATA[All modern browsers support the most common media attributes, which are supplied within the link element to target specific style sheets in a specific situation. For example, to ensure only visitors viewing the web site on a monitor, you add media = &#8220;screen&#8221; to the link element to call your default style sheet. Underneath that [...]]]></description>
			<content:encoded><![CDATA[<p>All modern browsers support the most common media attributes, which are supplied within the link element to target specific style sheets in a specific situation.  For example, to ensure only visitors viewing the web site on a monitor, you add media = &#8220;screen&#8221; to the link element to call your default style sheet.  Underneath that a second link element can be used with media = &#8220;print&#8221; added to call a print style sheet with only basic styling, such as black text on a plain white background, and all graphics removed.</p>
<p><span id="more-96"></span></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">&lt;rel <span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> media<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;print&quot;</span> type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span><span style="color: #00AA00;">&gt;</span></pre></div></div>

<p>If a style sheet has a media type of &#8220;screen&#8221;, it will not be used when the page is printed.  If no media type is specified, the style sheet would influence the printed results.  </p>
<p><strong>note:</strong> Any style sheet intended only for printing purposes must be given the print media type to prevent it be from implemented on screen.  Nobody wants to print an article written in white text on a solid black or extravagant rainbow background.</p>
<p>Here are some videos (.zip) narrated by CSS guru Eric Meyer on setting up a print style sheet:</p>
<p><a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video1.zip">Print style overview</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video2.zip">Creating a basic style</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video3.zip">Hiding graphic content</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video4.zip">Improving the look</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video5.zip">Modifying sub content</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Print_Styles_Video6.zip">Adding a footer</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/09/24/print-style-sheets-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Behind the Scenes &#8211; Video Tutorials</title>
		<link>http://www.javascriptworkshop.com/2007/05/20/aspnet-behind-the-scenes-video-tutorials/</link>
		<comments>http://www.javascriptworkshop.com/2007/05/20/aspnet-behind-the-scenes-video-tutorials/#comments</comments>
		<pubDate>Sun, 20 May 2007 22:29:05 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=190</guid>
		<description><![CDATA[If you are using my online ASP.NET Workshop to learn the basics of creating web applications using ASP.NET, one of the lessons that often gets overlooked by the novice (including me) is how does the ASP.NET architecture work behind the scenes. Although learning this may seem a bit too technical or unnecessary since all you [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using my online <a href = "http://www.javascriptworkshop.com/aspnet-workshop/">ASP.NET Workshop</a> to learn the basics of creating web applications using ASP.NET, one of the lessons that often gets overlooked by the novice (including me) is how does the ASP.NET architecture work behind the scenes.  Although learning this may seem a bit too technical or unnecessary since all you want to do is create some dynamic web pages, it is worth taking a brief look at least at these informative videos.</p>
<p><span id="more-190"></span></p>
<p>ASP.NET is a complicated architecture compared to other server-side technologies and knowing a little bit more of what happens &#8220;behind-the-scenes&#8221; will definitely help you when you start creating more intricate and complicated web applications. </p>
<p>Check out these videos (.zip) to learn more.</p>
<p><a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture1.zip">Architecture Overview</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture2.zip">Request Pipeline Processing</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture3.zip">Page Compilation, Control Tree and Rendering</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture4.zip">Page Lifecycle</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture5.zip">Application Lifecycle</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/ASPNET/Videos/ASPNET - Architecture6.zip">Compilation Model</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/05/20/aspnet-behind-the-scenes-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Float &#8211; Video Tutorials</title>
		<link>http://www.javascriptworkshop.com/2007/02/13/css-floats-video-review/</link>
		<comments>http://www.javascriptworkshop.com/2007/02/13/css-floats-video-review/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 05:33:55 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Floats]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=95</guid>
		<description><![CDATA[I know the basics of CSS (Cascading Style Sheets), but beyond that I sometimes need to bumble and fumble around looking for answers in books or online. One aspect of CSS that gives me some occasional problems (and I&#8217;m sure others as well) are floats. When you float an element, it becomes a block-level element [...]]]></description>
			<content:encoded><![CDATA[<p>I know the basics of CSS (Cascading Style Sheets), but beyond that I sometimes need to bumble and fumble around looking for answers in books or online. One aspect of CSS that gives me some occasional problems (and I&#8217;m sure others as well) are floats. </p>
<p>When you float an element, it becomes a block-level element that can then be shifted to the left or right on the current line.  A floated box is laid out according to the normal flow of elements, but it&#8217;s then taken out of the flow and shifted to the left or right as far as the containing element will allow.  Floats are a must for placing images in context, creating columns and other neat design ideas. </p>
<p><span id="more-95"></span></p>
<p>Here are some videos (.zip) narrated by Andy Clarke and Molly Holzchlag that will teach you the basics of floats.</p>
<p><a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Floating_Columns_Video.zip">Floating columns</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Floating_Elements_Video.zip">Floating elements</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Clearing_Floats_Video.zip">Clearing floats</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/Floated_Layout_Video.zip">Floated web layout</a></p>
<p>Here are some really good articles (.pdf) on different aspects of floats as well:</p>
<p><a class = "externalLink" href="http://www.javascriptworkshop.com/wp-content/uploads/pdf/Float_The_Theory.pdf">Floating Theory</a>&nbsp;&nbsp;&nbsp;<a class = "externalLink" href="http://www.javascriptworkshop.com/wp-content/uploads/pdf/Float_Images_Within_Text.pdf">Floating Images within Text</a> &nbsp;&nbsp;<a class = "externalLink" href="http://www.javascriptworkshop.com/wp-content/uploads/pdf/Clearing_Floats.pdf">Clearing Floats</a> &nbsp; &nbsp;<a class = "externalLink" href="http://www.javascriptworkshop.com/wp-content/uploads/pdf/Float_Tricks.pdf">Float Tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/02/13/css-floats-video-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LearnFlash.com Video Podcasts</title>
		<link>http://www.javascriptworkshop.com/2007/01/27/learnflashcom-video-podcasts/</link>
		<comments>http://www.javascriptworkshop.com/2007/01/27/learnflashcom-video-podcasts/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 12:14:25 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Classes and Training]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=126</guid>
		<description><![CDATA[Learning Flash by watching videos is a very efficient way to learn specific techniques without going through books or online tutorials. As I mentioned in a previous post about online learning, there are many website that offer video tutorials on different web technologies including Flash. LearnFlash.com is one of them and they offer one of [...]]]></description>
			<content:encoded><![CDATA[<p>Learning Flash by watching videos is a very efficient way to learn specific techniques without going through books or online tutorials. As I mentioned in a <a href = "http://www.javascriptworkshop.com/2006/02/18/online-learning/">previous post</a> about online learning, there are many website that offer video tutorials on different web technologies including Flash. </p>
<p><a class = "externalLink" href = "http://www.learnflash.com">LearnFlash.com</a> is one of them and they offer one of the largest selections of Flash video tutorials.<br />
<span id="more-126"></span></p>
<p>What they also have is a monthly video podcast which highlights some tips and tricks from their vast library of Flash videos. Here are some of the videos (.zip) that I have collected that would be of use to the beginner Flash user. </p>
<p>These videos can be used with any version of Flash, but are presented in either <strong>Flash MX2004</strong> or <strong>Flash 8</strong>.</p>
<p><a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_textanim_video.zip">Text Animations using Motion Tweens</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_symbols_video.zip">Movie Clip vs. Graphic Symbol</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_mcbutton_video.zip">Use a Movie Clip as a Button</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_button_actions_video.zip">Applying ActionScript to a Button</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_javascript_video.zip">JavaScript Popup Windows</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_slideshow_video.zip">Creating a Simple Photo Slideshow</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_rotation_anim_video.zip">Animated Rotation with Tweens and ActionScript</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_tweenclass_video.zip">Using the Tween Class to Create Animations</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_loop_movieclip.zip">Looping MovieClip via ActionScript</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_scroll_text.zip">Scroll Text using Components</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/flash_mask_preloader.zip">Image Mask PreLoader</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/01/27/learnflashcom-video-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Basics 101 &#8211; Video Tutorials</title>
		<link>http://www.javascriptworkshop.com/2007/01/04/css-basics-video-tutorials/</link>
		<comments>http://www.javascriptworkshop.com/2007/01/04/css-basics-video-tutorials/#comments</comments>
		<pubDate>Thu, 04 Jan 2007 02:55:43 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/2007/01/04/css-basics-video-tutorials/</guid>
		<description><![CDATA[If you want to build modern web sites, you need to know about Cascading Style Sheets (CSS). CSS gives you the power to style and lay out web sites so they are usable, compact, good looking, well structured, and easy to maintain. The basic purpose of CSS is to allow the designer to define style [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to build modern web sites, you need to know about Cascading Style Sheets (CSS). CSS gives you the power to style and lay out web sites so they are usable, compact, good looking, well structured, and easy to maintain.  </p>
<p>The basic purpose of CSS is to allow the designer to define <strong>style declarations</strong>, and to apply those styles to selected portions of HTML pages using <strong>selectors</strong> which are references to an element or grop of elements to which the style is applied.</p>
<p><span id="more-199"></span></p>
<p>Style sheets allow style information to be specified in many ways. Styles can be specified inside a single HTML element, inside the <head> element of an HTML page, or in an external CSS file. Even multiple external style sheets can be referenced inside a single HTML document.</p>
<p>The CSS syntax is made up of three parts: a selector, a property and a value:</p>
<p>selector {property: value}</p>
<p>The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property can take a value. The property and value are separated by a colon, and surrounded by curly braces.</p>
<p>To get a jump start on learning the basics of CSS check out these video tutorials (.zip):</p>
<p><a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Selectors.zip">Selectors</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Advanced_Selectors.zip">Advanced Selectors</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Text_Properties_1.zip">Text Properties pt.1</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Text_Properties_2.zip">Text Properties pt.2</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Inheritance.zip">Inheritance</a><br />
<a href="http://www.javascriptworkshop.com/wp-content/uploads/zip/CSS_Cascade.zip">The Cascade</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2007/01/04/css-basics-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL and phpMyAdmin Tutorial Videos</title>
		<link>http://www.javascriptworkshop.com/2006/02/07/mysqlphp-video/</link>
		<comments>http://www.javascriptworkshop.com/2006/02/07/mysqlphp-video/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 18:09:21 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[video tutorials]]></category>

		<guid isPermaLink="false">http://www.javascriptworkshop.com/?p=71</guid>
		<description><![CDATA[Once you learn the basics of PHP, you will want to know how to interact with a database and update its data from a web page. MySQL is the most obvious and recommended choice using PHP and is fairly easy to setup. You can use phpMyAdmin to easiy setup your MySQL database, tables and perform [...]]]></description>
			<content:encoded><![CDATA[<p>Once you learn the <a href="http://www.javascriptworkshop.com/2005/10/30/php-basics-video-tutorials/">basics of PHP</a>, you will want to know how to interact with a database and update its data from a web page. <a class="externalLink" href = "http://www.mysql.com/">MySQL</a> is the most obvious and recommended choice using PHP and is fairly easy <a href="http://www.javascriptworkshop.com/2005/11/03/tools-for-a-local-php-mysql-environment/">to setup</a>.</p>
<p>You can use <a class = "externalLink" href="http://www.phpmyadmin.net/home_page/index.php">phpMyAdmin</a> to easiy setup your MySQL database, tables and perform any necessary SQL statements.</p>
<p><span id="more-71"></span></p>
<p>Here are some videos (.zip) to get you started:</p>
<p><a href="/wp-content/uploads/zip/PHP/mySQL_Intro.zip">MySQL Overview</a><br />
<a href="/wp-content/uploads/zip/PHP/mySQL_basics.zip">MySQL Basics</a><br />
<a href="/wp-content/uploads/zip/PHP/mySQL_SQL.zip">SQL Statements with MySQL</a><br />
<a href="/wp-content/uploads/zip/PHP/mySQL_phpmyadmin.zip">Using PHPMyAdmin</a><br />
<a href="/wp-content/uploads/zip/PHP/php_withmySQL.zip">PHP and SQL</a><br />
<a href="/wp-content/uploads/zip/PHP/php_withmySQL_cont.zip">PHP and SQL cont.</a></p>
<p>Here is a <a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_MYSQL.pdf">great article</a> (.pdf) reviewing most of what is covered in the videos as well written by Gareth Downes-Powell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2006/02/07/mysqlphp-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Basics &#8211; Video Tutorials</title>
		<link>http://www.javascriptworkshop.com/2005/10/30/php-basics-video-tutorials/</link>
		<comments>http://www.javascriptworkshop.com/2005/10/30/php-basics-video-tutorials/#comments</comments>
		<pubDate>Sun, 30 Oct 2005 19:56:19 +0000</pubDate>
		<dc:creator>Frank Stepanski</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Video tutorials]]></category>

		<guid isPermaLink="false">http://wordpress.stepanskiconsulting.com/?p=14</guid>
		<description><![CDATA[Only recently have I started to learn PHP and am starting to realize what all the fuss is about. PHP has been around for 10 years and has gained steady increasing popularity. It is fast, fairly easy to learn, integrates with many database systems (MySQL, SQL Server, ORACLE), used on all major operating systems, and [...]]]></description>
			<content:encoded><![CDATA[<p>Only recently have I started to learn PHP and am starting to realize what all the fuss is about. PHP has been around for 10 years and has gained steady increasing <a class="externalLink" href="http://www.php.net/usage.php">popularity</a>.</p>
<p><span id="more-14"></span></p>
<p>It is fast, fairly easy to learn, integrates with many database systems (MySQL, SQL Server, ORACLE), used on all major operating systems, and is open source which means there are many add-on components to use (i.e. PEAR) that extend its functionality. It costs nothing to <a class="externalLink" href="http://www.php.net/downloads.php">download</a> and all you need is a web server, whether it be open-source (Apache) or Internet Information Server.</p>
<p><img src = "http://www.javascriptworkshop.com/PHP_Works.gif" /></p>
<p><strong>Video Tutorials:</strong></p>
<p><a href="/wp-content/uploads/zip/PHP/PHP_First_script.zip">Your First Script</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Variables.zip">Variables</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Strings.zip">Strings</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_String_functions.zip">String Functions</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Numbers.zip">Numbers</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Arrays.zip">Arrays</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_IF_else.zip">Conditional Statement: IF Else</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Switch.zip">Conditional Statement: Switch</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Creating_functions.zip">User-Defined Functions: Creating</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Using_functions.zip">User-Defined Functions: Using</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_ReturnValues_Functions.zip">User-Defined Functions: Return Values</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_Global_variable.zip">Global Variables and Functions</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_For_loop.zip">For Loops</a><br />
<a href="/wp-content/uploads/zip/PHP/PHP_While_loop.zip">While Loops</a></p>
<p>Here are also some great articles (.pdf) written by Gareth Downes-Powell covering the same and some new topics:</p>
<p><a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_Basics.pdf">Basics </a><br />
<a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_Arrays.pdf">Arrays</a><br />
<a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_String_Functions.pdf">String Functions</a><br />
<a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_ConditionalStatements.pdf">Conditional Statements</a><br />
<a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_Functions.pdf">Functions</a><br />
<a class="externalLink" href="/wp-content/uploads/pdf/PHP/PHP_Working_Forms.pdf">Working with Forms</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.javascriptworkshop.com/2005/10/30/php-basics-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

