<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Joshan's Weblog</title>
	<atom:link href="http://joshan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshan.wordpress.com</link>
	<description>LifeStyle</description>
	<lastBuildDate>Tue, 24 Mar 2009 19:07:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='joshan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/b83c247e88eeead350db9042620f65f5?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Joshan's Weblog</title>
		<link>http://joshan.wordpress.com</link>
	</image>
			<item>
		<title>Retrieving Unique Values from a DataTable in .NET</title>
		<link>http://joshan.wordpress.com/2009/03/25/retrieving-unique-values-from-a-datatable-in-net/</link>
		<comments>http://joshan.wordpress.com/2009/03/25/retrieving-unique-values-from-a-datatable-in-net/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 19:07:21 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=54</guid>
		<description><![CDATA[The easiest way to return a new table that has only the unique values from the original table is as follows:
DataTable distinctTable = originalTable.DefaultView.ToTable(true, &#8220;FieldName&#8221;);
Thus &#8220;distinctTable&#8221; will contain unique values!!!   Have fun!

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=54&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The easiest way to return a new table that has only the unique values from the original table is as follows:</p>
<p><span style="color:#2b91af;font-size:x-small;">DataTable</span><span style="font-size:x-small;"> distinctTable = originalTable.DefaultView.ToTable(</span><span style="color:#0000ff;font-size:x-small;">true, &#8220;FieldName&#8221;</span><span style="font-size:x-small;">);</span><br />
<span style="font-size:x-small;">Thus &#8220;distinctTable&#8221; will contain unique values!!! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Have fun!<br />
</span></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=54&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2009/03/25/retrieving-unique-values-from-a-datatable-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Variables in T-SQL Statements that accept only constant values</title>
		<link>http://joshan.wordpress.com/2008/12/31/using-variables-in-t-sql-statements-that-accept-only-constant-values/</link>
		<comments>http://joshan.wordpress.com/2008/12/31/using-variables-in-t-sql-statements-that-accept-only-constant-values/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 05:35:45 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=47</guid>
		<description><![CDATA[Developers usually come across a situation wherein they would want to use a variable in a T-SQL Statement which accepts only constant values.
For example, if we try to assign a variable to a Select Top &#60;@variable_name&#62; statement, we would get an error like:
Msg 102, Level 15, State 1, Line 5
Incorrect syntax near &#8216;@variable_name&#8217;
There is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=47&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Developers usually come across a situation wherein they would want to use a variable in a T-SQL Statement which accepts only constant values.</p>
<p>For example, if we try to assign a variable to a Select Top &lt;@variable_name&gt; statement, we would get an error like:</p>
<p>Msg 102, Level 15, State 1, Line 5<br />
Incorrect syntax near &#8216;@variable_name&#8217;</p>
<p>There is a work around this problem though. The below stored procedure  solves it:</p>
<p>CREATE PROCEDURE TEST<br />
@TestInt INT</p>
<p>AS</p>
<p>BEGIN</p>
<p>DECLARE @SqlQuery NVARCHAR(4000);</p>
<p>SET @SqlQuery = &#8216;SELECT TOP &#8216;+CAST(@TestInt as CHAR)+&#8217;* FROM TABLE_TEST&#8217;;</p>
<p>EXEC(@SqlQuery)</p>
<p>END</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=47&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/12/31/using-variables-in-t-sql-statements-that-accept-only-constant-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting DateTime in SQL Server</title>
		<link>http://joshan.wordpress.com/2008/10/23/formatting-datetime-in-sql-server/</link>
		<comments>http://joshan.wordpress.com/2008/10/23/formatting-datetime-in-sql-server/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 08:02:56 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[datetime format]]></category>
		<category><![CDATA[sql built-in formats]]></category>
		<category><![CDATA[sql datetime]]></category>
		<category><![CDATA[sql datetime formats]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=29</guid>
		<description><![CDATA[As a Developer, you would come across a scenario where you would want SQL Server to return DateTime in a particular format to the front end. You can use SQL Server&#8217;s built in function GETDATE() to return the current DateTime. But if you need a universal date/time, use the built-in function GETUTCDATE(). SQL Server provides [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=29&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As a Developer, you would come across a scenario where you would want SQL Server to return DateTime in a particular format to the front end. You can use SQL Server&#8217;s built in function GETDATE() to return the current DateTime. But if you need a universal date/time, use the built-in function GETUTCDATE(). SQL Server provides format numbers to format the date/time string returned. All you need to do is convert the specific date to a string and specify the format number corresponding to your required format.</p>
<p>Below is a list of  few Date formats and their corresponding outputs:</p>
<table border="1">
<thead>
<tr>
<th colspan="3"> Date Formats</th>
</tr>
</thead>
<tbody>
<tr>
<th> Format No.</th>
<th> SQL Query</th>
<th> Output</th>
</tr>
<tr>
<td align="center">1</td>
<td>select convert(varchar, getdate(), 1)</td>
<td>12/30/06</td>
</tr>
<tr>
<td align="center">2</td>
<td>select convert(varchar, getdate(), 2)</td>
<td>06.12.30</td>
</tr>
<tr>
<td align="center">3</td>
<td>select convert(varchar, getdate(), 3)</td>
<td>30/12/06</td>
</tr>
<tr>
<td align="center">4</td>
<td>select convert(varchar, getdate(), 4)</td>
<td>30.12.06</td>
</tr>
<tr>
<td align="center">5</td>
<td>select convert(varchar, getdate(), 5)</td>
<td>30-12-06</td>
</tr>
<tr>
<td align="center">6</td>
<td>select convert(varchar, getdate(), 6)</td>
<td>30 Dec 06</td>
</tr>
<tr>
<td align="center">7</td>
<td>select convert(varchar, getdate(), 7)</td>
<td>Dec 30, 06</td>
</tr>
<tr>
<td align="center">10</td>
<td>select convert(varchar, getdate(), 10)</td>
<td>12-30-06</td>
</tr>
<tr>
<td align="center">11</td>
<td>select convert(varchar, getdate(), 11)</td>
<td>06/12/30</td>
</tr>
<tr>
<td align="center">101</td>
<td>select convert(varchar, getdate(), 101)</td>
<td>12/30/2006</td>
</tr>
<tr>
<td align="center">102</td>
<td>select convert(varchar, getdate(), 102)</td>
<td>2006.12.30</td>
</tr>
<tr>
<td align="center">103</td>
<td>select convert(varchar, getdate(), 103)</td>
<td>30/12/2006</td>
</tr>
<tr>
<td align="center">104</td>
<td>select convert(varchar, getdate(), 104)</td>
<td>30.12.2006</td>
</tr>
<tr>
<td align="center">105</td>
<td>select convert(varchar, getdate(), 105)</td>
<td>30-12-2006</td>
</tr>
<tr>
<td align="center">106</td>
<td>select convert(varchar, getdate(), 106)</td>
<td>30 Dec 2006</td>
</tr>
<tr>
<td align="center">107</td>
<td>select convert(varchar, getdate(), 107)</td>
<td>Dec 30, 2006</td>
</tr>
<tr>
<td align="center">110</td>
<td>select convert(varchar, getdate(), 110)</td>
<td>12-30-2006</td>
</tr>
<tr>
<td align="center">111</td>
<td>select convert(varchar, getdate(), 111)</td>
<td>2006/12/30</td>
</tr>
</tbody>
</table>
<p>Below is a list of few Time formats and their corresponding outputs:</p>
<table style="height:166px;" border="1" width="484">
<thead>
<tr>
<th colspan="3"> Time Formats</th>
</tr>
</thead>
<tbody>
<tr>
<th> Format No.</th>
<th> SQL Query</th>
<th> Output</th>
</tr>
<tr>
<td align="center">8 or 108</td>
<td>select convert(varchar, getdate(), 8 )</td>
<td>00:38:54</td>
</tr>
<tr>
<td align="center">9 or 109</td>
<td>select convert(varchar, getdate(), 9)</td>
<td>Dec 30 2006 12:38:54:840AM</td>
</tr>
<tr>
<td align="center">14 or 114</td>
<td>select convert(varchar, getdate(), 14)</td>
<td>00:38:54:840</td>
</tr>
</tbody>
</table>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=29&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/10/23/formatting-datetime-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>The Lone Wolf Will be back!</title>
		<link>http://joshan.wordpress.com/2008/09/14/the-lone-wolf-will-be-back/</link>
		<comments>http://joshan.wordpress.com/2008/09/14/the-lone-wolf-will-be-back/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 10:53:59 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Will be back]]></category>
		<category><![CDATA[The Lone Wolf]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=24</guid>
		<description><![CDATA[Tried to post about my feelings for a very long time&#8230;. But always felt weak when my fingers got to type them&#8230;. One day when I feel I am strong enough for it&#8230;. I will POST&#8230;.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=24&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tried to post about my feelings for a very long time&#8230;. But always felt weak when my fingers got to type them&#8230;. One day when I feel I am strong enough for it&#8230;. I will POST&#8230;.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=24&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/09/14/the-lone-wolf-will-be-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>Belated Birthday Wishes Dear One!</title>
		<link>http://joshan.wordpress.com/2008/07/29/belated-birthday-wishes-dear-one/</link>
		<comments>http://joshan.wordpress.com/2008/07/29/belated-birthday-wishes-dear-one/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 16:27:01 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Birthdays]]></category>
		<category><![CDATA[Belated Birthday Wishes]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=18</guid>
		<description><![CDATA[
Wish all your dreams come true and you stay Happy forever!  
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=18&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://www.cheesecakes2go.com/images/90060P.jpg" alt="Birthday Cake for my kuttapi... my luttapi... my kanmani..." /></p>
<p><strong>Wish all your dreams come true and you stay Happy forever! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=18&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/07/29/belated-birthday-wishes-dear-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>

		<media:content url="http://www.cheesecakes2go.com/images/90060P.jpg" medium="image">
			<media:title type="html">Birthday Cake for my kuttapi... my luttapi... my kanmani...</media:title>
		</media:content>
	</item>
		<item>
		<title>Balaji Hatricks!</title>
		<link>http://joshan.wordpress.com/2008/05/11/balaji-hatricks/</link>
		<comments>http://joshan.wordpress.com/2008/05/11/balaji-hatricks/#comments</comments>
		<pubDate>Sun, 11 May 2008 09:16:01 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Cricket]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Balaji]]></category>
		<category><![CDATA[Chennai Super Kings]]></category>
		<category><![CDATA[Hatrick]]></category>
		<category><![CDATA[IPL]]></category>
		<category><![CDATA[Kings XI Punjab]]></category>
		<category><![CDATA[Lakshmipathy Balaji]]></category>
		<category><![CDATA[The First Hatrick in the IPL]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=17</guid>
		<description><![CDATA[
He is back! Yes, the forgotten figure of Indian Cricket, Lakshmipathy Balaji is back with a bang! It must have been the worst 2-3 years of his life after being out of action due to an injury! Part of The Chennai Super Kings in the IPL, he was the Man who did the damage to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=17&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://content-usa.cricinfo.com/inline/content/image/26828.html?alt=player" alt="Lakshmipathy Balaji Image" /></p>
<p>He is back! Yes, the forgotten figure of Indian Cricket, Lakshmipathy Balaji is back with a bang! It must have been the worst 2-3 years of his life after being out of action due to an injury! Part of The Chennai Super Kings in the IPL, he was the Man who did the damage to the Kings XI Punjab returning with figures of 4-0-24-5 which also included a hatrick &#8211; The First in the IPL!!!</p>
<p>The best part was 4 of the 5 wickets were crucial important wickets, the first being Shaun Marsh who was looking dangerous with a 38 ball 58 which included 3 fours and 4 sixes! The next to go was Ramnaresh Sarwan who can take the game away from anytime if he gets his eye in! The were the 2 inportant wickets he had taken in his first spell!</p>
<p>On his comeback spell he had taken the wiket of Irfan Pathan who was looking very very dangerous with a 18 ball 40 which included 3 fours and 3 sixes!!! The next ball saw Piyush Chawla packing his bags!</p>
<p>Next was the hatrick ball. You would have thought that VRV Singh would have a brain that matched his body size, but instead he went for a wild swing which saw him top edge the ball high into the sky which Dhoni had no problems pouching!</p>
<p>That hatrick brought the familiar Wide Smile in Balaji&#8217;s face which had been missing for soooo long!</p>
<p>What was to note that being a medium fast bowler, he had bowled throughout in the 95 &#8211; 120 kmph mark and never crossed it&#8230;. All his wickets were with these slower deliveries! Now isn&#8217;t that beautiful!!!</p>
<p>To View The Hatrick Video <a href="http://www.ulinkx.com/video/11768084/balaji_hatrick_ipl" target="_blank">Click Here</a></p>
<p>To Check out Balaji&#8217;s profile <a href="http://content-www.cricinfo.com/india/content/player/26829.html" target="_blank">Click Here</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=17&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/05/11/balaji-hatricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>

		<media:content url="http://content-usa.cricinfo.com/inline/content/image/26828.html?alt=player" medium="image">
			<media:title type="html">Lakshmipathy Balaji Image</media:title>
		</media:content>
	</item>
		<item>
		<title>India Launches World Record 10 Satellites!</title>
		<link>http://joshan.wordpress.com/2008/04/28/india-launches-world-record-10-satellites/</link>
		<comments>http://joshan.wordpress.com/2008/04/28/india-launches-world-record-10-satellites/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 13:40:35 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Indian Space Research Organisation]]></category>
		<category><![CDATA[ISRO]]></category>
		<category><![CDATA[Launch Satellites]]></category>
		<category><![CDATA[Polar Satellite Launch Vehicle]]></category>
		<category><![CDATA[PSLV]]></category>
		<category><![CDATA[PSLV-C9]]></category>
		<category><![CDATA[Satellite Launch]]></category>
		<category><![CDATA[World Record]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=16</guid>
		<description><![CDATA[
Today, April 28th 2008, India&#8217;s 230 tonne Polar Satellite Launch Vehicle (PSLV-C9) successfully placed ten satellites, including the country&#8217;s remote sensing satellite, into orbit in a single mission, thus setting up a world record!
Click here to see the Video
The ten pack launch of the Indian Space Research Organisation (ISRO) saw the 230-tonne Polar Satellite launch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=16&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://timesofindia.indiatimes.com/photo.cms?msid=2989994" alt="PSLV" /></p>
<p><span style="font-size:14px;font-weight:normal;line-height:18px;font-family:Arial,Helvetica,sans-serif;color:#000000;"><span style="font-size:10pt;">Today, April 28th 2008, India&#8217;s 230 tonne <a href="http://en.wikipedia.org/wiki/Polar_Satellite_Launch_Vehicle" target="_blank">Polar Satellite Launch Vehicle</a> (PSLV-C9) successfully placed ten satellites, including the country&#8217;s remote sensing satellite, into orbit in a single mission,</span><span style="font-size:10pt;"> </span></span><span style="font-size:14px;font-weight:normal;line-height:18px;font-family:Arial,Helvetica,sans-serif;color:#000000;"><span style="font-size:10pt;">thus setting up a world record!</span></span></p>
<p><a href="http://broadband.indiatimes.com/videoshow/2989476.cms" target="_blank">Click here to see the Video</a></p>
<p><span style="font-size:14px;font-weight:normal;line-height:18px;font-family:Arial,Helvetica,sans-serif;color:#000000;"><span style="font-size:10pt;">The ten pack launch of the Indian Space Research Organisation (ISRO) saw the 230-tonne Polar Satellite launch Vehicle (PSLV-C9) carry the heaviest luggage&#8211;824 kgs&#8211;and put into orbit an <strong>Indian Mini Satellite</strong> and <strong>eight foreign nano satellites</strong> besides the <strong>Cartosat-2A remote sensing satellite</strong>.</span></span></p>
<p><a href="http://timesofindia.indiatimes.com/PSLV-C9_places_10_satellites_into_orbit/articleshow/2989685.cms" target="_blank">Click Here to Read the Full Report</a></p>
<p>This is surely a Proud Moment for every Indian!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=16&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/04/28/india-launches-world-record-10-satellites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>

		<media:content url="http://timesofindia.indiatimes.com/photo.cms?msid=2989994" medium="image">
			<media:title type="html">PSLV</media:title>
		</media:content>
	</item>
		<item>
		<title>Bhajji Slaps Sreesanth!!!</title>
		<link>http://joshan.wordpress.com/2008/04/26/bhajji-slaps-sreesanth/</link>
		<comments>http://joshan.wordpress.com/2008/04/26/bhajji-slaps-sreesanth/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:29:10 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Cricket]]></category>
		<category><![CDATA[IPL]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[BCCI]]></category>
		<category><![CDATA[Bhajji]]></category>
		<category><![CDATA[Bhajji Sreesanth Spat]]></category>
		<category><![CDATA[Harbhajan]]></category>
		<category><![CDATA[Harbhajan Sreesanth Row]]></category>
		<category><![CDATA[Kings XI Punjab]]></category>
		<category><![CDATA[Lalit Modi]]></category>
		<category><![CDATA[Mumbai Indians]]></category>
		<category><![CDATA[Slapping]]></category>
		<category><![CDATA[Sreesanth]]></category>
		<category><![CDATA[Sreesanth Crying]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=15</guid>
		<description><![CDATA[
Harbhajan allegedly slapped Sreesanth after Mumbai Indians lost their IPL match to Kings XI Punjab last night and the paceman was seen bitterly crying on the field reports The Times of India.
Upset over the row between Mumbai Indians stand-in captain Harbhajan Singh and Kings XI Punjab paceman S Sreesanth, Indian Premier League Chairman Lalit Modi [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=15&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://timesofindia.indiatimes.com/photo.cms?msid=2984621" alt="Sreesanth Crying" /></p>
<p>Harbhajan allegedly slapped Sreesanth after Mumbai Indians lost their IPL match to Kings XI Punjab last night and the paceman was seen bitterly crying on the field reports <a href="http://timesofindia.indiatimes.com/" target="_blank">The Times of India</a>.</p>
<p>Upset over the row between Mumbai Indians stand-in captain Harbhajan Singh and Kings XI Punjab paceman S Sreesanth, Indian Premier League Chairman Lalit Modi on Saturday said it was a &#8220;serious matter&#8221; and was not good for the cash-rich Twenty20 tournament.</p>
<p>But Modi said the IPL committee would wait for an official report on the matter before deciding about their next action in the issue.</p>
<p><a href="http://cricket.timesofindia.indiatimes.com//Harbhajan_Sreesanth_row_not_good/articleshow/2984730.cms?" target="_blank">Click Here to Read the whole report</a></p>
<p>Sreesanth on the other hand has no intention of complaining and says bhajji had apologised to him in the dressing room and that he had the right to do what he did!!!</p>
<p><a href="http://broadband.indiatimes.com/videoshow/2984584.cms" target="_blank">Click Here to View the Interview with Sreesanth</a></p>
<p>In my view no matter what, nobody is entitled to physically assault anyone off the field or on it no matter how good a player you are!!!</p>
<p>What are your views people? Do Comment!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=15&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/04/26/bhajji-slaps-sreesanth/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>

		<media:content url="http://timesofindia.indiatimes.com/photo.cms?msid=2984621" medium="image">
			<media:title type="html">Sreesanth Crying</media:title>
		</media:content>
	</item>
		<item>
		<title>Indian Premier League</title>
		<link>http://joshan.wordpress.com/2008/04/18/indian-premier-league/</link>
		<comments>http://joshan.wordpress.com/2008/04/18/indian-premier-league/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 13:18:26 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Cricket]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Bangalore Royal Challengers]]></category>
		<category><![CDATA[BCCI]]></category>
		<category><![CDATA[Chennai Super Kings]]></category>
		<category><![CDATA[Cricket Players]]></category>
		<category><![CDATA[Delhi Dare Devils]]></category>
		<category><![CDATA[Hyderabad Deccan Chargers]]></category>
		<category><![CDATA[Indian Premier League]]></category>
		<category><![CDATA[Indian Premier League Schedule]]></category>
		<category><![CDATA[Indian Premier League Websites]]></category>
		<category><![CDATA[IPL]]></category>
		<category><![CDATA[IPL Schedule]]></category>
		<category><![CDATA[IPL Websites]]></category>
		<category><![CDATA[Jaipur Rajasthan Royals]]></category>
		<category><![CDATA[Kolkata Knight Riders]]></category>
		<category><![CDATA[Mohali Kings XI Punjab]]></category>
		<category><![CDATA[Mumbai Indians]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=14</guid>
		<description><![CDATA[The much hyped and awaited multi-million dollar IPL starts today, Friday 18 2008, with the Bangalore Royal Challengers Captained by Rahul Dravid taking on Kolkata Knight Riders captained by Sourav Ganguly in the opener!
Here is the complete schedule:



Date &#38; Time
Match
Ground


Friday 18th April, 8:00 pm
Bangalore Royal Challengers vs Kolkata Knight Riders
Bangalore


 
&#8212;&#8212;&#8212;-
 


Saturday 19th April, 5:00 pm
Kings XI [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=14&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>The much hyped and awaited multi-million dollar IPL starts today, Friday 18 2008, with the Bangalore Royal Challengers Captained by Rahul Dravid taking on Kolkata Knight Riders captained by Sourav Ganguly in the opener!</strong></p>
<p><strong>Here is the complete schedule:</strong></p>
<table style="border-collapse:collapse;border-width:medium;" border="1">
<tbody>
<tr>
<th>Date &amp; Time</th>
<th>Match</th>
<th>Ground</th>
</tr>
<tr>
<td>Friday 18th April, 8:00 pm</td>
<td>Bangalore Royal Challengers vs Kolkata Knight Riders</td>
<td>Bangalore</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 19th April, 5:00 pm</td>
<td>Kings XI Punjab vs Chennai Super Kings</td>
<td>Mohali</td>
</tr>
<tr>
<td>Saturday 19th April, 8:30 pm</td>
<td>Delhi Daredevils vs Rajasthan Royals</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 20th April, 4:00 pm</td>
<td>Kolkata Knight Riders vs Deccan Chargers</td>
<td>Kolkata</td>
</tr>
<tr>
<td>Sunday 20th April, 8:00 pm</td>
<td>Mumbai Indians vs Bangalore Royal Challengers</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 21st April, 8:00 pm</td>
<td>Rajasthan Royals vs Kings XI Punjab</td>
<td>Jaipur</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 22nd April, 8:00 pm</td>
<td>Deccan Chargers vs Delhi Daredevils</td>
<td>Hyderabad</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 23rd April, 8:00 pm</td>
<td>Chennai Super Kings vs Mumbai Indians</td>
<td>Chennai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Thursday 24th April, 8:00 pm</td>
<td>Deccan Chargers vs Rajasthan Royals</td>
<td>Hyderabad</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 25th April, 8:00 pm</td>
<td>Kings XI Punjab vs Mumbai Indians</td>
<td>Mohali</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 26th April, 4:00 pm</td>
<td>Chennai Super Kings vs Kolkata Knight Riders</td>
<td>Chennai</td>
</tr>
<tr>
<td>Saturday 26th April, 8:00 pm</td>
<td>Bangalore Royal Challengers vs Rajasthan Royals</td>
<td>Bangalore</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 27th April, 4:00 pm</td>
<td>Kings XI Punjab vs Delhi Daredevils</td>
<td>Mohali</td>
</tr>
<tr>
<td>Sunday 27th April, 8:00 pm</td>
<td>Mumbai Indians vs Deccan Chargers</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 28th April, 8:00 pm</td>
<td>Bangalore Royal Challengers vs Chennai Super Kings</td>
<td>Bangalore</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 29th April, 8:00 pm</td>
<td>Kolkata Knight Riders vs Mumbai Indians</td>
<td>Kolkata</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 30th April, 8:00 pm</td>
<td>Delhi Daredevils vs Bangalore Royal Challengers</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Thursday 1st May, 4:00 pm</td>
<td>Rajasthan Royals vs Kolkata Knight Riders</td>
<td>Jaipur</td>
</tr>
<tr>
<td>Thursday 1st May, 8:00 pm</td>
<td>Deccan Chargers vs Kings XI Punjab</td>
<td>Hyderabad</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 2nd May, 8:00 pm</td>
<td>Chennai Super Kings vs Delhi Daredevils</td>
<td>Chennai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 3rd May, 4:00 pm</td>
<td>Bangalore Royal Challengers vs Deccan Chargers</td>
<td>Bangalore</td>
</tr>
<tr>
<td>Saturday 3rd May, 8:00 pm</td>
<td>Kings XI Punjab vs Kolkata Knight Riders</td>
<td>Mohali</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 4th May, 4:00 pm</td>
<td>Mumbai Indians vs Delhi Daredevils</td>
<td>Mumbai</td>
</tr>
<tr>
<td>Sunday 4th May, 8:00 pm</td>
<td>Rajasthan Royals vs Chennai Super Kings</td>
<td>Jaipur</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 5th May, 8:00 pm</td>
<td>Bangalore Royal Challengers vs Kings XI Punjab</td>
<td>Bangalore</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 6th May, 8:00 pm</td>
<td>Chennai Super Kings vs Deccan Chargers</td>
<td>Chennai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 7th May, 8:00 pm</td>
<td>Mumbai Indians vs Rajasthan Royals</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Thursday 8th May, 4:00 pm</td>
<td>Delhi Daredevils vs Chennai Super Kings</td>
<td>Delhi</td>
</tr>
<tr>
<td>Thursday 8th May, 8:00 pm</td>
<td>Kolkata Knight Riders vs Bangalore Royal Challengers</td>
<td>Kolkata</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 9th May, 8:00 pm</td>
<td>Rajasthan Royals vs Deccan Chargers</td>
<td>Jaipur</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 10th May, 8:00 pm</td>
<td>Chennai Super Kings vs Kings XI Punjab</td>
<td>Chennai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 11th May, 4:00 pm</td>
<td>Deccan Chargers vs Kolkata Knight Riders</td>
<td>Hyderabad</td>
</tr>
<tr>
<td>Sunday 11th May, 8:00 pm</td>
<td>Rajasthan Royals vs Delhi Daredevils</td>
<td>Jaipur</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 12th May, 8:00 pm</td>
<td>Kings XI Punjab vs Bangalore Royal Challengers</td>
<td>Mohali</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 13th May, 8:00 pm</td>
<td>Kolkata Knight Riders vs Delhi Daredevils</td>
<td>Kolkata</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 14th May, 8:00 pm</td>
<td>Mumbai Indians vs Chennai Super Kings</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Thursday 15th May, 4:00 pm</td>
<td>Delhi Daredevils vs Deccan Chargers</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 16th May, 8:00 pm</td>
<td>Mumbai Indians vs Kolkata Knight Riders</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 17th May, 4:00 pm</td>
<td>Rajasthan Royals vs Bangalore Royal Challengers</td>
<td>Jaipur</td>
</tr>
<tr>
<td>Saturday 17th May, 8:00 pm</td>
<td>Delhi Daredevils vs Kings XI Punjab</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 18th May, 4:00 pm</td>
<td>Kolkata Knight Riders vs Chennai Super Kings</td>
<td>Kolkata</td>
</tr>
<tr>
<td>Sunday 18th May, 8:00 pm</td>
<td>Deccan Chargers vs Mumbai Indians</td>
<td>Hyderabad</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 19th May, 8:00 pm</td>
<td>Bangalore Royal Challengers vs Delhi Daredevils</td>
<td>Bangalore</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 20th May, 8:00 pm</td>
<td>Kolkata Knight Riders vs Rajasthan Royals</td>
<td>Kolkata</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 21st May, 4:00 pm</td>
<td>Mumbai Indians vs Kings XI Punjab</td>
<td>Mumbai</td>
</tr>
<tr>
<td>Wednesday 21st May, 8:00 pm</td>
<td>Chennai Super Kings vs Bangalore Royal Challengers</td>
<td>Chennai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Thursday 22nd May, 8:00 pm</td>
<td>Delhi Daredevils vs Kolkata Knight Riders</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 23rd May, 8:00 pm</td>
<td>Kings XI Punjab vs Deccan Chargers</td>
<td>Mohali</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 24th May, 4:00 pm</td>
<td>Chennai Super Kings vs Rajasthan Royals</td>
<td>Chennai</td>
</tr>
<tr>
<td>Saturday 24th May, 8:00 pm</td>
<td>Delhi Daredevils vs Mumbai Indians</td>
<td>Delhi</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 25th May, 4:00 pm</td>
<td>Deccan Chargers vs Bangalore Royal Challengers</td>
<td>Hyderabad</td>
</tr>
<tr>
<td>Sunday 25th May, 8:00 pm</td>
<td>Kolkata Knight Riders vs Kings XI Punjab</td>
<td>Kolkata</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Monday 26th May, 8:00 pm</td>
<td>Rajasthan Royals vs Mumbai Indians</td>
<td>Jaipur</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Tuesday 27th May, 8:00 pm</td>
<td>Deccan Chargers vs Chennai Super Kings</td>
<td>Hyderabad</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Wednesday 28th May, 4:00 pm</td>
<td>Bangalore Royal Challengers vs Mumbai Indians</td>
<td>Bangalore</td>
</tr>
<tr>
<td>Wednesday 28th May, 8:00 pm</td>
<td>Kings XI Punjab vs Rajasthan Royals</td>
<td>Mohali</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Friday 30th May, 8:00 pm</td>
<td>2nd Semi-Final</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Saturday 31st May, 8:00 pm</td>
<td>1st Semi-Final</td>
<td>Mumbai</td>
</tr>
<tr>
<td> </td>
<td align="center">&#8212;&#8212;&#8212;-</td>
<td> </td>
</tr>
<tr>
<td>Sunday 1st June, 8:00 pm</td>
<td>Final</td>
<td>Mumbai</td>
</tr>
</tbody>
</table>
<p><strong>These are the Official IPL Websites:</strong></p>
<table style="border-collapse:collapse;border-width:medium;" border="1">
<tbody>
<tr>
<td>Indian Premier League:</td>
<td><a href="http://www.indianpremierleague.com" target="_blank">http://www.indianpremierleague.com</a></td>
</tr>
<tr>
<td>Bangalore Royal Challengers:</td>
<td><a href="http://www.royalchallengers.com" target="_blank">http://www.royalchallengers.com</a></td>
</tr>
<tr>
<td>Chennai Super Kings:</td>
<td><a href="http://www.chennaisuperkings.com" target="_blank">http://www.chennaisuperkings.com</a></td>
</tr>
<tr>
<td>Delhi Dare Devils:</td>
<td><a href="http://www.delhidaredevils.com" target="_blank">http://www.delhidaredevils.com</a></td>
</tr>
<tr>
<td>Hyderabad Deccan Chargers:</td>
<td><a href="http://www.deccanchargers.com" target="_blank">http://www.deccanchargers.com</a></td>
</tr>
<tr>
<td>Jaipur Rajasthan Royals:</td>
<td><a href="http://www.rajasthanroyals.com" target="_blank">http://www.rajasthanroyals.com</a></td>
</tr>
<tr>
<td>Kolkata Knight Riders:</td>
<td><a href="http://www.kolkataknightriders.com" target="_blank">http://www.kolkataknightriders.com</a></td>
</tr>
<tr>
<td>Mohali Kings XI Punjab:</td>
<td><a href="http://www.kingsxipunjab.com" target="_blank">http://www.kingsxipunjab.com</a></td>
</tr>
<tr>
<td>Mumbai Indians:</td>
<td><a href="http://www.themumbaiindians.com" target="_blank">http://www.themumbaiindians.com</a></td>
</tr>
</tbody>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=14&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/04/18/indian-premier-league/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
		<item>
		<title>Maggie Noodles for just Re.1</title>
		<link>http://joshan.wordpress.com/2008/04/18/maggie-noodles-for-just-re1/</link>
		<comments>http://joshan.wordpress.com/2008/04/18/maggie-noodles-for-just-re1/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 10:44:38 +0000</pubDate>
		<dc:creator>joshan</dc:creator>
				<category><![CDATA[Bangalore Online Shopping]]></category>
		<category><![CDATA[India Online Shopping]]></category>
		<category><![CDATA[Online Shopping]]></category>
		<category><![CDATA[Re.1 Shopping]]></category>
		<category><![CDATA[Bangalore Online]]></category>
		<category><![CDATA[Maggie Noodles]]></category>
		<category><![CDATA[Maggie Ready to Eat]]></category>

		<guid isPermaLink="false">http://joshan.wordpress.com/?p=13</guid>
		<description><![CDATA[Hey guys and gals! The Value Mart store in Storrz.com is offering Maggie Noodles which costs Rs.10 for just Re.1&#8230; But the rest of the items in the Value Mart Store can be shopped only by Bangaloreans&#8230; If you need to shop for other products you need to first select your city from the Drop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=13&subd=joshan&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey guys and gals! The <a href="http://www.storrz.com/Emall/Estore/LaunchStore.aspx?Store=fa48dae3-6c2f-4343-baa3-9391053f0a3e&amp;Aisle=&amp;PageIndex=0" target="_blank">Value Mart</a> store in <a href="http://www.storrz.com" target="_blank">Storrz.com</a> is offering Maggie Noodles which costs Rs.10 for just Re.1&#8230; But the rest of the items in the Value Mart Store can be shopped only by Bangaloreans&#8230; If you need to shop for other products you need to first select <strong>your city</strong> from the Drop Down List provided in the home page!</p>
<p><em><strong>NOTE:</strong> <strong>They deliver only one item per person per address! So dont add more than one Re.1 product as they might reject it!</strong></em></p>
<p><a href="http://www.storrz.com/Emall/Estore/LaunchStore.aspx?Store=fa48dae3-6c2f-4343-baa3-9391053f0a3e&amp;Aisle=&amp;PageIndex=0" target="_blank">Click Here</a> to check out the offer!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/joshan.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/joshan.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joshan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joshan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joshan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joshan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joshan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joshan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joshan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joshan.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joshan.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joshan.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joshan.wordpress.com&blog=1893587&post=13&subd=joshan&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://joshan.wordpress.com/2008/04/18/maggie-noodles-for-just-re1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4bcdace9bf81a5588713d6e01c774ab6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Josh</media:title>
		</media:content>
	</item>
	</channel>
</rss>