<?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/"
	>

<channel>
	<title>Anant Anand Gupta</title>
	<atom:link href="http://www.anantanandgupta.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anantanandgupta.net</link>
	<description>Let Me Make You Think Like Me</description>
	<lastBuildDate>Thu, 05 Aug 2010 20:04:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tools: vCard Splitter Application</title>
		<link>http://www.anantanandgupta.net/2010/08/03/tools-vcard-splitter-application/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=tools-vcard-splitter-application</link>
		<comments>http://www.anantanandgupta.net/2010/08/03/tools-vcard-splitter-application/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:51:04 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[Mobile Related]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=337</guid>
		<description><![CDATA[Name: vCard Splitter Application: splits the phonebook.vcf into contact.vcf files. Requirement: Copy contacts from Sony to Nokia or other phones. Preface: So many of my friends have asked me who are moving from Sony to other brand for Mobile phones, specially to Nokia, that they want to copy there contacts. and they are not able [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/08/03/tools-vcard-splitter-application/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Optimization: Try to Escape from 404 &#8211; Page Not Found</title>
		<link>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-try-to-escape-from-404-page-not-found</link>
		<comments>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:01:49 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=329</guid>
		<description><![CDATA[Article ID : Tip-003 Article Topic : Website Optimization Article Title : Try to Escape from 404 - Page Not Found Preface Wen client always creates a request for the resources referenced in the page it is rendering and if server can’t find it sends 404 – Page Not Found. Explanation When we create a [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/18/website-optimization-try-to-escape-from-404-page-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Optimization: Serve Resources from Different Hosts</title>
		<link>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-serve-resources-from-different-hosts</link>
		<comments>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:59:10 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=294</guid>
		<description><![CDATA[Article ID : Tip-002 Article Topic : Website Optimization Article Title : Serve Resources from Different Hosts Preface Today all modern browsers are multi-threaded. Means they can server the contents while downloading more than one resource simultaneously. But there are still a few restrictions. There can’t be more than 2 parallel requests threads from the [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/12/website-optimization-serve-resources-from-different-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Optimization: Reduce Total Number of Objects per Web Page</title>
		<link>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=website-optimization-reduce-total-number-of-objects-per-web-page</link>
		<comments>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:21:47 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Website Optimization]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=271</guid>
		<description><![CDATA[Article ID : Tip-001 Article Topic : Website Optimization Article Title : Reduce Total Number of Objects per Web Page Preface Whenever a web page is requested from the server, the browser also seeks the embedded objects like style sheets, script files, images, media files etc. and tries to download them along with them. Each [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/06/11/website-optimization-reduce-total-number-of-objects-per-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating System StoredProcedures in SQL Server</title>
		<link>http://www.anantanandgupta.net/2010/05/10/creating-system-storedprocedures-in-sql-server/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creating-system-storedprocedures-in-sql-server</link>
		<comments>http://www.anantanandgupta.net/2010/05/10/creating-system-storedprocedures-in-sql-server/#comments</comments>
		<pubDate>Mon, 10 May 2010 09:28:05 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[System StoredProcedure]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=240</guid>
		<description><![CDATA[What is System StoredProcedures A system StoredProcedure is a general stored procedure which started with 'sp_'. System StoredProcedures are stored into the master database in SQL Server. Requirement of System StoredProcedure There are instances when you are required to perform some operations on the different databases, like finding the dependency of the table (sp_depends), you [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/05/10/creating-system-storedprocedures-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Provide Save File Dialog for an Image Request in ASP.Net</title>
		<link>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-provide-save-file-dialog-for-an-image-request-in-asp-net</link>
		<comments>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/#comments</comments>
		<pubDate>Thu, 06 May 2010 12:06:00 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=218</guid>
		<description><![CDATA[It is the default behavior of the web browsers, when you click on the image link, to open the image and display it over there. There are instances when you might want your users to remain on the page and simply download and save the image after clicking on the image link. This functionality can [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/05/06/how-to-provide-save-file-dialog-for-an-image-request-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 (Seven) Shortcuts</title>
		<link>http://www.anantanandgupta.net/2010/01/17/windows-7-seven-shortcuts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-7-seven-shortcuts</link>
		<comments>http://www.anantanandgupta.net/2010/01/17/windows-7-seven-shortcuts/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 17:18:40 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=181</guid>
		<description><![CDATA[Here are few very nice and useful shortcuts available in Microsoft's latest operating system Windows 7 (Seven): Win + Home Minimize all the windows except the current window. Win + SpaceBar Key Visible windows becomes transparent so you can see the desktop. Win + Up Arrow Maximize the current window. Win + Shift + Up Arrow [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/01/17/windows-7-seven-shortcuts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design Patterns</title>
		<link>http://www.anantanandgupta.net/2010/01/16/design-patterns/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=design-patterns</link>
		<comments>http://www.anantanandgupta.net/2010/01/16/design-patterns/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 10:46:18 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=176</guid>
		<description><![CDATA[What is a Design Pattern? If you are here reading this post you might be looking a knowledge on Design Patterns and the first question which comes on anyone's mind is "What is a Design Pattern?". Lets answer this question in your own way. You are person who know the syntax of a programming language [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2010/01/16/design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 SP1: didn&#8217;t pass the digital signature policy error</title>
		<link>http://www.anantanandgupta.net/2009/06/11/visual-studio-2005-sp1-didnt-pass-the-digital-signature-policy-error/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=visual-studio-2005-sp1-didnt-pass-the-digital-signature-policy-error</link>
		<comments>http://www.anantanandgupta.net/2009/06/11/visual-studio-2005-sp1-didnt-pass-the-digital-signature-policy-error/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:30:53 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[Visual Studio 2005]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=141</guid>
		<description><![CDATA[To solve this follow the work around: Work Arround 1: Start Menu, click Run, type &#62; control admintools and then click OK. Double-click Local Security Policy. Click Software Restriction Policies. Note: If no software restrictions are listed, right-click Software Restriction Policies, and then click Create New Policy. Under Object Type, double-click Enforcement. Click All users [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2009/06/11/visual-studio-2005-sp1-didnt-pass-the-digital-signature-policy-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server.MapPath</title>
		<link>http://www.anantanandgupta.net/2009/05/28/servermappath/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=servermappath</link>
		<comments>http://www.anantanandgupta.net/2009/05/28/servermappath/#comments</comments>
		<pubDate>Thu, 28 May 2009 15:23:32 +0000</pubDate>
		<dc:creator>Anant Anand Gupta</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.anantanandgupta.net/?p=138</guid>
		<description><![CDATA[In general whenever we need to get physical location of the file in ASP.Net Application, we use Server.MapPath. This is the most commonly adopted method. If you want the file to be located with reference to the path of the current WebPage, then the implementation holds good, but, in case you have to always refer [...]]]></description>
		<wfw:commentRss>http://www.anantanandgupta.net/2009/05/28/servermappath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
