<?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>UPWebDesign LLC &#187; PHP</title>
	<atom:link href="http://www.upwebdesign.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.upwebdesign.com</link>
	<description>Grand Rapids Web Development and Web Design</description>
	<lastBuildDate>Mon, 13 Jun 2011 02:40:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Force WordPress to Upload Plugins and Themes without FTP</title>
		<link>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/</link>
		<comments>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 02:40:49 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=177</guid>
		<description><![CDATA[So one day I was trying to upload a plugin to a new WordPress site and when I got the FTP screen I figured I could just go in and update a few permissions and all would be well.  NOPE.  I spent two nights trying to figure out why I could not install plugins without [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/force-wordpress-to-upload-plugins-and-themes-without-ftp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AJAX with OK status but still throwing error</title>
		<link>http://www.upwebdesign.com/php/ajax-with-ok-status-but-still-throwing-error/</link>
		<comments>http://www.upwebdesign.com/php/ajax-with-ok-status-but-still-throwing-error/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 20:07:43 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=81</guid>
		<description><![CDATA[Just a quick note to say AJAX can be tricky and difficult to debug on occasion. When receiving an OK response from an AJAX request you would not expect an unsuccessful result.  This happens when using jQuery and a dataType for the response being XML and not setting the headers correctly to specify that you [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/ajax-with-ok-status-but-still-throwing-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleXML Element and Session Variables</title>
		<link>http://www.upwebdesign.com/php/simplexml-element-and-session-variables/</link>
		<comments>http://www.upwebdesign.com/php/simplexml-element-and-session-variables/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:25:00 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=36</guid>
		<description><![CDATA[As you may have guessed, I am writing this because there is an issue with using SimpleXML and Session variables in conjunction with each other.  Sessions apparently do not know how to handle object resource values that the SimpleXML engine generates.  If you attempt to assign a Session variable to a SimpleXML object value you [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/simplexml-element-and-session-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Pages to Hold Content for a WordPress Template Page</title>
		<link>http://www.upwebdesign.com/php/using-pages-to-hold-content-for-a-wordpress-template-page/</link>
		<comments>http://www.upwebdesign.com/php/using-pages-to-hold-content-for-a-wordpress-template-page/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 15:29:36 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress pages]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=22</guid>
		<description><![CDATA[I have been using pages to hold content in WordPress templates for some time now.  The problem I have with it is that every time I need to perform such an action I cannot remember how to do it nor where I have done it before. I did find one of the examples I have [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/using-pages-to-hold-content-for-a-wordpress-template-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking If A Data Set Is Set When A Value Is NULL</title>
		<link>http://www.upwebdesign.com/php/checking-if-a-data-set-is-set-when-a-value-is-null/</link>
		<comments>http://www.upwebdesign.com/php/checking-if-a-data-set-is-set-when-a-value-is-null/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 18:15:39 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[null]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.upwebdesign.com/?p=20</guid>
		<description><![CDATA[When setting a field in a MySQL database to be NULL by default you may run into NULL values in your dataset when querying the database.  You cannot simply check if a variable is set using the isset() function in PHP because it returns false for NULL values.  To remedy this issue you can use [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/checking-if-a-data-set-is-set-when-a-value-is-null/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Framework phpOpenFW</title>
		<link>http://www.upwebdesign.com/php/php-framework-phpopenfw/</link>
		<comments>http://www.upwebdesign.com/php/php-framework-phpopenfw/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 02:31:06 +0000</pubDate>
		<dc:creator>Jesse Vista</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php framework]]></category>
		<category><![CDATA[programming compliance]]></category>
		<category><![CDATA[simplify php]]></category>
		<category><![CDATA[xhtml complient]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xsl processor]]></category>

		<guid isPermaLink="false">http://upwebdesign.jessevista.com/?p=12</guid>
		<description><![CDATA[I never really thought about using a framework for PHP.  Mostly because I know PHP&#8217;s native functions well enough to create anything I needed from scratch.  The problem is time consumption with repetitive code and writing it out every time I needed it. Yeah, I know how to create classes and functions to take care [...]]]></description>
		<wfw:commentRss>http://www.upwebdesign.com/php/php-framework-phpopenfw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

