<?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; Part VIII &#8250; Titles</title>
	<atom:link href="http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/</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: Remo</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-883</link>
		<dc:creator>Remo</dc:creator>
		<pubDate>Mon, 03 Oct 2005 18:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-883</guid>
		<description>when you see the www as a &quot;collection of information&quot;, then &quot;SimpleQuiz: Get Down With Markup&quot; should lead you to more information about that book. so i&#039;d go for an anchor:
&lt;p&gt;My upcoming book, &lt;a href=&quot;#book&quot; rel=&quot;nofollow&quot;&gt;SimpleQuiz: Get Down With Markup&lt;/a&gt;, will be a bestseller.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>when you see the www as a &#8220;collection of information&#8221;, then &#8220;SimpleQuiz: Get Down With Markup&#8221; should lead you to more information about that book. so i&#8217;d go for an anchor:</p>
<p>My upcoming book, <a href="#book" rel="nofollow">SimpleQuiz: Get Down With Markup</a>, will be a bestseller.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Francois</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-882</link>
		<dc:creator>Jean-Francois</dc:creator>
		<pubDate>Thu, 25 Dec 2003 22:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-882</guid>
		<description>The Web being what it is (interactive, remember), I would certainly go with a link to the book site or something along that line. That&#039;s what makes it such an efficient time black hole.
