<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: An idea</title>
	<atom:link href="http://rowansimpson.com/2007/05/25/an-idea/feed/" rel="self" type="application/rss+xml" />
	<link>http://rowansimpson.com/2007/05/25/an-idea/</link>
	<description>Made in New Zealand from local and imported ingredients</description>
	<lastBuildDate>Sat, 19 May 2012 21:18:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Validating is like flossing &#171; Rowan Simpson</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-8622</link>
		<dc:creator><![CDATA[Validating is like flossing &#171; Rowan Simpson]]></dc:creator>
		<pubDate>Fri, 02 Jan 2009 08:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-8622</guid>
		<description><![CDATA[[...] while back I wrote about an idea I had for solving some of these [...]]]></description>
		<content:encoded><![CDATA[<p>[...] while back I wrote about an idea I had for solving some of these [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Haines</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-880</link>
		<dc:creator><![CDATA[Tim Haines]]></dc:creator>
		<pubDate>Wed, 30 May 2007 00:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-880</guid>
		<description><![CDATA[It could also be an interesting service to offer via a website.  Publicly accessible websites could be indexed by the engine, and a report mailed to the siteadmin with all the errors/warnings.]]></description>
		<content:encoded><![CDATA[<p>It could also be an interesting service to offer via a website.  Publicly accessible websites could be indexed by the engine, and a report mailed to the siteadmin with all the errors/warnings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Haines</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-873</link>
		<dc:creator><![CDATA[Tim Haines]]></dc:creator>
		<pubDate>Tue, 29 May 2007 10:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-873</guid>
		<description><![CDATA[You want to be able to automate it in your build process.  Sure have an extension in Firefox to create some of the scripts in the first place.  But what would be really cool is if you could tweak the scripts afterward to make it easier to test a range of scenarios, and then automate the running of them each time you check a change into your source repository.]]></description>
		<content:encoded><![CDATA[<p>You want to be able to automate it in your build process.  Sure have an extension in Firefox to create some of the scripts in the first place.  But what would be really cool is if you could tweak the scripts afterward to make it easier to test a range of scenarios, and then automate the running of them each time you check a change into your source repository.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-867</link>
		<dc:creator><![CDATA[Matthew]]></dc:creator>
		<pubDate>Tue, 29 May 2007 01:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-867</guid>
		<description><![CDATA[I guess I&#039;d write this as a firefox plugin that posts RESTfully to a web-server api hosted at trademe. People could install the plugin and it&#039;d send back any pages that had validation errors.

To think about this more generically though (not just about TradeMe) users would install a &#039;Validation Feedback&#039; plugin and when visiting a new site with a meta tag of [meta name=&quot;ValidationFeedback&quot; content=&quot;url=http://trademe.co.nz/validationfeedback.html&quot;/] it would ask the user whether they wanted to assist and - if so - it&#039;d do so transparently in the future. This way it&#039;s more abstract than just about TradeMe.

It doesn&#039;t seem like there&#039;d be any point to storing up lots of validation feedbacks to send in batch... I suppose there&#039;d be some redundancy over multiple files that a zip archive could take advantage of. Seems like a nice optimisation though rather than a core feature though,  pretty negligible difference. Also if you get overwhelmed it&#039;d be easy to tell users to stop sending in feedback... just ditch the meta tag.

(BTW, can we get a preview comment option on this blog? I was going to post some HTML but then I don&#039;t know what filters you have Rowan)

Oh, and everyone should use Docvert, ok? It just makes sense :)

Cheers,]]></description>
		<content:encoded><![CDATA[<p>I guess I&#8217;d write this as a firefox plugin that posts RESTfully to a web-server api hosted at trademe. People could install the plugin and it&#8217;d send back any pages that had validation errors.</p>
<p>To think about this more generically though (not just about TradeMe) users would install a &#8216;Validation Feedback&#8217; plugin and when visiting a new site with a meta tag of [meta name="ValidationFeedback" content="url=http://trademe.co.nz/validationfeedback.html"/] it would ask the user whether they wanted to assist and &#8211; if so &#8211; it&#8217;d do so transparently in the future. This way it&#8217;s more abstract than just about TradeMe.</p>
<p>It doesn&#8217;t seem like there&#8217;d be any point to storing up lots of validation feedbacks to send in batch&#8230; I suppose there&#8217;d be some redundancy over multiple files that a zip archive could take advantage of. Seems like a nice optimisation though rather than a core feature though,  pretty negligible difference. Also if you get overwhelmed it&#8217;d be easy to tell users to stop sending in feedback&#8230; just ditch the meta tag.</p>
<p>(BTW, can we get a preview comment option on this blog? I was going to post some HTML but then I don&#8217;t know what filters you have Rowan)</p>
<p>Oh, and everyone should use Docvert, ok? It just makes sense :)</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Vallance &#187; Rowan Simpson's Idea</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-858</link>
		<dc:creator><![CDATA[Charles Vallance &#187; Rowan Simpson's Idea]]></dc:creator>
		<pubDate>Mon, 28 May 2007 10:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-858</guid>
		<description><![CDATA[[...] was reading a blog entry from Mr Rowan Simpson (of trademe fame) about an idea he had and I think he&#8217;s onto a [...]]]></description>
		<content:encoded><![CDATA[<p>[...] was reading a blog entry from Mr Rowan Simpson (of trademe fame) about an idea he had and I think he&#8217;s onto a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Cochrane</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-844</link>
		<dc:creator><![CDATA[Mike Cochrane]]></dc:creator>
		<pubDate>Sun, 27 May 2007 05:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-844</guid>
		<description><![CDATA[Reading you post I immediately though that would be a cool addition to Charles. But Glen bet me to communicating that. The FireFox web developer toolbar has &#039;Validate Local HTML&#039; but this requires you to actually do it. A report at the end of a browsing session, or in real time, of pages that have errors would be great.]]></description>
		<content:encoded><![CDATA[<p>Reading you post I immediately though that would be a cool addition to Charles. But Glen bet me to communicating that. The FireFox web developer toolbar has &#8216;Validate Local HTML&#8217; but this requires you to actually do it. A report at the end of a browsing session, or in real time, of pages that have errors would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-806</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Fri, 25 May 2007 08:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-806</guid>
		<description><![CDATA[On a bespoke CMS i looked after a few years ago, the system had added validation of any new pages, or edits through Tidy as part of it&#039;s workflow. &lt;a href=&quot;http://www.docvert.org&quot; rel=&quot;nofollow&quot;&gt;Docvert&lt;/a&gt; can use &lt;a href=&quot;http://thaiopensource.com/relaxng/trang.html&quot; rel=&quot;nofollow&quot;&gt;Trang&lt;/a&gt; as part of the pipeline process.

Your idea sounds like a validation version of &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3829&quot; rel=&quot;nofollow&quot;&gt;Live HTTP Headers&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>On a bespoke CMS i looked after a few years ago, the system had added validation of any new pages, or edits through Tidy as part of it&#8217;s workflow. <a href="http://www.docvert.org" rel="nofollow">Docvert</a> can use <a href="http://thaiopensource.com/relaxng/trang.html" rel="nofollow">Trang</a> as part of the pipeline process.</p>
<p>Your idea sounds like a validation version of <a href="https://addons.mozilla.org/en-US/firefox/addon/3829" rel="nofollow">Live HTTP Headers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Ramsay</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-801</link>
		<dc:creator><![CDATA[Nigel Ramsay]]></dc:creator>
		<pubDate>Thu, 24 May 2007 23:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-801</guid>
		<description><![CDATA[Validation on the Mac - I use the Web Developer Toolbar, which has:

- Validate HTML
- Validate Local HTML

plus validation for CSS, feeds, links, accessibility.

It submits your content to W3C and others.]]></description>
		<content:encoded><![CDATA[<p>Validation on the Mac &#8211; I use the Web Developer Toolbar, which has:</p>
<p>- Validate HTML<br />
- Validate Local HTML</p>
<p>plus validation for CSS, feeds, links, accessibility.</p>
<p>It submits your content to W3C and others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Barnes</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-798</link>
		<dc:creator><![CDATA[Glen Barnes]]></dc:creator>
		<pubDate>Thu, 24 May 2007 20:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-798</guid>
		<description><![CDATA[Have you seen &lt;a href=&quot;http://getcharles.com/&quot; rel=&quot;nofollow&quot;&gt;Charles&lt;/a&gt; from Karl at Cactus Lab? This is an HTTP proxy which already logs all the traffic from IE or Firefox. Maybe he should plug in a validator to this so it would do what you want. That would be an interesting tool.]]></description>
		<content:encoded><![CDATA[<p>Have you seen <a href="http://getcharles.com/" rel="nofollow">Charles</a> from Karl at Cactus Lab? This is an HTTP proxy which already logs all the traffic from IE or Firefox. Maybe he should plug in a validator to this so it would do what you want. That would be an interesting tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsay Wright</title>
		<link>http://rowansimpson.com/2007/05/25/an-idea/#comment-791</link>
		<dc:creator><![CDATA[Lindsay Wright]]></dc:creator>
		<pubDate>Thu, 24 May 2007 12:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://rowansimpson.com/2007/05/25/an-idea/#comment-791</guid>
		<description><![CDATA[I still haven&#039;t done my own website but I look after several.  The joys of being busy. Your comment about an XHTML background validator rang some bells with me.  I think it would be a excellent idea, and maybe some sort of Javascript and css validation as well.  A plugin seems the obvious choice.

I leave my FireFox Javascript console open while I&#039;m developing pages; it shows me error in scripts as well as css and some other errors.  Then I go to some other internet site and the errors just pour out.  The trademe.co.nz front page is pretty good, it only has six (all minor css errors).  The BNZ has 18. That&#039;s a worry.

Best of luck in the new job.]]></description>
		<content:encoded><![CDATA[<p>I still haven&#8217;t done my own website but I look after several.  The joys of being busy. Your comment about an XHTML background validator rang some bells with me.  I think it would be a excellent idea, and maybe some sort of Javascript and css validation as well.  A plugin seems the obvious choice.</p>
<p>I leave my FireFox Javascript console open while I&#8217;m developing pages; it shows me error in scripts as well as css and some other errors.  Then I go to some other internet site and the errors just pour out.  The trademe.co.nz front page is pretty good, it only has six (all minor css errors).  The BNZ has 18. That&#8217;s a worry.</p>
<p>Best of luck in the new job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

