

<?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>Jimmy Burnett &#187; Web Development</title>
	<atom:link href="http://www.jimmyburnett.com/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jimmyburnett.com</link>
	<description>My person tech blog.</description>
	<lastBuildDate>Wed, 09 Jun 2010 12:37:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating a directory system for Wordpress.</title>
		<link>http://www.jimmyburnett.com/2009/12/creating-a-directory-system-for-wordpress.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/creating-a-directory-system-for-wordpress.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:48:53 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jimmyburnett.com/?p=712</guid>
		<description><![CDATA[Have you ever wanted to post some resources but didn&#8217;t necessarily want them to be on your blog&#8217;s front page? I post lots of resources but I don&#8217;t want to bog my readers down with tons of RSS feed updates and posts on my frontpage, so I created a few PHP scripts for Wordpress to [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/creating-a-directory-system-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to download web content with .NET.</title>
		<link>http://www.jimmyburnett.com/2009/12/how-to-download-web-content-with-net.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/how-to-download-web-content-with-net.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 12:03:17 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[BackGroundWorker]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WebClient]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/how-to-download-web-content-with-net.html</guid>
		<description><![CDATA[This morning I created another video tutorial, this one on downloading web content to use inside your .NET application. The tutorial goes over downloading content with the WebClient class as well as a brief intro to multithreading with the BackGroundWorker class. 






&#160;
 
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Net;

namespace WebClientDemo1
{
   [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/how-to-download-web-content-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to search yahoo images with PHP.</title>
		<link>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html</link>
		<comments>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 11:53:11 +0000</pubDate>
		<dc:creator>Jimmy</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Yahoo API]]></category>

		<guid isPermaLink="false">http://www.uniprogrammer.com/2009/12/how-to-search-yahoo-images-with-php.html</guid>
		<description><![CDATA[The following code is a basic example of how to use the Yahoo search API. An array of objects is returned containing the search results letting you create dynamic scripts to show images. This code could be used to make a simple plug-in for Wordpress to show images based on tags in your posts or [...]]]></description>
		<wfw:commentRss>http://www.jimmyburnett.com/2009/12/how-to-search-yahoo-images-with-php-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
