<?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>daniel miller &#187; Teaching</title>
	<atom:link href="http://isdanielonline.com/here/category/teaching/feed/" rel="self" type="application/rss+xml" />
	<link>http://isdanielonline.com/here</link>
	<description>painter / designer / writer / human</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:39:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Search Explained (brief)</title>
		<link>http://isdanielonline.com/here/2009/11/18/search-explained-brief/</link>
		<comments>http://isdanielonline.com/here/2009/11/18/search-explained-brief/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 15:33:20 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[seo techniques]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://isdanielonline.com/here/?p=756</guid>
		<description><![CDATA[Why is search engine optimization important and how does it work?]]></description>
			<content:encoded><![CDATA[<p>What is all the hype about SEO, <a href="http://theseowebsite.com/">Search Engine Optimization</a> and why is it so important for your website? Every week I get phone calls from <a href="http://theseowebsite.com/">SEO</a> companies stating that they can get my company&#8217;s website on the top of the natural search listings if I give them large sums of money every week. It&#8217;s hard to consider when I am at the top of Google, Yahoo and MSN (not to mention a dozen others of my understanding) from my own techniques.</p>
<p>To answer the question above, you first have to understand what the internet is. Unlike our Universe, there are answers. Optimizing techniques and practices may be all in theory, but if your website is in the top three natural search listings, then you&#8217;re doing something right. If it&#8217;s not, you need to consider a full redesign and reimplementation of your html structure.</p>
<p>Now for some metaphor to put search engines (i.e. Google) into perspective;</p>
<p>Think of a mass of some sort with thousands of millions of tentacles. These tentacles go to the edges of time always stretching and dipping into crevices and spaces hunting for data. It is this data that is content or information. Your website is one of these areas that the tentacles want to explore and feel around picking up the information you are providing assuming it has some value to the growth of the mass that the tentacles are going after. However, your channels must be clutter free and open.</p>
<p>A poorly optimized website is similar to a stuffy nose. Difficult to breath, but the mouth cannot smell. Therefore, you miss the fragrance of the rose garden as you walk through. A properly designed and constructed website has these channels free for the tentacles (or <strong><em>bots</em></strong>) to reach your content.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-6539835651279432";
/* 468x60, created 11/18/09 */
google_ad_slot = "9970504191";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2009/11/18/search-explained-brief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#8]</title>
		<link>http://isdanielonline.com/here/2008/12/16/teaching-html-and-css-8/</link>
		<comments>http://isdanielonline.com/here/2008/12/16/teaching-html-and-css-8/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 16:31:13 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[class selector]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id selector]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[Web Developer Tools]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<category><![CDATA[wordpress.org]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=454</guid>
		<description><![CDATA[With the way the internet is today, there are many things accessible to the web developer in consideration to the way the web standards have grown. As discussed in the previous teaching post, selectors are extremely important to understand, and do much more than change the color of fonts. I will get more into that [...]]]></description>
			<content:encoded><![CDATA[<p>With the way the internet is today, there are many things accessible to the web developer in consideration to the way the web standards have grown. As discussed in the previous <em>teaching </em>post, selectors are extremely important to understand, and do much more than change the color of fonts. I will get more into that in the next post. First you need to equip yourself with a few free tools.</p>
<p>The most useful tool is <a title="Firefox Plugin Firebug" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> which is an extension for Mozilla Firefox. This tool allows one to <em>inspect</em> a web page to see all the selectors and their values. So if you are curious about how a site is designed, <a title="Mozilla Firefox Firebug" href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> is the key to this rather than looking at source code. In conjunction with that, I also have <a title="Web Developer Tools" href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Tools</a> available for some other web developer inspection tools.</p>
<p>These tools are paramount in finding style and foundation information for websites that are created with DHTML. It is also a great way to test things, allowing you to change attributes and see what happens, live without refreshing or wasting any time. I highly recommend using Firefox just for these reasons, what more do you need?!</p>
<p>The second part of this post is in consideration to what I am using at this very moment. <a title="Wordpress" href="http://wordpress.com">WordPress.com</a> and <a title="Wordpress.org" href="http://wordpress.org">WordPress.org</a> is an amazing application that allows one to create a site from a pre-made template which is fully customizable. It is a great way to learn how to stylize things and how PHP works. I recommend starting your own blog to see how it works, and if you know what you&#8217;re doing, attach this onto a personal site. The power of WordPress is definitely impressive.</p>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/12/16/teaching-html-and-css-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop and Tin Panels</title>
		<link>http://isdanielonline.com/here/2008/09/25/using-adobe-photoshop/</link>
		<comments>http://isdanielonline.com/here/2008/09/25/using-adobe-photoshop/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 13:00:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[adobe photoshop]]></category>
		<category><![CDATA[ceiling]]></category>
		<category><![CDATA[editing photographed reflective material]]></category>
		<category><![CDATA[photo editing]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[photoshop technique]]></category>
		<category><![CDATA[tin ceiling]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=307</guid>
		<description><![CDATA[Photo editing product shots and reflective material.]]></description>
			<content:encoded><![CDATA[<p>One responsibility of my job is product photography. Since I also am the web developer, I am responsible for adding new products to the company <a title="ceilings, tin ceilings" href="http://www.americantinceilings.com" target="_blank">website</a>. I am currently shooting all product shots with a Nikon Coolpix 8700 on custom settings inside an office with flourescent lights! Far from a photography studio. I want to show a before and after. The reason for this (excuse my ignorance) is because I am stoked to have found the <strong>warp tool</strong> in Photoshop. </p>
<p> </p>
<div class="wp-caption aligncenter" style="width: 460px"><img title="tin ceiling" src="http://isdanielonline.com/images/gtb-old.jpg" alt="Raw shot before editing." width="450" height="338" /><p class="wp-caption-text">Raw shot before editing.</p></div>
<p>My process goes as follows;</p>
<ol>
<li>Crop</li>
<li>Transform &gt; Warp</li>
<li>Levels</li>
<li>Color Balance</li>
<li>Rubber Stamp (wicked highlights!)</li>
<li>Hue / Saturation</li>
<li>Dodge</li>
</ol>
<div>
<div class="wp-caption aligncenter" style="width: 460px"><a href="http://americantinceilings.com/colors/colors-gtb.html"><img title="tin ceiling" src="http://isdanielonline.com/images/gtb-new.jpg" alt="Edited image ready for web." width="450" height="450" /></a><p class="wp-caption-text">Edited image ready for web.</p></div>
<p>It&#8217;s a sure sale! Check out the other amazing ceiling panels we have available &#8230; you&#8217;ll be sure to fall in love with this stuff. </p></div>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/09/25/using-adobe-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#7]</title>
		<link>http://isdanielonline.com/here/2008/09/24/teaching-html-and-css-7/</link>
		<comments>http://isdanielonline.com/here/2008/09/24/teaching-html-and-css-7/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 17:00:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[class selector]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[DHTML]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[id selector]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[selectors]]></category>
		<category><![CDATA[styles]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=300</guid>
		<description><![CDATA[Understanding the Class selector in CSS.]]></description>
			<content:encoded><![CDATA[<p>The previous post on HTML / CSS briefly discusses CSS placed in the <strong>header</strong>, as well as creating an <strong>external style sheet</strong>. An external style sheet is obviously the best way to go since it allows for quick control over an entire website rather than just one page and puts less code in your page. Having less code in one page means quicker load time for the browser, less page weight, better search indexing all leading to a better experience for your user. CSS is becoming extremely accessible to all browsers allowing for you, the developer, to use it for your layout.</p>
<blockquote><p><em>*Please understand that these lessons are not coming from a guru by any means. I am simply sharing with you my knowledge. I am not saying I know everything, but I do know what it takes to create successful websites.</em></p></blockquote>
<p>When browsing the internet, you may come upon websites that are of interest to you. I define the creation of websites into two things. One is a flash site which is completely different then what we are doing, the second is <strong>DHTML</strong> based websites which we are doing.  When you are viewing the website of interest, take a look at how it is created by viewing its source code. All browsers have this option in the toolbar. If you use anything you find, be appropriate and include a comment in your header.</p>
<h1>So lets get busy: First we must discuss <strong><em>Rules</em></strong>.</h1>
<p>When starting off, you must understand the idea of <strong>selectors</strong>. A selector is the thing (element) that is associated (linked) to a particular style. For example, if I wanted all my headers to be Red, I would do this;</p>
<pre>h1 {
  color: Red;
}</pre>
<p>There are different types of <strong>selectors</strong>. The first is a <strong>Class selector</strong>, the second is an <strong>ID selector</strong>. A selector can have different <strong>classes</strong> which allows for the same element to contain different styles. For example, if you have two paragraphs on a page and you want them to have different colors you can do something like this;</p>
<pre>.one {
   color: Red;
}
.two {
   color: Blue;
}</pre>
<p>The above signifies the first paragraph having red text where the second paragraph would have blue text. So to understand <strong>classes</strong>, we are affecting the &lt;p&gt;&lt;/p&gt; tag in both instances, but applying specific styles to two different selectors allows us to specifically change things without effecting the actual HTML within the page by just adding a class name to the paragraph or whatever element we are working with. The HTML would look like this;</p>
<pre>&lt;p&gt;&lt;span class="one"&gt;This is my example&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="two"&gt;This is my example in my other paragraph&lt;/span&gt;&lt;/p&gt;</pre>
<p>Another way to do this could be;</p>
<pre>&lt;p&gt;I want to effect multiple sentences within the same paragraphy
changing &lt;span class="one"&gt;the color to red here&lt;/span&gt;, and then
changing &lt;span class="two"&gt;the color to blue&lt;/span&gt; here.&lt;/p&gt;</pre>
<p>Both those examples are acceptable and work properly.</p>
<h1><a title="DHTML, HTML and CSS [#8]" href="/here/2008/12/16/teaching-html-and-css-8/">Click here for Teaching HTML and CSS [#8].</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/09/24/teaching-html-and-css-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#6]</title>
		<link>http://isdanielonline.com/here/2008/09/03/teaching-html-and-css-6/</link>
		<comments>http://isdanielonline.com/here/2008/09/03/teaching-html-and-css-6/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 19:17:24 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[cascading style sheet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hexadecimal]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=273</guid>
		<description><![CDATA[Introduction to understanding CSS.]]></description>
			<content:encoded><![CDATA[<p>In the last post, I gave information on adding content to your page. HTML is what one uses for content, in order to stylize your content, you must use CSS (cascading styles or cascading style sheets). It is CSS that makes your page look the way you want it to. </p>
<p>Inside your &lt;head&gt;&lt;/head&gt; area;</p>
<pre><strong>&lt;style type="text/css"&gt;</strong>
<strong>
  body {
    color: purple;
    background-color: #cc0000; </strong>
<strong>    }</strong>
<strong>&lt;/style&gt;</strong></pre>
<p>The above copy shows that I want the text to be <strong>purple</strong> and the background of the <strong>body</strong> of the page to be hexadecimal value <strong>red</strong>. It is important to separate css from html. Many programs (Dreamweaver, GoLive, etc.) put &#8216;inline style&#8217; in the html which makes it a tedious task editing later. Once you set up your styles either in your <strong>header</strong> section or in a <strong>linked style sheet</strong>, you can edit it once and your styles for everything that is defined will be updated. </p>
<p>The above example shows your style in your <strong>header</strong>, although you can create all your styles in a separate <strong>css </strong>page. This is called an <strong>external style sheet</strong>. First a page needs to be created with an extension of <strong>.css </strong>(name.css), and put into the appropriate section of your server. Inside the header section (same place as if you put your &lt;style type=&#8221;text/css&#8221;&gt;&lt;/style&gt; section);</p>
<pre><strong>&lt;link href="name.css" rel="stylesheet" type="text/css"&gt;</strong></pre>
<p>Placing that code above in each of your pages will control the styles across the entire site once more material is added and you use the same tags throughout. This makes editing super easy and keeps things very organized.</p>
<h1><a title="Teaching HTML and CSS [#7]" href="/here/2008/09/24/teaching-html-and-css-7/">Click here for Teaching HTML and CSS [#7].</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/09/03/teaching-html-and-css-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#5]</title>
		<link>http://isdanielonline.com/here/2008/08/26/teaching-html-and-css-5/</link>
		<comments>http://isdanielonline.com/here/2008/08/26/teaching-html-and-css-5/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:44:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[columns]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html tutorial]]></category>
		<category><![CDATA[rows]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=262</guid>
		<description><![CDATA[Understanding tables and adding content.]]></description>
			<content:encoded><![CDATA[<p>Arranging information on your web page can be exciting, frustrating and confusing all at the same time. As an artist, I have specific needs and desires of how I want to present my stuff. The web isn&#8217;t as forgiving as say, working in Adobe Photoshop. There are rules that apply which one must understand to achieve specific design layouts when creating a website.</p>
<p>Without jumping into the use of stylization and CSS (Cascading Style Sheets), I would like to introduce <strong>tables</strong>. This simple structure allows content to be placed in <strong>cells</strong> (tag: td) which are part of <strong>rows</strong> (tag: tr) and <strong>columns </strong>(col). Below is a simple table, below is the code.</p>
<table style="height:102px;" border="2" cellspacing="10" cellpadding="10" width="460">
<tbody>
<tr>
<td>My content has a padding of 10px.</td>
<td>You can see the cellspacing is set to 10px.</td>
</tr>
<tr>
<td>I set my border to be 2px wide all the way around.</td>
<td>This is great for data!</td>
</tr>
</tbody>
</table>
<p>&lt;table border=&#8221;2&#8243; cellspacing=&#8221;10&#8243; cellpadding=&#8221;10&#8243;&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;&lt;/td&gt;<br />
&lt;td&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;&lt;/table&gt;</p>
<p>I would urge you to play with this in your page and see what works and what doesn&#8217;t work. You must have the same amount of cells in each row in order for the page to not break. If you want a row that has a different cell count, you would simply add a <strong>colspan</strong> as shown below.</p>
<table style="height:102px;" border="2" cellspacing="10" cellpadding="10" width="460">
<tbody>
<tr>
<td>td</td>
<td>td</td>
</tr>
<tr>
<td colspan="2">I simply added colspan=&#8221;2&#8243; since there should be two cells in this row.</td>
</tr>
</tbody>
</table>
<p>There are other attributes that you can set within the cells themselves, not just the table as a whole. If I want a cell to have its text centered for example, I would write;</p>
<p>&lt;td text-align=&#8221;center&#8221;&gt;All my text would align center&lt;/td&gt;</p>
<p>Granted, there are many other things that you can do with tables, the above gives you the basic idea. I may come back here and add things, but I feel we need to move on. You should play with a table or two and see how it works. Putting a table inside a table cell is called nesting, and sometimes is necessary, but please do not be dependent on tables for your layout. There is something much more interesting and exciting in the next post!</p>
<p>When I started developing websites (or attempting to at least!), I was taught by someone I rather not expose here to use tables for my main layout. Well, times are chaning, quickly, and I can tell you that tables are best used for straight data &#8230; not layout and design.</p>
<h1><a title="Teaching HTML and CSS [#6]" href="/here/2008/09/03/teaching-html-and-css-6/">Click here for Teaching HTML and CSS [#6]</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/08/26/teaching-html-and-css-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#4]</title>
		<link>http://isdanielonline.com/here/2008/08/22/teaching-html-and-css-4/</link>
		<comments>http://isdanielonline.com/here/2008/08/22/teaching-html-and-css-4/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 18:36:39 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[apatana]]></category>
		<category><![CDATA[aptana studio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cyberduck]]></category>
		<category><![CDATA[file transfer protocol]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html editor]]></category>
		<category><![CDATA[textmate]]></category>
		<category><![CDATA[topstyle pro]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=258</guid>
		<description><![CDATA[Choosing an HTML editor and an FTP program.]]></description>
			<content:encoded><![CDATA[<p>Before leading you into more boring syntax, I would like to discuss what you should be using to create this stuff anyway. Obviously, you are using a computer of some sort. I have become fond of PC&#8217;s although I have extensive experience with a Macintosh and find them to be most appealing. Although, creating websites doesn&#8217;t require any particular type of machine, nor does it require any particular hardware.</p>
<p>To be good, you should write in Notepad or a simple writing application. To be efficient, you should use something a little more intuitive.</p>
<p>Listed are programs I recommend downloading:</p>
<ol>
<li><strong>Aptana Studio</strong> [<a title="Aptana Studio" href="http://www.aptana.com/" target="_blank">http://www.aptana.com/</a>]<br />
A bit bulky, this <span style="text-decoration:underline;">free</span> editor (Mac &amp; PC) allows you a multitude of ways to keep your file structure compatible with your server area. Easy to synchronize both file structures within your computer and server. There are a lot of options and I think it might be best for separate posts just for using this thing (but there&#8217;s also the help section within the program itself).</li>
<li><strong>TopStyle Pro</strong> [<a title="TopStyle Pro editor" href="http://www.newsgator.com/Individuals/TopStyle/Default.aspx" target="_blank">site</a>]<br />
This PC program is not free, but it is a favorite of mine. It is not huge and has all the features one needs to edit and implement. I do not synchronize TopStyle with FTP, rather I upload using an FTP program.</li>
<li><strong>TextMate</strong> [<a title="TextMate editor" href="http://macromates.com/" target="_blank">site</a>]<br />
This is a Mac program and is not free. It is a favorite amongst my Mac friends.</li>
</ol>
<p>If you are working with a program that does not have ftp built into it, you will need to use a separate program for this task.</p>
<h1>What is FTP?</h1>
<p>FTP stands for &#8216;File Transfer Protocol&#8217;. It is the way in which one goes about sending information to and from ones computer to the server, vice verse. There are a few other protocols, one being sFTP, which is a &#8220;secure file transfer protocol&#8221; and is good practice to use.</p>
<p>FTP Program listings (shortened);</p>
<ol>
<li><strong>Filezilla</strong> [<a title="Filezilla ftp" href="http://filezilla-project.org/" target="_blank">site</a>]<br />
This free FTP program for PC is best in my opinion. I was using SmartFTP which is great but is no longer free. I do give money to Filezilla as they ask for donations.</li>
<li><strong>CyberDuck</strong> [<a title="Cyberduck FTP" href="http://cyberduck.ch/" target="_blank">site</a>]<br />
One of the only free Mac FTP programs that I know of and am familiar with. It gets the job done although not as intuitively as the ones available for PC users.</li>
</ol>
<p>If the editor you use does not have an FTP setup, all one has to do is drag and drop files from your computer into your FTP program. It&#8217;s as simple as that.</p>
<h1>To read part 5, click here: <a title="Teaching HTML and CSS part 5" href="/here/2008/08/26/teaching-html-and-css-5/" target="_self">Teaching HTML and CSS [#5]</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/08/22/teaching-html-and-css-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#3]</title>
		<link>http://isdanielonline.com/here/2008/08/21/teaching-html-and-css-3/</link>
		<comments>http://isdanielonline.com/here/2008/08/21/teaching-html-and-css-3/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:56:39 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=248</guid>
		<description><![CDATA[Proper html syntax and getting started with your page.]]></description>
			<content:encoded><![CDATA[<p>When constructing a simple webpage, there are key ingredients that must be used.</p>
<p>Most used syntax in html:</p>
<ul>
<li>When creating a paragraph or sentence or even a word, you must use the &lt;p&gt;&lt;/p&gt; tag. For example, when I am constructing this very line, the html is putting &lt;p&gt;these funny p&#8217;s in open and closed brackets&lt;/p&gt;.</li>
<li>When creating a link, specifically to another webpage, I have to write this:<br />
&lt;a href=&#8221;http://thewebsite.com&#8221;&gt;Go to my website&lt;/a&gt;.</li>
<li>When creating a header that is in bold, something to show some hierarchy, I would put it in a header tag (there are multiple header tags that run something like this:
<ul>
<li>
<h1>&lt;h1&gt;header 1&lt;/h1&gt;</h1>
</li>
<li>
<h2>&lt;h2&gt;header 2&lt;/h2&gt;</h2>
</li>
<li>
<h3>&lt;h3&gt;header 3&lt;/h3&gt;</h3>
</li>
</ul>
</li>
</ul>
<p>There are many other tags that you will need to know and implement when constructing your page. These things will become memorized the more you use them. Some simple text formatting is listed below;</p>
<table style="text-align:center;" border="1">
<tbody>
<tr>
<td><strong>Description</strong></td>
<td><strong>Example Syntax</strong></td>
<td><strong>Result</strong></td>
</tr>
<tr>
<td>Bolded Text</td>
<td>&lt;b&gt;Bolded Text&lt;/b&gt;</td>
<td><strong>Bolded Text</strong></td>
</tr>
<tr>
<td>Italicized Text</td>
<td>&lt;i&gt;Italicized Text&lt;/i&gt;</td>
<td><em>Italicized Text</em></td>
</tr>
<tr>
<td>Deleted Text</td>
<td>&lt;del&gt;Deleted Text&lt;/del&gt;</td>
<td><del>Deleted Text</del></td>
</tr>
<tr>
<td>Big Text</td>
<td>&lt;big&gt;Big Text&lt;/big&gt;</td>
<td><big>Big Text</big></td>
</tr>
<tr>
<td>Small Text</td>
<td>&lt;small&gt;Small Text&lt;/small&gt;</td>
<td>Small Text</td>
</tr>
<tr>
<td>Subscript</td>
<td>H&lt;sub&gt;2&lt;/sub&gt;O</td>
<td>H<sub>2</sub>O</td>
</tr>
<tr>
<td>Superscript</td>
<td>3 x 10&lt;sup&gt;8&lt;/sup&gt;</td>
<td>3 x 10<sup>8</sup></td>
</tr>
<tr>
<td>HTML Ignore</td>
<td>&lt;xmp&gt;&lt;b&gt;Text&lt;/b&gt;&lt;/xmp&gt;</td>
<td>&lt;b&gt;Text&lt;/b&gt;</td>
</tr>
<tr>
<td>Hyperlink</td>
<td>&lt;a href=&#8221;http://www.google.com&#8221;&gt;Google&lt;/a&gt;</td>
<td><a href="http://www.google.com">Google</a></td>
</tr>
<tr>
<td>Email Hyperlink</td>
<td>&lt;a href=&#8221;mailto:mail@mail.com&#8221;&gt;mail@mail.com&lt;/a&gt;</td>
<td><a href="mailto:mail@mail.com">mail@mail.com</a></td>
</tr>
</tbody>
</table>
<p>The html page layout goes as follows;</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</p>
<p>&lt;HTML&gt;</p>
<p>&lt;HEAD&gt;</p>
<p>&lt;TITLE&gt;the title of the page&lt;/TITLE&gt;<br />
&lt;META (we&#8217;ll discuss this meta stuff later)&gt;</p>
<p>(scripts go here, but that&#8217;s for later.)</p>
<p>&lt;/HEAD&gt;</p>
<p>&lt;BODY&gt;</p>
<p>&lt;p&gt;Your content goes in the body.&lt;/p&gt;</p>
<p>&lt;/BODY&gt;</p>
<p>&lt;/HTML&gt;<span style="font-size:12pt;font-family:Times New Roman;"><br />
</span></p>
<h1>To read part 4, click here: <a title="Teaching HTML and CSS [part 4]" href="/here/2008/08/22/teaching-html-and-css-4/" target="_self">Teaching HTML and CSS [4]</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/08/21/teaching-html-and-css-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#2]</title>
		<link>http://isdanielonline.com/here/2008/08/13/teaching-html-and-css-the-doctype-post-2/</link>
		<comments>http://isdanielonline.com/here/2008/08/13/teaching-html-and-css-the-doctype-post-2/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 02:48:59 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[DOCTYPE]]></category>
		<category><![CDATA[document object model]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html lesson]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=225</guid>
		<description><![CDATA[What is the DOM and what is a DOCTYPE?]]></description>
			<content:encoded><![CDATA[<p>The vastness of the internet leaves a lot to imagine what exactly content sits inside in order to be visible. After thinking about how to go about teaching how and what it takes to create websites, I realized that I need to do what I do best. I have to explain how to do things and why it works in my own way in order to keep things interesting. I am not a programmer (see my <a title="Daniel Miller" href="http://danielmiller.wordpress.com/about/" target="_self">About</a> page for more info on me) so this experiment isn&#8217;t going to be your typical html class.</p>
<p>Its called the Document Object Model, or DOM, and is what one needs to be aware of when creating content in any type page. It is the official &#8220;standard for representing structured documents in a platform and language neutral manner,&#8221; <a title="Web Consortium" href="http://w3c.org" target="_blank">w3c.org</a> .</p>
<p>Eh, yeah, so now that you know exactly what it &#8220;is&#8221;, lets discuss what it &#8230; is.</p>
<p>The space in which you organize your information in order for things to receive information, and do whatever you tell it to do. I view it as one piece of blackness in the vastness of the internet universe.  Being that there are multiple types of html pages (versions and compatibilities), the doctype defines the page in a &#8220;machine-readable language specifying the information of a type of HTML&#8221;. You must set the doctype in order for your page to be viewed and function properly.</p>
<p>These are the ones we need to know;</p>
<blockquote><p><strong>HTML 4.01 Strict, Transitional, Frameset</strong></p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&gt;</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Frameset//EN&#8221;<br />
&#8220;http://www.w3.org/TR/html4/frameset.dtd&#8221;&gt;</p>
<p><strong>XHTML 1.0 Strict, Transitional, Frameset</strong></p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#8221;&gt;</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Frameset//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&#8221;&gt;</p>
<p><strong>XHTML 1.1 DTD</strong></p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.1//EN&#8221;<br />
&#8220;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#8221;&gt;</p></blockquote>
<p><a title="DOCTYPE source information page" href="http://www.alistapart.com/stories/doctype/" target="_blank">[source]</a></p>
<p>The one that we will be using is this:</p>
<blockquote>
<pre>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;</pre>
</blockquote>
<p>It will comply with all major web browsers and allow us to write what we need. This snippet will go at the extreme top of the page, first thing with nothing else.</p>
<h1>To read part 3, click here: <a title="Teaching HTML and CSS [3]" href="/here/2008/08/21/teaching-html-and-css-3/" target="_self">Teaching HTML and CSS [3]</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/08/13/teaching-html-and-css-the-doctype-post-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching HTML and CSS [#1]</title>
		<link>http://isdanielonline.com/here/2008/08/12/teaching-html-and-css/</link>
		<comments>http://isdanielonline.com/here/2008/08/12/teaching-html-and-css/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:47:30 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css cheat sheet]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html cheat sheet]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[meta tag]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[w3c.org]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[world wide web consortium]]></category>

		<guid isPermaLink="false">http://danielmiller.wordpress.com/?p=218</guid>
		<description><![CDATA[The beginning to an HTML and CSS class.]]></description>
			<content:encoded><![CDATA[<h2>*This is not your typical tutorial. I am creating this as a creative for creatives. If you want a full tutorial I would recommend purchasing <em><span class="b">Visual Quickstart Guide DHTML and CSS</span><span> by </span>Jason Cranford Teague (<span>Publisher: </span></em><span class="b"><em>Peachpit Press)</em>. This book is great for beginners. Also, there are many great tutorials online by just searching for them.<br />
</span></h2>
<p>One motto I keep saying is, &#8220;The more I know, the less I know,&#8221; which stands true for most things in life. When setting up my circulum, there are obvious constants that I know I will be implimenting into my teaching.</p>
<ol>
<li>Basic structrure of the page.</li>
<li>What a meta tag is and how it works.</li>
<li>Using titles and attributes.</li>
<li>Tags, naming conventions and appropriate uses.</li>
<li>Hierarchy in the page layout.</li>
<li>How to implement content correctly.</li>
<li>Using images and the different image types.</li>
<li>The wrong way to write code.</li>
<li>The right way to write code.</li>
<li>Using an FTP program.</li>
<li>Publishing the finished page online.</li>
<li>Checking for browser compatibility issues.</li>
<li>Linking and the good / bad aspects of such.</li>
<li>Proper design and navigation.</li>
<li>Explaining how content is king (over design).</li>
<li>How proper design works on the internet.</li>
</ol>
<p>There are many more to add to this list, although this is a good start. As I progress I will create more posts on this subject, journaling my progress as well as my &#8220;students&#8221;. I always learn when teaching others, so this will be a great experience. Wish me luck!</p>
<p>Necessary &#8216;cheat sheets&#8217;;</p>
<ul>
<li><a title="HTML Cheat Sheet" href="http://lesliefranke.com/files/reference/htmlcheatsheet.html" target="_blank">HTML Cheat Sheet</a></li>
<li><a title="CSS cheat sheet" href="http://lesliefranke.com/files/reference/csscheatsheet.html" target="_blank">CSS Cheat Sheet</a></li>
</ul>
<p>The best resource for learning html, css and any other web syntax and knowledge.</p>
<ul>
<li><a title="World Wide Web Consortium" href="http://www.w3.org/" target="_blank">World Wide Web Consortium</a> (w3c.org)</li>
</ul>
<h1>To read part 2, click here: <a title="Teaching HTML and CSS [2]" href="/here/2008/08/13/teaching-html-and-css-the-doctype-post-2/" target="_self">Teaching HTML and CSS [2]</a></h1>
]]></content:encoded>
			<wfw:commentRss>http://isdanielonline.com/here/2008/08/12/teaching-html-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
