<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Sam Ruby</title>
<link rel="stylesheet" href="/css/blog.css" type="text/css"/>
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://intertwingly.net/blog/index.atom"/>
<script type="text/javascript" language="javascript">
<!--
var HOST = 'intertwingly';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
	return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
	cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
	document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
	date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    setCookie('cmt_name', f.name.value, now, '', HOST, '');
    setCookie('cmt_email', f.email.value, now, '', HOST, '');
    setCookie('cmt_url', f.url.value, now, '', HOST, '');
}

function forgetMe (f) {
    deleteCookie('tb_name', '', HOST);
    deleteCookie('tb_url', '', HOST);
    f.name.value = '';
    f.email.value = '';
    f.url.value = '';
    f.bakecookie.checked = 0;
}
-->
</script>
</head>
<body>

<div class="banner">
<h1><a class="banner-anchor" href="http://intertwingly.net/blog/">
intertwingly</a></h1>
It’s just data
</div>

<div class="content">
<div class="blogbody">
<h3>RSS Validator</h3>
<p>Perhaps in a small way, the world is a better place today than
it was yesterday.&nbsp; <a
href="http://diveintomark.org/archives/2002/10/22.html#rss_validator">
RSS Validator</a>.&nbsp; Top of <a
href="http://blogdex.media.mit.edu/browseSource.asp?url=http%3A//feeds.archive.org/validator/">
blogdex</a>.&nbsp; Top of <a
href="http://www.daypop.com/search?q=link%3Afeeds.archive.org/validator&amp;t=w&amp;max=672">
daypop</a>.&nbsp; Wow.</p>

</div>

<h2>Report a Trackback</h2>
<div class="comment">
<form method="post" action="http://intertwingly.net/blog/"
  name="trackback_form" onsubmit="if (this.bakecookie.checked) rememberMe(this)">
<input name="tb_id" type="hidden" value="930" />
Title:<br />
<input maxlength="50" name="title" size="50" type="text" value="RSS Validator" /><br />
<br />
Blog Name:<br />
<input maxlength="50" name="blog_name" size="50" type="text" value="" /><br />
<br />
URL:<br />
<input maxlength="100" name="url" size="50" type="text" value="" /><br />
<br />
Excerpt:<br />
<textarea cols="40" name="excerpt" rows="12"></textarea><br />
<br />
<input name="Submit" type="submit" value="Submit" />
<input type="button" onclick="forgetMe(this.form)" value="Clear Info" />
<input type="checkbox" name="bakecookie" />Remember info?</input>
</form>

<script type="text/javascript" language="javascript">
<!--
document.trackback_form.blog_name.value = getCookie("tb_name");
document.trackback_form.url.value = getCookie("tb_url");
if (document.trackback_form.name.value)
  document.trackback_form.bakecookie.checked = 1;
//-->
</script>
</div>

</div>

<div class="leftbar">
<h2>Essays</h2>
<div class="essays">
<p><a href="http://intertwingly.net/stories/2003/03/15/nounVsVerb.html">Noun vs Verb</a></p>
<p><a href="http://intertwingly.net/stories/2003/03/11/topology.html">Topology</a></p>
<p><a href="http://www.intertwingly.net/stories/2003/01/26/evolve.html">Evolution of the Weblog APIs</a></p>
<p><a href="http://www.intertwingly.net/stories/2003/01/17/cohesion.html">Cohesion</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/12/20/sbe.html">SOAP by Example</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/09/09/gentleIntroductionToNamespaces.html">A Gentle Introduction to Namespaces</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/09/02/reallySimpleSyndication.html">Really Simple Syndication</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/07/29/expectMore.html">Expect More</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/07/20/restSoap.html">REST + SOAP</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/05/31/beyondBacklinks.html">Beyond Backlinks</a></p>
<p><a href="http://www.oreillynet.com/pub/wlg/1351">Google's Genius</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/04/05/neurotransmitters.html">Neuro Transmitters</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/03/29/headersAndHrefs.html">Headers and Hrefs</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/03/16/aGentleIntroductionToSoap.html">A Gentle Introduction to SOAP</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/03/15/copingWithChange.html">Coping with Change</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/03/13/manufacturedSerendipity.html">Manufactured Serendipity</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/02/22/dealingWithDiversity.html">Dealing with Diversity</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/02/15/aBusyDevelopersGuideToWsdl11.html">A Busy Developers Guide to WSDL 1.1</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/02/08/axisradioInteropActualAndPotential.html">Axis/Radio Interop, Actual and Potential</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/02/01/toInfinityAndBeyondTheQuestForSoapInteroperability.html">To Infinity and Beyond: the Quest for SOAP Interoperability</a></p>
<p><a href="http://www.intertwingly.net/stories/2002/01/25/whatObjectDoesSoapAccess.html">What Object Does SOAP Access?</a></p>

