<?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"
	>
<channel>
	<title>Comments for Standards Suck</title>
	<atom:link href="http://standardssuck.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://standardssuck.org</link>
	<description>Unbiased journalism on Web standards since May 2008</description>
	<pubDate>Sat, 11 Oct 2008 15:28:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Advanced CSS Layouts by MN webguy</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-95</link>
		<dc:creator>MN webguy</dc:creator>
		<pubDate>Wed, 08 Oct 2008 01:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-95</guid>
		<description>Thanks for the commiseration.  I am a hack designer but run my own design company.  I have heard the moans and groans of my designers, who I have made transition to CSS.  But I hate to do anything to support IE8.  IE is a real sore stop among my team.  We call it our uncles browser.</description>
		<content:encoded><![CDATA[<p>Thanks for the commiseration.  I am a hack designer but run my own design company.  I have heard the moans and groans of my designers, who I have made transition to CSS.  But I hate to do anything to support IE8.  IE is a real sore stop among my team.  We call it our uncles browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Jordan Gray</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-94</link>
		<dc:creator>Jordan Gray</dc:creator>
		<pubDate>Tue, 07 Oct 2008 21:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-94</guid>
		<description>* "I guessed &lt;em&gt;that was why&lt;/em&gt; it was so close…"</description>
		<content:encoded><![CDATA[<p>* &#8220;I guessed <em>that was why</em> it was so close…&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Jordan Gray</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-93</link>
		<dc:creator>Jordan Gray</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-93</guid>
		<description>Don't worry too much, Marcos; as the mantra goes, content is king, not presentation. I enjoyed the video, so getting a better resolution camera (I guessed that it was so close to the hosts) should be considered progressive enhancement and no more.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry too much, Marcos; as the mantra goes, content is king, not presentation. I enjoyed the video, so getting a better resolution camera (I guessed that it was so close to the hosts) should be considered progressive enhancement and no more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Marcos Caceres</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-92</link>
		<dc:creator>Marcos Caceres</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-92</guid>
		<description>Hi Jordan, 
Thanks for the interviewing tips. We are saving our pennies to buy a proper video camera. Most of the time we are using the web cams built into our computers to shoot the vids. This effectively means that interviews usually need to be conducted in this front on manner :( However, we will do our best to make them a bit more natural in the future.</description>
		<content:encoded><![CDATA[<p>Hi Jordan,<br />
Thanks for the interviewing tips. We are saving our pennies to buy a proper video camera. Most of the time we are using the web cams built into our computers to shoot the vids. This effectively means that interviews usually need to be conducted in this front on manner <img src='http://standardssuck.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> However, we will do our best to make them a bit more natural in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Vladimir Carrer</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-89</link>
		<dc:creator>Vladimir Carrer</dc:creator>
		<pubDate>Sat, 04 Oct 2008 22:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-89</guid>
		<description>CSS layouts are the biggest problem. But can we wait IE8 or CSS 3? I had similar problems with CSS layouts and I decided to build CSS Grid Framework who can work like table. 
P.S And is working well on IE 5.5 and every other modern browser :) Who can wait 5 years everyone to migrate to IE8!?</description>
		<content:encoded><![CDATA[<p>CSS layouts are the biggest problem. But can we wait IE8 or CSS 3? I had similar problems with CSS layouts and I decided to build CSS Grid Framework who can work like table.<br />
P.S And is working well on IE 5.5 and every other modern browser <img src='http://standardssuck.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Who can wait 5 years everyone to migrate to IE8!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Jordan Gray</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-86</link>
		<dc:creator>Jordan Gray</dc:creator>
		<pubDate>Fri, 03 Oct 2008 21:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-86</guid>
		<description>I'm afraid I cannot agree, Ben. For all the superb versatility of existing CSS layout techniques (floats, negative margins, absolute and relative positioning etc.) and the ingenuity with which they are exploited, it is much easier to write—and understand—a layout which employs CSS tables. For example, the "holy grail" is trivial:

&lt;pre&gt;&lt;code&gt;
body {
  display: "hhh"
           "ncs"
           "fff"
}

#header {
  position: "h"
}

#content {
  position: "c"
}

#nav {
  position: "n"
}

#sidebar {
  position: "s"
}

#footer {
  position: "f"
}&lt;/code&gt;&lt;/pre&gt;

After refreshing my memory of the specification, I wrote that CSS in about a minute, and tested it using &lt;a href="http://www.cesaracebal.com/research/thesis/almcss/documentation/" title="A partial implementation of the advanced layout module in Javascript." rel="nofollow"&gt;almcss&lt;/a&gt;. I have never tried to use the advanced layout module before, but it worked first time.

Of course, I could probably write a three-column layout using floats pretty swiftly; however, floats are notoriously brittle (I shed many tears over this when I was less experienced), so many designers prefer the precision of absolute positioning. Of course, this has nasty implications for footers which must be remedied; perhaps we now resort to negative margins, or combination techniques.

My point is not that complex layouts are &lt;em&gt;intractable&lt;/em&gt;; you are correct that an experienced designer can achieve a lot with what we already have. My point is that they are certainly &lt;em&gt;more&lt;/em&gt; complex, and that I have yet to see a general-purpose layout solution nearly so robust, simple and readable as that offered by the advanced layout module. CSS 2.1 is great, but it often results in uncommonly complex solutions to common and easily-specified design objectives.

PS: Great video! May I make a non-content related suggestion, though? It might just be me, but there was something a little awkward about having the hosts stand side-by-side. Perhaps if they were sat down a little farther from the camera and at an angle from each other (as is often the case on talk-shows), it would have seemed more natural.</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid I cannot agree, Ben. For all the superb versatility of existing CSS layout techniques (floats, negative margins, absolute and relative positioning etc.) and the ingenuity with which they are exploited, it is much easier to write—and understand—a layout which employs CSS tables. For example, the &#8220;holy grail&#8221; is trivial:</p>
<pre><code>
body {
  display: "hhh"
           "ncs"
           "fff"
}

#header {
  position: "h"
}

#content {
  position: "c"
}

#nav {
  position: "n"
}

