<?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>joerhoney.com &#187; Learn</title>
	<atom:link href="http://joerhoney.com/category/learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://joerhoney.com</link>
	<description>Web Design and Graphic Arts</description>
	<lastBuildDate>Sat, 17 Apr 2010 19:43:10 +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>Some Common Web Coding Errors</title>
		<link>http://joerhoney.com/2009/some-common-web-coding-errors/</link>
		<comments>http://joerhoney.com/2009/some-common-web-coding-errors/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 19:43:12 +0000</pubDate>
		<dc:creator>joerhoney</dc:creator>
				<category><![CDATA[Definitions]]></category>
		<category><![CDATA[Learn]]></category>
		<category><![CDATA[syntax]]></category>

		<guid isPermaLink="false">http://joerhoney.com/?p=700</guid>
		<description><![CDATA[Although impossible to know all of the errors that can be made in web coding, knowing this hand-full of common mistakes can significantly decrease the amount of trouble budding web developers run into.
Syntax
syn·tax (sin′taks′)
noun

the structure of statements in a computer language
the rules governing this structure

yourdictionary.com
Example:
A paragraph in HTML is properly written:
&#60;p&#62;Paragraph goes here.&#60;/p&#62;
An incorrectly written [...]]]></description>
		<wfw:commentRss>http://joerhoney.com/2009/some-common-web-coding-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Layouts in a Nutshell</title>
		<link>http://joerhoney.com/2009/web-layouts-in-a-nutshell/</link>
		<comments>http://joerhoney.com/2009/web-layouts-in-a-nutshell/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:09:26 +0000</pubDate>
		<dc:creator>joerhoney</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[aesthics]]></category>
		<category><![CDATA[fixed layout]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[frameset]]></category>
		<category><![CDATA[liquid layout]]></category>

		<guid isPermaLink="false">http://www.joerhoney.com/?p=478</guid>
		<description><![CDATA[The layout of a website is very important. The three main factors that go into a web layout are:
Flow Aesthetic Quality Flexibility/Fit
Flow
Visitors aren&#8217;t likely to stick around or come back to a website if it isn&#8217;t apparent where things are or how to find them.
Overly busy websites can be confusing, while a website that is [...]]]></description>
		<wfw:commentRss>http://joerhoney.com/2009/web-layouts-in-a-nutshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hand-Coded Vs. Application-Written</title>
		<link>http://joerhoney.com/2009/hand-coded/</link>
		<comments>http://joerhoney.com/2009/hand-coded/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:08:43 +0000</pubDate>
		<dc:creator>joerhoney</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[application-written]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[hand-coded]]></category>
		<category><![CDATA[hand-coding]]></category>

		<guid isPermaLink="false">http://www.joerhoney.com/?p=476</guid>
		<description><![CDATA[When a browser interprets a web page, it is essentially reading a plain text document that has special code in it (such as html and css) to represent styles, links, forms and other elements. Web developers either use this code to create websites or they use applications designed to write the code for them, or [...]]]></description>
		<wfw:commentRss>http://joerhoney.com/2009/hand-coded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-Browser</title>
		<link>http://joerhoney.com/2009/cross-browser/</link>
		<comments>http://joerhoney.com/2009/cross-browser/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:07:38 +0000</pubDate>
		<dc:creator>joerhoney</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[cross-browser]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.joerhoney.com/?p=472</guid>
		<description><![CDATA[It is an unfortunate fact that browsers don&#8217;t all interpret the same code in exactly the same way. This is probably the biggest challange the web designer/developer faces in his daily practice.
Actually most browsers (the makers of them) try to comply with the international standards for interpreting web code (those set by an organization known [...]]]></description>
		<wfw:commentRss>http://joerhoney.com/2009/cross-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Knowing Your Pixels</title>
		<link>http://joerhoney.com/2009/web-designer-think/</link>
		<comments>http://joerhoney.com/2009/web-designer-think/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 05:05:10 +0000</pubDate>
		<dc:creator>joerhoney</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[designer think]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[know how]]></category>
		<category><![CDATA[pixels]]></category>
		<category><![CDATA[web graphics]]></category>

		<guid isPermaLink="false">http://www.joerhoney.com/?p=332</guid>
		<description><![CDATA[
When working in a program like Photoshop&#174; or Gimp&#174;, you&#8217;ll soon find yourself becoming familiar with the distance 600px (pixels) reaches in width or height (as compared to your own computer monitor anyway).
This becomes helpful in at least two ways.

Guestimating element sizes. When you want to determine a good size for an image, box or [...]]]></description>
		<wfw:commentRss>http://joerhoney.com/2009/web-designer-think/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
