<?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: Guide to Semantic Mark-up</title>
	<atom:link href="http://blue-anvil.com/archives/guide-to-semantic-mark-up/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/</link>
	<description>The online blogfolio of Mike Jolley</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:50:22 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vekta</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-3478</link>
		<dc:creator>Vekta</dc:creator>
		<pubDate>Tue, 10 Mar 2009 12:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-3478</guid>
		<description>Reading this article has made me think of how complex web programming used to be when I first started work in the industry, over 15 years ago.</description>
		<content:encoded><![CDATA[<p>Reading this article has made me think of how complex web programming used to be when I first started work in the industry, over 15 years ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ervin Ter</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-3023</link>
		<dc:creator>Ervin Ter</dc:creator>
		<pubDate>Wed, 12 Nov 2008 03:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-3023</guid>
		<description>After reading this article, I get to know more about important of semantic way of coding html. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>After reading this article, I get to know more about important of semantic way of coding html. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Jolley</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-2115</link>
		<dc:creator>Mike Jolley</dc:creator>
		<pubDate>Tue, 15 Jul 2008 16:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-2115</guid>
		<description>This post is very old, It probably got deleted when i moved servers</description>
		<content:encoded><![CDATA[<p>This post is very old, It probably got deleted when i moved servers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ngarrison</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-2114</link>
		<dc:creator>ngarrison</dc:creator>
		<pubDate>Tue, 15 Jul 2008 16:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-2114</guid>
		<description>In the navigation unordered list styling example, the list that appears after &quot;applying&quot; the style (&quot;Our navigation list now looks like this:&quot;) doesn&#039;t look any different than the original list in either Opera or Firefox.

You have the class set on the element:  but I don&#039;t see a stylesheet (internal or external) that defines the styles for navexample.  You place the css on the page but don&#039;t actually use it for the example.  I had to edit the source and add this block to the top of the page for the example to work:


	Ul#navexample { list-style:none; margin:0; padding:0; width:200px; }
	Ul#navexample li { margin:0; padding:0; padding-bottom:2px; display:block; }
	Ul#navexample li a{ display:block; text-align:center; padding:4px; background-color:#111; color:#fff; }
	Ul#navexample li a:hover{ Background-color:#444; }
</description>
		<content:encoded><![CDATA[<p>In the navigation unordered list styling example, the list that appears after &#8220;applying&#8221; the style (&#8220;Our navigation list now looks like this:&#8221;) doesn&#8217;t look any different than the original list in either Opera or Firefox.</p>
<p>You have the class set on the element:  but I don&#8217;t see a stylesheet (internal or external) that defines the styles for navexample.  You place the css on the page but don&#8217;t actually use it for the example.  I had to edit the source and add this block to the top of the page for the example to work:</p>
<p>	Ul#navexample { list-style:none; margin:0; padding:0; width:200px; }<br />
	Ul#navexample li { margin:0; padding:0; padding-bottom:2px; display:block; }<br />
	Ul#navexample li a{ display:block; text-align:center; padding:4px; background-color:#111; color:#fff; }<br />
	Ul#navexample li a:hover{ Background-color:#444; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introduction to semantic markups in CSS &#171; My ways of expressing myself..</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-1970</link>
		<dc:creator>Introduction to semantic markups in CSS &#171; My ways of expressing myself..</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-1970</guid>
		<description>[...] These are some basic advantages that can be associated with semantic markups. Some key elements that can be used to provide information about the content are mentioned in someother blog. Please refer: http://blue-anvil.com/archives/guide-to-semantic-mark-up [...]</description>
		<content:encoded><![CDATA[<p>[...] These are some basic advantages that can be associated with semantic markups. Some key elements that can be used to provide information about the content are mentioned in someother blog. Please refer: <a href="http://blue-anvil.com/archives/guide-to-semantic-mark-up" rel="nofollow">http://blue-anvil.com/archives/guide-to-semantic-mark-up</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Boswell</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-752</link>
		<dc:creator>Chris Boswell</dc:creator>
		<pubDate>Fri, 09 Nov 2007 07:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-752</guid>
		<description>One of the best articles I&#039;ve seen on semantic markup. People generally just don&#039;t get taught this stuff, because even those who teach it, are often reliant on Dreamweaver, FrontPage and their ilk.  Handcoding has always been the way forward.

There&#039;s a link coming your way soon.</description>
		<content:encoded><![CDATA[<p>One of the best articles I&#8217;ve seen on semantic markup. People generally just don&#8217;t get taught this stuff, because even those who teach it, are often reliant on Dreamweaver, FrontPage and their ilk.  Handcoding has always been the way forward.</p>
<p>There&#8217;s a link coming your way soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: femmebot</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-62</link>
		<dc:creator>femmebot</dc:creator>
		<pubDate>Sun, 23 Sep 2007 18:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-62</guid>
		<description>In the example under &quot;Ease of Updating&quot;, you&#039;re not using proper self-closing break tags. The slash should come after the  br, not before.</description>
		<content:encoded><![CDATA[<p>In the example under &#8220;Ease of Updating&#8221;, you&#8217;re not using proper self-closing break tags. The slash should come after the  br, not before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunter ilalan, web developer - izmir</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-61</link>
		<dc:creator>kunter ilalan, web developer - izmir</dc:creator>
		<pubDate>Sat, 08 Sep 2007 16:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-61</guid>
		<description>I&#039;d wish this paper was published 4-5 years ago and I had read it in my return to web design. When I had left, tables were the core structural elements and the font tag was the primary design element besides 1 px transparent GIF&#039;s and NO_BLANK_SPACE chars - &lt;code&gt;&nbsp;&lt;/code&gt;.

I remember I strived 4 months to understand how I could turn the thing around only using CSS due to the difficulty in the case I was in: UNLEARN WHAT YOU HAVE LEARNED</description>
		<content:encoded><![CDATA[<p>I&#8217;d wish this paper was published 4-5 years ago and I had read it in my return to web design. When I had left, tables were the core structural elements and the font tag was the primary design element besides 1 px transparent GIF&#8217;s and NO_BLANK_SPACE chars &#8211; <code>&amp;amp;nbsp;</code>.</p>
<p>I remember I strived 4 months to understand how I could turn the thing around only using CSS due to the difficulty in the case I was in: UNLEARN WHAT YOU HAVE LEARNED</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-60</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sat, 18 Aug 2007 08:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-60</guid>
		<description>I&#039;m a huge fan of being semantically correct and you have done a great job of describing it. Good examples and a well written article.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a huge fan of being semantically correct and you have done a great job of describing it. Good examples and a well written article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludo</title>
		<link>http://blue-anvil.com/archives/guide-to-semantic-mark-up/comment-page-1/#comment-59</link>
		<dc:creator>ludo</dc:creator>
		<pubDate>Wed, 08 Aug 2007 22:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://82.110.105.91/blue-anvil.co.uk/?p=18#comment-59</guid>
		<description>I am interested in the topics discussed but have been feeling a little intimidated by the thought of the work</description>
		<content:encoded><![CDATA[<p>I am interested in the topics discussed but have been feeling a little intimidated by the thought of the work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
