<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Simanta's Weblog</title>
	<atom:link href="http://simanta.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://simanta.wordpress.com</link>
	<description>Simply for programmers</description>
	<lastBuildDate>Wed, 04 Feb 2009 10:47:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Search string in specific directory by simanta</title>
		<link>http://simanta.wordpress.com/2008/07/07/search-string-in-specific-directory/#comment-14</link>
		<dc:creator>simanta</dc:creator>
		<pubDate>Wed, 04 Feb 2009 10:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://simanta.wordpress.com/?p=25#comment-14</guid>
		<description>The search string may consists single quote(&#039;) or double quote(&quot;). In that situation, escape character(\) can be used.
Example:
grep -r -n &quot;class=\&quot;title\&quot;&quot; /var/www/html</description>
		<content:encoded><![CDATA[<p>The search string may consists single quote(&#8216;) or double quote(&#8220;). In that situation, escape character(\) can be used.<br />
Example:<br />
grep -r -n &#8220;class=\&#8221;title\&#8221;" /var/www/html</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Handler.ashx by ram kumar</title>
		<link>http://simanta.wordpress.com/2007/08/29/handlerashx/#comment-5</link>
		<dc:creator>ram kumar</dc:creator>
		<pubDate>Fri, 04 Jan 2008 08:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://simanta.wordpress.com/2007/08/29/handlerashx/#comment-5</guid>
		<description>Thanks simanta
I&#039;m very impressed of this guide..specially the above code 
just copy paste the handler and it&#039;s working :)
 
  
this is my request...if you have any others helpful scripting plz post here.

many many thanks...</description>
		<content:encoded><![CDATA[<p>Thanks simanta<br />
I&#8217;m very impressed of this guide..specially the above code<br />
just copy paste the handler and it&#8217;s working <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>this is my request&#8230;if you have any others helpful scripting plz post here.</p>
<p>many many thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Say Hello to Informations! by simanta</title>
		<link>http://simanta.wordpress.com/2007/08/08/hello-world/#comment-4</link>
		<dc:creator>simanta</dc:creator>
		<pubDate>Sat, 17 Nov 2007 13:00:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-4</guid>
		<description>http://www.andymcm.com/dotnetfaq.htm</description>
		<content:encoded><![CDATA[<p><a href="http://www.andymcm.com/dotnetfaq.htm" rel="nofollow">http://www.andymcm.com/dotnetfaq.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Navigation.aspx by simanta</title>
		<link>http://simanta.wordpress.com/2007/08/21/navigationaspx/#comment-3</link>
		<dc:creator>simanta</dc:creator>
		<pubDate>Fri, 07 Sep 2007 03:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://simanta.wordpress.com/2007/08/21/navigationaspx/#comment-3</guid>
		<description>To create navigation using asp:GridView use the following syntax:
AllowPaging=&quot;True&quot; =&gt; Enable page navigation.
AllowSorting=&quot;True&quot; =&gt; Enable column-wise sorting</description>
		<content:encoded><![CDATA[<p>To create navigation using asp:GridView use the following syntax:<br />
AllowPaging=&#8221;True&#8221; =&gt; Enable page navigation.<br />
AllowSorting=&#8221;True&#8221; =&gt; Enable column-wise sorting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Say Hello to Informations! by Mr Ajax</title>
		<link>http://simanta.wordpress.com/2007/08/08/hello-world/#comment-2</link>
		<dc:creator>Mr Ajax</dc:creator>
		<pubDate>Wed, 08 Aug 2007 05:35:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-2</guid>
		<description>
tftftftftf
</description>
		<content:encoded><![CDATA[<p>tftftftftf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Say Hello to Informations! by Mr Information</title>
		<link>http://simanta.wordpress.com/2007/08/08/hello-world/#comment-1</link>
		<dc:creator>Mr Information</dc:creator>
		<pubDate>Wed, 08 Aug 2007 05:25:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-1</guid>
		<description>1.  http://msdn2.microsoft.com/en-us/library/618ayhy6.aspx =&gt; C# Reference

2.  http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx =&gt; ASP.net 2.0 Quickstart.

3.  http://regexlib.com/ =&gt; Regular Expression Library.

4.  http://www.w3schools.com/ =&gt; Tutorials

5.  http://www.webmaster-toolkit.com/ =&gt; SEO Toolkits

6.  http://www.functionx.com/csharp/index.htm

7.  http://www.c-sharpcorner.com/

8.  http://www.javascriptkit.com/ =&gt; All about javascript.

9.  http://www.hostingmanual.net/other/htfun.shtml =&gt; .htaccess Basics

10. http://developer.paypal.com/

11. http://msdn2.microsoft.com/en-us/default.aspx =&gt; MSDN Home Page

13. http://www.tutorialdownloads.com/?gclid=CJChufWL-IkCFRdYTAodyXDiSw =&gt; Tutorials

14. http://www.quiznetonline.com/ =&gt; Online Test

15. http://www.copyscape.com/ =&gt; Search for copies of your page.

16. http://www.javascriptcompressor.com/ =&gt; Compress and obfuscate Javascript code online

17. http://www.sergiopereira.com/articles/advjs.html =&gt; Advanced javascript

18. http://www.w3.org/QA/Tools/ =&gt; Validator tools

19. http://developer.apple.com/internet/webcontent/ =&gt; Web Content Articles

20. http://stardeveloper.com/articles/display.html?article=2002042001&amp;page=1 =&gt; Data Access with .NET

21. http://msdn2.microsoft.com/en-us/asp.net/aa336670.aspx =&gt; ASP.NET FAQ

22. http://msdn2.microsoft.com/en-us/library/x53a06bb(VS.90).aspx =&gt; C# Keywords

23. http://www.hibernate.org/362.html =&gt; NHibernate

24. http://www.timeanddate.com/worldclock/converter.html

25. http://www.9i7.cn/proxy.php?lang=cn&amp;font=black&amp;bg=white&amp;url=

26. http://webfx.eae.net/ =&gt; web components</description>
		<content:encoded><![CDATA[<p>1.  <a href="http://msdn2.microsoft.com/en-us/library/618ayhy6.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/618ayhy6.aspx</a> =&gt; C# Reference</p>
<p>2.  <a href="http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx" rel="nofollow">http://quickstarts.asp.net/QuickStartv20/aspnet/Default.aspx</a> =&gt; ASP.net 2.0 Quickstart.</p>
<p>3.  <a href="http://regexlib.com/" rel="nofollow">http://regexlib.com/</a> =&gt; Regular Expression Library.</p>
<p>4.  <a href="http://www.w3schools.com/" rel="nofollow">http://www.w3schools.com/</a> =&gt; Tutorials</p>
<p>5.  <a href="http://www.webmaster-toolkit.com/" rel="nofollow">http://www.webmaster-toolkit.com/</a> =&gt; SEO Toolkits</p>
<p>6.  <a href="http://www.functionx.com/csharp/index.htm" rel="nofollow">http://www.functionx.com/csharp/index.htm</a></p>
<p>7.  <a href="http://www.c-sharpcorner.com/" rel="nofollow">http://www.c-sharpcorner.com/</a></p>
<p>8.  <a href="http://www.javascriptkit.com/" rel="nofollow">http://www.javascriptkit.com/</a> =&gt; All about javascript.</p>
<p>9.  <a href="http://www.hostingmanual.net/other/htfun.shtml" rel="nofollow">http://www.hostingmanual.net/other/htfun.shtml</a> =&gt; .htaccess Basics</p>
<p>10. <a href="http://developer.paypal.com/" rel="nofollow">http://developer.paypal.com/</a></p>
<p>11. <a href="http://msdn2.microsoft.com/en-us/default.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/default.aspx</a> =&gt; MSDN Home Page</p>
<p>13. <a href="http://www.tutorialdownloads.com/?gclid=CJChufWL-IkCFRdYTAodyXDiSw" rel="nofollow">http://www.tutorialdownloads.com/?gclid=CJChufWL-IkCFRdYTAodyXDiSw</a> =&gt; Tutorials</p>
<p>14. <a href="http://www.quiznetonline.com/" rel="nofollow">http://www.quiznetonline.com/</a> =&gt; Online Test</p>
<p>15. <a href="http://www.copyscape.com/" rel="nofollow">http://www.copyscape.com/</a> =&gt; Search for copies of your page.</p>
<p>16. <a href="http://www.javascriptcompressor.com/" rel="nofollow">http://www.javascriptcompressor.com/</a> =&gt; Compress and obfuscate Javascript code online</p>
<p>17. <a href="http://www.sergiopereira.com/articles/advjs.html" rel="nofollow">http://www.sergiopereira.com/articles/advjs.html</a> =&gt; Advanced javascript</p>
<p>18. <a href="http://www.w3.org/QA/Tools/" rel="nofollow">http://www.w3.org/QA/Tools/</a> =&gt; Validator tools</p>
<p>19. <a href="http://developer.apple.com/internet/webcontent/" rel="nofollow">http://developer.apple.com/internet/webcontent/</a> =&gt; Web Content Articles</p>
<p>20. <a href="http://stardeveloper.com/articles/display.html?article=2002042001&amp;page=1" rel="nofollow">http://stardeveloper.com/articles/display.html?article=2002042001&amp;page=1</a> =&gt; Data Access with .NET</p>
<p>21. <a href="http://msdn2.microsoft.com/en-us/asp.net/aa336670.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/asp.net/aa336670.aspx</a> =&gt; ASP.NET FAQ</p>
<p>22. <a href="http://msdn2.microsoft.com/en-us/library/x53a06bb(VS.90).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/x53a06bb(VS.90).aspx</a> =&gt; C# Keywords</p>
<p>23. <a href="http://www.hibernate.org/362.html" rel="nofollow">http://www.hibernate.org/362.html</a> =&gt; NHibernate</p>
<p>24. <a href="http://www.timeanddate.com/worldclock/converter.html" rel="nofollow">http://www.timeanddate.com/worldclock/converter.html</a></p>
<p>25. <a href="http://www.9i7.cn/proxy.php?lang=cn&amp;font=black&amp;bg=white&amp;url=" rel="nofollow">http://www.9i7.cn/proxy.php?lang=cn&amp;font=black&amp;bg=white&amp;url=</a></p>
<p>26. <a href="http://webfx.eae.net/" rel="nofollow">http://webfx.eae.net/</a> =&gt; web components</p>
]]></content:encoded>
	</item>
</channel>
</rss>
