<?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>Glen Pridgen &#187; Tutorial</title>
	<atom:link href="http://glenpridgen.com/tag/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://glenpridgen.com</link>
	<description>Music, Marketing, Web Development and Life</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:03:34 +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>Using HTML Symbol Entities</title>
		<link>http://glenpridgen.com/using-html-symbol-entities</link>
		<comments>http://glenpridgen.com/using-html-symbol-entities#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:30:34 +0000</pubDate>
		<dc:creator>glenpridgen</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Entities]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://glenpridgen.com/?p=49</guid>
		<description><![CDATA[HTML Symbol Entities is one of those things I found by accident. When I use an editor in &#8220;design view&#8221; to type an HTML page and then view my work in &#8220;code view&#8221;; I see that my spaces are turned into &#8216;&#38;nbsp&#8217; among other strings of confusing code. This tutorial from Web Designer Wall will [...]]]></description>
			<content:encoded><![CDATA[<p>HTML Symbol Entities is one of those things I found by accident. When I use an editor in &#8220;design view&#8221; to type an HTML page and then view my work in &#8220;code view&#8221;; I see that my spaces are turned into &#8216;&amp;nbsp&#8217; among other strings of confusing code. This tutorial from <a title="Web Designer Wall" href="http://www.webdesignerwall.com/">Web Designer Wall </a>will help make sense of it all.</p>
<ul>
<li>The Advantages of Using Entities Rather Than Images</li>
<li>Apostrophe &amp; Quotation Marks</li>
<li>Arrows (Very Helpful)</li>
<li>Link Separators</li>
<li>Trademark, Copyright, Degree, and Currency</li>
<li>Symbols For Web Design</li>
<li>Miscellaneous Symbols</li>
<li>Rendering Issues</li>
<li>Reference Lilnks</li>
</ul>
<p><a href="http://www.webdesignerwall.com/tutorials/using-html-symbol-entities/">Read full tutorial here: </a></p>
<p>Useful Reference Links:</p>
<ul>
<li>For a full list of entity reference, check <a href="http://www.bigbaer.com/reference/character_entity_reference.htm">Bigbaer.com  &#8211; Character Entity Reference</a>.</li>
<li><a href="http://www.w3schools.com/tags/ref_symbols.asp">W3Schools.com &#8211;  Symbols Entities</a></li>
<li><a href="http://www.webstandards.org/learn/reference/charts/entities/symbol_entities/">Webstandards.org  &#8211; Symbol Entities</a></li>
</ul>
<fb:share-button href="http://glenpridgen.com/using-html-symbol-entities" type="button"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://glenpridgen.com/using-html-symbol-entities/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Clean and Semantic Templates</title>
		<link>http://glenpridgen.com/coding-clean-and-semantic-templates</link>
		<comments>http://glenpridgen.com/coding-clean-and-semantic-templates#comments</comments>
		<pubDate>Mon, 08 Feb 2010 04:02:55 +0000</pubDate>
		<dc:creator>glenpridgen</dc:creator>
				<category><![CDATA[Feature]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://glenpridgen.com/?p=44</guid>
		<description><![CDATA[Learn how to Code Clean and Semantic Templates. A fine tutorial from Web Designer Wall.]]></description>
			<content:encoded><![CDATA[<p>I just finished going through a fantastic CSS tutorial by <a title="Clean and Semantic Templates" href="http://www.webdesignerwall.com">Web Designer Wall</a>. As someone who loves to use and abuse &lt;div&gt; tags I found these examples helpful and will incorporate them into my projects.</p>
<ul>
<li>Remove The Unnecessary &lt;div&gt; Tags</li>
<li>Use Semantic Markups. (i. &lt;h1&gt; for headings, &lt;p&gt; for paragraph text, and &lt;ul&gt; for list items).</li>
<li>Minimize The Use of &lt;div&gt; Tags to make debugging and editing easier</li>
<li>Format (Indent) Your Code</li>
<li>Comment The Closing &lt;/div&gt; Tags</li>
</ul>
<p><a href="http://www.webdesignerwall.com/tutorials/coding-clean-and-semantic-templates/">Read the full tutorial here</a></p>
<fb:share-button href="http://glenpridgen.com/coding-clean-and-semantic-templates" type="button"></fb:share-button>]]></content:encoded>
			<wfw:commentRss>http://glenpridgen.com/coding-clean-and-semantic-templates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