<h2>Favorites</h2>

<p><a href="http://www.shirky.com/writings/evolve.html">In Praise of Evolvable Systems</a></p>
<p><a href="http://www.well.com/~doctorow/metacrap.htm">Metacrap</a></p>
<p><a href="http://www.joelonsoftware.com/articles/LeakyAbstractions.html">The Law of Leaky Abstractions</a></p>
<p><a href="http://web.archive.org/web/20030208015752/http://java.sun.com/people/jag/Fallacies.html">The Eight Fallacies of Distributed Computing</a></p>
<p><a href="http://shirky.com/writings/permanet.html">Permanet, Nearlynet, and Wireless Data</a></p>
<p><a href="http://www.classy.dk/log/archive/000427.html">Warnock's Dilemma</a></p>
<p><a href="http://www.advogato.org/article/395.html#5">Sunir's corollaries</a></p>
<p><a href="http://www.tbray.org/ongoing/When/200x/2004/01/13/LawOfConversation">Laws of Explanation</a></p>
</div>
</div>

<div class="rightbar">

<h2>Search</h2>

<form method="get" action="http://intertwingly.net/blog/">
<input type="text" size="12" name="q" value="" />
<input type="submit" value="Find" />
</form>

<li><a href="http://en.wikipedia.org/wiki/Sam_Ruby">About</a></li>
<li><a href="/blog/comments.html">Comments</a></li>
<li><a id="navbar_register" href="/blog/registry/">Register</a></li>
<li><a href="/stats/">Statistics</a></li>
<li><a href="/blog/archives/">Archives</a></li>
<li><a href="http://planet.intertwingly.net/">BlogRoll</a></li>
<li><a href="/wiki/pie/FrontPage">Wiki</a></li>
<li><a href="/code/">Code</a></li>
<li><a href="http://www.oreilly.com/catalog/9780596529260/">Book</a></li>
<li><a href="/blog/2005/05/16/Disclaim-This">Disclaimer</a></li>

<h2>Blogroll</h2>

