<?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: SimpleQuiz &#8250; Site and Page Titles &#8250; Conclusion</title>
	<atom:link href="http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Vidar R</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-638</link>
		<dc:creator>Vidar R</dc:creator>
		<pubDate>Mon, 12 Jul 2004 16:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-638</guid>
		<description>I&#039;m not sure I agree with
&quot;The logo doesn&#039;t need to be a heading, and may live nicely in a div where it could be &lt;em&gt;replaced with a background graphic using CSS&lt;/em&gt;&quot; (my emphasis)
Wouldn&#039;t the logo be considered &quot;information&quot; (not just style), and thus be declared as an img element?
</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I agree with<br />
&#8220;The logo doesn&#8217;t need to be a heading, and may live nicely in a div where it could be <em>replaced with a background graphic using CSS</em>&#8221; (my emphasis)<br />
Wouldn&#8217;t the logo be considered &#8220;information&#8221; (not just style), and thus be declared as an img element?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim H.</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-637</link>
		<dc:creator>Tim H.</dc:creator>
		<pubDate>Tue, 08 Jun 2004 23:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-637</guid>
		<description>In the above example, I would structure the &lt;code&gt;title&lt;/code&gt; with the company name first, some sort of seperator, and then the page title.  This way if a user has two pages from the same site bookmarked they are next to eachother in their alphabetized list.
