<?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 &#187; PHP</title>
	<atom:link href="http://joebivins.com/category/programming/php/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>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>Strings and Character Positions</title>
		<link>http://joebivins.com/2009/12/03/strings-and-character-positions/</link>
		<comments>http://joebivins.com/2009/12/03/strings-and-character-positions/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 03:01:28 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1722</guid>
		<description><![CDATA[A sequence of characters compose a string. PHP comes equipped with an arsenal of string related functions. This posting will cover three string functions: strlen, strpos and strrpos. Strings are enclosed in a pair of either single or double quotation marks. Characters are taken at face value when enclosed in single doubles. Additional processing occurs [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/12/03/strings-and-character-positions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object Types</title>
		<link>http://joebivins.com/2009/12/01/object-types/</link>
		<comments>http://joebivins.com/2009/12/01/object-types/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 23:53:06 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1690</guid>
		<description><![CDATA[There is one function and one binary operator for determining if a variable is an object. Is_object is_object($aVar) &#8211; Determines if $aVar is an object. When $aVar is instantiated (created) from a class, this function returns true. Otherwise it returns false. We need an object to work with. This primitive caveman will suffice. File: Caveman.php [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/12/01/object-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Primitive Type Functions</title>
		<link>http://joebivins.com/2009/11/29/primitive-type-functions/</link>
		<comments>http://joebivins.com/2009/11/29/primitive-type-functions/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:24:24 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://joebivins.com/?p=1627</guid>
		<description><![CDATA[The following are a list of primitive type functions that tests if a variable if of a given primitive type (boolean, integer, float, string, etc.). If the variable is of the type being tested a boolean of true is returned from the function, otherwise a false is returned. Remember, that variables can be of different [...]]]></description>
		<wfw:commentRss>http://joebivins.com/2009/11/29/primitive-type-functions/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 5/11 queries in 0.006 seconds using apc

Served from: joebivins.com @ 2010-09-10 03:12:41 -->