<div class="blogroll">
<a href="http://www.decafbad.com/blog" title="Confessions of a Caffeine Addicted Mind">0xdecafbad</a><br />
<a href="http://www.aaronsw.com/weblog/" title="no thought left behind">aaron swartz</a><br />
<a href="http://www.adambosworth.net/" title="Thoughts on the changes required as we become increasingly mobile.">adam bosworth</a><br />
<a href="http://www.zephoria.org/thoughts/" title="making connections where none previously existed">apophenia</a><br />
<a href="http://enthusiasm.cozy.org/" title="">ascription is an anathema...</a><br />
<a href="http://www.netcrucible.com/blog/" title="">better living through software</a><br />
<a href="http://bitworking.org/news/" title="theories of software development">bitworking stories</a><br />
<a href="http://www.rollerweblogger.org/page/roller" title="Dave Johnson on Roller, Open Source, and life in general.">blogging roller</a><br />
<a href="http://weblog.burningbird.net/" title="">burningbird</a><br />
<a href="http://staff.newtelligence.net/clemensv/" title="Welcome 2 the dawn">clemens vasters</a><br />
<a href="http://codefeed.com/blog/" title="Where Conor MacNeill spouts about Ant, Java, coding, Australia, politics and anything else that interests him">code feed</a><br />
<a href="http://www.dynamicobjects.com/d2r/" title="diego's weblog">d2r</a><br />
<a href="http://www.25hoursaday.com/weblog/" title="Young, Black and Working for The Man">dare obasanjo</a><br />
<a href="http://www.pacificspirit.com/blog/" title="">dave orchard</a><br />
<a href="http://www.superluminal.com/dave/weblog/" title="pardon my apophenia">dave seidel </a><br />
<a href="http://diveintomark.org/" title="Quando dio vuole castigarci ci manda quello che desideriamo.">dive into mark</a><br />
<a href="http://www.pipetree.com/qmacro" title="Reserving the right to be wrong.">dj</a><br />
<a href="http://www.gotdotnet.com/team/dbox/default.aspx" title="Rants from the SOAP box">don box</a><br />
<a href="http://www.docuverse.com/blog/donpark/" title="">don park</a><br />
<a href="http://www.blogscene.org/erik" title="Erik Hatcher - Blog">erik hatcher</a><br />
<a href="http://flashgoirl.blogspot.com" title="this is a blog about stuff i do and like. i happen to work for microsoft.">flashgoirl</a><br />
<a href="http://danja.typepad.com/fecho/" title="following the development of the syndication framework formerly known as Pie, then Echo...">formerly echo</a><br />
<a href="http://www.freeke.org/ffg" title="genre-free internet radio">freeform goodness</a><br />
<a href="http://gary.burd.info/space/index.html" title="">gary burd</a><br />
<a href="http://radio.weblogs.com/0112258/" title="it's just metadata...">glen daniels </a><br />
<a href="http://radio.weblogs.com/0109134/" title="">graham glass</a><br />
<a href="http://www.rassoc.com/gregr/weblog" title="Greg Reinacker's Weblog">greg reinacker</a><br />
<a href="http://imajes.info/" title="This is a blog about things, or a thing about blogs. I am experimenting. Expect me to break things. Me? I'm a geek, I think, or something.">home is where the...</a><br />
<a href="http://weblog.ikvm.net/" title="The development of a Java VM for .NET">ikvm.net</a><br />
<a href="http://inessential.com/" title="Brent Simmons' weblog.">inessential.com</a><br />
<a href="http://www.ingorammer.com/" title="">ingo rammer</a><br />
<a href="http://www.xmldatabases.org/WK/blog" title="Exploring creative use of technology">inspirational technology</a><br />
<a href="http://www.joelonsoftware.com" title="Painless Software Management">joel on software</a><br />
<a href="http://john.beimler.org/" title="I just copy and redo..">john.beimler</a><br />
<a href="http://joi.ito.com/" title="Joi Ito's conversation with the living web.">joi ito</a><br />
<a href="http://weblog.infoworld.com/udell/" title="Jon Udell's Radio Blog">jon udell</a><br />
<a href="http://ken.coar.org/burrow/index" title="Maunderings Rodentical">ken</a><br />
<a href="http://bitsko.slc.ut.us/blog" title="Yet another Blosxom blog.">ken macleod</a><br />
<a href="http://lambda.weblogs.com/" title="The Programming Languages Weblog!">lambda the ultimate</a><br />
<a href="http://www.looselycoupled.com/blog/" title="Assembling on-demand services to automate business, commerce, and the sharing of knowledge">loosely coupled</a><br />
<a href="http://www.hutteman.com/weblog/" title="Luke Hutteman on Java, .NET, J2EE, RSS and whatever else comes to mind...">luke hutteman</a><br />
<a href="http://patricklogan.blogspot.com" title="Patrick Logan's weblog.">making it stick</a><br />
<a href="http://www.corante.com/many/" title="">many-to-many</a><br />
<a href="http://www.markbaker.ca/2002/09/Blog/" title="Mark Baker's Weblog">mark baker</a><br />
<a href="http://blogs.osafoundation.org/mitch/" title="">mitch kapor</a><br />
<a href="http://www.mnot.net/blog/" title="Everybody seems to have one, so here's mine.">mnot</a><br />
<a href="http://golem.ph.utexas.edu/~distler/blog/" title="Thoughts on Science, Computing, and Life on Earth.">musings</a><br />
<a href="http://www.nelson.monkey.org/~nelson/weblog" title="Occasional blog, powered by Blosxom">nelson</a><br />
<a href="http://www.tbray.org/ongoing/" title="Ongoing fragmented essay by Tim Bray.">ongoing</a><br />
<a href="http://www.shannoncampbell.info/journal/" title="">pet rock star</a><br />
<a href="http://philringnalda.com/" title="a digital magpie">phil ringnalda dot com</a><br />
<a href="http://www.raelity.org/" title="The raelity bytes weblog.">raelity bytes</a><br />
<a href="http://www.ozzie.net/blog/" title="">ray ozzie</a><br />
<a href="http://blogs.msdn.com/rdias/" title="Rebecca Dias - Advanced Web Services Product Manager, Microsoft Corporation">rebecca dias</a><br />
<a href="http://www.artima.com/weblogs/index.jsp?blogger=unclebob" title="Artima Weblogs is a community of bloggers posting on a wide range of topics of interest to software developers.">robert c. martin</a><br />
<a href="http://samgentile.com/blog/" title=".NET and Software Development from an experienced perspective - .NET/CLR, Rotor, Interop, MC+/C++, COM+, ES, Longhorn, Mac OS X, Extreme Programming and More!">sam gentile</a><br />
<a href="http://seanmcgrath.blogspot.com" title="Sean McGrath's Weblog.">sean mcgrath</a><br />
<a href="http://radio.weblogs.com/0110772/" title="Pointers and thoughts on the evolution of knowledge sharing&lt;br&gt;and scholarly communication, collected by S&amp;#233;bastien Paquet">seb</a><br />
<a href="http://www.sellsbrothers.com/" title="Thoughts that Chris Sells has about whatever interests him that day">sellsbrothers.com</a><br />
<a href="http://www.sifry.com/alerts/" title="">sifry</a><br />
<a href="http://www.silent-penguin.com/" title="Making a dent - somewhere">silent-penguin.com</a><br />
<a href="http://www.pocketsoap.com/weblog/" title="Its just code">simon fell</a><br />
<a href="http://simon.incutio.com/" title="PHP, XML, CSS and general web development">simon willison</a><br />
<a href="http://www.simplegeek.com" title="">simplegeek</a><br />
<a href="http://w3future.com/weblog/" title="Pondering those web technologies that may change the future of the world wide web.">sjoerd visscher</a><br />
<a href="http://www.snellspace.com/blog/" title="re-al-i-ty: a leaky abstraction of the surreal">snellspace</a><br />
<a href="http://www.sidhe.org/~dan/blog/" title="Dan natters on about, well, stuff.">squawks of the parrot</a><br />
<a href="http://www.betaversion.org/~stefano/linotype/" title="Stefano Mazzocchi's Weblog">stefano</a><br />
<a href="http://www.edwardbear.org/serendipity/" title="Ich besaufe mich, weil ich besoffen bin!">sterling hughes'</a><br />
<a href="http://www.sauria.com/blog/" title="Ted Leung on the air: Open Source, Java, Python, and ...">ted leung on the...</a><br />
<a href="http://dotnetguy.techieswithcats.com/" title="Musings on Life and Technology">the .net guy</a><br />
<a href="http://www.eighty-twenty.net/blog" title="It's just good enough">the 80/20 solution</a><br />
<a href="http://www.MindView.net/WebLog/" title="Bruce Eckel's Web Log">thinking about computing</a><br />
<a href="http://jroller.com/page/nicolaken" title="nicolaken core dumps.">verba volant</a><br />
<a href="http://www.webmink.net/minkblog.htm" title="Musings by Simon Phipps - TechnoMusicoSocioPoliticoPhotoBiblio stuff in a rambling, chatty style - controversy, humour and often nice pictures too.">webmink</a><br />
<a href="http://www.davidwatson.org/index.cgi" title="Perspective is everything.">www.davidwatson</a><br />
<a href="http://blogs.msdn.com/tewald/" title="Tim Ewald embraces the XML lifestyle...">xml eye for the...</a><br />
</div>

<h2>Powered by</h2>

<div class="powered">
<a href="http://www.apache.org">Apache</a><br />
<a href="http://www.blo.gs/">blo.gs</a><br />
<a href="http://www.oreillynet.com/~rael/lang/perl/blosxom/">blosxom</a><br />
<a href="http://tidy.sourceforge.net/">Tidy</a><br />
<a href="http://www.vim.org/">Vim</a><br />
<a href="http://www.w3.org/TR/2000/REC-xhtml1-20000126/">XHTML 1.0</a>
</div>

</div>

</body>
</html>
