<?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>Design Videos</title>
	<atom:link href="http://design-videos.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://design-videos.com</link>
	<description>Teaching you pixel perfection!</description>
	<lastBuildDate>Wed, 26 May 2010 23:52:43 +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>PHP Basics &#8211; E01</title>
		<link>http://design-videos.com/screencast/php-basics-e01/</link>
		<comments>http://design-videos.com/screencast/php-basics-e01/#comments</comments>
		<pubDate>Fri, 21 May 2010 11:18:05 +0000</pubDate>
		<dc:creator>deliciousjesus</dc:creator>
				<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php basics]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=87</guid>
		<description><![CDATA[
In this video screencast, the PHP delimiters, single-line comments, and phpinfo are explained. This is my first screencast, and I forgot to actually show what phpinfo outputs, but I&#8217;m including a screenshot with this post.



&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;
&#60;html xmlns="http://www.w3.org/1999/xhtml"&#62;
&#60;head&#62;
&#60;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&#62;
&#60;title&#62;PHPInfo&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;?php
phpinfo(); // This will inform you about your PHP [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="425" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/hbBtgeCOGQA" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="600" height="425" src="http://blip.tv/play/hbBtgeCOGQA" allowfullscreen="true"></embed></object></p>
<p>In this video screencast, the PHP delimiters, single-line comments, and phpinfo are explained. This is my first screencast, and I forgot to actually show what phpinfo outputs, but I&#8217;m including a screenshot with this post.<br />
<span id="more-87"></span></p>
<p><a href="http://design-videos.com/wp-content/uploads/2010/05/phpinfo.png" target="_blank"><img class="size-medium wp-image-88" title="phpinfo" src="http://design-videos.com/wp-content/uploads/2010/05/phpinfo-244x300.png" alt="" width="244" height="300" /></a></p>
<p><code></p>
<div id="_mcePaste">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</div>
<div id="_mcePaste">&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</div>
<div id="_mcePaste">&lt;head&gt;</div>
<div id="_mcePaste">&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;</div>
<div id="_mcePaste">&lt;title&gt;PHPInfo&lt;/title&gt;</div>
<div id="_mcePaste">&lt;/head&gt;</div>
<div id="_mcePaste">&lt;body&gt;</div>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">phpinfo(); // This will inform you about your PHP installation.</div>
<div id="_mcePaste">?&gt;</div>
<div id="_mcePaste">&lt;/body&gt;</div>
<div id="_mcePaste">&lt;/html&gt;</div>
<p></code><br />
For more <a href="http://zackhovatter.com/">PHP screencast</a> You can go to Zack&#8217;s website at <a href="http://zackhovatter.com/">http://zackhovatter.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/screencast/php-basics-e01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a basic HTML and CSS layout for beginners</title>
		<link>http://design-videos.com/screencast/how-to-create-a-basic-html-and-css-layout-for-beginners/</link>
		<comments>http://design-videos.com/screencast/how-to-create-a-basic-html-and-css-layout-for-beginners/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:47:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[create basic layout]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=84</guid>
		<description><![CDATA[Are you a beginner in HTML and CSS? Do you want to learn how to create your own website, but don&#8217;t know how? Well fortunately for you, we are here to help. This video is to show you how to start to create your own website. This is a beginners video, so we are not [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a beginner in HTML and CSS? Do you want to learn how to create your own website, but don&#8217;t know how? Well fortunately for you, we are here to help. This video is to show you how to start to create your own website. This is a beginners video, so we are not going for style at first. When you get the basics down, feel free to move to our intermediate section to learn how to create a HTML and CSS website that looks clean, and professional.</p>
<p><embed src="http://blip.tv/play/hbBtgc26PgA" type="application/x-shockwave-flash" width="600" height="425" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/screencast/how-to-create-a-basic-html-and-css-layout-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Container in HTML/CSS</title>
		<link>http://design-videos.com/screencast/what-is-a-container-in-html-css/</link>
		<comments>http://design-videos.com/screencast/what-is-a-container-in-html-css/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:47:04 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[container]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=82</guid>
		<description><![CDATA[In this video I show you what a container is. In short, a container is a way to hold your content on the page in a certain spot. Think of it as two walls standing up right, holding everything in position. Sit back and enjoy the video for beginners about how to create a container [...]]]></description>
			<content:encoded><![CDATA[<p>In this video I show you what a container is. In short, a container is a way to hold your content on the page in a certain spot. Think of it as two walls standing up right, holding everything in position. Sit back and enjoy the video for beginners about how to create a container in HTML and CSS.</p>
<p><embed src="http://blip.tv/play/hbBtgc2zYQA" type="application/x-shockwave-flash" width="600" height="425" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/screencast/what-is-a-container-in-html-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a global reset?</title>
		<link>http://design-videos.com/screencast/what-is-a-global-reset/</link>
		<comments>http://design-videos.com/screencast/what-is-a-global-reset/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:45:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Global Reset]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=79</guid>
		<description><![CDATA[Wondering what a global reset is, and what it means? Well great! We will teach you what a global reset is, and why you should use it. A global reset will tell your browser (yes even IE) haha, to reset to settings you tell it. Browsers will put a padding and margin on all your [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering what a global reset is, and what it means? Well great! We will teach you what a global reset is, and why you should use it. A global reset will tell your browser (yes even IE) haha, to reset to settings you tell it. Browsers will put a padding and margin on all your CSS attributes making it hard to deal with. When you apply a global reset you have full control over what you want to do. Watch this quick video to see an example!</p>
<p><embed src="http://blip.tv/play/hbBtgc2zVgA" type="application/x-shockwave-flash" width="600" height="425" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/screencast/what-is-a-global-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CSS with HTML a how to</title>
		<link>http://design-videos.com/screencast/using-css-with-html-a-how-to/</link>
		<comments>http://design-videos.com/screencast/using-css-with-html-a-how-to/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:43:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[design videos]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=77</guid>
		<description><![CDATA[In this video we will show you how to set up your style sheet, and explain the difference between a div id and a class. So sit back and enjoy the video about using CSS with HTML.

]]></description>
			<content:encoded><![CDATA[<p>In this video we will show you how to set up your style sheet, and explain the difference between a div id and a class. So sit back and enjoy the video about using CSS with HTML.</p>
<p><embed src="http://blip.tv/play/hbBtgc3hQwA" type="application/x-shockwave-flash" width="525" height="425" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/screencast/using-css-with-html-a-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction/How to get started with Web Design</title>
		<link>http://design-videos.com/news/introduction-how-to-get-started-with-web-design/</link>
		<comments>http://design-videos.com/news/introduction-how-to-get-started-with-web-design/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 18:36:41 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[beginner videos]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[coffee cup editor]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[notepad ++]]></category>
		<category><![CDATA[opening]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://design-videos.com/?p=51</guid>
		<description><![CDATA[In this video we start off by talking to you about some basics. The beginning of this video is only talking, but don&#8217;t worry half way through, we will show you how to get your basic html setup to design your own HTML website.

Doctypes to get you started in HTML
http://w3schools.com/tags/tag_DOCTYPE.asp
The Best Free Web Editors for [...]]]></description>
			<content:encoded><![CDATA[<p>In this video we start off by talking to you about some basics. The beginning of this video is only talking, but don&#8217;t worry half way through, we will show you how to get your basic html setup to design your own HTML website.</p>
<p><embed src="http://blip.tv/play/hbBtgc3CFgA" type="application/x-shockwave-flash" width="600" height="425" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<h3>Doctypes to get you started in HTML</h3>
<p><a href="http://w3schools.com/tags/tag_DOCTYPE.asp">http://w3schools.com/tags/tag_DOCTYPE.asp</a></p>
<h3>The Best Free Web Editors for Windows</h3>
<p><a href="http://notepad-plus.sourceforge.net/uk/site.htm">NotePad ++</a><br />
<a href="http://www.coffeecup.com/free-editor/">CoffeCup Free Editor</a><br />
<a href="http://www.adobe.com/products/dreamweaver/?promoid=BPDEC">30 Day Trial of Dreamweaver</a></p>
]]></content:encoded>
			<wfw:commentRss>http://design-videos.com/news/introduction-how-to-get-started-with-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