#sidebar {
  position: "s"
}

#footer {
  position: "f"
}</code></pre>
<p>After refreshing my memory of the specification, I wrote that CSS in about a minute, and tested it using <a href="http://www.cesaracebal.com/research/thesis/almcss/documentation/" title="A partial implementation of the advanced layout module in Javascript." rel="nofollow">almcss</a>. I have never tried to use the advanced layout module before, but it worked first time.</p>
<p>Of course, I could probably write a three-column layout using floats pretty swiftly; however, floats are notoriously brittle (I shed many tears over this when I was less experienced), so many designers prefer the precision of absolute positioning. Of course, this has nasty implications for footers which must be remedied; perhaps we now resort to negative margins, or combination techniques.</p>
<p>My point is not that complex layouts are <em>intractable</em>; you are correct that an experienced designer can achieve a lot with what we already have. My point is that they are certainly <em>more</em> complex, and that I have yet to see a general-purpose layout solution nearly so robust, simple and readable as that offered by the advanced layout module. CSS 2.1 is great, but it often results in uncommonly complex solutions to common and easily-specified design objectives.</p>
<p>PS: Great video! May I make a non-content related suggestion, though? It might just be me, but there was something a little awkward about having the hosts stand side-by-side. Perhaps if they were sat down a little farther from the camera and at an angle from each other (as is often the case on talk-shows), it would have seemed more natural.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced CSS Layouts by Ben 'Cerbera' Millard</title>
		<link>http://standardssuck.org/advanced-css-layouts#comment-84</link>
		<dc:creator>Ben 'Cerbera' Millard</dc:creator>
		<pubDate>Fri, 03 Oct 2008 03:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=11#comment-84</guid>
		<description>I disagree that we need the "advanced" features in the pipeline of CSS. Consistent implementation of what's already in CSS2.1 would be more than enough. There's already enough common ground for &lt;code&gt;float&lt;/code&gt; to be used in quite powerful ways, such as with negative &lt;code&gt;margin&lt;/code&gt; values.

