<?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: Blogidate bookmarklet: 1-click blog post validation</title>
	<atom:link href="http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/</link>
	<description>Jesse Ruderman on Firefox, security, and more</description>
	<lastBuildDate>Fri, 05 Mar 2010 12:20:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ariel</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-54</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-54</guid>
		<description>Using a Firebird nightly from a couple days ago, I get &quot;No Textarias to Validate!&quot;

how is this supposed to work? am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>Using a Firebird nightly from a couple days ago, I get &#8220;No Textarias to Validate!&#8221;</p>
<p>how is this supposed to work? am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Willison</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-55</link>
		<dc:creator>Simon Willison</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-55</guid>
		<description>I like the idea, but I&#039;m not too keen on popping up a new window with an external validation service. How about an alternative bookmarklet that just validates XML well-formedness (essential for those of us who use XHTML)? I&#039;ve been trying to figure out if that&#039;s possible in Mozilla using the DOMParser object, but it doesn&#039;t look like there&#039;s a way of getting it to tell you if XML is ill-formed. I reckon it would be possible to build such a thing using the Gazingus native javascript XML parser from &lt;a href=&quot;http://www.gazingus.org/js/?id=104&quot;&gt;http://www.gazingus.org/js/?id=104&lt;/a&gt; but you&#039;d need to load it separately using the DOM/script append method as it&#039;s way too big to fit in a bookmarklet.</description>
		<content:encoded><![CDATA[<p>I like the idea, but I&#8217;m not too keen on popping up a new window with an external validation service. How about an alternative bookmarklet that just validates XML well-formedness (essential for those of us who use XHTML)? I&#8217;ve been trying to figure out if that&#8217;s possible in Mozilla using the DOMParser object, but it doesn&#8217;t look like there&#8217;s a way of getting it to tell you if XML is ill-formed. I reckon it would be possible to build such a thing using the Gazingus native javascript XML parser from <a href="http://www.gazingus.org/js/?id=104">http://www.gazingus.org/js/?id=104</a> but you&#8217;d need to load it separately using the DOM/script append method as it&#8217;s way too big to fit in a bookmarklet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne van Kesteren</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-56</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-56</guid>
		<description>Just for the record, well-formed XML is not valid XHTML. &lt;blockquote&gt;This is quoted text&lt;/blockquote&gt; is well-formed, but not valid.</description>
		<content:encoded><![CDATA[<p>Just for the record, well-formed XML is not valid XHTML. &lt;blockquote&gt;This is quoted text&lt;/blockquote&gt; is well-formed, but not valid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alanjstr</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-57</link>
		<dc:creator>alanjstr</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-57</guid>
		<description>Error: open() has no properties
Source File: javascript:( [removed] )
Line: 1

Double clicking it in the js console brings up a dialog that says &quot;no text areas to validate&quot;</description>
		<content:encoded><![CDATA[<p>Error: open() has no properties<br />
Source File: javascript:( [removed] )<br />
Line: 1</p>
<p>Double clicking it in the js console brings up a dialog that says &#8220;no text areas to validate&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alanjstr</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-58</link>
		<dc:creator>alanjstr</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-58</guid>
		<description>I can&#039;t get it to repeat more than once per session.  It doesn&#039;t even work on this comment box at the moment.  The XML well-formedness one works, though.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to repeat more than once per session.  It doesn&#8217;t even work on this comment box at the moment.  The XML well-formedness one works, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alanjstr</title>
		<link>http://www.squarefree.com/2003/08/25/blogidate-bookmarklet-1-click-blog-post-validation/comment-page-1/#comment-59</link>
		<dc:creator>alanjstr</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.squarefree.com/test/wp15/wordpress/?p=16#comment-59</guid>
		<description>Oh, that last one was cause I forgot to click OK on that dialog.</description>
		<content:encoded><![CDATA[<p>Oh, that last one was cause I forgot to click OK on that dialog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
