<?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>Web Site Development Tutorials - Web Developer Resource &#187; Web Development Tutorials</title>
	<atom:link href="http://www.developertutorials.com/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developertutorials.com</link>
	<description>Web Development and Web Design Information Resources Helping You Build Great Websites!</description>
	<lastBuildDate>Mon, 26 Dec 2011 23:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fun with the Microsoft Managed Extensibility Framework Part 2</title>
		<link>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-2-3065/</link>
		<comments>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-2-3065/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 22:06:10 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[Miscellaneous Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=3065</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-2-3065/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/10/microsoft-managed-extensibility-framework1.gif" class="alignleft wp-post-image tfe" alt="microsoft managed extensibility framework" title="microsoft managed extensibility framework" /></a>In the last installment we introduced the basic concepts behind the Microsoft Managed Extensibility Framework  and built a very simple example, expending a ton of effort for very little return.  In this installment, we’ll actually utilize the framework to build an application demonstrating pluggable components in use.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-2-3065/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with the Microsoft Managed Extensibility Framework Part 1</title>
		<link>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-1-3053/</link>
		<comments>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-1-3053/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 16:16:00 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[Miscellaneous Tutorials]]></category>
		<category><![CDATA[mef]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=3053</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-1-3053/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/09/mef1.jpg" class="alignleft wp-post-image tfe" alt="mef" title="mef" /></a>Most developers at one time or another have found it necessary to componentize their application to allow new pieces to be “plugged in” without rebuilding the application.  While there are existing frameworks which address this area, such as one of the many Dependency Injection frameworks, they tend to be much broader in scope, and therefore more complicated to use.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/miscellaneous/fun-with-the-microsoft-managed-extensibility-framework-part-1-3053/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Contracts in C# 4.0 &#8211; Part 1</title>
		<link>http://www.developertutorials.com/tutorials/c-sharp/code-contracts-in-c-sharp-4-part-1-2955/</link>
		<comments>http://www.developertutorials.com/tutorials/c-sharp/code-contracts-in-c-sharp-4-part-1-2955/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:00:23 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[C# Tutorials]]></category>
		<category><![CDATA[c sharp]]></category>
		<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2955</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/c-sharp/code-contracts-in-c-sharp-4-part-1-2955/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/code-contracts-c-sharp1.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Bugs occur.  Once you accept that fact, you can do something about it.  There are bugs in every piece of software with even a minimal level of complexity.  Various options exist to address these.  Manual testing is one, but it is often hard to reproduce, or just isn’t done.   Automated testing is also possible, and useful, particularly with regards to test driven development.  But even this has problems because poorly written tests require debugging themselves.  In short, there is NO silver bullet.  There are, however, more tools available.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/c-sharp/code-contracts-in-c-sharp-4-part-1-2955/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Tutorial: Create a Colorful Explosion Retro Inspired Design</title>
		<link>http://www.developertutorials.com/tutorials/photoshop/photoshop-tutorial-create-a-colorful-explosion-retro-inspired-design-2908/</link>
		<comments>http://www.developertutorials.com/tutorials/photoshop/photoshop-tutorial-create-a-colorful-explosion-retro-inspired-design-2908/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 01:09:15 +0000</pubDate>
		<dc:creator>Anja</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2908</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/photoshop/photoshop-tutorial-create-a-colorful-explosion-retro-inspired-design-2908/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/photoshop-tutorial-icon1.jpg" class="alignleft wp-post-image tfe" alt="photoshop tutorial icon" title="photoshop tutorial icon" /></a>This Photoshop tutorial will teach you how to create a design featuring a colorful explosion contrasting with grayscale elements. This design heavily relies on the creative use of brushes, patterns and Photoshop tools/effects. Though this tutorial was created in Photoshop CS5, you should have no problems achieving the same effect in any Photoshop CS version. [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/photoshop/photoshop-tutorial-create-a-colorful-explosion-retro-inspired-design-2908/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Cool Grunge Wallpaper with Photoshop</title>
		<link>http://www.developertutorials.com/tutorials/photoshop/create-a-cool-grungy-wallpaper-with-photoshop-2862/</link>
		<comments>http://www.developertutorials.com/tutorials/photoshop/create-a-cool-grungy-wallpaper-with-photoshop-2862/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 11:31:55 +0000</pubDate>
		<dc:creator>Anja</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2862</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/photoshop/create-a-cool-grungy-wallpaper-with-photoshop-2862/"><img align="left" hspace="5" width="150" height="150"  src="http://www.developertutorials.com/wp-content/uploads/2010/08/1-150x150.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>This Photoshop tutorial will show you how to create a grungy design based on the concept of ‘music’ by starting off from a simple picture. The effect is achieved using textures, layer adjustments and several Photoshop tools. The same technique can be used to illustrate other concepts in a similar manner.]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/photoshop/create-a-cool-grungy-wallpaper-with-photoshop-2862/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling with Razor in MVC Preview &#8211; Part 4</title>
		<link>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-preview-part-4-2803/</link>
		<comments>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-preview-part-4-2803/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 14:40:46 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[ASP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2803</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-preview-part-4-2803/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/razonr1.png" class="alignleft wp-post-image tfe" alt="razonr" title="razonr" /></a>Coding in Razor When last we met… In the last installment, we took a look at partial views in the Razor engine. Our last stop on the current preview view engine will be looking at the various control structures and other features provided by this version of Razor. Of course, as soon as another preview [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-preview-part-4-2803/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Rolling With jQuery &#8211; Part 3</title>
		<link>http://www.developertutorials.com/tutorials/javascript/get-rolling-with-jquery-part-3-2774/</link>
		<comments>http://www.developertutorials.com/tutorials/javascript/get-rolling-with-jquery-part-3-2774/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 22:14:06 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[JavaScript Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2774</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/javascript/get-rolling-with-jquery-part-3-2774/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/jquery1.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>Cascading Style Sheets and jQuery Where are we at? In the first part of this tutorial, we downloaded and configured jQuery. In the second part we took a look at some basic event handling, unobtrusive JavaScript and very simple selectors. In this and the next installment, we will take a much more detailed look at [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/javascript/get-rolling-with-jquery-part-3-2774/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rolling with Razor in MVC v3 Preview &#8211; Part 3</title>
		<link>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-3-2763/</link>
		<comments>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-3-2763/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 15:56:07 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[ASP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2763</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-3-2763/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/razonr.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>When last we met… In the last installment, we took a look at Layout pages and their relation to views. We also examined the use of sections and the RenderSection method. In this installment we are going to look at partial views and their place in the Razor view engine. Taking a look at partial [...]]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-3-2763/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Fresh Nature-Themed Wallpaper Using Photoshop</title>
		<link>http://www.developertutorials.com/tutorials/photoshop/create-a-fresh-nature-themed-wallpaper-using-photoshop-2723/</link>
		<comments>http://www.developertutorials.com/tutorials/photoshop/create-a-fresh-nature-themed-wallpaper-using-photoshop-2723/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 23:39:54 +0000</pubDate>
		<dc:creator>Anja</dc:creator>
				<category><![CDATA[Photoshop Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2723</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/photoshop/create-a-fresh-nature-themed-wallpaper-using-photoshop-2723/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/icon2.jpg" class="alignleft wp-post-image tfe" alt="" title="" /></a>This tutorial will show you how to create a fresh, attractive design based around the theme of nature. You will also get an idea of how to illustrate a concept using stock images, type, brushes and patterns. This design is very versatile and can be used as a wallpaper, website header, advertisement etc. ]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/photoshop/create-a-fresh-nature-themed-wallpaper-using-photoshop-2723/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rolling with Razor in MVC v3 Preview – Part 2</title>
		<link>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-2-2708/</link>
		<comments>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-2-2708/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 20:49:20 +0000</pubDate>
		<dc:creator>Larry Schoeneman</dc:creator>
				<category><![CDATA[ASP Tutorials]]></category>

		<guid isPermaLink="false">http://www.developertutorials.com/?p=2708</guid>
		<description><![CDATA[<a href="http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-2-2708/"><img align="left" hspace="5" width="150" height="150" src="http://www.developertutorials.com/wp-content/uploads/2010/08/razonr.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>In the first installment, we explained what Razor was, set up our development environment, downloaded the MVC 3 preview and looked at the contents of the default project.  We then took a look at the structure of a content view file using the Razor view engine and compared it to a content view file build with the standard aspx view engine. ]]></description>
		<wfw:commentRss>http://www.developertutorials.com/tutorials/asp/rolling-with-razor-in-mvc-v3-preview-part-2-2708/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