IE's blossoming support for the &lt;code&gt;table&lt;/code&gt; values of CSS2.1 &lt;code&gt;display&lt;/code&gt; property, as mentioned in the video, is likely to help with equal-height columns and "sticky" footers. But &lt;code&gt;float&lt;/code&gt; isn't too bad once you understand the basics and in some ways offers more flexibility than tabular layouts. Such as with horizontal menu bars which wrap to a new line if there isn't enough space, or image galleries where grid-with-wrapping layout behaviour works great for most cases. Especially so flexible layouts.

The entrenched users of IE6 remaining more or less the same after IE8 is a good point. I guess they won't upgrade IE until they get a new PC and install all the updates.

Imaginative use of the features we already have is how CSS took off (Taming Lists, for example). That's what I think will keep it useful and realistic for widespread use, especially with the implementations getting closer and closer.</description>
		<content:encoded><![CDATA[<p>I disagree that we need the &#8220;advanced&#8221; features in the pipeline of CSS. Consistent implementation of what&#8217;s already in CSS2.1 would be more than enough. There&#8217;s already enough common ground for <code>float</code> to be used in quite powerful ways, such as with negative <code>margin</code> values.</p>
<p>IE&#8217;s blossoming support for the <code>table</code> values of CSS2.1 <code>display</code> property, as mentioned in the video, is likely to help with equal-height columns and &#8220;sticky&#8221; footers. But <code>float</code> isn&#8217;t too bad once you understand the basics and in some ways offers more flexibility than tabular layouts. Such as with horizontal menu bars which wrap to a new line if there isn&#8217;t enough space, or image galleries where grid-with-wrapping layout behaviour works great for most cases. Especially so flexible layouts.</p>
<p>The entrenched users of IE6 remaining more or less the same after IE8 is a good point. I guess they won&#8217;t upgrade IE until they get a new PC and install all the updates.</p>
<p>Imaginative use of the features we already have is how CSS took off (Taming Lists, for example). That&#8217;s what I think will keep it useful and realistic for widespread use, especially with the implementations getting closer and closer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GRDDL, bridging the interwebs? by Grégoire Cachet</title>
		<link>http://standardssuck.org/grddl-bridging-the-interwebs#comment-50</link>
		<dc:creator>Grégoire Cachet</dc:creator>
		<pubDate>Sat, 09 Aug 2008 09:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=10#comment-50</guid>
		<description>Hey guys!

You have a typo in the copyright at the end of the video since episode 4: it's written "standardsuck.org" instead of "standardssuck.org"</description>
		<content:encoded><![CDATA[<p>Hey guys!</p>
<p>You have a typo in the copyright at the end of the video since episode 4: it&#8217;s written &#8220;standardsuck.org&#8221; instead of &#8220;standardssuck.org&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GRDDL, bridging the interwebs? by Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</title>
		<link>http://standardssuck.org/grddl-bridging-the-interwebs#comment-48</link>
		<dc:creator>Nodalities &#187; Blog Archive &#187; This Week&#8217;s Semantic Web</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=10#comment-48</guid>
		<description>[...] GRDDL, bridging the interwebs? - Harry Halpin talks [...]</description>
		<content:encoded><![CDATA[<p>[...] GRDDL, bridging the interwebs? - Harry Halpin talks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GRDDL, bridging the interwebs? by Bertil</title>
		<link>http://standardssuck.org/grddl-bridging-the-interwebs#comment-45</link>
		<dc:creator>Bertil</dc:creator>
		<pubDate>Mon, 04 Aug 2008 12:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://standardssuck.org/?p=10#comment-45</guid>
		<description>Best acronym: indeed. Not that XML constitutes such a big competition. . .

Gotta love the casual cameo by Wendy Hall.

A yaatch? Over-selling a bit?</description>
		<content:encoded><![CDATA[<p>Best acronym: indeed. Not that XML constitutes such a big competition. . .</p>
<p>Gotta love the casual cameo by Wendy Hall.</p>
<p>A yaatch? Over-selling a bit?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