</description>
		<content:encoded><![CDATA[<p>The Web being what it is (interactive, remember), I would certainly go with a link to the book site or something along that line. That&#8217;s what makes it such an efficient time black hole.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swannie</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-881</link>
		<dc:creator>Swannie</dc:creator>
		<pubDate>Thu, 09 Oct 2003 15:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-881</guid>
		<description>&lt;p&gt;First of all, as I understand it XHTML is not semantic, it is structured syntax. The tag that you choose to &quot;mark&quot; data with is really up to you. To my semantic web agent it&#039;s just data and has no meaning.&lt;/p&gt;
&lt;p&gt;In this case I think that &lt;cite&gt;...&lt;/cite&gt; is the most syntactically clear, as it implies to the human reader good semantics. To get proper semantics you would need to annotate the cite with some RDF/XML to a widely recognised ontology that recognises citation of book titles.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://rdf.burningbird.net/archives/000779.htm&quot; rel=&quot;nofollow&quot;&gt;BurningBird on Cite and RDF&lt;/a&gt; explains it in a pretty good way.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>First of all, as I understand it XHTML is not semantic, it is structured syntax. The tag that you choose to &#8220;mark&#8221; data with is really up to you. To my semantic web agent it&#8217;s just data and has no meaning.</p>
<p>In this case I think that <cite>&#8230;</cite> is the most syntactically clear, as it implies to the human reader good semantics. To get proper semantics you would need to annotate the cite with some RDF/XML to a widely recognised ontology that recognises citation of book titles.</p>
<p><a href="http://rdf.burningbird.net/archives/000779.htm" rel="nofollow">BurningBird on Cite and RDF</a> explains it in a pretty good way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-880</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Tue, 07 Oct 2003 11:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-880</guid>
		<description>Q and BLOCKQUOTE have the &#039;cite&#039; attribute where a URL can be entered (as, in fact, do the INS and DEL elements).
see: http://www.w3.org/TR/html401/struct/text.html#adef-cite-Q
&quot;The value of this attribute is a URI that designates a source document or message. This attribute is intended to give information about the source from which the quotation was borrowed.&quot;
</description>
		<content:encoded><![CDATA[<p>Q and BLOCKQUOTE have the &#8216;cite&#8217; attribute where a URL can be entered (as, in fact, do the INS and DEL elements).<br />
see: <a href="http://www.w3.org/TR/html401/struct/text.html#adef-cite-Q" rel="nofollow">http://www.w3.org/TR/html401/struct/text.html#adef-cite-Q</a><br />
&#8220;The value of this attribute is a URI that designates a source document or message. This attribute is intended to give information about the source from which the quotation was borrowed.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Millennium</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-879</link>
		<dc:creator>Millennium</dc:creator>
		<pubDate>Mon, 06 Oct 2003 16:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-879</guid>
		<description>It sounds to me as though CITE is one of those wonderful mis-specified or under-specified tags. W3C&#039;s own examples would seem to indicate that Option C is correct -and I believe it is- but their statement is worded in such a way that it doesn&#039;t sound like it should be correct. Bad wording on their part, probably.
Structurally, a book title could be considered a kind of citation. Recall that some titles are italicized (or underlined when italics are not possible), while others are put into quotes, and so forth. With the different ways of expressing these things, it&#039;s fairly clear that it&#039;s a structural matter, not a visual one. Thus, I can&#039;t be correct any more than U would be. Likewise, EM can&#039;t be correct, because you&#039;re not emphasizing the text. C would seem to be correct, but the tag doesn&#039;t have a very good name for this sort of thing.
Frankly, Q and BLOCKQUOTE should have some sort of attribute -or perhaps an element contained within, as with the fieldset/legend pair- for defining the source. Perhaps a SOURCE tag with an href attribute so that name and address can be specified. With that inconsistency dealt with, then CITE chould become The One True Way for marking up titles, with all the ambiguity at last resolved.
</description>
		<content:encoded><![CDATA[<p>It sounds to me as though CITE is one of those wonderful mis-specified or under-specified tags. W3C&#8217;s own examples would seem to indicate that Option C is correct -and I believe it is- but their statement is worded in such a way that it doesn&#8217;t sound like it should be correct. Bad wording on their part, probably.<br />
Structurally, a book title could be considered a kind of citation. Recall that some titles are italicized (or underlined when italics are not possible), while others are put into quotes, and so forth. With the different ways of expressing these things, it&#8217;s fairly clear that it&#8217;s a structural matter, not a visual one. Thus, I can&#8217;t be correct any more than U would be. Likewise, EM can&#8217;t be correct, because you&#8217;re not emphasizing the text. C would seem to be correct, but the tag doesn&#8217;t have a very good name for this sort of thing.<br />
Frankly, Q and BLOCKQUOTE should have some sort of attribute -or perhaps an element contained within, as with the fieldset/legend pair- for defining the source. Perhaps a SOURCE tag with an href attribute so that name and address can be specified. With that inconsistency dealt with, then CITE chould become The One True Way for marking up titles, with all the ambiguity at last resolved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xian</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-878</link>
		<dc:creator>xian</dc:creator>
		<pubDate>Sun, 05 Oct 2003 02:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-878</guid>
		<description>I&#039;ve always used the (c) example (cite) even with a vague sense that it was not semantically ideal. Frankly, I&#039;m waiting for a web-authoring interface that says, &quot;I see you are trying to apply italics. Is this because you want emphasis, the term is from a foreign language, the term is the title of a work, or another reason? If it&#039;s another reason, please teach me.&quot; Then my imaginary HTML/CSS wizard would whip up a good class rule to apply.
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used the (c) example (cite) even with a vague sense that it was not semantically ideal. Frankly, I&#8217;m waiting for a web-authoring interface that says, &#8220;I see you are trying to apply italics. Is this because you want emphasis, the term is from a foreign language, the term is the title of a work, or another reason? If it&#8217;s another reason, please teach me.&#8221; Then my imaginary HTML/CSS wizard would whip up a good class rule to apply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AcjBizar</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-877</link>
		<dc:creator>AcjBizar</dc:creator>
		<pubDate>Thu, 02 Oct 2003 18:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-877</guid>
		<description>I would go for option &lt;strong&gt;c&lt;/strong&gt;. I think it&#039;s the most semantically correct.
Option &lt;strong&gt;a&lt;/strong&gt; is simply wrong.
Like the &lt;a href=&quot;http://www.w3.org/&quot; rel=&quot;nofollow&quot;&gt;W3C&lt;/a&gt; states, and I quote: The following HTML elements specify font information. Although they are not all deprecated, their use is discouraged in favor of style sheets.
In reference to the elements &lt;code&gt;tt&lt;/code&gt;, &lt;code&gt;i&lt;/code&gt;, &lt;code&gt;b&lt;/code&gt;, &lt;code&gt;big&lt;/code&gt;, &lt;code&gt;small&lt;/code&gt;, &lt;code&gt;strike&lt;/code&gt;, &lt;code&gt;s&lt;/code&gt;, and &lt;code&gt;u&lt;/code&gt;.
&#039;Nuff said.
</description>
		<content:encoded><![CDATA[<p>I would go for option <strong>c</strong>. I think it&#8217;s the most semantically correct.<br />
Option <strong>a</strong> is simply wrong.<br />
Like the <a href="http://www.w3.org/" rel="nofollow">W3C</a> states, and I quote: The following HTML elements specify font information. Although they are not all deprecated, their use is discouraged in favor of style sheets.<br />
In reference to the elements <code>tt</code>, <code>i</code>, <code>b</code>, <code>big</code>, <code>small</code>, <code>strike</code>, <code>s</code>, and <code>u</code>.<br />
&#8216;Nuff said.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-876</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 28 Sep 2003 03:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-876</guid>
		<description>With reference to Jeff Nelson&#039;s use of &lt;i lang=&quot;LL&quot;&gt;, surely this is an example of where &lt;span&gt; is required. There are no semantics (or meaning) to be highlighted, nor is there necessarily any visual emphasis required. However an aural user agent needs to know that the language has changed so the appropriate pronunciation can be used, so &lt;span language=&quot;LL&quot;&gt; seems entirely correct here. Since it is a convention in some languages to italicize foreign words and phrases, it could be styled using a CSS attribute selector.
I would suggest that &lt;span&gt;s, &lt;em&gt;could&lt;/em&gt; be used for marking up other text which is conventionally highlighted in some way, such as names of ships, artwork, etc, with a suitable classification.
Perhaps there ought to be a standard way of documenting such classification schemes in meta data - does Dublin Core provide the means of doing this?.
</description>
		<content:encoded><![CDATA[<p>With reference to Jeff Nelson&#8217;s use of &lt;i lang=&#8221;LL&#8221;&gt;, surely this is an example of where &lt;span&gt; is required. There are no semantics (or meaning) to be highlighted, nor is there necessarily any visual emphasis required. However an aural user agent needs to know that the language has changed so the appropriate pronunciation can be used, so &lt;span language=&#8221;LL&#8221;&gt; seems entirely correct here. Since it is a convention in some languages to italicize foreign words and phrases, it could be styled using a CSS attribute selector.<br />
I would suggest that &lt;span&gt;s, <em>could</em> be used for marking up other text which is conventionally highlighted in some way, such as names of ships, artwork, etc, with a suitable classification.<br />
Perhaps there ought to be a standard way of documenting such classification schemes in meta data &#8211; does Dublin Core provide the means of doing this?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Jessey</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-875</link>
		<dc:creator>Simon Jessey</dc:creator>
		<pubDate>Sat, 27 Sep 2003 05:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-875</guid>
		<description>I would go for &lt;code&gt;&lt;cite class=&quot;booktitle&quot;&gt;The Title Of The Book&lt;/cite&gt;&lt;/code&gt;, although you won&#039;t find it happening very often on my &lt;a href=&quot;http://jessey.net/blog/&quot; rel=&quot;nofollow&quot;&gt;own&lt;/a&gt; web site (I usually use &lt;code&gt;&lt;em&gt;&lt;/code&gt;).
Basically, I would treat the &lt;code&gt;&lt;cite&gt;&lt;/code&gt; element as a generic element that covers these situations. A similar example would be the &lt;code&gt;&lt;abbr&gt;&lt;/code&gt; element, which will be used, in the future, to markup all abbreviations, whether they be acronyms, recursive acronyms, initialisms, or just plain old abbreviations.
I often wonder if these lengthy discussions about XHTML semantics are really necessary. XHTML is a markup language for describing a document, &lt;strong&gt;not&lt;/strong&gt; for describing data. Semantic value is nice when you can have it, but it&#039;s hardly the end of the world if you can&#039;t. If the Semantic Web takes off, it will not be built on XHTML, but on RDF (or something similar).
I&#039;m not a fan of the italic and bold elements. I prefer the emphasis and strong emphasis equivalents for their accessibilty advantages. Although I&#039;ve seen many arguments that suggest otherwise, I don&#039;t regard &lt;code&gt;&lt;i&gt;&lt;/code&gt; and &lt;code&gt;&lt;b&gt;&lt;/code&gt; to have semantic value, so I don&#039;t use them at all.
</description>
		<content:encoded><![CDATA[<p>I would go for <code>&lt;cite class="booktitle"&gt;The Title Of The Book&lt;/cite&gt;</code>, although you won&#8217;t find it happening very often on my <a href="http://jessey.net/blog/" rel="nofollow">own</a> web site (I usually use <code>&lt;em&gt;</code>).<br />
Basically, I would treat the <code>&lt;cite&gt;</code> element as a generic element that covers these situations. A similar example would be the <code>&lt;abbr&gt;</code> element, which will be used, in the future, to markup all abbreviations, whether they be acronyms, recursive acronyms, initialisms, or just plain old abbreviations.<br />
I often wonder if these lengthy discussions about XHTML semantics are really necessary. XHTML is a markup language for describing a document, <strong>not</strong> for describing data. Semantic value is nice when you can have it, but it&#8217;s hardly the end of the world if you can&#8217;t. If the Semantic Web takes off, it will not be built on XHTML, but on RDF (or something similar).<br />
I&#8217;m not a fan of the italic and bold elements. I prefer the emphasis and strong emphasis equivalents for their accessibilty advantages. Although I&#8217;ve seen many arguments that suggest otherwise, I don&#8217;t regard <code>&lt;i&gt;</code> and <code>&lt;b&gt;</code> to have semantic value, so I don&#8217;t use them at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Inman</title>
		<link>http://simplebits.com/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-874</link>
		<dc:creator>Shaun Inman</dc:creator>
		<pubDate>Fri, 26 Sep 2003 08:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/09/23/simplequiz-part-viii-titles/#comment-874</guid>
		<description>This is in response to jgraham regarding a browser plug-in that can extract links, lists, definitions, etc. I whipped up a JavaScript favelet that addresses your first request: &lt;a href=&quot;javascript:ll=&#039;%3Chtml%3E%3Chead%3E%3Ctitle%3EExtracted%20Links%3C&#039;+&#039;/title%3E%3C&#039;+&#039;/head%3E%3Cbody%3E&#039;;for%20(var%20l=0;%20(myLink=document.links%5Bl%5D);l++)%20%7Bll+=&#039;%3Cli%3E%3Ca%20href=%5C&#039;&#039;+myLink.href+&#039;%5C&#039;%3E&#039;+myLink.innerHTML+&#039;%3C&#039;+&#039;/a%3E%20(&#039;+myLink.href+&#039;)%3C&#039;+&#039;/li%3E%5Cn&#039;;%7Dll+=&#039;%3C&#039;+&#039;/body%3E%3C&#039;+&#039;/html%3E&#039;;llwindow%20=%20window.open(&#039;&#039;,&#039;llwin&#039;,&#039;&#039;);llwindow.document.write(ll);llwindow.document.close();&quot; rel=&quot;nofollow&quot;&gt;Extract Links&lt;/a&gt; Just drag that to your bookmark bar and press it to open a new window with a list all the links from the page you are currently viewing. I&#039;m sure it can be expanded on to extract other tags as well. Cheers all!
(Sorry for skirting my question Dan, commenting would have felt like laughing at my own joke ;D)
</description>
		<content:encoded><![CDATA[<p>This is in response to jgraham regarding a browser plug-in that can extract links, lists, definitions, etc. I whipped up a JavaScript favelet that addresses your first request: <a href="javascript:ll='%3Chtml%3E%3Chead%3E%3Ctitle%3EExtracted%20Links%3C'+'/title%3E%3C'+'/head%3E%3Cbody%3E';for%20(var%20l=0;%20(myLink=document.links%5Bl%5D);l++)%20%7Bll+='%3Cli%3E%3Ca%20href=%5C''+myLink.href+'%5C'%3E'+myLink.innerHTML+'%3C'+'/a%3E%20('+myLink.href+')%3C'+'/li%3E%5Cn';%7Dll+='%3C'+'/body%3E%3C'+'/html%3E';llwindow%20=%20window.open('','llwin','');llwindow.document.write(ll);llwindow.document.close();" rel="nofollow">Extract Links</a> Just drag that to your bookmark bar and press it to open a new window with a list all the links from the page you are currently viewing. I&#8217;m sure it can be expanded on to extract other tags as well. Cheers all!<br />
(Sorry for skirting my question Dan, commenting would have felt like laughing at my own joke ;D)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

