<?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>WebBriefcase&#187; Video screencasts</title>
	<atom:link href="http://www.webbriefcase.net/categories/how-tos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webbriefcase.net</link>
	<description>How to Set Up a Blog</description>
	<lastBuildDate>Sat, 09 Jul 2011 03:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Nvu Tutorial 5: Publishing your Web Pages &#8211; Video</title>
		<link>http://www.webbriefcase.net/2008-01/nvu-tutorial-5-publishing-your-web-pages-video/</link>
		<comments>http://www.webbriefcase.net/2008-01/nvu-tutorial-5-publishing-your-web-pages-video/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 03:35:38 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Nvu/KompoZer]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/nvu-tutorial-5-publishing-your-web-pages-video/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg1(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg1' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg1' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		This is the last tutorial in the Basic Nvu Tutorials series. Publishing has actually been covered in the first tutorial but, for the sake of completeness, I&#8217;ve decided to add another tutorial on publishing the completed web page. If you missed the previous tutorials in this series, please go back and watch them first: Nvu [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/nvu-tutorial-5-publishing-your-web-pages-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Nvu Tutorial 4: Working with Images &#8211; Videos</title>
		<link>http://www.webbriefcase.net/2008-01/nvu-tutorial-4-working-with-images-videos/</link>
		<comments>http://www.webbriefcase.net/2008-01/nvu-tutorial-4-working-with-images-videos/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 03:30:20 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Nvu/KompoZer]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/nvu-tutorial-4-working-with-images-videos/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg2(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg2' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg2' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		This tutorial will teach you how to use images in your web pages. We&#8217;ve already dealt with this quickly in the Nvu Tutorial 2 , when we were creating a template. If you missed the previous tutorials in this series, please go back and watch them first: Nvu Tutorial 1: Getting started &#8211; Video Nvu [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/nvu-tutorial-4-working-with-images-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nvu Tutorial 3: Using a Template &#8211; Video</title>
		<link>http://www.webbriefcase.net/2008-01/nvu-tutorial-3-using-a-template-video/</link>
		<comments>http://www.webbriefcase.net/2008-01/nvu-tutorial-3-using-a-template-video/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 03:27:54 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Nvu/KompoZer]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/nvu-tutorial-3-using-a-template-video/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg3(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg3' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg3' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		This tutorial will teach you how to create web pages from the template you created in the previous tutorial. If you missed tutorial 1 and 2 please go back and watch it first: Nvu Tutorial 1: Getting started &#8211; Video Nvu Tutorial 2: Creating a template &#8211; Video You will notice that the only thing [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/nvu-tutorial-3-using-a-template-video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nvu Tutorial 2: Creating a template &#8211; Video</title>
		<link>http://www.webbriefcase.net/2008-01/nvu-tutorial-2-creating-a-template-video/</link>
		<comments>http://www.webbriefcase.net/2008-01/nvu-tutorial-2-creating-a-template-video/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 02:47:43 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Nvu/KompoZer]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/nvu-tutorial-2-creating-a-template-video/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg4(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg4' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg4' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		This tutorial will teach you how to create templates with Nvu. If you missed tutorial 1, please go back and read it first: Nvu Tutorial 1: Getting started &#8211; Video Using a template can greatly reduce your web building time. When you create your template, you have to first figure out which parts of the [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/nvu-tutorial-2-creating-a-template-video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nvu Tutorial 1: Getting started &#8211; Video</title>
		<link>http://www.webbriefcase.net/2008-01/nvu-tutorial-1-getting-started-video/</link>
		<comments>http://www.webbriefcase.net/2008-01/nvu-tutorial-1-getting-started-video/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 02:30:42 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Nvu/KompoZer]]></category>
		<category><![CDATA[Screencasting]]></category>
		<category><![CDATA[screencasts]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/nvu-tutorial-1-getting-started-video/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg5(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg5' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg5' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		Okay, I&#8217;ve finally finished a series of Nvu tutorials if you&#8217;d like to use Nvu to create your next web site. Enjoy and feel free to leave your comments so I can further improve them. Subscribe to Our Free BriefBYTES Newsletter! Subscribe to our free BriefBYTES newsletter and get a FREE copy our&#160;How To Set [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/nvu-tutorial-1-getting-started-video/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How to Customize a Website Template &#8211; Video</title>
		<link>http://www.webbriefcase.net/2008-01/customize-website-template/</link>
		<comments>http://www.webbriefcase.net/2008-01/customize-website-template/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 02:59:12 +0000</pubDate>
		<dc:creator>Bina</dc:creator>
				<category><![CDATA[Reviews & recommendations]]></category>
		<category><![CDATA[Video screencasts]]></category>
		<category><![CDATA[Website Building]]></category>
		<category><![CDATA[customize templates]]></category>
		<category><![CDATA[website templates]]></category>

		<guid isPermaLink="false">http://www.webbriefcase.com.au/2008-01/how-to-customize-a-website-template/</guid>
		<description><![CDATA[		<script type="text/javascript">
		function sbmgValidateFormPostPg6(name,email) { 
						var name_fld = document.getElementById('sbmgValidateFormPostPg6' + '_' + name);
						var email_fld = document.getElementById('sbmgValidateFormPostPg6' + '_' + email);
			var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
			var msg = '';
						if ( name_fld.value == '' ) msg = '- Name Required\n';
						if ( reg.test(email_fld.value) == false ) msg += '- Valid Email Required';
			if ( msg == '' ) return true;
			else alert(msg);
			return false;
		}</script>
		I&#8217;m a strong supporter of using web site templates to create web sites. In fact, I can&#8217;t remember the last time I actually designed my own sites. It just takes way too much time. With so many website template repositories on the net today, there are more than enough choices to pick from. Although I&#8217;m [...]]]></description>
		<wfw:commentRss>http://www.webbriefcase.net/2008-01/customize-website-template/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
<enclosure url="http://webbriefcase.s3.amazonaws.com/CustomizeAndreas07.flv" length="14963578" type="video/x-flv" />
		</item>
	</channel>
</rss>

