<?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>Nivedita's Weblog</title>
	<atom:link href="http://niveditaswaminathan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://niveditaswaminathan.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 29 Apr 2011 07:35:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='niveditaswaminathan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nivedita's Weblog</title>
		<link>http://niveditaswaminathan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://niveditaswaminathan.wordpress.com/osd.xml" title="Nivedita&#039;s Weblog" />
	<atom:link rel='hub' href='http://niveditaswaminathan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Gettin Table Name using SP name</title>
		<link>http://niveditaswaminathan.wordpress.com/2009/06/17/gettin-table-name-using-sp-name/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2009/06/17/gettin-table-name-using-sp-name/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 06:44:54 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=71</guid>
		<description><![CDATA[Hi all its really fun working on queries.. I have been updating my blog with queries as i learn them.. Today i was in need of a query to find the tables from the sp name. Atlast i got it. Here it is&#8230; The first one list the tables and stored procedures linked withthe sp [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=71&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi all its really fun working on queries.. I have been updating my blog with queries as i learn them.. Today i was in need of a query to find the tables from the sp name. Atlast i got it. Here it is&#8230; The first one list the tables and stored procedures linked withthe sp name we give. The later one lists the table name alone.</p>
<p><span style="text-decoration:underline;"><span style="color:#800000;">Query 1:</span></span></p>
<p><span style="color:#0000ff;">select name from</span> sysobjects</p>
<p><span style="color:#0000ff;">where</span> id in (<span style="color:#0000ff;">select</span> sd.depid <span style="color:#0000ff;">from</span> sysobjects so, sysdepends sd</p>
<p><span style="color:#0000ff;">where</span> so.<span style="color:#0000ff;">name</span> = <span style="color:#ff0000;">&#8216;InsertWorkflowCompany&#8217;</span> and</p>
<p>sd.id = so.id )</p>
<p><span style="text-decoration:underline;"><span style="color:#800000;">Query 2:</span></span></p>
<p><span style="color:#0000ff;">select name from</span> sysobjects</p>
<p><span style="color:#0000ff;">where</span> id in (<span style="color:#0000ff;">select</span> sd.depid from sysobjects so, sysdepends sd</p>
<p><span style="color:#0000ff;">where</span> so.<span style="color:#0000ff;">name</span> = <span style="color:#ff0000;">&#8216;InsertWorkflowCompany&#8217;</span> and</p>
<p>sd.id = so.id) and <span style="color:#0000ff;">type </span>=&#8217;<span style="color:#ff0000;">U</span>&#8216;</p>
<p>In the second query  type = &#8216;p&#8217;  can be used to list the stored procedures linked.</p>
<p>Happy Querying !!</p>
<p>Cheers !!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=71&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2009/06/17/gettin-table-name-using-sp-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>To Get SP Details</title>
		<link>http://niveditaswaminathan.wordpress.com/2009/05/22/to-get-sp-details/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2009/05/22/to-get-sp-details/#comments</comments>
		<pubDate>Fri, 22 May 2009 10:00:02 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=67</guid>
		<description><![CDATA[Hi These are the 2 queries to get the Sored Procedure details related to a Particular Database and Particular Table. use db name Select * From sys.sysobjects where type=&#8217;p&#8217; SELECT * from sys.sysobjects so inner join sys.syscomments sc on so.id=sc.id where type=&#8217;p&#8217; and sc.text like &#8216;%TableName%&#8217; where p stands for the sproc.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=67&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi</p>
<p>These are the 2 queries to get the Sored Procedure details related to a Particular Database and Particular Table.</p>
<p>use db name</p>
<p>Select * From sys.sysobjects where type=&#8217;p&#8217;</p>
<p>SELECT * from sys.sysobjects so<br />
inner join sys.syscomments sc<br />
on so.id=sc.id<br />
where type=&#8217;p&#8217; and sc.text like &#8216;%TableName%&#8217;</p>
<p>where p stands for the sproc.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=67&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2009/05/22/to-get-sp-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>My Thoughts</title>
		<link>http://niveditaswaminathan.wordpress.com/2009/03/12/my-thoughts/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2009/03/12/my-thoughts/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 06:40:07 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[Self Expressions]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=58</guid>
		<description><![CDATA[Hey m surprised !!!! B4 my excitement subsides i wanted to write this blog.. As usual i was vetti without work, n suddenly some thoughts came to my mind and before they overflow i decided to put them here &#8230; Lonely Night ! A night lonely spent , knowing theres a pent yet undergoing torment, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=58&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey m surprised !!!! B4 my excitement subsides</p>
<p>i wanted to write this blog..</p>
<p>As usual i was vetti without work, n suddenly some</p>
<p>thoughts came to my mind and before they overflow</p>
<p>i decided to put them here <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> &#8230;</p>
<p>Lonely Night !</p>
<p>A night lonely spent ,<br />
knowing theres a pent<br />
yet undergoing torment,<br />
a night i lonely spent.</p>
<p>Hard Experience</p>
<p>There is no word as such as hard experience; everything thats</p>
<p>experienced should have been hard. Either u wud have</p>
<p>had hard time b4 experienceing or faced hard effects of</p>
<p>it..</p>
<p>Do put in ur comments !!!</p>
<p>Have a great Day!!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=58&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2009/03/12/my-thoughts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>In-Built Game in Open Office</title>
		<link>http://niveditaswaminathan.wordpress.com/2009/01/22/in-built-game-in-open-office/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2009/01/22/in-built-game-in-open-office/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 08:30:07 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Calc game]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Open Office Calc]]></category>
		<category><![CDATA[Open Office Calc game]]></category>
		<category><![CDATA[shooting]]></category>
		<category><![CDATA[shooting game]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=53</guid>
		<description><![CDATA[Hi All, As i was looking out for developing some games with openoffiice calc, I jus found this. Type this in Open Office calc: Good Shooting game gets opened. =GAME(&#8220;StarWars&#8221;) Hope you enjoy playing.. Cheers!!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=53&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>As i was looking out for developing some games with openoffiice calc, I jus found this.</p>
<p>Type this in Open Office calc: Good Shooting game gets opened.</p>
<div class="msg 1st">=GAME(&#8220;StarWars&#8221;)</div>
<div class="msg 1st">Hope you enjoy playing..</div>
<div class="msg Nth">Cheers!!!</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=53&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2009/01/22/in-built-game-in-open-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>Couple of Fatal issues with IE Browser</title>
		<link>http://niveditaswaminathan.wordpress.com/2009/01/15/couple-of-fatal-issues-with-ie-browser/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2009/01/15/couple-of-fatal-issues-with-ie-browser/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 11:50:55 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[UI]]></category>
		<category><![CDATA[Browser Compatibility Issues]]></category>
		<category><![CDATA[IE bugs]]></category>
		<category><![CDATA[IE issues]]></category>
		<category><![CDATA[Image div occupying more space.]]></category>
		<category><![CDATA[Text Repeating]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=50</guid>
		<description><![CDATA[Hi  All, I had come across few fatal issues with the  Internet Explorer. First one was that, when the Table cell or div contains an image tag, it occupies nearly 3px extra (vertically). First I tried solving it by adding margin-top:-3px. Which really fixed the problem. But definitely not the correct way. Then i tried [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=50&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi  All,</p>
<p>I had come across few fatal issues with the  Internet Explorer.</p>
<p>First one was that, when the Table cell or div contains an image tag, it occupies nearly 3px extra (vertically). First I tried solving it by adding margin-top:-3px. Which really fixed the problem. But definitely not the correct way.</p>
<p>Then i tried applying vertical-align:top to the image tag. This fixed the problem.</p>
<p>Second issue that I had come across few times was the text getting repeated. This again happens with IE alone.This is because of the insufficient widths. Perhaps some adjustments with the div&#8217;s width might solve the problem.</p>
<p>Cheers ! ! !</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=50&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2009/01/15/couple-of-fatal-issues-with-ie-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>Motivating Lines&#8230;</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/12/04/motivating-lines/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2008/12/04/motivating-lines/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 06:17:42 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=46</guid>
		<description><![CDATA[The essence of Gita is summarized below: 1. Why do you worry? Who are you afraid of? Whatever has happened has happened for the good. What is happening is also happening for the good. Whatever will happen, will be for good also. Do not repent over the past, or worry for the future. Do your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=46&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align:justify;"><span style="font-size:11pt;">The essence of Gita is summarized below:</span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-size:11pt;"><span> </span>1. Why do you worry?<span> </span>Who are you afraid of?<span> </span>Whatever has happened has happened for the good. What is happening is also happening for the good. Whatever will happen, will be for good also. Do not repent over the past, or worry for the future. Do your duty selflessly&#8212;and to the best of your abilities&#8212;in the present only. </span></p>
<p class="MsoNormal" style="text-align:justify;"><span style="font-size:11pt;"><span> </span>2. What have you lost for which you cry?<span> </span>You did not bring anything to this world when you were born.<span> </span>You are unnecessarily attached to your possessions.<span> </span>This attachment is the root cause of all your sufferings. Treat all your possessions as a trust property given to you by the God.<span> </span>Let the thoughts of<span> </span>&#8216;I&#8217; and &#8216;my&#8217; be completely wiped of your mind. Practice detached attachment.<span> </span>Always remember the creator, and surrender to the will of the Lord.</span></p>
<p><span style="font-size:11pt;"><span> </span>3. Why worry about the unavoidable death? Change is the law of nature. Atmaa (Spirit) is the abode of body, and the body is an abode for the individual soul (Jeev). This physical body was not here in the past, nor<span> </span>will it remain here for ever.<span> </span>But, the Atmaa is immortal.<span> </span>It neither takes birth nor dies.<span> </span>Atmaa only changes its bodies as you change your garments.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=46&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2008/12/04/motivating-lines/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>Useful Links</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/06/12/useful-links/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2008/06/12/useful-links/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 04:34:17 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[.net questions]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[usseful links]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=41</guid>
		<description><![CDATA[Hi All ! Here i have listed few links which i felt worth sharing http://www.techinterviews.com/?p=249 http://www.toqc.com/entropy/TheAnswers1.html http://nazish.blog.com/1004695/ http://www.codeproject.com/KB/miscctrl/tips.aspx#tip1.1<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=41&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All !</p>
<p>Here i have listed few links which i felt worth sharing  <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>http://www.techinterviews.com/?p=249</p>
<p>http://www.toqc.com/entropy/TheAnswers1.html</p>
<p>http://nazish.blog.com/1004695/</p>
<p>http://www.codeproject.com/KB/miscctrl/tips.aspx#tip1.1</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niveditaswaminathan.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niveditaswaminathan.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=41&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2008/06/12/useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Smart Traffic Police Dept</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/06/03/our-smart-traffic-police-dept/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2008/06/03/our-smart-traffic-police-dept/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 09:25:58 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[directions]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[routes]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=40</guid>
		<description><![CDATA[ITS REALLY GREAT A new web portal to get live information on traffic status, directions and auto fares for cities Bangalore, Hyderabad and Chennai. The traffic police have launched a live traffic portal (Transport Information System) where you can find 1. Optimal routes between any two places in the city&#8230; 2. Auto-fares 3. Bus routes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=40&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<p>ITS REALLY GREAT</p>
</div>
<p>A new web portal to get live information on traffic status, directions and auto fares for cities Bangalore, Hyderabad and Chennai. The traffic police have launched a live traffic portal (Transport Information System) where you can find</p>
<p>1. Optimal routes between any two places in the city&#8230;<br />
2. Auto-fares<br />
3. Bus routes and stops, etc.</p>
<p>Check -&gt;</p>
<p><span style="font-size:10pt;"><a href="http://www.dtis.in/" target="_blank">http://www.dtis.in/</a> for Delhi </span><br />
<span style="font-size:10pt;"> </span><br />
<span style="font-size:10pt;"> <a href="http://www.chennaitraffic.in/" target="_blank">http://www.chennaitraffic.in/</a> for Chennai</span></p>
<p><span style="font-size:10pt;"> <a href="http://www.btis.in/directions.htm" target="_blank">http://www.btis.in/directions.htm</a> for Bangalore</span></p>
<p><span style="font-size:10pt;"><a href="http://www.htis.in/directions.htm" target="_blank">http://www.htis.in/directions.htm</a> for Hyderabad </span></p>
<p><span style="font-size:10pt;"> <a href="http://www.ptis.in/" target="_blank">http://www.ptis.in/</a> for Pune</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niveditaswaminathan.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niveditaswaminathan.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=40&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2008/06/03/our-smart-traffic-police-dept/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>Inserting Multiple Rows using single SQL statement !!!</title>
		<link>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 11:42:34 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Single Insert Statement]]></category>
		<category><![CDATA[SQL Insert Query]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/?p=38</guid>
		<description><![CDATA[I was surprised when i came to know that there is single SQL statement available to insert more than one row at a time. So i decided to write a post on this , inorder to share it with others. How we generally do : INSERT INTO TableName(Id,Name) VALUES (1,'Name1') INSERT INTO TableName(Id,Name) VALUES (2,'Name2') [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=38&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was surprised when i came to know that there is single SQL statement available to insert more than one row at a time. So i decided to write a post on this , inorder to share it with others.</p>
<p>How we generally do :</p>
<p><code>INSERT INTO TableName(Id,Name)<br />
VALUES (1,'Name1')</code><br />
<code><br />
INSERT INTO TableName(Id,Name)<br />
VALUES (2,'Name2')</code></p>
<p>The other way is<br />
<code><br />
INSERT INTO TableName(Id,Name)<br />
SELECT 1,'Name1'<br />
UNION ALL<br />
SELECT 2,'Name2'<br />
UNION ALL<br />
SELECT 3,'Name3'<br />
</code></p>
<p>Cool!!!!   Isnt It?????</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niveditaswaminathan.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niveditaswaminathan.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=38&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2008/02/25/inserting-multiple-rows-using-single-sql-statement/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
		<item>
		<title>ANYWAY !!!</title>
		<link>http://niveditaswaminathan.wordpress.com/2007/12/28/anyway/</link>
		<comments>http://niveditaswaminathan.wordpress.com/2007/12/28/anyway/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 08:55:53 +0000</pubDate>
		<dc:creator>niveditaswaminathan</dc:creator>
				<category><![CDATA[Inspiring]]></category>
		<category><![CDATA[Anyway Poem]]></category>

		<guid isPermaLink="false">http://niveditaswaminathan.wordpress.com/2007/12/28/anyway/</guid>
		<description><![CDATA[                                  Anyway People are often unreasonable, illogical and self centered; Forgive them anyway. If you are kind, people may accuse you of selfish, ulterior motives; Be kind anyway. If you are successful, you will win some false friends and some true enemies; Succeed anyway. If you are honest and frank, people may cheat you; Be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=36&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2>                                 <font color="#000080">                               <i>Anyway</i></font></h2>
<blockquote><p>People are often unreasonable, illogical and self centered;<br />
Forgive them anyway.</p>
<p>If you are kind, people may accuse you of selfish, ulterior motives;<br />
Be kind anyway.</p>
<p>If you are successful, you will win some false friends and some true   enemies;<br />
Succeed anyway.</p>
<p>If you are honest and frank, people may cheat you;<br />
Be honest and frank anyway.</p>
<p>What you spend years building, someone could destroy overnight;<br />
Build anyway.</p>
<p>If you find serenity and happiness, they may be jealous;<br />
Be happy anyway.</p>
<p>The good you do today, people will often forget tomorrow;<br />
Do good anyway.</p>
<p>Give the world the best you have, and it may never be enough;<br />
Give the world the best you&#8217;ve got anyway.</p>
<p>You see, in the final analysis, it is between you and your God;<br />
It was never between you and them anyway.</p>
<p>-<font color="#ff0000"> <font color="#808000"><b>Mother Theresa</b></font></font></p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niveditaswaminathan.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niveditaswaminathan.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niveditaswaminathan.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niveditaswaminathan.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niveditaswaminathan.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niveditaswaminathan.wordpress.com&amp;blog=1644492&amp;post=36&amp;subd=niveditaswaminathan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niveditaswaminathan.wordpress.com/2007/12/28/anyway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/12af00fc9825566cb609ae0c562e302b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niveditaswaminathan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
