<?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>Web Coding Videos</title>
	<atom:link href="http://webcodingvideos.com/feed" rel="self" type="application/rss+xml" />
	<link>http://webcodingvideos.com</link>
	<description>Website coding video tutorials covering CSS HTML Javascript and more</description>
	<lastBuildDate>Wed, 20 May 2009 02:29:06 +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>It&#8217;s Alive</title>
		<link>http://webcodingvideos.com/2009/blog/its-alive</link>
		<comments>http://webcodingvideos.com/2009/blog/its-alive#comments</comments>
		<pubDate>Mon, 18 May 2009 21:48:49 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://webcodingvideos.com/?p=224</guid>
		<description><![CDATA[Today, Web Coding Videos (dot com) is live. If you&#8217;re interested, this is a personal project that I (Ben) have been dreaming up for the past year. It started as a quick note on a scrap of paper while I was sitting at a traffic light, and is quickly becoming a reality. Since I&#8217;m producing [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Web Coding Videos (dot com) is live. If you&#8217;re interested, this is a personal project that I (Ben) have been dreaming up for the past year. It started as a quick note on a scrap of paper while I was sitting at a traffic light, and is quickly becoming a reality. Since I&#8217;m producing these videos myself, it may be a slow process, but as long as the site is helpful to many people, I&#8217;ll keep making &#8216;em! Please&#8230; invite your friends to check it out if you think they&#8217;d find it helpful.</p>
<p>Also, I&#8217;d love to hear your feedback on the videos. I&#8217;m sure there is nit-picky stuff in there where I messed up a word or said &#8220;um&#8221; one too many times. I&#8217;ll improve with time. But if you have serious feedback or ideas for suggestion, please use the contact form to let me know.</p>
<p>Enjoy.</p>
<p>Ben</p>
<p><map name='google_ad_map_224_3dbf45fdf2328d03'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/224?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_224_3dbf45fdf2328d03' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=224&amp;url= http%3A%2F%2Fwebcodingvideos.com%2F2009%2Fblog%2Fits-alive' /></p>]]></content:encoded>
			<wfw:commentRss>http://webcodingvideos.com/2009/blog/its-alive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to CSS</title>
		<link>http://webcodingvideos.com/2009/video/introduction-to-css</link>
		<comments>http://webcodingvideos.com/2009/video/introduction-to-css#comments</comments>
		<pubDate>Mon, 18 May 2009 03:12:56 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://webcodingvideos.com/?p=186</guid>
		<description><![CDATA[Learn the basics of what CSS is and how to use it in your code.]]></description>
			<content:encoded><![CDATA[<p><img src='http://webcodingvideos.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/186.png&amp;w=190&amp;h=120&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>[ad#adsense-banner-01]</p>
<p>In this video lesson, you&#8217;ll learn the basics of how to use CSS to style your webpage. CSS stands for cascading style sheets, and provides formatting information for the html markup on your web page.</p>
<h2>Code examples from the video</h2>
<h3>Styles defined in the head section</h3>
<pre>
<code >&lt;style type="text/css"&gt;
p{
	color:red;
	font-size:30px;
	font-family:"Curlz MT";
	border:3px dotted black;
	text-align:center;
	background:yellow;
}
p a{
	color:purple;
	text-decoration:none;
	font-weight:bold;
}
&lt;/style&gt;</code>
</pre>
<h3>Including a CSS file into your HTML document</h3>
<pre>
<code >&lt;link rel="stylesheet" href="styles.css" type="text/css" media="screen"/&gt;</code>
</pre>
<h3>Defining styles as an attribute in html elements</h3>
<pre>
<code >&lt;p style="color:red;font-weight:bold;"&gt;This is my bold red paragraph&lt;/p&gt;</code>
</pre>
<h2>Resources mentioned in the video</h2>
<ul>
<li><a href="http://webcodingvideos.com/resources/css-reference/">CSS Reference</a></li>
</ul>
<p>[ad#adsense-image-large]</p>
<p><map name='google_ad_map_186_3dbf45fdf2328d03'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/186?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_186_3dbf45fdf2328d03' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=186&amp;url= http%3A%2F%2Fwebcodingvideos.com%2F2009%2Fvideo%2Fintroduction-to-css' /></p>]]></content:encoded>
			<wfw:commentRss>http://webcodingvideos.com/2009/video/introduction-to-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic HTML Tags</title>
		<link>http://webcodingvideos.com/2009/html/basic-html-tags</link>
		<comments>http://webcodingvideos.com/2009/html/basic-html-tags#comments</comments>
		<pubDate>Sun, 17 May 2009 18:42:27 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[h1]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[p]]></category>

		<guid isPermaLink="false">http://webcodingvideos.com/?p=152</guid>
		<description><![CDATA[An overview of some common html tags and their purposes]]></description>
			<content:encoded><![CDATA[<p><img src='http://webcodingvideos.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/152.png&amp;w=190&amp;h=120&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>[ad#adsense-banner-01]</p>
<p>In this video we&#8217;ll take our introduction to html to the next level. You will learn about several common tags and how to use them in your code. Along the way I&#8217;ll show you some helpful tips and tricks.</p>
<h2>Code Example From the Video</h2>
<pre>
<code >&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;This is the title&lt;/title&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;h1&gt;This is my &lt;em&gt;website&lt;/em&gt;&lt;/h1&gt;
		&lt;h2&gt;Please &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;enjoy your visit&lt;/h2&gt;
		&lt;p&gt;Welcome to my first website. &lt;br /&gt;This is HTML code.
		&lt;!--Remember to check this link--&gt;
		&lt;a href="http://google.com" target="_blank"&gt;
		Click here to search &lt;strong&gt;Google&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
	&lt;/body&gt;
&lt;/html&gt;</code>
</pre>
<h2>Resources</h2>
<ul>
<li><a href="http://webcodingvideos.com/resources/tag-reference">HTML Tag Reference Chart</a></li>
</ul>
<p>[ad#adsense-image-large]</p>
<p><map name='google_ad_map_152_3dbf45fdf2328d03'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/152?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_152_3dbf45fdf2328d03' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=152&amp;url= http%3A%2F%2Fwebcodingvideos.com%2F2009%2Fhtml%2Fbasic-html-tags' /></p>]]></content:encoded>
			<wfw:commentRss>http://webcodingvideos.com/2009/html/basic-html-tags/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to HTML</title>
		<link>http://webcodingvideos.com/2009/html/introduction-to-html</link>
		<comments>http://webcodingvideos.com/2009/html/introduction-to-html#comments</comments>
		<pubDate>Sun, 10 May 2009 17:40:26 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[h1]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[p]]></category>

		<guid isPermaLink="false">http://webcodingvideos.com/?p=28</guid>
		<description><![CDATA[This lesson will introduce you to the basic concepts of html.]]></description>
			<content:encoded><![CDATA[<p><img src='http://webcodingvideos.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/28.png&amp;w=190&amp;h=120&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>[ad#adsense-banner-01]</p>
<p>Welcome to the getting started with HTML video. This is a great place to start if you&#8217;re interested in learning the basics of what HTML is and what it takes to make a basic web page. You likely have all the tools you need right on your computer. If you haven&#8217;t watched the video yet, go ahead and do that. Below I&#8217;ll provide the code that we used in the video for you to simply copy and paste. Also I&#8217;ll provide links to any resources mentioned in the video.</p>
<h2>Code</h2>
<pre>
<code >&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;My Webpage&lt;/title&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;h1&gt;Welcome to my website!&lt;/h1&gt;
		&lt;p&gt;You’ll find lots of information here.&lt;/p&gt;
		&lt;a href=”mailto:myemail@google.com”&gt;Click here to email me.&lt;/a&gt;
	&lt;/body&gt;
&lt;/html&gt;</code>
</pre>
<h2>Resources</h2>
<ul>
<li><a href="http://www.barebones.com/products/TextWrangler/">Text Wrangler &#8211; Plain text editor for mac</a></li>
<li><a href="http://www.mozilla.com/en-US/firefox/firefox.html">Get the Firefox browser</a></li>
</ul>
<p>[ad#adsense-image-large]</p>
<p><map name='google_ad_map_28_3dbf45fdf2328d03'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/28?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_28_3dbf45fdf2328d03' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=28&amp;url= http%3A%2F%2Fwebcodingvideos.com%2F2009%2Fhtml%2Fintroduction-to-html' /></p>]]></content:encoded>
			<wfw:commentRss>http://webcodingvideos.com/2009/html/introduction-to-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

