<?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>.NET Web stuff, mostly. &#187; Steve Lydford</title>
	<atom:link href="http://blog.stevelydford.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevelydford.com</link>
	<description>Steve Lydford</description>
	<lastBuildDate>Wed, 06 Feb 2013 13:15:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>YAGNAC &#8211; Why we should all be building sheds&#8230;</title>
		<link>http://blog.stevelydford.com/2013/01/yagnac-why-we-should-all-be-building-sheds/</link>
		<comments>http://blog.stevelydford.com/2013/01/yagnac-why-we-should-all-be-building-sheds/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 00:44:32 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Chatter]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/2013/01/yagnac-why-we-should-all-be-building-sheds/</guid>
		<description><![CDATA[“… it is simplicity that is difficult to make.” &#8211; Bertholdt Brecht Developers are creative people; we love to build stuff. We all spend our days, and sometimes our nights too, building stuff. Building stuff is what we do best, often we just can’t help ourselves. And therein lies the problem. Let me say it [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2013/01/yagnac-why-we-should-all-be-building-sheds/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Detecting Touch Hardware in IE 10</title>
		<link>http://blog.stevelydford.com/2012/03/detecting-touch-hardware-in-ie-10/</link>
		<comments>http://blog.stevelydford.com/2012/03/detecting-touch-hardware-in-ie-10/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 14:28:58 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=413</guid>
		<description><![CDATA[In order to provide the user with a different experience for web pages viewed on touch-enabled devices many JavaScript techniques are available on the web. One of the most popular of these is the Modernizr.touch method, which you can see here: http://modernizr.github.com/Modernizr/touch.html. However, as the list on the Modernizr Touch tests page shows, there is [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2012/03/detecting-touch-hardware-in-ie-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TechieTogs on GitHub</title>
		<link>http://blog.stevelydford.com/2012/01/techietogs-on-github/</link>
		<comments>http://blog.stevelydford.com/2012/01/techietogs-on-github/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 23:27:37 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[TechieTogs]]></category>
		<category><![CDATA[WebMatrix]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/2012/01/techietogs-on-github/</guid>
		<description><![CDATA[Anyone who has witnessed my mad, sleep-deprived ramblings on Twitter over the last few months will probably already know that I have written a WebMatrix book: Building ASP.NET Web Pages with Microsoft WebMatrix Three chapters of the book contain a tutorial where the reader builds a complete ecommerce app, TechieTogs, from start to finish. TechieTogs [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2012/01/techietogs-on-github/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Displaying CSV in an Excel Worksheet from ASP.NET</title>
		<link>http://blog.stevelydford.com/2011/06/displaying-csv-in-an-excel-worksheet-from-asp-net/</link>
		<comments>http://blog.stevelydford.com/2011/06/displaying-csv-in-an-excel-worksheet-from-asp-net/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 11:12:02 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/2011/06/displaying-csv-in-an-excel-worksheet-from-asp-net/</guid>
		<description><![CDATA[Several times in the past I have needed to provide CSV data to users for use in MS Excel. Previously I have written code to create the physical file on the server and then redirect the user’s browser to that file for download/opening. However this approach has two major drawbacks. You must have rights to [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/06/displaying-csv-in-an-excel-worksheet-from-asp-net/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Data Access Layer using Dynamics in WebMatrix</title>
		<link>http://blog.stevelydford.com/2011/05/creating-a-data-access-layer-using-dynamics-in-webmatrix/</link>
		<comments>http://blog.stevelydford.com/2011/05/creating-a-data-access-layer-using-dynamics-in-webmatrix/#comments</comments>
		<pubDate>Tue, 24 May 2011 19:20:15 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WebMatrix]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/2011/05/creating-a-data-access-layer-using-dynamics-in-webmatrix/</guid>
		<description><![CDATA[Introduction So we’ve all seen the WebMatrix demo where we put some inline SQL in the page and pull back some records right? And I’m guessing that most of you just looked at that and thought, “YUK! What happens if the schema changes or I want to access the same set of data in different [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/05/creating-a-data-access-layer-using-dynamics-in-webmatrix/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First look at Microsoft Visual Studio LightSwitch</title>
		<link>http://blog.stevelydford.com/2011/03/first-look-at-microsoft-visual-studio-lightswitch/</link>
		<comments>http://blog.stevelydford.com/2011/03/first-look-at-microsoft-visual-studio-lightswitch/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 00:42:38 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=372</guid>
		<description><![CDATA[Illuminate Me (See what I did there?) Visual Studio LightSwitch is a new platform designed to make it simpler to create line-of-business applications for the desktop and the cloud. It is currently in Beta 2 and can be downloaded from the Microsoft site free of charge. LightSwitch contains pre-configured screen templates and other re-usable components [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/03/first-look-at-microsoft-visual-studio-lightswitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun With WebMatrix Helpers in ASP.NET MVC 3</title>
		<link>http://blog.stevelydford.com/2011/02/fun-with-webmatrix-helpers-in-asp-net-mvc-3/</link>
		<comments>http://blog.stevelydford.com/2011/02/fun-with-webmatrix-helpers-in-asp-net-mvc-3/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 12:51:33 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[WebMatrix]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=351</guid>
		<description><![CDATA[It’s nearly the weekend, and it’s been long week, so let’s have a bit of fun… So I take it you’ve all had a chance to look at WebMatrix? If you haven’t then you should really make the effort to have a play around with it. I will admit that I was a bit snobby [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/02/fun-with-webmatrix-helpers-in-asp-net-mvc-3/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Error Logging and Google Chrome 9.0</title>
		<link>http://blog.stevelydford.com/2011/02/error-logging-and-google-chrome-9-0/</link>
		<comments>http://blog.stevelydford.com/2011/02/error-logging-and-google-chrome-9-0/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 16:15:21 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ELMAH]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=335</guid>
		<description><![CDATA[Today I created an ASP.NET MVC 3 default Web Application with the intention of testing a couple of ideas I had, without making a mess of any actual ‘live’ projects. Once the application had been created the next thing I did was to use (the brilliant) NuGet to install the (also brilliant) ELMAH error logging [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/02/error-logging-and-google-chrome-9-0/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Happening to Reflector?</title>
		<link>http://blog.stevelydford.com/2011/02/whats-happening-to-reflector/</link>
		<comments>http://blog.stevelydford.com/2011/02/whats-happening-to-reflector/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 11:18:14 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Chatter]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=319</guid>
		<description><![CDATA[So Red Gate have made the announcement that the next version of their excellent Reflector application will be a &#8220;paid for&#8221; product. This is OK, I totally understand the reasons for this &#8211; they have a business to run and have tried the free model, but it&#8217;s just not working out for them. Neil Davidson, [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/02/whats-happening-to-reflector/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Developer Toolbox</title>
		<link>http://blog.stevelydford.com/2011/01/my-developer-toolbox/</link>
		<comments>http://blog.stevelydford.com/2011/01/my-developer-toolbox/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 16:02:22 +0000</pubDate>
		<dc:creator>Steve Lydford</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.Net]]></category>

		<guid isPermaLink="false">http://blog.stevelydford.com/?p=299</guid>
		<description><![CDATA[I guess the title of my blog is a giveaway to the fact that I am primarily an ASP.NET developer; at the moment mostly MVC 3, which is all kinds of awesome, for all kinds of reasons. So here is a list of the tools that I can’t do without and that I think would [...]]]></description>
		<wfw:commentRss>http://blog.stevelydford.com/2011/01/my-developer-toolbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
