<?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: Taking semantic tags one step further</title>
	<atom:link href="http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/</link>
	<description>The work &#38; play of Radu Chelariu</description>
	<lastBuildDate>Tue, 15 May 2012 15:38:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jamie</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-1587</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Mon, 15 Aug 2011 20:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-1587</guid>
		<description>In many situations, it is simpler to just use classes and IDs on existing semantic elements. An element like &quot;twitter&quot; wouldn&#039;t be used nearly as often as the existing &quot;header&quot; tag, and even has the potential (however small) to eventually become obsolete. Because of this, dedicating time to documenting and supporting arbitrary elements would be quite inefficient.</description>
		<content:encoded><![CDATA[<p>In many situations, it is simpler to just use classes and IDs on existing semantic elements. An element like &#8220;twitter&#8221; wouldn&#8217;t be used nearly as often as the existing &#8220;header&#8221; tag, and even has the potential (however small) to eventually become obsolete. Because of this, dedicating time to documenting and supporting arbitrary elements would be quite inefficient.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Darling</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-1583</link>
		<dc:creator>John Darling</dc:creator>
		<pubDate>Mon, 08 Aug 2011 18:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-1583</guid>
		<description>Very cool idea!  I am dabbling with html5 these days and I love the more semantic tags as opposed to divitus (use of divs, ids and classes).  Not validating concerns me a little.  As for the lack of support for browsers not using js, well thats going to be an issue for any html5 site that is viewed on a non-supporting html5 browser not running js...whoa that was a kind of a tongue twister lol (e.g. early IE).

Anyway this is the first post i&#039;ve read here, and i will be sure to stay tuned for more.

Sick stuff! :p</description>
		<content:encoded><![CDATA[<p>Very cool idea!  I am dabbling with html5 these days and I love the more semantic tags as opposed to divitus (use of divs, ids and classes).  Not validating concerns me a little.  As for the lack of support for browsers not using js, well thats going to be an issue for any html5 site that is viewed on a non-supporting html5 browser not running js&#8230;whoa that was a kind of a tongue twister lol (e.g. early IE).</p>
<p>Anyway this is the first post i&#8217;ve read here, and i will be sure to stay tuned for more.</p>
<p>Sick stuff! :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-155</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-155</guid>
		<description>@meilinPR: I do agree with you that single-occurence elements could be left to the HTML standards, but let&#039;s consider an example - a car parts manufacturer. In this example, a page may display 10 exhaust pipes, 10 gear shifters, 10 transmissions etc. In this case, perhaps using super-semantic tags isn&#039;t a bad idea. Still, super semantic tags are obviously experimental and not a go-to fix. It&#039;s a radical idea that will, probably, never leave the confines of this website. But they&#039;re still damn cool!
Thanks for the layout pointers, it seems they came just in time, as we&#039;re in the middle of a code overhaul on the website. We&#039;ll through your thoughts into the pot and see what comes out ;)</description>
		<content:encoded><![CDATA[<p>@meilinPR: I do agree with you that single-occurence elements could be left to the HTML standards, but let&#8217;s consider an example &#8211; a car parts manufacturer. In this example, a page may display 10 exhaust pipes, 10 gear shifters, 10 transmissions etc. In this case, perhaps using super-semantic tags isn&#8217;t a bad idea. Still, super semantic tags are obviously experimental and not a go-to fix. It&#8217;s a radical idea that will, probably, never leave the confines of this website. But they&#8217;re still damn cool!<br />
Thanks for the layout pointers, it seems they came just in time, as we&#8217;re in the middle of a code overhaul on the website. We&#8217;ll through your thoughts into the pot and see what comes out <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meilinPR</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-154</link>
		<dc:creator>meilinPR</dc:creator>
		<pubDate>Tue, 27 Apr 2010 05:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-154</guid>
		<description>Using &lt;container&gt; instead of &lt;div id=&#039;container&#039;&gt; does look much cleaner, but I question its usefulness. This would  only be good for structural code that is not likely to be taken out of context (unless, say, &lt;i&gt;, which might be read by an RSS reader), but these are tags are not recurrent - that is, not every site needs a container div, and those that do use it will only have one. So, then, why add tags (such as container and sidebar)? And I am always reluctant to use JavaScript.

Since I am posting, let me say that this is a very nice layout, it&#039;s a while since I&#039;ve seen one like this one (with the holder for the sidebar drawn in the background). But something strange happened. When I was reading the articles on CSS formatting and on KISS,  the content went below the sidebar. A case of the container not being wide enough for the two block elements to be side-by-side, I figured, but then I maximized my window (my res is 1400px wide), and it still didn&#039;t look right. Everything is suddenly magically fixed, though, as long as I keep the window no narrower than 1000px.

By the way, this comment box drives me crazy. Because I don&#039;t know whether I can use HTML, and what tags can use, nor is there a &#039;Preview&#039; button.</description>
		<content:encoded><![CDATA[<p>Using &lt;container&gt; instead of &lt;div id=&#8217;container&#8217;&gt; does look much cleaner, but I question its usefulness. This would  only be good for structural code that is not likely to be taken out of context (unless, say, &lt;i&gt;, which might be read by an RSS reader), but these are tags are not recurrent &#8211; that is, not every site needs a container div, and those that do use it will only have one. So, then, why add tags (such as container and sidebar)? And I am always reluctant to use JavaScript.</p>
<p>Since I am posting, let me say that this is a very nice layout, it&#8217;s a while since I&#8217;ve seen one like this one (with the holder for the sidebar drawn in the background). But something strange happened. When I was reading the articles on CSS formatting and on KISS,  the content went below the sidebar. A case of the container not being wide enough for the two block elements to be side-by-side, I figured, but then I maximized my window (my res is 1400px wide), and it still didn&#8217;t look right. Everything is suddenly magically fixed, though, as long as I keep the window no narrower than 1000px.</p>
<p>By the way, this comment box drives me crazy. Because I don&#8217;t know whether I can use HTML, and what tags can use, nor is there a &#8216;Preview&#8217; button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mansour</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-153</link>
		<dc:creator>mansour</dc:creator>
		<pubDate>Wed, 14 Apr 2010 19:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-153</guid>
		<description>this is the sickness.</description>
		<content:encoded><![CDATA[<p>this is the sickness.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu Chelariu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-152</link>
		<dc:creator>Radu Chelariu</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-152</guid>
		<description>@Victor: Thanks! While building the new sickdesigner.com I too was a bit weary about not being able to validate; to be honest I&#039;m not sure this problem will ever be solved. The way I see it you can overcome this by first creating the website with divs with ids and validating as you would normally and then at the very end replace these with super semantic tags. That way, the code is proper, even though not valid.
@Ian: it&#039;s true, the code is dependant on Javascript and while disabled you&#039;d run into what I can only imagine as paranormal behavior from older browsers, while the newer class of browsers might be able to cope with the new tags.
This is all very experimental and while sickdesigner.com is built using this technique, I can live with it because 98% of my visitors have Javascript on and about 90 something procent use modern browsers. So for me, it&#039;s all safe and sound; it depends on your audience.</description>
		<content:encoded><![CDATA[<p>@Victor: Thanks! While building the new sickdesigner.com I too was a bit weary about not being able to validate; to be honest I&#8217;m not sure this problem will ever be solved. The way I see it you can overcome this by first creating the website with divs with ids and validating as you would normally and then at the very end replace these with super semantic tags. That way, the code is proper, even though not valid.<br />
@Ian: it&#8217;s true, the code is dependant on Javascript and while disabled you&#8217;d run into what I can only imagine as paranormal behavior from older browsers, while the newer class of browsers might be able to cope with the new tags.<br />
This is all very experimental and while sickdesigner.com is built using this technique, I can live with it because 98% of my visitors have Javascript on and about 90 something procent use modern browsers. So for me, it&#8217;s all safe and sound; it depends on your audience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Bauer</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-151</link>
		<dc:creator>Victor Bauer</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-151</guid>
		<description>Excellent post! Congratulations!
the only thing i&#039;m preocupado is the W3C validation...
The &quot;document.createElement&quot; solves the problem with the browsers and CSS styles. But the HTML code isn&#039;t validated. How can we solve this?
Thanks</description>
		<content:encoded><![CDATA[<p>Excellent post! Congratulations!<br />
the only thing i&#8217;m preocupado is the W3C validation&#8230;<br />
The &#8220;document.createElement&#8221; solves the problem with the browsers and CSS styles. But the HTML code isn&#8217;t validated. How can we solve this?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Storm Taylor</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-150</link>
		<dc:creator>Ian Storm Taylor</dc:creator>
		<pubDate>Tue, 16 Mar 2010 18:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-150</guid>
		<description>This is a very interesting idea indeed.

One thing that leaves me weary is that its all based on Javascript. What happens when users have this feature disabled?</description>
		<content:encoded><![CDATA[<p>This is a very interesting idea indeed.</p>
<p>One thing that leaves me weary is that its all based on Javascript. What happens when users have this feature disabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-149</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Fri, 05 Mar 2010 00:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-149</guid>
		<description>Very cool - I&#039;ve been wondering why we use divs and classes for awhile now.. this XML-type HTML is our future :D</description>
		<content:encoded><![CDATA[<p>Very cool &#8211; I&#8217;ve been wondering why we use divs and classes for awhile now.. this XML-type HTML is our future <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricu</title>
		<link>http://sickdesigner.com/index.php/2010/html-css/truly-semantic-tags-and-html5/#comment-148</link>
		<dc:creator>Ricu</dc:creator>
		<pubDate>Tue, 02 Mar 2010 08:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://sickdesigner.com/?p=504#comment-148</guid>
		<description>These are very good points and it makes the code much much cleaner and easy to modify. Unfortunately you said it yourself : &quot;clients don’t care about the latest and greatest, they care about revenue and WYSIWYG (most have never heard of graceful degradation/progressive enhancement)&quot;

Until they can be user people need to be educated to upgrade their browsers so that developers and designer can use the new tricks , and clients need to help us more.

The development of the web resistance is made from people that don&#039;t bother, and i am sad to say we cannot be like them :-( that is why IE6 still roams the  web like the ghost that it is.


PS : This was a post just to kill the no comments monster ! damn monsters they took &#039;r jobs !</description>
		<content:encoded><![CDATA[<p>These are very good points and it makes the code much much cleaner and easy to modify. Unfortunately you said it yourself : &#8220;clients don’t care about the latest and greatest, they care about revenue and WYSIWYG (most have never heard of graceful degradation/progressive enhancement)&#8221;</p>
<p>Until they can be user people need to be educated to upgrade their browsers so that developers and designer can use the new tricks , and clients need to help us more.</p>
<p>The development of the web resistance is made from people that don&#8217;t bother, and i am sad to say we cannot be like them <img src='http://sickdesigner.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  that is why IE6 still roams the  web like the ghost that it is.</p>
<p>PS : This was a post just to kill the no comments monster ! damn monsters they took &#8216;r jobs !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

