<?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>Dave Schwab</title>
	<atom:link href="http://www.dave-schwab.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-schwab.com</link>
	<description>More than you ever wanted to know about me!</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:49:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Checking if a class_exists() results in an uncaught LogicException</title>
		<link>http://www.dave-schwab.com/2012/02/checking-if-a-class_exists-results-in-an-uncaught-logicexception/</link>
		<comments>http://www.dave-schwab.com/2012/02/checking-if-a-class_exists-results-in-an-uncaught-logicexception/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 10:48:42 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[class_exists]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.dave-schwab.com/?p=149</guid>
		<description><![CDATA[I know they say it’s not a bug, but the other day I was using class_exists() and the spl_autoload() functions to load my libraries. I discovered that class_exists() automatically returns an Exception when the class indeed does not exist! This was a problem, since I had created a custom exception MyException. Check out the code&#8230; &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2012/02/checking-if-a-class_exists-results-in-an-uncaught-logicexception/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2012/02/checking-if-a-class_exists-results-in-an-uncaught-logicexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove white background in Photoshop</title>
		<link>http://www.dave-schwab.com/2012/02/remove-white-background-in-photoshop/</link>
		<comments>http://www.dave-schwab.com/2012/02/remove-white-background-in-photoshop/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 09:54:58 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[Mindless Drivel]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[magic wand]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://www.dave-schwab.com/?p=140</guid>
		<description><![CDATA[I&#8217;ve been working with a website design that includes a black background. Part of the challenge has been taking some of the clip art files that were made to work with a white background and convert them to work with dark backgrounds. Sure you can use the magic want or a clipping mask, two ways &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2012/02/remove-white-background-in-photoshop/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2012/02/remove-white-background-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a PHP class to connect to a database</title>
		<link>http://www.dave-schwab.com/2011/09/use-a-php-class-to-connect-to-a-database/</link>
		<comments>http://www.dave-schwab.com/2011/09/use-a-php-class-to-connect-to-a-database/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 03:44:13 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.dave-schwab.com/?p=99</guid>
		<description><![CDATA[Often times I&#8217;ve found myself wanting a quick and easy way to set up a connection to a MySQL database in PHP. In procedural code this was often accomplished by adding a few lines of code atop the first PHP file in the program. I&#8217;ve decided to write an object that uses the constructor to &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/09/use-a-php-class-to-connect-to-a-database/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/09/use-a-php-class-to-connect-to-a-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dangerous trend: huffing</title>
		<link>http://www.dave-schwab.com/2011/08/dangerous-trend-huffing/</link>
		<comments>http://www.dave-schwab.com/2011/08/dangerous-trend-huffing/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 04:22:23 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[Mindless Drivel]]></category>
		<category><![CDATA[crime]]></category>
		<category><![CDATA[danger]]></category>
		<category><![CDATA[huffing]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=87</guid>
		<description><![CDATA[So the latest trend in the everlasting pursuit of a high is huffing. A lot of people are surprised when I explain what this is. Since it&#8217;s basically getting high where no one though a high was possible, it&#8217;s pretty misunderstood. And because it can kill you in under a ten seconds the first time &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/08/dangerous-trend-huffing/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/08/dangerous-trend-huffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a PHP Object</title>
		<link>http://www.dave-schwab.com/2011/08/create-a-php-object/</link>
		<comments>http://www.dave-schwab.com/2011/08/create-a-php-object/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 03:46:34 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[object oriented]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=67</guid>
		<description><![CDATA[Object oriented programming was a foreign concept when I first started with it. I grew up writing procedural code all the way back to when I was 6 and coding in BASIC on my Atari 400! Procedural code was the way, but no longer. I am all about OOP now that I&#8217;ve grasped the basics &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/08/create-a-php-object/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/08/create-a-php-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you ready for some football?</title>
		<link>http://www.dave-schwab.com/2011/07/are-you-ready-for-some-football/</link>
		<comments>http://www.dave-schwab.com/2011/07/are-you-ready-for-some-football/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 09:01:36 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[Football]]></category>
		<category><![CDATA[brett favre]]></category>
		<category><![CDATA[lockout]]></category>
		<category><![CDATA[nfl]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=54</guid>
		<description><![CDATA[It&#8217;s hard to believe that the NFL has been locked out the better part of this year. I&#8217;ve heard so much talk about lockouts, injunctions, anti-trust lawsuits and even something about an eight week regular season that I&#8217;ve almost forgotten how many yards are in a first down! Now that the lawyers have made hundreds &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/07/are-you-ready-for-some-football/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/07/are-you-ready-for-some-football/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The image &#8230; cannot be displayed because it contains an error.</title>
		<link>http://www.dave-schwab.com/2011/07/php-gd-error/</link>
		<comments>http://www.dave-schwab.com/2011/07/php-gd-error/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 05:30:18 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[imagick]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=41</guid>
		<description><![CDATA[I&#8217;ve been working in PHP with images and trying to get the GD and ImageMagick tools to work with my Windows 7-based PHP dev machine. My production servers are all LINUX because, let&#8217;s face it, who has time to reboot Windows that many times a day! But at home I&#8217;ve got a Windows PC that &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/07/php-gd-error/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/07/php-gd-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Life on the road</title>
		<link>http://www.dave-schwab.com/2011/06/life-on-the-road/</link>
		<comments>http://www.dave-schwab.com/2011/06/life-on-the-road/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 22:00:05 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[Mindless Drivel]]></category>
		<category><![CDATA[alabama]]></category>
		<category><![CDATA[dinosaurs]]></category>
		<category><![CDATA[dvd player]]></category>
		<category><![CDATA[pennsylvania]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[us space & rocket center]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=33</guid>
		<description><![CDATA[Well, it&#8217;s that time of year again. Right around the 4th of July it&#8217;s time to head out on vacation to visit family and friends in Pennsylvania and hit a stop or two along the way. Coming from south Alabama, there&#8217;s just something always special about a 1,000 mile road trip (one way) with my &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/06/life-on-the-road/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/06/life-on-the-road/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Mobile Edition rocks my iPhone</title>
		<link>http://www.dave-schwab.com/2011/06/wordpress-mobile-edition-rocks-my-iphone/</link>
		<comments>http://www.dave-schwab.com/2011/06/wordpress-mobile-edition-rocks-my-iphone/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 06:07:22 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[mobile edition]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/?p=24</guid>
		<description><![CDATA[So I thought I&#8217;d mention a little something about WordPress Mobile Edition which is sort of a hybrid plugin and theme that pushes a nice mobile-ized version of my blog to those of you surfing around with iPhones, Androids and other such things. Although I miss my lovely theme that I found on the desktop &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/06/wordpress-mobile-edition-rocks-my-iphone/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/06/wordpress-mobile-edition-rocks-my-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new blog</title>
		<link>http://www.dave-schwab.com/2011/06/my-new-blog/</link>
		<comments>http://www.dave-schwab.com/2011/06/my-new-blog/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 21:25:20 +0000</pubDate>
		<dc:creator>Dave Schwab</dc:creator>
				<category><![CDATA[Mindless Drivel]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogosphere]]></category>
		<category><![CDATA[heliosphere]]></category>
		<category><![CDATA[webster.com]]></category>

		<guid isPermaLink="false">http://dave-schwab.com/wp/?p=8</guid>
		<description><![CDATA[Well, I finally decided to put a nice little blog on the net to fill the blogosphere with the mindless drivel that spills from my mind while it floats around inside my brain. The first thing I want to talk about is how my spell check just indicated that blogosphere isn&#8217;t a valid word. It &#8230; </p><p><a class="more-link block-button" href="http://www.dave-schwab.com/2011/06/my-new-blog/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://www.dave-schwab.com/2011/06/my-new-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

