<?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>Joe Bivins</title>
	<atom:link href="http://joebivins.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joebivins.com</link>
	<description>Web Developer. Wesley Chapel, FL</description>
	<lastBuildDate>Sun, 29 Aug 2010 17:24:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A WordPress Theme</title>
		<link>http://joebivins.com/2010/08/29/longleaf/</link>
		<comments>http://joebivins.com/2010/08/29/longleaf/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 17:24:14 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1948</guid>
		<description><![CDATA[Here is a first attempt at a WordPress theme. I created it one weekend in June that surfaced from two things: An evolving story behind a WordPress theme that I purchased. A &#8220;thank you&#8221; comment that I received on the blog. Although it is not complete and does not look gorgeous, it&#8217;s functional. I&#8217;ve tested [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/08/29/longleaf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Native PHP SOAP Tips</title>
		<link>http://joebivins.com/2010/06/26/native-php-soap-tips/</link>
		<comments>http://joebivins.com/2010/06/26/native-php-soap-tips/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 18:01:59 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1936</guid>
		<description><![CDATA[PHP 5 introduces two new classes, SoapServer and SoapClient. Rather than explaining what they do, I will cover some of the issues and solutions that I&#8217;ve encountered while working with them. If SoapServer and the SoapClient classes are not found on a Unix-based machine, configure PHP with the --enable-soap option and rebuild it. Although Soap [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/06/26/native-php-soap-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shrinking (Encoding) Video</title>
		<link>http://joebivins.com/2010/06/06/shrinking-encoding-video/</link>
		<comments>http://joebivins.com/2010/06/06/shrinking-encoding-video/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:23:02 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Practicality]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1922</guid>
		<description><![CDATA[This walkthrough goes through the process of shrinking (technical term, encoding) a video file into two popular video formats in the fewest number of steps. The original problem dealt with encoding a video taken with a Camera Powershot SD990 IS point-n-shoot digital camera and sending it over e-mail. These cameras lack the processing power to [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/06/06/shrinking-encoding-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP / Java Servlets</title>
		<link>http://joebivins.com/2010/05/23/php-and-java-servlets/</link>
		<comments>http://joebivins.com/2010/05/23/php-and-java-servlets/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:23:11 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1918</guid>
		<description><![CDATA[This illustrates the use two web programming languages, PHP and Java, to accomplish the same output in a simple example. In this example, they are used independently of each other. Any use of forms and associated problems with them are deliberately avoided. Any use of frameworks and additional libraries are also avoided. Note that my [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/05/23/php-and-java-servlets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POJOs</title>
		<link>http://joebivins.com/2010/05/17/pojos/</link>
		<comments>http://joebivins.com/2010/05/17/pojos/#comments</comments>
		<pubDate>Mon, 17 May 2010 13:57:33 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1916</guid>
		<description><![CDATA[They have a term for everything. Upon reading some web framework documentation, I stumble upon the term POJO which stands for Plain Old Java Object, a Java object strictly that extends the Object class, implements no interfaces and is free of annotations. All objects in Java implicitly extend the Object class, giving them useful methods [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/05/17/pojos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven</title>
		<link>http://joebivins.com/2010/05/16/maven/</link>
		<comments>http://joebivins.com/2010/05/16/maven/#comments</comments>
		<pubDate>Sun, 16 May 2010 14:00:04 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1912</guid>
		<description><![CDATA[When asking a colleague which program he recommends for deploying applications, he mentions Maven. I&#8217;ve never heard of it before. At first glance one of the things that it does is create standard directory structures. The directory structure that it creates is based on an architecture artifact id. There are over 100 artifact types to [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2010/05/16/maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc (user agent is rejected)
Database Caching 6/9 queries in 0.002 seconds using apc

Served from: joebivins.com @ 2010-09-10 03:17:19 -->