<?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>iandevlin.com - blog &#187; .net</title>
	<atom:link href="http://www.iandevlin.com/blog/category/net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iandevlin.com/blog</link>
	<description>A mixture of musings on web design &#38; development, history, and life</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:00:06 +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>Configuring RSS with IIS</title>
		<link>http://www.iandevlin.com/blog/2010/03/net/configuring-rss-with-iis?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=configuring-rss-with-iis</link>
		<comments>http://www.iandevlin.com/blog/2010/03/net/configuring-rss-with-iis#comments</comments>
		<pubDate>Tue, 23 Mar 2010 15:01:12 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=635</guid>
		<description><![CDATA[Any time I&#8217;ve created my own XML file for RSS feeds, it&#8217;s been on a server running Apache, and it&#8217;s usually worked fine, barring semantic errors on my part. However getting it to work on a Windows Server running IIS is a slightly different matter, as I found out today. IIS was constantly returning with [...]


Related posts:<ol><li><a href='http://www.iandevlin.com/blog/2010/04/html5/html5-laboratory-using-the-video-element' rel='bookmark' title='Permanent Link: html5 laboratory &#8211; Using the video element'>html5 laboratory &#8211; Using the video element</a></li>
<li><a href='http://www.iandevlin.com/blog/2009/11/webdev/recreating-a-designer-file-in-microsoft-visual-studio-2008' rel='bookmark' title='Permanent Link: Recreating a .designer file in Microsoft Visual Studio 2008'>Recreating a .designer file in Microsoft Visual Studio 2008</a></li>
<li><a href='http://www.iandevlin.com/blog/2010/05/browsers/firefox-3-6-3-losing-login-details' rel='bookmark' title='Permanent Link: Firefox 3.6.3 losing login details'>Firefox 3.6.3 losing login details</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/03/net/configuring-rss-with-iis/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>.NET DataGrid rendering with border-collapse</title>
		<link>http://www.iandevlin.com/blog/2010/03/net/net-datagrid-rendering-with-border-collapse?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=net-datagrid-rendering-with-border-collapse</link>
		<comments>http://www.iandevlin.com/blog/2010/03/net/net-datagrid-rendering-with-border-collapse#comments</comments>
		<pubDate>Tue, 16 Mar 2010 16:55:57 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=621</guid>
		<description><![CDATA[I&#8217;ve been working on some old .NET code which previously worked with Internet Explorer only. I&#8217;m currently updating it so that it works with most major browsers rather than limiting it to the one. By and large it&#8217;s fairly easy to do, a bit time consuming and fiddly at times as it&#8217;s mainly JavaScript tweaks [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/03/net/net-datagrid-rendering-with-border-collapse/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing data records from Excel and CSV files in VB.NET</title>
		<link>http://www.iandevlin.com/blog/2010/01/net/accessing-data-records-from-excel-and-csv-files-in-vb-net?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=accessing-data-records-from-excel-and-csv-files-in-vb-net</link>
		<comments>http://www.iandevlin.com/blog/2010/01/net/accessing-data-records-from-excel-and-csv-files-in-vb-net#comments</comments>
		<pubDate>Thu, 28 Jan 2010 20:34:44 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=436</guid>
		<description><![CDATA[One of the first projects I undertook when I started at my current workplace was to produce a data migrator that ported user data records from a client system to one of our systems. This was written in VB.NET (for compatibility reasons) and the data sources were both Microsoft SQL Server 2005 systems. Recently I&#8217;ve [...]


Related posts:<ol><li><a href='http://www.iandevlin.com/blog/2009/11/webdev/accessing-ini-files-in-csharp' rel='bookmark' title='Permanent Link: Accessing INI Files in C#'>Accessing INI Files in C#</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/01/net/accessing-data-records-from-excel-and-csv-files-in-vb-net/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Generating a relative path in C#</title>
		<link>http://www.iandevlin.com/blog/2010/01/csharp/generating-a-relative-path-in-csharp?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=generating-a-relative-path-in-csharp</link>
		<comments>http://www.iandevlin.com/blog/2010/01/csharp/generating-a-relative-path-in-csharp#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:36:14 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=341</guid>
		<description><![CDATA[Today I was looking for a way to find a relative path between one absolute directory and another in C#. The .NET libraries themselves don&#8217;t seem to have anything that helps with this so I performed the obligatory Google search and came across a handy little function written by Peter Morris which I&#8217;ve now incorporated [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2010/01/csharp/generating-a-relative-path-in-csharp/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding multiple .NET User Controls that use JavaScript to the same page</title>
		<link>http://www.iandevlin.com/blog/2009/12/webdev/adding-multiple-net-user-controls-that-use-javascript-to-the-same-page?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adding-multiple-net-user-controls-that-use-javascript-to-the-same-page</link>
		<comments>http://www.iandevlin.com/blog/2009/12/webdev/adding-multiple-net-user-controls-that-use-javascript-to-the-same-page#comments</comments>
		<pubDate>Mon, 07 Dec 2009 11:23:23 +0000</pubDate>
		<dc:creator>ian</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.iandevlin.net/blog/?p=160</guid>
		<description><![CDATA[The Background Recently I was faced with the task of taking some existing VB.NET code and converting it to C#. Not so difficult so far you&#8217;ll say, and you&#8217;d be right. However, some of the code on this particular page was contained within a User Control which contained two lists of check boxes in two [...]


Related posts:<ol><li><a href='http://www.iandevlin.com/blog/2009/11/webdev/javascript-checking-what-a-string-starts-with' rel='bookmark' title='Permanent Link: Javascript: checking what a string starts with'>Javascript: checking what a string starts with</a></li>
<li><a href='http://www.iandevlin.com/blog/2009/11/webdev/accessing-ini-files-in-csharp' rel='bookmark' title='Permanent Link: Accessing INI Files in C#'>Accessing INI Files in C#</a></li>
<li><a href='http://www.iandevlin.com/blog/2010/02/webdev/website-optimisation' rel='bookmark' title='Permanent Link: Website Optimisation'>Website Optimisation</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.iandevlin.com/blog/2009/12/webdev/adding-multiple-net-user-controls-that-use-javascript-to-the-same-page/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
