<?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>Mario J Vargas - Angstrey.com &#187; JavaScript</title>
	<atom:link href="http://angstrey.com/index.php/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://angstrey.com</link>
	<description>Another Web Developer blog out of many out there in the blogosphere</description>
	<lastBuildDate>Fri, 06 Aug 2010 22:37:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Finding the Next Date for Day of Week</title>
		<link>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/</link>
		<comments>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 22:04:00 +0000</pubDate>
		<dc:creator>Mario</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://angstrey.com/?p=174</guid>
		<description><![CDATA[In this article, I discuss the problem of easily finding the next date for a particular date of the week and how I transitioned from a complicated solution to a more simplified version by using simple arithmetic. The solution is written in the C# programming language but the formula for making this calculation can be easily ported into any programming language, including T-SQL.]]></description>
		<wfw:commentRss>http://angstrey.com/index.php/2009/04/25/finding-the-next-date-for-day-of-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
