As for blog posts... I personally support it. I think a blog post encourages people to write really good stand-alone content with less assumptions about the audience than a mailing list. The only tricky part is that it splits up the conversation... maybe we should agree to link back to the Google Groups post in the blog and keep conversation here as much as possible?
Steven
var pr = new ProgressiveRequest(document.getElementById("outputElement"));
var xhr = new XMLHttpRequest();
...
xhr.onreadystatechange = function() {
pr.update(xhr.responseText, xhr.readyState == 4);
}