<?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>Learn Web Code</title>
	<atom:link href="http://learnwebcode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnwebcode.com</link>
	<description>Learn how to write XHTML and CSS by hand</description>
	<lastBuildDate>Wed, 30 Nov 2011 17:52:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Shadows (text-shadow &amp; box-shadow)</title>
		<link>http://learnwebcode.com/css-shadows-text-box-shadow/</link>
		<comments>http://learnwebcode.com/css-shadows-text-box-shadow/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 06:50:11 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=415</guid>
		<description><![CDATA[
In this CSS video tutorial we learn how to add shadows to our text, our block level elements, and finally how to use RGBA color values to control the opacity of our shadows.
]]></description>
			<content:encoded><![CDATA[<p><iframe width="447" height="274" src="http://www.youtube.com/embed/FZulQPnfPgU" frameborder="0" allowfullscreen></iframe></p>
<p>In this CSS video tutorial we learn how to add shadows to our text, our block level elements, and finally how to use RGBA color values to control the opacity of our shadows.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/css-shadows-text-box-shadow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing CSS Floats &#8211; Clearfix</title>
		<link>http://learnwebcode.com/clearing-css-floats-clearfix/</link>
		<comments>http://learnwebcode.com/clearing-css-floats-clearfix/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 05:03:50 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Lessons]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=411</guid>
		<description><![CDATA[Every web designer / developer has a preferred method for clearing their floats.  I&#8217;m partial to simply tacking on a class of &#8220;clearfix&#8221; to a parent element which has floated children.  Below is the CSS code for this &#8220;clearfix&#8221; method.  If you are unable to copy and paste the code below, here [...]]]></description>
			<content:encoded><![CDATA[<p>Every web designer / developer has a preferred method for clearing their floats.  I&#8217;m partial to simply tacking on a class of &#8220;clearfix&#8221; to a parent element which has floated children.  Below is the CSS code for this &#8220;clearfix&#8221; method.  If you are unable to copy and paste the code below, here is a link to a <a href="http://learnwebcode.com/tutorial-files/css-column-layout-tutorial/clearfix.txt">plain text file with the same code</a>.</p>
<pre class="brush: xml;">.clearfix:after {
    content: &quot;.&quot;;
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */</pre>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/clearing-css-floats-clearfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Box Model Tutorial (Padding, Margin, and Border)</title>
		<link>http://learnwebcode.com/css-box-model-video-tutorial/</link>
		<comments>http://learnwebcode.com/css-box-model-video-tutorial/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 04:57:20 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=408</guid>
		<description><![CDATA[
In this CSS video tutorial we cover the basics of padding, margin, and border, and how these properties affect the dimensions and spacing of elements.
]]></description>
			<content:encoded><![CDATA[<p><iframe width="447" height="272" src="http://www.youtube.com/embed/qhiQGPtD1PQ" frameborder="0" allowfullscreen></iframe></p>
<p>In this CSS video tutorial we cover the basics of padding, margin, and border, and how these properties affect the dimensions and spacing of elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/css-box-model-video-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Floats &#8211; Understanding &amp; Clearing Floats Tutorial</title>
		<link>http://learnwebcode.com/understanding-css-floats/</link>
		<comments>http://learnwebcode.com/understanding-css-floats/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 04:48:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=403</guid>
		<description><![CDATA[
In this CSS tutorial we take a look at how the float property affects the elements it is applied to, and also its surrounding and parent elements.
]]></description>
			<content:encoded><![CDATA[<p><iframe width="447" height="272" src="http://www.youtube.com/embed/AyrQR7SxAq8" frameborder="0" allowfullscreen></iframe></p>
<p>In this CSS tutorial we take a look at how the float property affects the elements it is applied to, and also its surrounding and parent elements.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/understanding-css-floats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Background Image Replacement Tutorial</title>
		<link>http://learnwebcode.com/css-background-image-replacement-tutorial/</link>
		<comments>http://learnwebcode.com/css-background-image-replacement-tutorial/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 19:49:11 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=366</guid>
		<description><![CDATA[
In this CSS Video Tutorial we learn how to replace plain text elements with CSS background images.  This is a great strategy to improve your SEO (search engine optimization) performance, and also increase accessibility.
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="447" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/qC0MkejQy0I&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="447" height="274" src="http://www.youtube.com/v/qC0MkejQy0I&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this CSS Video Tutorial we learn how to replace plain text elements with CSS background images.  This is a great strategy to improve your SEO (search engine optimization) performance, and also increase accessibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/css-background-image-replacement-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Navigation Tutorial</title>
		<link>http://learnwebcode.com/css-navigation-tutorial/</link>
		<comments>http://learnwebcode.com/css-navigation-tutorial/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:30:55 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=361</guid>
		<description><![CDATA[
In this CSS Video Tutorial we learn how to apply very basic styles (including hover effects) to our navigation.  For quick reference, you may also watch the tutorial where we created the Two Column Layout.
]]></description>
			<content:encoded><![CDATA[<p><object width="447" height="274"><param name="movie" value="http://www.youtube.com/v/o7uZnlF9aM8&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/o7uZnlF9aM8&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="447" height="274"></embed></object></p>
<p>In this CSS Video Tutorial we learn how to apply very basic styles (including hover effects) to our navigation.  For quick reference, you may also watch the <a href="http://learnwebcode.com/css-two-column-layout-tutorial/" title="Two Column CSS Layout Tutorial">tutorial where we created the Two Column Layout</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/css-navigation-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Equal Height Columns &#8211; CSS Tutorial</title>
		<link>http://learnwebcode.com/equal-height-columns-css-tutorial/</link>
		<comments>http://learnwebcode.com/equal-height-columns-css-tutorial/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 19:05:29 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=359</guid>
		<description><![CDATA[
In this CSS Video Tutorial we learn how to create equal height column backgrounds.
]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="447" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/cJQ_CuhQM3k&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="447" height="274" src="http://www.youtube.com/v/cJQ_CuhQM3k&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this CSS Video Tutorial we learn how to create equal height column backgrounds.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/equal-height-columns-css-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS Two Column Layout Tutorial</title>
		<link>http://learnwebcode.com/css-two-column-layout-tutorial/</link>
		<comments>http://learnwebcode.com/css-two-column-layout-tutorial/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 01:27:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=355</guid>
		<description><![CDATA[
In this CSS tutorial we learn how to create a simple two column layout by hand.  Here are a few quick reference links to the files created in this video:

Link to the Clearfix code
Link to the HTML code
Link to the CSS code
Link to the Demo shown in the very beginning of the video

]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="447" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_Ai-_nZ6bw4&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="447" height="274" src="http://www.youtube.com/v/_Ai-_nZ6bw4&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>In this CSS tutorial we learn how to create a simple two column layout by hand.  Here are a few quick reference links to the files created in this video:</p>
<ul>
<li><a title="Clearfix - Clear CSS Floated Columns" href="http://learnwebcode.com/tutorial-files/css-column-layout-tutorial/clearfix.txt">Link to the Clearfix code</a></li>
<li><a title="Two Column CSS Layout Code" href="http://learnwebcode.com/tutorial-files/css-column-layout-tutorial/">Link to the HTML code</a></li>
<li><a title="CSS Source File for the Two Column Layout" href="http://learnwebcode.com/tutorial-files/css-column-layout-tutorial/css/main.css">Link to the CSS code</a></li>
<li><a title="Two Column CSS Layout Template" href="http://learnwebcode.com/demos/two-column-css-layout-template/">Link to the Demo shown in the very beginning of the video</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/css-two-column-layout-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Intro to CSS &#8211; Basics + Selectors</title>
		<link>http://learnwebcode.com/intro-to-css-basics-selectors/</link>
		<comments>http://learnwebcode.com/intro-to-css-basics-selectors/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:47:33 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[CSS Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=339</guid>
		<description><![CDATA[In this Intro to CSS video tutorial we learn how to add basic styles to a page with CSS.  First, we link to an external style sheet, and then we learn the basic syntax of CSS, as well as four of the most common CSS Selector types; (1) type selectors, (2) ID selectors, (3) [...]]]></description>
			<content:encoded><![CDATA[<p>In this Intro to CSS video tutorial we learn how to add basic styles to a page with CSS.  First, we link to an external style sheet, and then we learn the basic syntax of CSS, as well as four of the most common CSS Selector types; (1) type selectors, (2) ID selectors, (3) class selectors, and (4) descendant selectors.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="447" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Awmx8XlgcaE&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="447" height="274" src="http://www.youtube.com/v/Awmx8XlgcaE&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>To view this lesson in full written form, see:</p>
<ul>
<li><a title="What is CSS?" href="http://learnwebcode.com/what-is-css/">What is CSS?</a></li>
<li><a title="How To Create Your First CSS File" href="http://learnwebcode.com/how-to-create-your-first-css-file/">How To Create Your First CSS File</a></li>
<li><a title="Basic CSS Selectors" href="http://learnwebcode.com/basic-css-selectors/">Basic CSS Selectors</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/intro-to-css-basics-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add an Image To a Web Page</title>
		<link>http://learnwebcode.com/how-to-add-an-image-to-a-web-page/</link>
		<comments>http://learnwebcode.com/how-to-add-an-image-to-a-web-page/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:39:09 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[HTML Video Tutorial]]></category>

		<guid isPermaLink="false">http://learnwebcode.com/?p=334</guid>
		<description><![CDATA[In this video we learn how to insert an image into a web page by hand, using HTML code.  We also learn how and why to use the &#8220;alt&#8221; attribute, and how to organize images into sub-folders.

Quick Code Reference

&#60;img src=&#34;image-name.jpg&#34; alt=&#34;Short description of image&#34; /&#62;

Notice there is no &#60;/img&#62; end tag.  This is [...]]]></description>
			<content:encoded><![CDATA[<p>In this video we learn how to insert an image into a web page by hand, using HTML code.  We also learn how and why to use the &#8220;alt&#8221; attribute, and how to organize images into sub-folders.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="447" height="274" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Qerz5CQa2A8&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="447" height="274" src="http://www.youtube.com/v/Qerz5CQa2A8&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Quick Code Reference</h3>
<pre class="brush: xml;">
&lt;img src=&quot;image-name.jpg&quot; alt=&quot;Short description of image&quot; /&gt;
</pre>
<p>Notice there is no &lt;/img&gt; end tag.  This is because the &lt;img&gt; element is a <em>Self Closing Element</em>.  Unlike a paragraph, we won’t have a plethora of content inside our &lt;img&gt; element, but rather a single image.   The <strong>/&gt;</strong> at the end of the code tells the web browser to end the image element.</p>
<p>For a full written tutorial, see <a title="How to Insert an Image in HTML" href="http://learnwebcode.com/how-to-insert-an-image-in-xhtml/">How to Insert an Image in HTML</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://learnwebcode.com/how-to-add-an-image-to-a-web-page/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

