<?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 on: JavaScript: Quick Conversion to a String</title>
	<atom:link href="http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/</link>
	<description>Making Web 2.0 More Than a Catchprhase</description>
	<pubDate>Tue, 06 Jan 2009 04:39:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: ajm</title>
		<link>http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/#comment-212</link>
		<dc:creator>ajm</dc:creator>
		<pubDate>Tue, 21 Nov 2006 17:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/#comment-212</guid>
		<description>Wow, that's a stupid mistake on my part. You're absolutely correct. The above tip works; the above example is more of an example of what NOT to do. I'll update the post ASAP. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, that&#8217;s a stupid mistake on my part. You&#8217;re absolutely correct. The above tip works; the above example is more of an example of what NOT to do. I&#8217;ll update the post ASAP. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/#comment-197</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Sat, 18 Nov 2006 17:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amodernfable.com/2006/11/04/javascript-quick-conversion-to-a-string/#comment-197</guid>
		<description>No, this is wrong, it is not a "tip" to follow.

Simply because of this : "id" and "name" attributes can NOT be started by a digit, it must begin with a letter. Either with HTML and XHTML.

http://www.w3.org/TR/html4/types.html#type-id

----------------------
HTML validator results
----------------------

This page is not Valid XHTML 1.0 Strict!

Below are the results of checking this document for XML well-formedness and validity.

1. Error Line 14 column 7: value of attribute "id" invalid: "1" cannot start a name.



It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.</description>
		<content:encoded><![CDATA[<p>No, this is wrong, it is not a &#8220;tip&#8221; to follow.</p>
<p>Simply because of this : &#8220;id&#8221; and &#8220;name&#8221; attributes can NOT be started by a digit, it must begin with a letter. Either with HTML and XHTML.</p>
<p><a href="http://www.w3.org/TR/html4/types.html#type-id" rel="nofollow">http://www.w3.org/TR/html4/types.html#type-id</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
HTML validator results<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>This page is not Valid XHTML 1.0 Strict!</p>
<p>Below are the results of checking this document for XML well-formedness and validity.</p>
<p>1. Error Line 14 column 7: value of attribute &#8220;id&#8221; invalid: &#8220;1&#8243; cannot start a name.</p>
<p>It is possible that you violated the naming convention for this attribute. For example, id and name attributes must begin with a letter, not a digit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
