<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>Wordpress.com Weblog</title>
	<atom:link href="http://sritama.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sritama.wordpress.com</link>
	<description>Just another Wordpress.com weblog</description>
	<lastBuildDate>Fri, 08 Feb 2008 06:27:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sritama.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Wordpress.com Weblog</title>
		<link>http://sritama.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sritama.wordpress.com/osd.xml" title="Wordpress.com Weblog" />
	<atom:link rel='hub' href='http://sritama.wordpress.com/?pushpress=hub'/>
		<item>
		<title>OpenID</title>
		<link>http://sritama.wordpress.com/2007/03/05/openid/</link>
		<comments>http://sritama.wordpress.com/2007/03/05/openid/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 12:23:48 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/03/05/openid/</guid>
		<description><![CDATA[ongoing wrote: OpenID The buzz around OpenID is becoming impossible to ignore. If you don&#8217;t know why, check out How To Use OpenID, a screencast by Simon Willison. As it&#8217;s used now (unless I&#8217;m missing something) OpenID seems pretty useless, but with only a little work (unless I&#8217;m missing something) it could be very useful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=647&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tbray.org/ongoing/"><cite>ongoing</cite></a> wrote:</p>
<blockquote cite="">
<p><a href="http://www.tbray.org/ongoing/">  OpenID  </a></p>
<p>  <!--StartFragment--></p>
<p>The buzz around OpenID is becoming impossible to ignore.  If you don&rsquo;t know  why, check out <a href="http://simonwillison.net/2006/openid-screencast/">How To Use  OpenID</a>, a  screencast by Simon Willison.  As it&rsquo;s used now (unless I&rsquo;m missing something) OpenID seems pretty  useless, but with only a little work (unless I&rsquo;m missing something) it  could be very useful indeed.</p>
<h2>Problem: TLS</h2>
<p>The first problem is that OpenID doesn&rsquo;t require the use of <a href="http://en.wikipedia.org/wiki/Transport_Layer_Security">TLS</a> (what&rsquo;s behind URIs that begin with https:).  Doing anything  remotely connected with authentication over an unencrypted link where you  can&rsquo;t be sure who you&rsquo;re talking to seems all wrong to me.  I see that this subject is under discussion (<a href="http://jyte.com/cl/openid-providers-should-use-tls-whenever-possible">here</a> and <a href="http://lists.danga.com/pipermail/yadis/2005-July/001273.html">here</a>)  in the community.</p>
<p>The fact that apparently-sane people think it might  sometimes be OK to not use TLS makes me think there&rsquo;s something obvious I&rsquo;m  missing.  In Simon&rsquo;s screencast, the pages that you type your OpenID into are  unsecured; hmmm.</p>
<h2>Problem: What&rsquo;s It Mean?</h2>
<p>Another problem with OpenID is that, well, having one doesn&rsquo;t mean very  much; just that you can verify that some server somewhere says it believes that the  person operating the browser owns that ID.</p>
<p>Unless I&rsquo;m missing something, as a thought experiment I could set up a  bogus OpenID server at http://www.tbray.org/silly-id/, and  arrange that when queried about any OpenID whatsoever beginning with that URI,  it instantly provided a positive response.  For example,  http://www.tbray.org/silly-id/BillGates or  http://www.tbray.org/sill-id/PopeBenedictXVI.  None of that nasty  time-consuming authentication stuff; sure would speed up logging into  OpenID-supporting sites.</p>
<h2>Problem: Phishing</h2>
<p>This is going to be a problem, but I don&rsquo;t think it&rsquo;s fair to hang it on  OpenID, because it&rsquo;s going to be equally a problem with any  browser-based authentication.  Since browser-based authentication is What The  People Want, we&rsquo;re just going to have to fight through this with a combination of  browser engineering and (more important) educating the general public.</p>
<h2>What Could I Use It For Today?</h2>
<p>Here&rsquo;s what I think I&rsquo;d be willing to do: in the commenting system here at  ongoing, I&rsquo;d be inclined, if I had manually approved a  comment with someone who&rsquo;d authenticated via OpenID, to subsequently accept  further comments from that OpenID, unmoderated.</p>
<p>I can&rsquo;t think of anything else.</p>
<h2>Solution: TLS</h2>
<p>Just Do It.  Create a culture where traffic is simply expected to be  encrypted and secure for each step in the authentication chain.  If there&rsquo;s  anything in the protocol that makes this hard, fix it.  Yes, anyone  offering authentication services will have to own and manage a cert.  That is  the entry-level price for me taking you seriously.</p>
<h2>Solution: Meaning Something</h2>
<p>I haven&rsquo;t actually heard anyone argue that all OpenIDs should be considered  equal to all others, which is good, because that would be a profoundly silly  idea.</p>
<p>For some given application, I might be willing to support LiveJournal  OpenIDs but not those from MyOpenID; or vice versa.  There might be an  opportunity for some sort of independent-security-audit business, rating  quality of OpenID providers.  Bruce Schneier, where are you?</p>
<p>Once again, maybe I&rsquo;m missing something, but it seems obvious that if  OpenID is ever going to be much use for real work in applications that  matters, there are going to be whitelists of ID Providers.  Does anyone see  this as a problem?  If not, all the libraries out there Ruby and Python and  PHP and so on need to have the provider-whitelist feature built in.</p>
<h2>The Real Problem</h2>
<p>Of course, out there in the enterprise space where most of Sun&rsquo;s customers  live, they think about identity problems at an entirely different level.  Single-sign-on seems like a little and not terribly interesting piece of the  problem.  They lose sleep at night over &ldquo;Attribute Exchange&rdquo;; once you have an  identity, who is allowed to hold what pieces of information about you, and  what are the right protocols by which they may be requested, authorized, and  delivered?  The technology is tough, but the policy issues are  mind-boggling.</p>
<p>So at the moment I suspect that OpenID isn&rsquo;t that interesting to those  people.   But Web-heads like me care about Plain Old Single Sign-on, and we  like identifying ourselves by URI.  So OpenID might scratch a pretty big  itch.</p>
<p>Unless I&rsquo;m missing something.  The reason I keep saying that is that I  really am an Identity newbie.  I&rsquo;m sure my commenters will be diligent in  pointing out where I&rsquo;ve gone off the rails.</p>
<p>  <!--EndFragment-->
</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/647/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/647/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/647/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/647/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/647/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=647&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/03/05/openid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>From FF Browser</title>
		<link>http://sritama.wordpress.com/2007/02/02/from-ff-browser/</link>
		<comments>http://sritama.wordpress.com/2007/02/02/from-ff-browser/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 07:04:50 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/02/02/from-ff-browser/</guid>
		<description><![CDATA[Post from FF Browser<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=620&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Post from FF Browser</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/620/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/620/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/620/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=620&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/02/02/from-ff-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Test</title>
		<link>http://sritama.wordpress.com/2007/02/02/test/</link>
		<comments>http://sritama.wordpress.com/2007/02/02/test/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 06:12:22 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/02/02/test/</guid>
		<description><![CDATA[CNNJelliffeneverOOXMLElephant sdftdfgdfgfgdfgdfgdfdfgdfgdfg sdfshflsdfuisdofsdlfdgdfgdfgdfgdgdfgdfgdfgdfgdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=619&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- #BeginTags -->
<p class="tags"><a href="http://www.technorati.com/tag/CNNJelliffeneverOOXMLElephant" rel="tag">CNNJelliffeneverOOXMLElephant</a></p>
<p><!-- #EndTags --></p>
<p>sdftdfgdfgfgdfgdfgdfdfgdfgdfg</p>
<p>sdfshflsdfuisdofsdlfdgdfgdfgdfgdgdfgdfgdfgdfgdf
		              </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/619/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/619/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/619/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/619/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/619/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=619&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/02/02/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello</title>
		<link>http://sritama.wordpress.com/2007/02/02/hello/</link>
		<comments>http://sritama.wordpress.com/2007/02/02/hello/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 05:34:39 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/02/02/hello/</guid>
		<description><![CDATA[VistaVistaVistaVistaVista dg<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=618&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><!-- #BeginTags -->
<p class="tags"><a href="http://www.technorati.com/tag/VistaVistaVistaVistaVista" rel="tag">VistaVistaVistaVistaVista</a></p>
<p><!-- #EndTags --><br />
			dg</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/618/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/618/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/618/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=618&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/02/02/hello/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Life Is Complicated..From Netnewwire</title>
		<link>http://sritama.wordpress.com/2007/02/01/life-is-complicatedfrom-netnewwire/</link>
		<comments>http://sritama.wordpress.com/2007/02/01/life-is-complicatedfrom-netnewwire/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 11:53:28 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Mr. Weblog]]></category>
		<category><![CDATA[New Parent Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/02/01/life-is-complicatedfrom-netnewwire/</guid>
		<description><![CDATA[ongoing wrote: Life Is Complicated My goodness, even CNN picked up the story about Microsoft trying to retain Rick Jelliffe to update the Wikipedia articles on ODF and OOXML for them, just as the ISO process around OOXML is getting in gear. This raises complicated issues about document formats and transparency and conflict of interest; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=615&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tbray.org/ongoing/"><cite>ongoing</cite></a> wrote:</p>
<blockquote cite="">
<p><a href="http://www.tbray.org/ongoing/">  Life Is Complicated  </a></p>
<p>  <!--StartFragment--></p>
<p>My goodness, even CNN <a href="http://www.cnn.com/2007/TECH/internet/01/24/microsoft.wikipedia.ap/index.html?eref=rss_topstories">picked  up</a> the story about Microsoft trying to retain Rick Jelliffe to update  the Wikipedia articles on ODF and OOXML for them, just as the ISO process  around OOXML is getting in gear.    This raises complicated  issues about document formats and transparency and conflict of interest; and  there&rsquo;s at least one elephant in the room.</p>
<h2>Editing Wikipedia</h2>
<p>This news noise prompted me to check out the   relevant Wikipedia guidelines, on <a href="http://en.wikipedia.org/wiki/Wikipedia:Autobiography">Autobiography</a> and <a href="http://en.wikipedia.org/wiki/Wikipedia:Conflict_of_interest">Conflict  of Interest</a>.  I confess to never having read them previously, and now I  feel bad, because I&rsquo;ve edited my own entry a couple of times (contributing a  picture is OK they say, but I&rsquo;ve fixed some broken grammar and minor factual  errors, which isn&rsquo;t).</p>
<p>Worse, I&rsquo;ve done a lot of editing on the <a href="http://en.wikipedia.org/wiki/Sun_Microsystems">Sun</a> entry.  In my defense, when I first went to work it was a  disorganized, ungrammatical mess, and I&rsquo;ve always edited while <a href="http://en.wikipedia.org/wiki/User:TimBray">signed in</a>, so it&rsquo;s  been transparent (if it were  up to me, signing in would be a requirement for   all editing).  So I guess I&rsquo;ll have to do any further contributing via the Discussion page.  Which  is OK, since I&rsquo;ve noticed the editing standard has picked up recently on this  page and my services are probably superfluous.</p>
<p>So if Microsoft thinks the articles on OOXML and ODF are inaccurate  (haven&rsquo;t read them in ages, I have no opinion) I think they should have someone  smart, reasonable, open-minded, and from Microsoft go pitch in on the  discussion page and have the necessary arguments and work out a compromise  that gets the NPOV (&ldquo;Neutral Point Of View&rdquo;) nod from the community, and based  on my experience, the result will be good.</p>
<p>But let&rsquo;s ascend from the meta level to the document-format issues  themselves.</p>
<h2>ODF and OOXML</h2>
<p>I was really impressed with the <a href="http://www.groklaw.net/article.php?story=20070123071154671">collaborative  effort at Groklaw</a> to give the OOXML ECMA document a thorough going-over.  The <a href="http://www.grokdoc.net/index.php/EOOXML_objections">objections  document</a> is interesting; valuable work, but I don&rsquo;t think they turned up  much that wasn&rsquo;t already known.</p>
<p>Having said that, I still think OOXML is totally bogus; ECMA shouldn&rsquo;t have  gone near it and neither should ISO.  The world does not need two ways to say &ldquo;This paragraph is in  12-point Arial with 1.2em leading and ragged-right justification&rdquo;.  As I <a href="http://www.tbray.org/ongoing/When/200x/2005/11/27/Office-XML">argued  in 2005</a>, if you want to capture MS-Office-specific semantics (not a  bad thing in principle) the right way to do it is a namespaced layer on top of  ODF.</p>
<h2>The Elephant in the Room</h2>
<p>[Disclosure: Rick Jelliffe has been a colleague and personal friend for at  least fifteen years.]  I&rsquo;m a little irritated at Rick just at the moment; he&rsquo;s  been writing regularly over at his (excellent) <a href="http://www.oreillynet.com/pub/au/1712">O&rsquo;Reilly blog</a> about ODF  and OOXML, and is resolutely ignoring the elephant in the room: the reasons  that ODF and OOXML exist, and the motivations behind standardizing  them.  This is weird because Rick&rsquo;s been doing publishing technology for a  living for decades and knows these issues as well as anyone in the world.  Rick&rsquo;s opinion matters, because he is an &ldquo;invited expert&rdquo; (non-voting) <a href="http://www.oreillynet.com/xml/blog/2007/01/an_interesting_offer.html#comment-438087">member  of ISO SC34</a>,  the committee that recently approved ODF and will soon be deciding whether to  approve OOXML.</p>
<p>Let&rsquo;s be blunt: ODF was standardized for both idealistic and commercial  reasons.   Both are easy to understand: Idealists want information to be as free as  its creator wants to make it, long-lived, and re-usable.  Commercially, ODF is a straightforward attempt to crack open  the Microsoft lock on the business desktop and allow office-suite  competition to start happening.  Wait, that&rsquo;s kind of idealistic too, if you  believe in the benefits of free markets.</p>
<p>OOXML was standardized defensively because Microsoft was worried that the  standardization of ODF might achieve its commercial goals, and Microsoft&rsquo;s  lock on the office-suite market is worth some eight billion dollars  of monopoly profits (as in $8B on $11B of revenue; jeepers!) each  fiscal year.</p>
<p>You might be able to conduct an cool-headed objective dialogue about the  relative technical merits of these formats without considering the issues of  freedom on the one hand and billions of dollars of commercial impact on the  other, but I can&rsquo;t. </p>
<p>What do you think about all this, Rick?</p>
<p><em>[Disclosure/Historical footnote:   Those with long memories might suggest a  parallel between Rick&rsquo;s position and mine when in 1997, I was sitting on the  XML Working Group and co-editing the spec, on a <em>pro bono</em> basis as an  indie consultant.  Netscape hired me to represent their interests, and when I announced this,  controversy ensued.  Which is a nice way of saying that   Microsoft went berserk; tried unsuccessfully to get me fired as co-editor, and  then launched a vicious, deeply personal extended attack in which  they tried to destroy my career and took lethal action against a small  struggling company because my wife worked there. It was a sideshow of a  sideshow of the great campaign to bury Netscape and I&rsquo;m sure the executives  have forgotten; but I haven&rsquo;t.  Anyhow, I thought I had to point that out  first before somebody else dredged it up, but I totally don&rsquo;t think Rick&rsquo;s  status played in this story and I&rsquo;m also 100% confident of his  integrity.]</em></p>
<p>  <!--EndFragment-->
</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/615/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/615/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/615/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/615/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/615/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=615&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/02/01/life-is-complicatedfrom-netnewwire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Quote WordPress</title>
		<link>http://sritama.wordpress.com/2007/02/01/quote-wordpress/</link>
		<comments>http://sritama.wordpress.com/2007/02/01/quote-wordpress/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 11:21:51 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/02/01/quote-wordpress/</guid>
		<description><![CDATA[Quoted from http://10.192.37.25:85/mt/posts/Del5/2007/01/test_office_2007.html: Del5: test office 2007 smail : Let&#8217;s Rock,debojieet,Vinit Lakhwinder Kaur wrote: test office 2007 From:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Lakhwinder Kaur [lkaur@adobe.com] Sent:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Wednesday, January 10, 2007 11:10 AM To:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Lakhwinder Kaur Subject:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  test office 2007 Attachments:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  image003.jpg; image004.gif; Family Trip.swf Welcome You to Testing Post to Blog. This Bold and Italic and Bold Italic You [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=612&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Quoted from <cite>http://10.192.37.25:85/mt/posts/Del5/2007/01/test_office_2007.html</cite>:</p>
<blockquote>
<p><a href="http://10.192.37.25:85/mt/posts/Del5/2007/01/test_office_2007.html">  Del5: test office 2007  </a></p>
<p>  <!--StartFragment--></p>
<p>smail : <a href="http://www.technorati.com/tag/Let's Rock">Let&#8217;s Rock</a>,<a href="http://www.technorati.com/tag/debojieet">debojieet</a>,<a href="http://www.technorati.com/tag/Vinit">Vinit</a></p>
<p>Lakhwinder Kaur wrote:</p>
<p> test office 2007</p>
<p>From:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Lakhwinder Kaur [lkaur@adobe.com]</p>
<p>Sent:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Wednesday, January 10, 2007 11:10 AM</p>
<p>To:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  Lakhwinder Kaur</p>
<p>Subject:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  test office 2007</p>
<p>Attachments:Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  image003.jpg; image004.gif; Family Trip.swf</p>
<p>Welcome You to Testing  Post to Blog.</p>
<p>This Bold and Italic and Bold Italic</p>
<p>You can see numbers 1234567890</p>
<p>You can see Special characters &#8211; <a>,.,..\|}{}{[][][~`&gt;!@##$%^&amp;*()__+&gt;,.,..\|}{}{[][][~`</A>&gt;<A href="mailto:!@##$%^&amp;*()__+">,.,..\|}{}{[][][~`”</p>
</p>
<p>You can also see table</p>
<p>      </a>"&gt;<a>,.,..\|}{}{[][][~`         </a>"&gt;<a>,.,..\|}{}{[][][~`        </p>
<table cellspacing="0" cellpadding="0">
<tr>
<td width="197" valign="top">
<p>R1C1</p>
</td>
<td width="197" valign="top">
<p>R1C2</p>
</td>
<td width="197" valign="top">
<p>R1C3</p>
</td>
</tr>
<tr>
<td width="197" valign="top">
<p>R2C1</p>
</td>
<td width="197" valign="top">
<p>R2c2</p>
</td>
<td width="197" valign="top">
<p>R2c3</p>
</td>
</tr>
</table>
<p>You can see Image</p>
<p><img width="300" height="200" src="http://akumar.typepad.com/blog_here/image003.jpg" /></p>
<p>  <!--EndFragment-->
</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/612/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/612/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/612/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/612/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/612/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=612&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/02/01/quote-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>

		<media:content url="http://akumar.typepad.com/blog_here/image003.jpg" medium="image" />
	</item>
		<item>
		<title>From Ecto Testing trackbacks</title>
		<link>http://sritama.wordpress.com/2007/01/10/from-ecto-testing-trackbacks/</link>
		<comments>http://sritama.wordpress.com/2007/01/10/from-ecto-testing-trackbacks/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 07:15:07 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/01/10/from-ecto-testing-trackbacks/</guid>
		<description><![CDATA[http://sritama.wordpress.com/2007/01/10/allow-tb-1/ http://sritama.wordpress.com/2007/01/10/allow-tb-2/ http://sritama.wordpress.com/2007/01/10/allow-tb-3/ http://sritama.wordpress.com/2007/01/10/allow-tb-4/ Just Testing<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=538&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://sritama.wordpress.com/2007/01/10/allow-tb-1/<br />
http://sritama.wordpress.com/2007/01/10/allow-tb-2/<br />
http://sritama.wordpress.com/2007/01/10/allow-tb-3/<br />
http://sritama.wordpress.com/2007/01/10/allow-tb-4/</p>
<p>Just Testing</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/538/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/538/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/538/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/538/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/538/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=538&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/01/10/from-ecto-testing-trackbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Test Trackback from Windows Live Writer</title>
		<link>http://sritama.wordpress.com/2007/01/10/test-trackback-from-windows-live-writer/</link>
		<comments>http://sritama.wordpress.com/2007/01/10/test-trackback-from-windows-live-writer/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 07:02:47 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/01/10/test-trackback-from-windows-live-writer/</guid>
		<description><![CDATA[ffssfsfdsfdsfdsfgwfsgfxsfsfsd<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=537&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>ffssfsfdsfdsfdsfgwfsgfxsfsfsd</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/537/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/537/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/537/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/537/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/537/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=537&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/01/10/test-trackback-from-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Allow Tb 3</title>
		<link>http://sritama.wordpress.com/2007/01/10/allow-tb-3-2/</link>
		<comments>http://sritama.wordpress.com/2007/01/10/allow-tb-3-2/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 06:44:24 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/01/10/allow-tb-3-2/</guid>
		<description><![CDATA[adfsdfsdfsdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=530&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>adfsdfsdfsdf</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/530/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/530/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=530&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/01/10/allow-tb-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
		<item>
		<title>Allow TB 22</title>
		<link>http://sritama.wordpress.com/2007/01/10/allow-tb-22/</link>
		<comments>http://sritama.wordpress.com/2007/01/10/allow-tb-22/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 06:42:26 +0000</pubDate>
		<dc:creator>sritama</dc:creator>
				<category><![CDATA[Sritama's Category]]></category>

		<guid isPermaLink="false">http://sritama.wordpress.com/2007/01/10/allow-tb-22/</guid>
		<description><![CDATA[fsfsdfsdfsdfsdf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=529&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>fsfsdfsdfsdfsdf</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sritama.wordpress.com/529/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sritama.wordpress.com/529/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sritama.wordpress.com/529/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sritama.wordpress.com/529/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sritama.wordpress.com/529/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sritama.wordpress.com&amp;blog=207461&amp;post=529&amp;subd=sritama&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sritama.wordpress.com/2007/01/10/allow-tb-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0eb235e243d2a443b1abbce3824890b3?s=96&#38;d=identicon" medium="image">
			<media:title type="html">sritama</media:title>
		</media:content>
	</item>
	</channel>
</rss>
