<?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>theBlaine.com &#187; Website Development</title>
	<atom:link href="http://theblaine.com/website-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://theblaine.com</link>
	<description>Not just a Blaine . . . theBlaine!</description>
	<lastBuildDate>Mon, 01 Jun 2009 01:13:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating the Beta Version of Task Manager</title>
		<link>http://theblaine.com/2008/10/task-manager-beta/</link>
		<comments>http://theblaine.com/2008/10/task-manager-beta/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 06:40:53 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=2493</guid>
		<description><![CDATA[In the past week I've been looking into to how to use jQuery and Ajax for my Task Manager. I've got about 2 days of playing with the code under my belt. Now I feel confident enough to begin work on the Second edition of Task Manager.]]></description>
			<content:encoded><![CDATA[<p>In the past week I&#8217;ve been looking into to how to use jQuery and Ajax for my Task Manager. I&#8217;ve got about 2 days of playing with the code under my belt. Now I feel confident enough to begin work on the Second edition of <a href="/tasks/">Task Manager</a>.</p>
<p><span id="more-2493"></span></p>
<p>This will be another &#8220;proof of concept&#8221; to try out a new interface using jQuery and Ajax. Once it&#8217;s functional I will put a sleek style on the interface.</p>
<p style="text-align: right;">
<p style="text-align: center;"><a href="/tasks/"><span style="font-size: medium;">-- Task Manager Beta --</span></a></p>
<p class="line1">
<p style="text-align: left; font-size:10px;"><a href="/tasks-alpha/">You can see the first version on Task Manager here. Task Manager Alpha was the first version.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2008/10/task-manager-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Task Manager Alpha</title>
		<link>http://theblaine.com/2008/10/task-manager-alpha/</link>
		<comments>http://theblaine.com/2008/10/task-manager-alpha/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 07:38:59 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=1778</guid>
		<description><![CDATA[A few months ago I was looking for some sort of application that would would me organize my tasks. I found a few, but the nice ones cost money and most the task organizers I found required you to install a program onto your desktop. I was looking for something more web-based or even a [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I was looking for some sort of application that would would me organize my tasks. I found a few, but the nice ones cost money and most the task organizers I found required you to install a program onto your desktop. I was looking for something more web-based or even a widget for my <a href="http://widgets.yahoo.com/" target="_blank">Yahoo! Widgets</a>.<br />
<span id="more-1778"></span><br />
After trying a few free task managers, I decided I would be better off building my own. I wasn&#8217;t out to try and build something as robust as some of the fancier ones. I just wanted something that was functional.</p>
<p>I still have a lot of tweaking to do to it before it would be ready for any sort of large scale usage. What I have now is a &#8220;proof-of-concept&#8221; and when I get bored I will add more bells and whistles, but for now it works.</p>
<p style="text-align: center;font-size: 14px;"><a href="/tasks-alpha/"><span style="font-size: 12px;">-- Check out my Task Manager --</span></a><br />
(this version is the Alpha Version, click below for the current version)</p>
<p class="line1">
<p><span style="font-size: medium; color: #ff0000;">UPDATE (10/21/2008): <a href="/tasks/">I am now currently working on the new Beta Version Here</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2008/10/task-manager-alpha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use Trackbacks and Pingbacks in WordPress</title>
		<link>http://theblaine.com/2008/07/how-to-use-trackbacks-and-pingbacks-in-wordpress/</link>
		<comments>http://theblaine.com/2008/07/how-to-use-trackbacks-and-pingbacks-in-wordpress/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 04:52:48 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=417</guid>
		<description><![CDATA[I am new to fairly new to WordPress and had some questions on how to use the trackbacks. I searched for a few hours and read a few tutorials, but it still wasn't making any sense. Articles would describe how to turn them on, but not much into the details of how to actually use Trackbacks and what they do. After reading this tutorial, I had a much better understanding of how to use them and that I can actually use Trackbacks as a way to generate traffic to my website. Read this article if you want to learn more about WordPress's Trackback and Pingback features. This article is great, I learned quite a bit from it and now use Trackbacks on many of my posts.]]></description>
			<content:encoded><![CDATA[<p>I am new to fairly new to WordPress and had some questions on how to use the trackbacks. I searched for a few hours and read a few tutorials, but it still wasn&#8217;t making any sense. Articles would describe how to turn them on, but not much into the details of how to actually use Trackbacks and what they do.<br />
<span id="more-417"></span><br />
<a href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/">After reading this tutorial</a>, I had a much better understanding of how to use them and that I can actually use Trackbacks as a way to generate traffic to my website. <a href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/">Read this article</a> if you want to learn more about WordPress&#8217;s Trackback and Pingback features. <a href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/">This article</a> is great, I learned quite a bit from it and now use Trackbacks on many of my posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2008/07/how-to-use-trackbacks-and-pingbacks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
