<?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: Markup debates: rank priorities, code accordingly</title>
	<atom:link href="http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/</link>
	<description>Dumping wisdom on design and the web</description>
	<lastBuildDate>Sat, 01 Oct 2011 03:29:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Design debates: it&#8217;s time to throw curveballs &#124; Wisdump</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-329995</link>
		<dc:creator>Design debates: it&#8217;s time to throw curveballs &#124; Wisdump</dc:creator>
		<pubDate>Wed, 30 Dec 2009 09:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-329995</guid>
		<description>[...] we&#8217;re not spending time debating on the right way to code websites&#8212;CSS, tables, and all&#8212;we&#8217;re probably stressing over the details that go into the [...]</description>
		<content:encoded><![CDATA[<p>[...] we&#8217;re not spending time debating on the right way to code websites&#8212;CSS, tables, and all&#8212;we&#8217;re probably stressing over the details that go into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Design Community Killed the Community (or maybe we just get what we give) &#124; Good Dog Creative</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-325066</link>
		<dc:creator>The Design Community Killed the Community (or maybe we just get what we give) &#124; Good Dog Creative</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-325066</guid>
		<description>[...] two different articles from two different sites posted around the same time. First, an article from wisdump.com titled &#8220;Markup Debates: rank priorities, code accordingly&#8221;. This article offers [...]</description>
		<content:encoded><![CDATA[<p>[...] two different articles from two different sites posted around the same time. First, an article from wisdump.com titled &#8220;Markup Debates: rank priorities, code accordingly&#8221;. This article offers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-270209</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Tue, 03 Feb 2009 22:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-270209</guid>
		<description>I agree with your question about the number of h1s on a page being more important. Have a look at http://www.w3.org/TR/html401/struct/global.html#h-7.5.5, specifically:

&quot;A heading element briefly describes the topic of the section it introduces.&quot;

And the current (3rd Feb 2009) draft HTML5 spec. says:

&quot;These elements define headers for their sections.&quot;
http://dev.w3.org/html5/spec/Overview.html#the-h1-h2-h3-h4-h5-and-h6-elements

There&#039;s more stuff on the HTML5 page about headers, but nowhere does it mention that you should only use one h1.

So, perhaps the W3C is a useful &#039;god&#039; to quote in this instance! :)</description>
		<content:encoded><![CDATA[<p>I agree with your question about the number of h1s on a page being more important. Have a look at <a href="http://www.w3.org/TR/html401/struct/global.html#h-7.5.5" rel="nofollow">http://www.w3.org/TR/html401/struct/global.html#h-7.5.5</a>, specifically:</p>
<p>&#8220;A heading element briefly describes the topic of the section it introduces.&#8221;</p>
<p>And the current (3rd Feb 2009) draft HTML5 spec. says:</p>
<p>&#8220;These elements define headers for their sections.&#8221;<br />
<a href="http://dev.w3.org/html5/spec/Overview.html#the-h1-h2-h3-h4-h5-and-h6-elements" rel="nofollow">http://dev.w3.org/html5/spec/Overview.html#the-h1-h2-h3-h4-h5-and-h6-elements</a></p>
<p>There&#8217;s more stuff on the HTML5 page about headers, but nowhere does it mention that you should only use one h1.</p>
<p>So, perhaps the W3C is a useful &#8216;god&#8217; to quote in this instance! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-270089</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 03 Feb 2009 13:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-270089</guid>
		<description>For me, the page title and not the site title should be an an h1, unless you are using HTML5 in which case there is no argument.

Non-sematic classes are fine if you will never reuse the html, but I use standard HTML whenever I start a site, irrespective of the end layout so calling something left just makes no sense. Classes are not identifying though so I don&#039;t really think it matters one jot what anyone decides to call them.

I don&#039;t consider myself a purist, but I think I am entitled to make some assumptions about anyone that uses tables for layout purposes. However bad somone thinks the CSS problems are they are all relatively easy to overcome. We know this because we have all had to do it. &quot;cool&quot; doesn&#039;t come into it. There may not be one way to build a website but there is one way to mark it up and it is clearly defined.</description>
		<content:encoded><![CDATA[<p>For me, the page title and not the site title should be an an h1, unless you are using HTML5 in which case there is no argument.</p>
<p>Non-sematic classes are fine if you will never reuse the html, but I use standard HTML whenever I start a site, irrespective of the end layout so calling something left just makes no sense. Classes are not identifying though so I don&#8217;t really think it matters one jot what anyone decides to call them.</p>
<p>I don&#8217;t consider myself a purist, but I think I am entitled to make some assumptions about anyone that uses tables for layout purposes. However bad somone thinks the CSS problems are they are all relatively easy to overcome. We know this because we have all had to do it. &#8220;cool&#8221; doesn&#8217;t come into it. There may not be one way to build a website but there is one way to mark it up and it is clearly defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bithalter Webzeuglinks 005&#8242;09 &#124; Webzeugkoffer Webdesign</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-270078</link>
		<dc:creator>Bithalter Webzeuglinks 005&#8242;09 &#124; Webzeugkoffer Webdesign</dc:creator>
		<pubDate>Tue, 03 Feb 2009 12:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-270078</guid>
		<description>[...] Markup debates: rank priorities, code accordingly: Zum Thema Prioritäten setzen. Webstandards? SEO? Effizienz? Reines Gewissen? Vernunft? (via CSS Globe) [...]</description>
		<content:encoded><![CDATA[<p>[...] Markup debates: rank priorities, code accordingly: Zum Thema Prioritäten setzen. Webstandards? SEO? Effizienz? Reines Gewissen? Vernunft? (via CSS Globe) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahnas</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-270030</link>
		<dc:creator>rahnas</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-270030</guid>
		<description>Nice discussion.
I think you might read following articles too on the same subject.
1. Round one: logo vs. title inside 
http://www.htmlremix.com/review/five-reason-why-you-should-put-logo-as-an-image

2.Round two: generic vs. semantic CSS classes
http://www.htmlremix.com/seo/microformats-class-names-and-future-seo

3.Round three: CSS vs. tables (again?)
You have nothing to read again.

Thanks
Rahnas</description>
		<content:encoded><![CDATA[<p>Nice discussion.<br />
I think you might read following articles too on the same subject.<br />
1. Round one: logo vs. title inside<br />
<a href="http://www.htmlremix.com/review/five-reason-why-you-should-put-logo-as-an-image" rel="nofollow">http://www.htmlremix.com/review/five-reason-why-you-should-put-logo-as-an-image</a></p>
<p>2.Round two: generic vs. semantic CSS classes<br />
<a href="http://www.htmlremix.com/seo/microformats-class-names-and-future-seo" rel="nofollow">http://www.htmlremix.com/seo/microformats-class-names-and-future-seo</a></p>
<p>3.Round three: CSS vs. tables (again?)<br />
You have nothing to read again.</p>
<p>Thanks<br />
Rahnas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Horodecki</title>
		<link>http://www.wisdump.com/web-programming/markup-debates-rank-priorities-code-accordingly/comment-page-1/#comment-270018</link>
		<dc:creator>David Horodecki</dc:creator>
		<pubDate>Tue, 03 Feb 2009 09:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.wisdump.com/?p=1195#comment-270018</guid>
		<description>About tables used as layout: I think you know this very well, but the whole thing about not using them for layout it&#039;s not for us (people who can read using eyes) but for people who &quot;discover&quot; internet in different way.

I agree that some CSS trolls are pointing their rights in inappropriate way. I was one of them. And yes, it was stupid. We must educate not extort.

I don&#039;t think the source code is so important as long as it&#039;s doing his job.
But if you look at this from the side of developer - it should be important for him and his team to make this code readable.</description>
		<content:encoded><![CDATA[<p>About tables used as layout: I think you know this very well, but the whole thing about not using them for layout it&#8217;s not for us (people who can read using eyes) but for people who &#8220;discover&#8221; internet in different way.</p>
<p>I agree that some CSS trolls are pointing their rights in inappropriate way. I was one of them. And yes, it was stupid. We must educate not extort.</p>
<p>I don&#8217;t think the source code is so important as long as it&#8217;s doing his job.<br />
But if you look at this from the side of developer &#8211; it should be important for him and his team to make this code readable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

