<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: bird style</title>
	<link>http://blog.meyerbros.org/2006/05/09/bird-style/</link>
	<description>things we think</description>
	<pubDate>Wed, 07 Jan 2009 13:17:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: carl</title>
		<link>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-46</link>
		<pubDate>Thu, 18 May 2006 21:08:52 +0000</pubDate>
		<guid>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-46</guid>
					<description>oh.  there's an XHTML tag I missed: &#60;del&#62;.  That's the correct XHTML way to do strikethroughs.  Makes sense - they changed the tag to reflect semantics (deleted text) rather than display (strikethrough).</description>
		<content:encoded><![CDATA[<p>oh.  there&#8217;s an XHTML tag I missed: &lt;del&gt;.  That&#8217;s the correct XHTML way to do strikethroughs.  Makes sense - they changed the tag to reflect semantics (deleted text) rather than display (strikethrough).
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: eric</title>
		<link>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-36</link>
		<pubDate>Thu, 11 May 2006 05:17:38 +0000</pubDate>
		<guid>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-36</guid>
					<description>from the top:

&lt;ol&gt;
&lt;li&gt;thanks&lt;/li&gt;
&lt;li&gt;yeah - IE thinks 15% is almost the entire area. very strange. i was working on a hack, but ran out of time.&lt;/li&gt;
&lt;li&gt;i'm not seeing the problem on their site. did they fix it or is FIREFOX MAC the answer to your question?&lt;/li&gt;
&lt;li&gt;paragraphs should have had some space, but more is fine. though i think i'll take it off the first paragraphs in each post - i like the top right up by the header.&lt;/li&gt;
&lt;li&gt;i also added a link in the banner. that's not a response to anything.&lt;/li&gt;
&lt;/ol&gt;</description>
		<content:encoded><![CDATA[<p>from the top:</p>
<ol>
<li>thanks</li>
<li>yeah - IE thinks 15% is almost the entire area. very strange. i was working on a hack, but ran out of time.</li>
<li>i&#8217;m not seeing the problem on their site. did they fix it or is FIREFOX MAC the answer to your question?</li>
<li>paragraphs should have had some space, but more is fine. though i think i&#8217;ll take it off the first paragraphs in each post - i like the top right up by the header.</li>
<li>i also added a link in the banner. that&#8217;s not a response to anything.</li>
</ol>
]]></content:encoded>
				</item>
	<item>
		<title>by: carl</title>
		<link>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-34</link>
		<pubDate>Thu, 11 May 2006 04:37:35 +0000</pubDate>
		<guid>http://blog.meyerbros.org/2006/05/09/bird-style/#comment-34</guid>
					<description>hey guys - wow, things are rolling.  This new look is very cool - actually it appears to work pretty well for wiki too.  I've been completely out of it, all-day meetings yesterday, today, and again tomorrow.  Just had a few minutes here to look in.

The thing that was totally breaking IE is apparently the same thing that was breaking my author page, even in Firefox - the self-closing script tag you tried to use for the style-switching JS. I tracked the problem on my author page down to the piece of my custom sidebar that uses JS to pull in del.icio.us bookmarks.  Seems that self-closing script tags Just Don't Work(tm).  You've got to use &#60;/script&#62;.  A self-closed script tag apparently totally breaks the page in IE, and just breaks later script tags in Firefox.

"bird" still doesn't actually work in IE Win, though - sidebar is bumped down below content.

Also, for XHTML Strict no attributes without values (thus your script tag has to say defer="defer"), and there is no &#60;strike&#62; element - gotta use a span with style text-decoration:line-through.  (Though that seems somewhat like a decrease in semantic markup rather than an increase - though I don't know if &#60;strike&#62; has a very clear meaning anyhow).

Random link for the day (eric, you'll love this, it's right down the alley of your "block destroyer" style - except I don't think they're doing it on purpose) - &lt;a href="http://www.glencoecamp.com" rel="nofollow"&gt;Glencoe CampResort&lt;/a&gt;.  This is one of the biker bars near Bear Butte that's building a massive outdoor amphitheatre to blast Native pray-ers off the mountain.  But the point here is - what possible reason is there to set a self-pointing 0-second refresh?  What are they trying to do?  Are there browsers in which this page works?  I tried IE Win - no go there either.  Are they just trying to build suspense for their big site launch later this summer, or what?

Oh, and I also added a margin-top for paragraphs, just because I find things easier to read with a little paragraph break.  Was it an intentional choice to have no paragraph spacing in this style?</description>
		<content:encoded><![CDATA[<p>hey guys - wow, things are rolling.  This new look is very cool - actually it appears to work pretty well for wiki too.  I&#8217;ve been completely out of it, all-day meetings yesterday, today, and again tomorrow.  Just had a few minutes here to look in.</p>
<p>The thing that was totally breaking IE is apparently the same thing that was breaking my author page, even in Firefox - the self-closing script tag you tried to use for the style-switching JS. I tracked the problem on my author page down to the piece of my custom sidebar that uses JS to pull in del.icio.us bookmarks.  Seems that self-closing script tags Just Don&#8217;t Work(tm).  You&#8217;ve got to use &lt;/script&gt;.  A self-closed script tag apparently totally breaks the page in IE, and just breaks later script tags in Firefox.</p>
<p>&#8220;bird&#8221; still doesn&#8217;t actually work in IE Win, though - sidebar is bumped down below content.</p>
<p>Also, for XHTML Strict no attributes without values (thus your script tag has to say defer=&#8221;defer&#8221;), and there is no &lt;strike&gt; element - gotta use a span with style text-decoration:line-through.  (Though that seems somewhat like a decrease in semantic markup rather than an increase - though I don&#8217;t know if &lt;strike&gt; has a very clear meaning anyhow).</p>
<p>Random link for the day (eric, you&#8217;ll love this, it&#8217;s right down the alley of your &#8220;block destroyer&#8221; style - except I don&#8217;t think they&#8217;re doing it on purpose) - <a href="http://www.glencoecamp.com" rel="nofollow">Glencoe CampResort</a>.  This is one of the biker bars near Bear Butte that&#8217;s building a massive outdoor amphitheatre to blast Native pray-ers off the mountain.  But the point here is - what possible reason is there to set a self-pointing 0-second refresh?  What are they trying to do?  Are there browsers in which this page works?  I tried IE Win - no go there either.  Are they just trying to build suspense for their big site launch later this summer, or what?</p>
<p>Oh, and I also added a margin-top for paragraphs, just because I find things easier to read with a little paragraph break.  Was it an intentional choice to have no paragraph spacing in this style?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
