<?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>VisionFriendly.com - Development</title>
	<atom:link href="http://www.vfstech.com/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.vfstech.com</link>
	<description>Web Development and IT</description>
	<lastBuildDate>Wed, 07 Jul 2010 22:12:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Task Schedule, NT AUTHORITY\SYSTEM, and 0&#215;1</title>
		<link>http://www.vfstech.com/?p=92</link>
		<comments>http://www.vfstech.com/?p=92#comments</comments>
		<pubDate>Wed, 07 Jul 2010 22:11:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=92</guid>
		<description><![CDATA[Just ran into a strange problem with Task Scheduler under Windows Server 2003.  We had a bunch of tasks that suddenly stopped running, and the Last Result status codes were 0&#215;1 and 0&#215;80.  These tasks were running as NT AUTHORITY\SYSTEM.  When I ran it via the command line, it ran fine.  [...]]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=92</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comma-separated ints to an array</title>
		<link>http://www.vfstech.com/?p=84</link>
		<comments>http://www.vfstech.com/?p=84#comments</comments>
		<pubDate>Sat, 17 Apr 2010 01:57:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ / Generics / Predicates]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=84</guid>
		<description><![CDATA[Turning a comma-separated list of numbers into an array the predicate / extension way.]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=84</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; Find a set&#8217;s bounding rectangle</title>
		<link>http://www.vfstech.com/?p=79</link>
		<comments>http://www.vfstech.com/?p=79#comments</comments>
		<pubDate>Sat, 27 Feb 2010 20:06:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=79</guid>
		<description><![CDATA[I just came across this great jQuery extension that finds the bounding box of a wrapped set of jQuery objects.  (You do know what a wrapped set is, right?)
The code is based off a post on Andrew McHarg&#8217;s Read Eval Bacon Loop.  His original function returns a Javascript object {left, top, right, bottom}. [...]]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Response Headers of Ajax calls</title>
		<link>http://www.vfstech.com/?p=65</link>
		<comments>http://www.vfstech.com/?p=65#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:16:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT General]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=65</guid>
		<description><![CDATA[It&#8217;s not obvious why you might want to access HTTP Response headers, and it&#8217;s even less obvious how to do so when you decide you need to.  Here&#8217;s how to do it (in jQuery, of course).

This example uses ajaxForm() to turn a form into an Ajax submit and then look for response headers.  [...]]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebConfigurationManager.OpenWebConfiguration()</title>
		<link>http://www.vfstech.com/?p=58</link>
		<comments>http://www.vfstech.com/?p=58#comments</comments>
		<pubDate>Sun, 06 Sep 2009 17:15:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=58</guid>
		<description><![CDATA[I just finished banging my head against the wall for many hours tracking down an obscure problem using OpenWebConfiguration() with custom ConfigSection&#8217;s that use OnDeserializeUnrecognizedAttribute().  Although I&#8217;m still not sure why, the following is incorrect:

Configuration configuration = WebConfigurationManager.OpenWebConfiguration("~/web.config");

Instead, you need to use:

Configuration configuration = WebConfigurationManager.OpenWebConfiguration( HttpContext.Current.Request.ApplicationPath);

The first one seems to work, but your ConfigurationElement [...]]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=58</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic jQuery Effects</title>
		<link>http://www.vfstech.com/?p=51</link>
		<comments>http://www.vfstech.com/?p=51#comments</comments>
		<pubDate>Sun, 02 Aug 2009 19:57:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=51</guid>
		<description><![CDATA[See the basic jQuery effects in action: hide(), show(), toggle(), fadeOut(), and fadeIn().]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=51</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; The $ Object and the Wrapped Set</title>
		<link>http://www.vfstech.com/?p=40</link>
		<comments>http://www.vfstech.com/?p=40#comments</comments>
		<pubDate>Tue, 21 Jul 2009 15:51:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=40</guid>
		<description><![CDATA[A very brief introduction to the main object through which all jQuery-ing will be done: The $ object.]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Prerequisites</title>
		<link>http://www.vfstech.com/?p=21</link>
		<comments>http://www.vfstech.com/?p=21#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:08:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=21</guid>
		<description><![CDATA[What should you know before starting with jQuery?]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introduction to jQuery</title>
		<link>http://www.vfstech.com/?p=10</link>
		<comments>http://www.vfstech.com/?p=10#comments</comments>
		<pubDate>Tue, 30 Jun 2009 14:59:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=10</guid>
		<description><![CDATA[What is a "Javascript framework"? What Frameworks are Out There? Why jQuery in Particular? How jQuery Will Change Your Code.]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://www.vfstech.com/?p=3</link>
		<comments>http://www.vfstech.com/?p=3#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:37:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT General]]></category>
		<category><![CDATA[VisionFriendly.com]]></category>

		<guid isPermaLink="false">http://www.vfstech.com/?p=3</guid>
		<description><![CDATA[The VisionFriendly.com Development Blog, covering Web Development and the role of IT in a web development company.]]></description>
		<wfw:commentRss>http://www.vfstech.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
