<?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>Technically speaking...</title>
	<atom:link href="http://abstrusemind.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://abstrusemind.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 11 Jun 2007 12:14:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='abstrusemind.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/d7db42a26578a428a9f1c4201e0c4051?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Technically speaking...</title>
		<link>http://abstrusemind.wordpress.com</link>
	</image>
			<item>
		<title>Localization &#8211; part 2</title>
		<link>http://abstrusemind.wordpress.com/2007/06/06/localization-part-2/</link>
		<comments>http://abstrusemind.wordpress.com/2007/06/06/localization-part-2/#comments</comments>
		<pubDate>Wed, 06 Jun 2007 13:43:33 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WebApplication]]></category>
		<category><![CDATA[asp.net2.0]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/06/06/localization-part-2/</guid>
		<description><![CDATA[In my previous article &#8211; Localization (a brief introduction) - I gave a very brief overview about how localization can be done, what would be the list of things to be taken into consideration and had given a very small example to how this can be done at the beginners level.
In this article I would [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=13&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/06/06/localization-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Precompile???</title>
		<link>http://abstrusemind.wordpress.com/2007/05/28/why-precompile/</link>
		<comments>http://abstrusemind.wordpress.com/2007/05/28/why-precompile/#comments</comments>
		<pubDate>Mon, 28 May 2007 07:39:01 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net 2.0]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WebApplication]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net2.0]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/05/28/why-precompile/</guid>
		<description><![CDATA[The advantages of precompiling a web application is that
1. It ensures faster page-load and
2. provides more security to the code.
Here are few articles which will help in understanding precompilation better and also how to precompile an ASP.NET2.0 web application&#8230;
http://articles.techrepublic.com.com/5100-3513-6116804.html
http://www.beansoftware.com/ASP.NET-Tutorials/Deploy-ASP.NET.aspx
http://aspalliance.com/717
msdn link
 quote &#8211; &#8220;The primary disadvantages of deployment pre-compilation are that you have to perform these [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=12&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/05/28/why-precompile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
		<item>
		<title>Invalid cast from &#8216;System.String&#8217; to &#8216;System.TimeSpan&#8230;.</title>
		<link>http://abstrusemind.wordpress.com/2007/05/19/invalid-cast-from-systemstring-to-systemtimespan-c-20/</link>
		<comments>http://abstrusemind.wordpress.com/2007/05/19/invalid-cast-from-systemstring-to-systemtimespan-c-20/#comments</comments>
		<pubDate>Sat, 19 May 2007 03:46:00 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[.net 2.0]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[exceptions]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/05/19/invalid-cast-from-systemstring-to-systemtimespan-c-20/</guid>
		<description><![CDATA[I have already mentioned in one of my previous blog articles, I am working on a web application which has been converted from 1.1 to 2.0. And because of the many minor changes made in the 2.0 framework, I keep encountering many exceptions!!!
One such exception was raised while making use of Convert.ChangeType method.
When i tried [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=11&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/05/19/invalid-cast-from-systemstring-to-systemtimespan-c-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
		<item>
		<title>Localization (a brief introduction)</title>
		<link>http://abstrusemind.wordpress.com/2007/05/06/localization-a-brief-introduction/</link>
		<comments>http://abstrusemind.wordpress.com/2007/05/06/localization-a-brief-introduction/#comments</comments>
		<pubDate>Sun, 06 May 2007 14:42:07 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[WebApplication]]></category>
		<category><![CDATA[internationalizaion]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/05/06/localization-a-brief-introduction/</guid>
		<description><![CDATA[Presently, with the increase in the number of non-english users, internationalizing web sites has become quite important. In this article, as the title suggests&#8230; I am going to very brief explaination about how a web site can be localized.
To begin with, for localizing a web application a programmer needs to -
1. identify the localizable entities [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=9&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/05/06/localization-a-brief-introduction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>

		<media:content url="http://abstrusemind.files.wordpress.com/2007/05/langindicator.thumbnail.jpg" medium="image">
			<media:title type="html">langindicator.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Blogroll @WordPress</title>
		<link>http://abstrusemind.wordpress.com/2007/04/22/blogroll-wordpress/</link>
		<comments>http://abstrusemind.wordpress.com/2007/04/22/blogroll-wordpress/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 06:00:15 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[Blogroll]]></category>
		<category><![CDATA[OPML]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/04/22/blogroll-wordpress/</guid>
		<description><![CDATA[What are the different ways in which blogroll can be imported??? (Check out this link and this wikipedia link for better understanding about what a blogroll is. )
This above question has been nagging me for quite a while now and this is what i have come to understand about various ways of importing blogrolls into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=8&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/04/22/blogroll-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
		<item>
		<title>Defy all challenges</title>
		<link>http://abstrusemind.wordpress.com/2007/04/12/defy-all-challenges/</link>
		<comments>http://abstrusemind.wordpress.com/2007/04/12/defy-all-challenges/#comments</comments>
		<pubDate>Thu, 12 Apr 2007 11:10:59 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WebApplication]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/04/12/defy-all-challenges/</guid>
		<description><![CDATA[I just now came across this very cool ad for Visual Studio &#8211; Defy all challenges
A promotional for &#8211; Visual Studio Team System ; Web Development; Windows Vista and 2007 Office System. It has an interactive interface with links to view :
1. Tools and tips &#8211; which helps the user in understanding more about the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=7&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/04/12/defy-all-challenges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
		<item>
		<title>Exceptions&#8230; uggh!!!</title>
		<link>http://abstrusemind.wordpress.com/2007/04/11/exceptions-uggh/</link>
		<comments>http://abstrusemind.wordpress.com/2007/04/11/exceptions-uggh/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 03:39:17 +0000</pubDate>
		<dc:creator>abstrusemind</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WebApplication]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[remoting]]></category>

		<guid isPermaLink="false">http://abstrusemind.wordpress.com/2007/04/11/exceptions-uggh/</guid>
		<description><![CDATA[I am presently working on a project which make use of remoting&#8230; This project was recently converted from .net framework 1.1 to 2.0. All good stories have a bad element. This one had exceptions as the bad guy.
I got three different exceptions one after the other in a loop for the same problem! I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=abstrusemind.wordpress.com&blog=966363&post=4&subd=abstrusemind&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://abstrusemind.wordpress.com/2007/04/11/exceptions-uggh/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">abstrusemind</media:title>
		</media:content>
	</item>
	</channel>
</rss>