<?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>MattVanAndel.com &#187; @Complexity: Beginner</title>
	<atom:link href="http://www.mattvanandel.com/tag/complexity-beginner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvanandel.com</link>
	<description>Web Development for the Developmentally Challenged</description>
	<lastBuildDate>Mon, 11 Apr 2011 14:29:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>(jQuery) .nextOrFirst() function guarantees a selection</title>
		<link>http://www.mattvanandel.com/999/jquery-nextorfirst-function-guarantees-a-selection/</link>
		<comments>http://www.mattvanandel.com/999/jquery-nextorfirst-function-guarantees-a-selection/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 20:26:42 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=999</guid>
		<description><![CDATA[The <span class="code">.nextOrFirst()</span> jQuery function/plugin detailed here works as an alias for <span class="code">.next()</span>, except when there are no more objects for <span class="code">.next()</span> to select. When this happens, <span class="code">.nextOrFirst()</span> will automatically select the first element from within the same parent (essentially treating the first element as "next").]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/999/jquery-nextorfirst-function-guarantees-a-selection/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 7: Intro to .NET Forms</title>
		<link>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/</link>
		<comments>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:12:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=798</guid>
		<description><![CDATA[This article introduces the use of forms in an ASP.NET webpage. Before you begin, you should already have a basic understanding of HTML form elements. If you need a refresher, we will briefly discuss the use of classic form elements on an ASPX page, but the focus of this article will be on the use special ASP.NET form elements.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Tutorial 0: Core AJAX Concepts</title>
		<link>http://www.mattvanandel.com/914/ajax-tutorial-0-core-ajax-concepts/</link>
		<comments>http://www.mattvanandel.com/914/ajax-tutorial-0-core-ajax-concepts/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:44:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[DOM]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=914</guid>
		<description><![CDATA[This article introduces basic JavaScript concepts, and builds on those concepts to explain how AJAX is used and, more importantly, why. This is <em>not</em> an in-depth look at JavaScript, nor is it intended to be. As with all tutorials on this site, you should already be familiar with X/HTML and CSS, and have a general idea of what JavaScript is and how it's used. ]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/914/ajax-tutorial-0-core-ajax-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 6: Outputting Data to the Webpage</title>
		<link>http://www.mattvanandel.com/880/asp-net-tutorial-6-outputting-data-to-the-webpage/</link>
		<comments>http://www.mattvanandel.com/880/asp-net-tutorial-6-outputting-data-to-the-webpage/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:24:33 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[ASPX]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=880</guid>
		<description><![CDATA[This article explains the three primary methods of outputting data onto a webpage from the code-behind class: Labels, Literals, and the Response.Write() method. This article is also useful for gaining a basic understanding of how .NET handles communication between elements on the ASPX webpage and the C# code-behind class.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/880/asp-net-tutorial-6-outputting-data-to-the-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 5: Conditionals 2 ( switch constructs )</title>
		<link>http://www.mattvanandel.com/787/asp-net-tutorial-5-conditionals-2-switch-constructs/</link>
		<comments>http://www.mattvanandel.com/787/asp-net-tutorial-5-conditionals-2-switch-constructs/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 17:06:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Conditionals]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=787</guid>
		<description><![CDATA[This article explains the use of <span class="code blue">switch</span> constructs. Switch constructs are a conditional, like if/else constructs discussed in the previous ASP.NET Tutorial 4. In all honesty, you won't use <span class="code blue">switch</span> blocks nearly as often as you will use <span class="code blue">if</span>... but there are times when they just plain make more sense.

A <span class="code blue">switch</span> block compares a single variable or value to any number of other values, and when it finds a match, it executes some code. What really makes switch blocks handy is that after it finds a match, it will keep checking conditions until you tell it to stop (by using the <span class="code blue">break</span> keyword).]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/787/asp-net-tutorial-5-conditionals-2-switch-constructs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 4: Conditionals ( if/else constructs )</title>
		<link>http://www.mattvanandel.com/691/asp-net-tutorial-4-conditionals-ifelse-constructs/</link>
		<comments>http://www.mattvanandel.com/691/asp-net-tutorial-4-conditionals-ifelse-constructs/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:42:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Conditionals]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=691</guid>
		<description><![CDATA[This article will introduce you to conditionals in C#. Conditionals are a program's decision-makers. They are used to evaluate and compare data, and then take different sets of actions based on the evaluations. It's really not very different from the way humans make decisions. For instance, let's say you've decided that you want go swimming... but only if it's not too cold outside (because I live in sunny California, I'd consider anything 75 or under is "too cold"). If you can phrase a concept like that in English (&#34;if it's over 75 degrees outside, I'll go swimming&#34;), you can program it just as easily.

Hopefully by the end of this article you will be able to write some of the most basic conditionals in C#... <span class="code blue">if</span> constructs. We'll even cover some of the more fancy variations of <span class="code blue">if</span>... including <span class="code blue">if else</span> and <span class="code blue">if else if</span> constructs.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/691/asp-net-tutorial-4-conditionals-ifelse-constructs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 3: Commenting &amp; Documenting Code</title>
		<link>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/</link>
		<comments>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 01:48:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=688</guid>
		<description><![CDATA[This tutorial introduces code comments - including general comments, intellisense comments, and code regions. Code comments are little notes that you can leave right inside your code to help yourself or other developers that may need to look at your code.

Developing good code commenting habits is absolutely <em>vital</em> for every developer. When you're projects get even remotely complicated, you will run into situations where you won't be able to remember what on earth you were doing last, or why you did something a certain way to begin with. Furthermore, if anyone ever inherits your code, comments can make the nearly insurmountable task of deciphering it much more palatable. More often than not, however, it will be <em>you</em> deciphering your <em>own</em> code - so save yourself a lot of time later by spending a little up front and writing good comments.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 2: Introduction to C# (Structure)</title>
		<link>http://www.mattvanandel.com/632/asp-net-tutorial-2-introduction-to-c-structure/</link>
		<comments>http://www.mattvanandel.com/632/asp-net-tutorial-2-introduction-to-c-structure/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 00:15:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=632</guid>
		<description><![CDATA[This tutorial is meant to give you a general understanding of C# structure and object-oriented programming, including the oft-neglected <em>hows</em> and the <em>whys</em>. Topics covered will include an overview of variables, methods, classes, and namespaces.

Hopefully, by the end of this tutorial, you'll have a general understanding of how C# code is structured and organized.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/632/asp-net-tutorial-2-introduction-to-c-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 1: Intro to Visual Studio/Visual Web Developer</title>
		<link>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/</link>
		<comments>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:54:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=468</guid>
		<description><![CDATA[This tutorial covers the basics of working on websites in Visual Studio 2008/2010 or Visual Web Developer 2008 Express. Topics covered will include interface, terminology, and configuration. More advanced tips will be included in future programming-specific tutorials.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 0: Getting ready for ASP.NET development</title>
		<link>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/</link>
		<comments>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:48:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=440</guid>
		<description><![CDATA[So you want to get into ASP.NET web development, but don't know what you need to get started. It's okay, I'm here to help!

This in-depth article contains detailed instructions for setting up your Windows Vista, Windows 7, or Windows Server 2008 computer for full-on ASP.NET web development in C#  including installation of IIS, Visual Web Developer Express, and SQL Server Express. This does not cover any actual use of those tools (those posts will come later), but only discussed what you need and how to install everything.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

