<?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>Heaven Interactive Blog :: Tech Talk on E-Commerce, WordPress, Flash, JQuery, PHP, MySQL &#187; PHP</title>
	<atom:link href="http://www.heaveninteractive.com/weblog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.heaveninteractive.com/weblog</link>
	<description>Knowledge is Power.</description>
	<lastBuildDate>Thu, 04 Mar 2010 15:01:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Tutorial:  How to Highlight a Menu Item When Viewing a Page or any Child of a Given Page</title>
		<link>http://www.heaveninteractive.com/weblog/2009/11/16/wordpress-tutorial-how-to-highlight-a-menu-item-when-viewing-a-page-or-any-child-of-a-given-page/</link>
		<comments>http://www.heaveninteractive.com/weblog/2009/11/16/wordpress-tutorial-how-to-highlight-a-menu-item-when-viewing-a-page-or-any-child-of-a-given-page/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:45:27 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials & Code]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[$post variable]]></category>
		<category><![CDATA[child pages]]></category>
		<category><![CDATA[wordpress pages]]></category>
		<category><![CDATA[WordPress template building]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/?p=271</guid>
		<description><![CDATA[A common need that arises when building WordPress templates is that of highlighting a menu item, when the page which represents that menu item (or any of its child pages) is being displayed. Even if a page has many pages beneath it &#8212; when we are viewing any of the child pages, we will want [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2009/11/16/wordpress-tutorial-how-to-highlight-a-menu-item-when-viewing-a-page-or-any-child-of-a-given-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>14 Best Practices for WordPress Installation</title>
		<link>http://www.heaveninteractive.com/weblog/2009/11/13/10-best-practices-for-wordpress-installation/</link>
		<comments>http://www.heaveninteractive.com/weblog/2009/11/13/10-best-practices-for-wordpress-installation/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 20:12:00 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress News]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/?p=240</guid>
		<description><![CDATA[We love WordPress and we find the standard setup process  to be very easy and elegant.  Additionally, since we use WordPress as a CMS for the majority of our website builds, we have outlined and documented a set of &#8220;best practices&#8221; which we like to follow.
To follow the steps outlined in this tutorial, we will [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2009/11/13/10-best-practices-for-wordpress-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Eclipse PDT and Zend Community Server for PHP Development and Debugging.</title>
		<link>http://www.heaveninteractive.com/weblog/2009/11/07/getting-started-with-eclipse-pdt-and-zend-community-server-for-php-development-and-debugging/</link>
		<comments>http://www.heaveninteractive.com/weblog/2009/11/07/getting-started-with-eclipse-pdt-and-zend-community-server-for-php-development-and-debugging/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 08:03:28 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/?p=206</guid>
		<description><![CDATA[Eclipse PDT is a great solution for application developers who want to create code within an intelligent environment, with code assist, syntax coloring and awareness, PHP references, and more.
It is important for many developers to have a built-in debugger through which you can test and debug code locally.  One solution is to use the Zend [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2009/11/07/getting-started-with-eclipse-pdt-and-zend-community-server-for-php-development-and-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Robust User Interfrace Layer by Sanitizing Variables in PHP</title>
		<link>http://www.heaveninteractive.com/weblog/2009/07/08/creating-a-robust-user-interfrace-layer-by-sanitizing-variables-in-php/</link>
		<comments>http://www.heaveninteractive.com/weblog/2009/07/08/creating-a-robust-user-interfrace-layer-by-sanitizing-variables-in-php/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:11:44 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software Architecture]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/?p=124</guid>
		<description><![CDATA[One of the very important considerations for customer-facing apps is the cleaning up of user input, before it goes into a database or interacts with other code within the network. This diminishes the options a malicious user has  for entering destructive code.
The current platform which I am designing really needs a robust front-end &#8220;sanitizing&#8221; process [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2009/07/08/creating-a-robust-user-interfrace-layer-by-sanitizing-variables-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heaven Interactive Now Offering WordPress CMS Packages</title>
		<link>http://www.heaveninteractive.com/weblog/2009/02/18/heaven-interactive-now-offering-wordpress-cms-packages/</link>
		<comments>http://www.heaveninteractive.com/weblog/2009/02/18/heaven-interactive-now-offering-wordpress-cms-packages/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:36:23 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[custom packages]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[WordPress CMS]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2009/02/18/heaven-interactive-now-offering-wordpress-cms-packages/</guid>
		<description><![CDATA[For Immediate Release
San Francisco, California &#8211; February 19, 2009
Heaven Interactive is pleased to announce that it is now offering custom WordPress installations for publishers, marketers, and on-line retailers.  These packages will allow clients to have custom-designed, fully-editable websites containing both static and dynamic web pages, such as blog and news content.
By utilizing the power of [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2009/02/18/heaven-interactive-now-offering-wordpress-cms-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select Posts within a Wordpress Category in MySQL</title>
		<link>http://www.heaveninteractive.com/weblog/2008/09/25/select-posts-within-a-wordpress-category-in-mysql/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/09/25/select-posts-within-a-wordpress-category-in-mysql/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 20:41:59 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[taxonomy]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/?p=65</guid>
		<description><![CDATA[
My SQL knowledge is fairly basic.  I am an interactive designer, not a strict low-level coder, so I am looking for solutions that do not require cryptic or highly detailed SQL, when I want to access a DB system.
If you want to access the WP MySQL database tables, you can of course include the &#8216;wp-db.php&#8217; [...]]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/09/25/select-posts-within-a-wordpress-category-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A PHP MCrypt Script that Allows you to See the Decoded String &#8211; Eureka</title>
		<link>http://www.heaveninteractive.com/weblog/2008/08/18/a-php-mcrypt-script-that-allows-you-to-see-the-decoded-string-eureka/</link>
		<comments>http://www.heaveninteractive.com/weblog/2008/08/18/a-php-mcrypt-script-that-allows-you-to-see-the-decoded-string-eureka/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:30:47 +0000</pubDate>
		<dc:creator>Jay Harley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[decode]]></category>
		<category><![CDATA[decrypt]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[mcrypt]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://www.heaveninteractive.com/weblog/2008/08/18/a-php-mcrypt-script-that-allows-you-to-see-the-decoded-string-eureka/</guid>
		<description><![CDATA[I searched the web for around 30 minutes looking for a script that allowed me to use MCrypt with PHP and actually see the decoded string.
Check out this very thorough (well-written and commented) script.  Works like a charm.
]]></description>
		<wfw:commentRss>http://www.heaveninteractive.com/weblog/2008/08/18/a-php-mcrypt-script-that-allows-you-to-see-the-decoded-string-eureka/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.248 seconds -->
