<?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>rowast[DOT]com &#187; html</title>
	<atom:link href="http://rowast.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://rowast.com</link>
	<description>personally impersonable</description>
	<lastBuildDate>Thu, 24 May 2012 07:23:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>12 Principles For Keeping Your Code Clean</title>
		<link>http://rowast.com/2008/11/13/12-principles-for-keeping-your-code-clean/</link>
		<comments>http://rowast.com/2008/11/13/12-principles-for-keeping-your-code-clean/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:13:47 +0000</pubDate>
		<dc:creator>digg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://rowast.com/2008/11/13/12-principles-for-keeping-your-code-clean/</guid>
		<description><![CDATA[Beautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its &#8230; <a href="http://rowast.com/2008/11/13/12-principles-for-keeping-your-code-clean/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Beautiful HTML is the foundation of a beautiful website. When I teach people about CSS, I always begin by telling them that good CSS can only exist with equally good HTML markup. A house is only as strong as its foundation, right? The advantages of clean, semantic HTML are many, yet so many websites suffer from poorly written markup.</p>
<p><a href="http://www.smashingmagazine.com/2008/11/12/12-principles-for-keeping-your-code-clean/">read more</a> | <a href="http://digg.com/programming/12_Principles_For_Keeping_Your_Code_Clean">digg story</a></p>
<p><em style="font-style: italic;">Most of the tips in here are definitely true, tabbing and doctype and semantics but others are not set in stone, for example sometimes javascript can be listed outside of the head section, and non external css can be okay at times.  Moreover, I use php to write fresh js and inline styles for my version of the flickrRSS plugin</em></p>
]]></content:encoded>
			<wfw:commentRss>http://rowast.com/2008/11/13/12-principles-for-keeping-your-code-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>everytime you think you know everything</title>
		<link>http://rowast.com/2007/09/29/everytime-you-think-you-know-everything/</link>
		<comments>http://rowast.com/2007/09/29/everytime-you-think-you-know-everything/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 09:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.newfoundnoise82.com/?p=216</guid>
		<description><![CDATA[Life can be a jerk sometimes, case in point my just now discovering what the clear property does in css. Without getting bogged down in semantics, my old theme that I abandoned because I couldn&#8217;t make the sidebar and content &#8230; <a href="http://rowast.com/2007/09/29/everytime-you-think-you-know-everything/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Life can be a jerk sometimes, case in point my just now discovering what the clear property does in css.</p>
<p>Without getting bogged down in semantics, <a href="http://www.flickr.com/photos/newfoundnoise82/1124278430/in/set-72157600828288833/">my old theme</a> that I abandoned because I couldn&#8217;t make the sidebar and content pane work together&#8230;.  it could have been saved, and <a href="http://www.flickr.com/photos/newfoundnoise82/1419578376/in/set-72157600828288833/">my current theme</a> could have been altered somewhat as well.   While I prefer my current theme right now, it does bug me that something so tiny, would have fixed what I ended up throwing away.</p>
<p>Using the handy dandy, guide on <a href="http://www.w3schools.com/css/pr_class_clear.asp">the clear property from the w3schools</a> the clear property can be summed up thusly:</p>
<blockquote><p>Image and text elements that appear in another element are called floating elements.</p>
<p>The clear property sets the sides of an element where other floating elements are not allowed.</p></blockquote>
<p>Or to put it another way, you basically create a page break at the bottom of an element, right, left, or both.  This is one of the reasons I want to go into this line of work, it really excites me to have learned this, and everyday I find something like this that I did not know.</p>
]]></content:encoded>
			<wfw:commentRss>http://rowast.com/2007/09/29/everytime-you-think-you-know-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

