<?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>dalerrogers.com &#187; tutorial</title>
	<atom:link href="http://www.edrawingboard.com/wordpress/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edrawingboard.com/wordpress</link>
	<description>The digital notebook of an eLearning developer, online teacher, design &#38; digital media geek, and citizen</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:13:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Events in HTML</title>
		<link>http://www.edrawingboard.com/wordpress/2009/11/09/events-in-html/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/11/09/events-in-html/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:38:40 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[javascriipt]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=459</guid>
		<description><![CDATA[When beginners are learning web design, events can often be confusing. Are events part of HTML, Javascripts, or the DOM? What are they and how do we use them?
What is an Event?
HTML stands for Hypertext Markup Language. It is a language we use to give instructions to a browser how to structure and present information [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/11/09/events-in-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lightscribe setup on Mac</title>
		<link>http://www.edrawingboard.com/wordpress/2009/07/14/lightscribe-setup-on-mac/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/07/14/lightscribe-setup-on-mac/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:09:09 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[mac]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[labeling]]></category>
		<category><![CDATA[Lightscribe]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=438</guid>
		<description><![CDATA[I purchased a Lightscribe DVD writer to experiment with creating some interesting DVD labels. I work on the Mac platform and normally most hardware/software combinations are simply plug and play. Not so in this case. I sent an email to Lacie seeking help. Their step by step solution fixed the problem. I&#8217;m providing it here [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/07/14/lightscribe-setup-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>document.write() function</title>
		<link>http://www.edrawingboard.com/wordpress/2009/04/07/documentwrite-function/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/04/07/documentwrite-function/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 22:17:24 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascriipt]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=317</guid>
		<description><![CDATA[One of my online students was baffled moving from HTML coding to javascript. This is not surprising since they are very different languages. For my students, and others, that are struggling, the following tutorial may be helpful, http://w3schools.com/js/js_intro.asp.
I don&#8217;t consider myself a coder. Others are far more qualified. Still I&#8217;ll take a stab at answering [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/04/07/documentwrite-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>img width and height attributes</title>
		<link>http://www.edrawingboard.com/wordpress/2009/02/17/img-width-and-height-attributes/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/02/17/img-width-and-height-attributes/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:43:45 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=302</guid>
		<description><![CDATA[A student asks&#8230;
&#8220;Just to clarify, the primary purpose of the width and height attributes is to reserve space for the image, not to actually resize the image, correct? &#8220;
The width and height attributes on the img tag actually do both; they reserve the screen real-estate and also resize the image.




Reserving real-estate
When you think about, what [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/02/17/img-width-and-height-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attribute syntax in HTML and CSS</title>
		<link>http://www.edrawingboard.com/wordpress/2009/02/05/attribute-syntax-in-html-and-css/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/02/05/attribute-syntax-in-html-and-css/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 23:24:14 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=295</guid>
		<description><![CDATA[A student asked the following question&#8230;
&#8220;I understand what we&#8217;re doing, but I&#8217;m worried about memorizing all of the coding. It might help if I understood the reasons behind all of it. For example, why do font changes need semicolons on them and not just a closing quotation mark like other things?&#8221;

Great question and I believe [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/02/05/attribute-syntax-in-html-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is hypertext blue?</title>
		<link>http://www.edrawingboard.com/wordpress/2009/02/03/why-is-hypertext-blue/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/02/03/why-is-hypertext-blue/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 19:36:33 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=287</guid>
		<description><![CDATA[A student asked the design question, &#8220;Why is hypertext blue?&#8221;
I was able to speculate why as a designer I might have chosen the color blue over another; like red. Red indicates alarm where blue is less intimidating yet still provides a strong contrast with surrounding black text and a white background. However, I could not [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/02/03/why-is-hypertext-blue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>About archiving files</title>
		<link>http://www.edrawingboard.com/wordpress/2009/01/20/about-archiving-files/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/01/20/about-archiving-files/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:38:05 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[archiving files]]></category>
		<category><![CDATA[compressing files]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=240</guid>
		<description><![CDATA[Definition
According to the Merriam-Webster online dictionary, an archive is  a repository or collection especially of information 1.    Using this definition we can say that to a web designer, an archive is the collection of all the files necessary for a web site to function properly. A web site is a collection [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/01/20/about-archiving-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding HTML in TextEdit</title>
		<link>http://www.edrawingboard.com/wordpress/2009/01/16/coding-html-in-textedit/</link>
		<comments>http://www.edrawingboard.com/wordpress/2009/01/16/coding-html-in-textedit/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 22:20:23 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[TextEdit]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=235</guid>
		<description><![CDATA[I received the following question from one of my online students&#8230;
&#8220;hi! I&#8217;m working on the html assignment for Unit A.  I&#8217;m trying to do the exercises on A-11, but I can&#8217;t seem to make it work. I&#8217;ve done it repeatedly, but when I try to open the document in my web browser it just keeps [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2009/01/16/coding-html-in-textedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wmv media files in non-IE browsers</title>
		<link>http://www.edrawingboard.com/wordpress/2008/09/19/wmv-media-files-in-non-ie-browsers/</link>
		<comments>http://www.edrawingboard.com/wordpress/2008/09/19/wmv-media-files-in-non-ie-browsers/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 03:15:09 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows media]]></category>
		<category><![CDATA[wmv]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/?p=29</guid>
		<description><![CDATA[My students may be wondering why the  video file supplied with their assignment plays properly in IE with an embed tag, but may not work in Firefox. It is because the author of your text book used a wmv media file which is a windows media format. The author is a PC centric developer. [...]]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2008/09/19/wmv-media-files-in-non-ie-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating an external link in a Desire2Learn forum posting</title>
		<link>http://www.edrawingboard.com/wordpress/2008/02/14/creating-an-external-link-in-a-desire2learn-forum-posting/</link>
		<comments>http://www.edrawingboard.com/wordpress/2008/02/14/creating-an-external-link-in-a-desire2learn-forum-posting/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 22:08:05 +0000</pubDate>
		<dc:creator>drogers</dc:creator>
				<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.edrawingboard.com/wordpress/2008/02/14/creating-an-external-link-in-a-desire2learn-forum-posting/</guid>
		<description><![CDATA[I created the following video to illustrate how to work with HTML within the forum posting area of Desire2Learn.  A little HTML goes along way when posting content to a CMS (Content Management System).
 
]]></description>
		<wfw:commentRss>http://www.edrawingboard.com/wordpress/2008/02/14/creating-an-external-link-in-a-desire2learn-forum-posting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