Just my 2 cents on an old topic. :)
</description>
		<content:encoded><![CDATA[<p>In the above example, I would structure the <code>title</code> with the company name first, some sort of seperator, and then the page title.  This way if a user has two pages from the same site bookmarked they are next to eachother in their alphabetized list.<br />
Just my 2 cents on an old topic. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter J.</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-636</link>
		<dc:creator>Peter J.</dc:creator>
		<pubDate>Sun, 28 Sep 2003 08:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-636</guid>
		<description>Regarding the &lt;code&gt;&lt;h0&gt;&lt;/code&gt; metaphor, I saw this trick used in an experimental context several months ago:
&lt;code&gt;&lt;html&gt;&lt;/code&gt;
&lt;code&gt;&lt;head&gt;&lt;/code&gt;
&lt;code&gt;&lt;title&gt;Page Title&lt;/title&gt;&lt;/code&gt;
&lt;code&gt;&lt;style type=&quot;text/css&quot;&gt;&lt;/code&gt;
&lt;code&gt;&#160;head { display: block; }&lt;/code&gt;
&lt;code&gt;&#160;head * { display: none; }&lt;/code&gt;
&lt;code&gt;&#160;title { display:block; }&lt;/code&gt;
&lt;code&gt;&lt;/style&gt;&lt;/code&gt;
&lt;code&gt;&lt;/head&gt;&lt;/code&gt;
&lt;code&gt;&lt;body&gt;&lt;/code&gt;
&lt;code&gt;&lt;h1&gt;First Heading&lt;/h1&gt;&lt;/code&gt;
&lt;code&gt;&lt;/body&gt;&lt;/code&gt;
&lt;code&gt;&lt;/html&gt;&lt;/code&gt;
As I recall it&#039;s not particularly browser-compatible: it works in Gecko but not IE, for example.
</description>
		<content:encoded><![CDATA[<p>Regarding the <code>&lt;h0&gt;</code> metaphor, I saw this trick used in an experimental context several months ago:<br />
<code>&lt;html&gt;</code><br />
<code>&lt;head&gt;</code><br />
<code>&lt;title&gt;Page Title&lt;/title&gt;</code><br />
<code>&lt;style type="text/css"&gt;</code><br />
<code>&nbsp;head { display: block; }</code><br />
<code>&nbsp;head * { display: none; }</code><br />
<code>&nbsp;title { display:block; }</code><br />
<code>&lt;/style&gt;</code><br />
<code>&lt;/head&gt;</code><br />
<code>&lt;body&gt;</code><br />
<code>&lt;h1&gt;First Heading&lt;/h1&gt;</code><br />
<code>&lt;/body&gt;</code><br />
<code>&lt;/html&gt;</code><br />
As I recall it&#8217;s not particularly browser-compatible: it works in Gecko but not IE, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-635</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Tue, 16 Sep 2003 23:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-635</guid>
		<description>A la &lt;a href=&quot;http://www.sidesh0w.com/static/demos/css/bgclip/&quot; rel=&quot;nofollow&quot;&gt;this example&lt;/a&gt;, perhaps?  Works for me in Firebird, WinIE6, Safari 1.0, and MacIE5...
</description>
		<content:encoded><![CDATA[<p>A la <a href="http://www.sidesh0w.com/static/demos/css/bgclip/" rel="nofollow">this example</a>, perhaps?  Works for me in Firebird, WinIE6, Safari 1.0, and MacIE5&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-634</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Tue, 16 Sep 2003 23:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-634</guid>
		<description>What if you set the clipping on your &lt;code&gt;#ex1&lt;/code&gt; element (&lt;code&gt;clip: rect(0, 243px, 133px, 0);&lt;/code&gt;)?
</description>
		<content:encoded><![CDATA[<p>What if you set the clipping on your <code>#ex1</code> element (<code>clip: rect(0, 243px, 133px, 0);</code>)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-633</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Sep 2003 23:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-633</guid>
		<description>Matt - Hmm, interesting.  Looks like using &lt;code&gt;p&lt;/code&gt; works, which could be argued as an even a better element choice for replacing a text logo.  The unstyled view will certainly format nicely.
Or, there&#039;s always the &lt;a href=&quot;http://www.digital-web.com/features/feature_2003-08.shtml&quot; title=&quot;In Defense of Fahrner Image Replacement&quot; rel=&quot;nofollow&quot;&gt;Fahrner Image Replacement&lt;/a&gt; method, which despite getting a (probably deserved) bad accessibility rap, is pretty bullet-proof (CSS-wise).
</description>
		<content:encoded><![CDATA[<p>Matt &#8211; Hmm, interesting.  Looks like using <code>p</code> works, which could be argued as an even a better element choice for replacing a text logo.  The unstyled view will certainly format nicely.<br />
Or, there&#8217;s always the <a href="http://www.digital-web.com/features/feature_2003-08.shtml" title="In Defense of Fahrner Image Replacement" rel="nofollow">Fahrner Image Replacement</a> method, which despite getting a (probably deserved) bad accessibility rap, is pretty bullet-proof (CSS-wise).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Haughey</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-632</link>
		<dc:creator>Matt Haughey</dc:creator>
		<pubDate>Tue, 16 Sep 2003 23:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-632</guid>
		<description>Dang, this puts a wrench into things: &lt;a href=&quot;http://a.wholelottanothing.org/archives.blah/007428&quot; rel=&quot;nofollow&quot;&gt;I just found out&lt;/a&gt; that Mac IE 5 can&#039;t do image replacement on anything other than header elements.
</description>
		<content:encoded><![CDATA[<p>Dang, this puts a wrench into things: <a href="http://a.wholelottanothing.org/archives.blah/007428" rel="nofollow">I just found out</a> that Mac IE 5 can&#8217;t do image replacement on anything other than header elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave S.</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-631</link>
		<dc:creator>Dave S.</dc:creator>
		<pubDate>Tue, 16 Sep 2003 20:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-631</guid>
		<description>What does &#039;conclusion&#039; mean?
Whoa. A semantic meta-discussion on a discussion about semantics. How incredibly... boring.
</description>
		<content:encoded><![CDATA[<p>What does &#8216;conclusion&#8217; mean?<br />
Whoa. A semantic meta-discussion on a discussion about semantics. How incredibly&#8230; boring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-630</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 16 Sep 2003 19:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-630</guid>
		<description>alex - I agree, it&#039;s the quality of the comments that continues to make this valuable.  Thanks to all.
</description>
		<content:encoded><![CDATA[<p>alex &#8211; I agree, it&#8217;s the quality of the comments that continues to make this valuable.  Thanks to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://simplebits.com/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-629</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 16 Sep 2003 10:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/15/simplequiz-site-and-page-titles-conclusion/#comment-629</guid>
		<description>One of the reasons I think we&#039;re all enjoying these so much is the constructive manner in which everyone is taking part in the discussion. Kudos to Dan and his readers. :)
</description>
		<content:encoded><![CDATA[<p>One of the reasons I think we&#8217;re all enjoying these so much is the constructive manner in which everyone is taking part in the discussion. Kudos to Dan and his readers. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

