<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: HTML Starter Template</title>
	<atom:link href="http:///blog/semantic-html-starting-template/2008/09/20/feed/" rel="self" type="application/rss+xml" />
	<link>/blog/semantic-html-starting-template/2008/09/20/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Feb 2009 23:45:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan</title>
		<link>/blog/semantic-html-starting-template/2008/09/20/comment-page-1/#comment-22</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 02 Dec 2008 09:39:15 +0000</pubDate>
		<guid isPermaLink="false">/blog/?p=12#comment-22</guid>
		<description>My CSS starter sheet can be found here: http://www.faithinme.co.uk/blog/css-starting-template/2008/09/20/

The Yahoo CSS reset is quite similar to what i&#039;m using except I have slimmed things down further.

Instead of:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 

We can use:
* { margin:0; padding:0; }

I&#039;ve not seen use of table-collapse and font-style in a reset before, am going to read up a little on that. I like the fonts &amp; grids CSS resets!

Thanks for your comments!</description>
		<content:encoded><![CDATA[<p>My CSS starter sheet can be found here: <a href="http://www.faithinme.co.uk/blog/css-starting-template/2008/09/20/" rel="nofollow">http://www.faithinme.co.uk/blog/css-starting-template/2008/09/20/</a></p>
<p>The Yahoo CSS reset is quite similar to what i&#8217;m using except I have slimmed things down further.</p>
<p>Instead of:<br />
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {<br />
	    margin:0;<br />
	    padding:0;<br />
	} </p>
<p>We can use:<br />
* { margin:0; padding:0; }</p>
<p>I&#8217;ve not seen use of table-collapse and font-style in a reset before, am going to read up a little on that. I like the fonts &#038; grids CSS resets!</p>
<p>Thanks for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Davies</title>
		<link>/blog/semantic-html-starting-template/2008/09/20/comment-page-1/#comment-21</link>
		<dc:creator>Matt Davies</dc:creator>
		<pubDate>Tue, 02 Dec 2008 09:21:33 +0000</pubDate>
		<guid isPermaLink="false">/blog/?p=12#comment-21</guid>
		<description>We have something very similar - saves a lot of time (and therefore money ;0)!

Do you have a standard CSS sheet as well? We&#039;ve found that the Yahoo CSS reset found here: http://developer.yahoo.com/yui/reset/ is very useful and goes along way to ensure our sites look good in all browsers...</description>
		<content:encoded><![CDATA[<p>We have something very similar &#8211; saves a lot of time (and therefore money ;0)!</p>
<p>Do you have a standard CSS sheet as well? We&#8217;ve found that the Yahoo CSS reset found here: <a href="http://developer.yahoo.com/yui/reset/" rel="nofollow">http://developer.yahoo.com/yui/reset/</a> is very useful and goes along way to ensure our sites look good in all browsers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>/blog/semantic-html-starting-template/2008/09/20/comment-page-1/#comment-3</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 25 Sep 2008 13:47:29 +0000</pubDate>
		<guid isPermaLink="false">/blog/?p=12#comment-3</guid>
		<description>Most 5-10 page sites will never need to use XML files so I tend to use the HTML DTD. If I am working on CMS or Ecommerce websites I tend to use mainly XHTML DTD.

I think the main point is to use a Strict DTD whether it be HTML or XHTML. The choice of using XHTML when XML isn&#039;t going to be used on the site is just down to personal preference.

Thanks for your comments!</description>
		<content:encoded><![CDATA[<p>Most 5-10 page sites will never need to use XML files so I tend to use the HTML DTD. If I am working on CMS or Ecommerce websites I tend to use mainly XHTML DTD.</p>
<p>I think the main point is to use a Strict DTD whether it be HTML or XHTML. The choice of using XHTML when XML isn&#8217;t going to be used on the site is just down to personal preference.</p>
<p>Thanks for your comments!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hm087ster</title>
		<link>/blog/semantic-html-starting-template/2008/09/20/comment-page-1/#comment-2</link>
		<dc:creator>hm087ster</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:56:55 +0000</pubDate>
		<guid isPermaLink="false">/blog/?p=12#comment-2</guid>
		<description>Why do you not use Strict Valid XHTML (1.0 or 1.1) templates for your new sites, which is a successor to the classic HTML 4.0?   You would benefit by having a mixture of classic (HTML) and cutting–edge (XML), also it would be future-proof.</description>
		<content:encoded><![CDATA[<p>Why do you not use Strict Valid XHTML (1.0 or 1.1) templates for your new sites, which is a successor to the classic HTML 4.0?   You would benefit by having a mixture of classic (HTML) and cutting–edge (XML), also it would be future-proof.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

