<?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>The Coding Pad &#187; PHP</title>
	<atom:link href="http://codingpad.maryspad.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingpad.maryspad.com</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Mon, 05 Dec 2011 16:26:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MODx Evolution: Creating a Simple Custom Snippet Part 4 – Optimize with Caching</title>
		<link>http://codingpad.maryspad.com/2010/01/16/modx-custom-snippet-caching/</link>
		<comments>http://codingpad.maryspad.com/2010/01/16/modx-custom-snippet-caching/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:39:13 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[MODx tutorial]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1282</guid>
		<description><![CDATA[Part 0: Introduction Part 1: Write and Test the PHP Script Part 2: Create the Snippet Part 3 – MODx API, Placeholders, Chunks In the fourth part of this brief series on creating a custom MODx Evolution snippet, we&#8217;re going to do some optimizing to make our snippet a little more efficient.  So far the [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2010/01/16/modx-custom-snippet-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MODx Evolution: Creating a Simple Custom Snippet Part 3 &#8211; MODx API, Placeholders, Chunks</title>
		<link>http://codingpad.maryspad.com/2010/01/15/modx-custom-snippet-api/</link>
		<comments>http://codingpad.maryspad.com/2010/01/15/modx-custom-snippet-api/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 23:06:29 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Evolution 1.0+]]></category>
		<category><![CDATA[MODx tutorial]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1252</guid>
		<description><![CDATA[Part 0: Introduction Part 1: Write and Test the PHP Script Part 2: Create the Snippet So far we have created the raw PHP script and tested the code outside of MODx.  We&#8217;ve started the process of transforming this script into the rssfeedFetcher snippet and we have it working on the Learn MODx website.  We&#8217;ve [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2010/01/15/modx-custom-snippet-api/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MODx Evolution: Creating a Simple Custom Snippet Part 2 – Create the Snippet</title>
		<link>http://codingpad.maryspad.com/2010/01/14/modx-custom-snippet-create/</link>
		<comments>http://codingpad.maryspad.com/2010/01/14/modx-custom-snippet-create/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:42:09 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Evolution 1.0+]]></category>
		<category><![CDATA[MODx tutorial]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1218</guid>
		<description><![CDATA[Part 0: Introduction Part 1: Write and Test the PHP Script In the last installment of this brief series we went through the process of creating the raw PHP script that will form the basis of our snippet. We tested the code outside of MODx and it seemed to work pretty well. In this part, [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2010/01/14/modx-custom-snippet-create/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>MODx Evolution: Creating a Simple Custom Snippet Part 1 &#8211; Write and Test the PHP Script</title>
		<link>http://codingpad.maryspad.com/2010/01/13/modx-custom-snippets-php/</link>
		<comments>http://codingpad.maryspad.com/2010/01/13/modx-custom-snippets-php/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:00:04 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Evolution 1.0+]]></category>
		<category><![CDATA[MODx tutorial]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1136</guid>
		<description><![CDATA[Part 0: Introduction In the introductory post, I explained briefly what we&#8217;re going to create, made some important disclaimers, and blew some hot air around.  In this part, we&#8217;re going to get our hands dirty by diving in and writing the PHP script and testing it outside of MODx to make sure it works. In [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2010/01/13/modx-custom-snippets-php/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>MODx Evolution: Creating a Simple Custom Snippet Part 0 &#8211; Introduction</title>
		<link>http://codingpad.maryspad.com/2010/01/13/modx-evolution-creating-custom-snippet-introduction/</link>
		<comments>http://codingpad.maryspad.com/2010/01/13/modx-evolution-creating-custom-snippet-introduction/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 18:17:19 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Evolution 1.0+]]></category>
		<category><![CDATA[MODx tutorial]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1207</guid>
		<description><![CDATA[Welcome to this new series of tutorials on the MODx CMS where we&#8217;re going to be talking about creating custom snippets for MODx Evolution 1.0.x.  We&#8217;ve been building a website called Learn MODx and so far it&#8217;s just a simple but functional website.  We&#8217;re going to keep building on and enhancing this website.  Before we [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2010/01/13/modx-evolution-creating-custom-snippet-introduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Corner Part 3 &#8211; Installing Scripts &#8211; WordPress, Drupal, etc.</title>
		<link>http://codingpad.maryspad.com/2009/11/15/installing-scripts/</link>
		<comments>http://codingpad.maryspad.com/2009/11/15/installing-scripts/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:00:56 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner's Corner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wampserver]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1075</guid>
		<description><![CDATA[In this third installment of the Beginner&#8217;s Corner series of screencasts, we&#8217;re going to put together what we&#8217;ve learned so far and start installing scripts on our local development environment.  We will learn the general steps that are involved in getting the scripts to run successfully on our local server. In case you missed them, [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2009/11/15/installing-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Corner Part 2 &#8211; Creating Projects, Databases, and Users</title>
		<link>http://codingpad.maryspad.com/2009/11/14/creating-projects-databases-users/</link>
		<comments>http://codingpad.maryspad.com/2009/11/14/creating-projects-databases-users/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:00:42 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner's Corner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wampserver]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1073</guid>
		<description><![CDATA[This is the second part of the Beginner&#8217;s Corner series of screencasts where we&#8217;re going back to basics and learning how to set up a local development environment.  In this installment, we look at how to create projects, where to put our project files and how to access them.  We also look at how to [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2009/11/14/creating-projects-databases-users/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beginner&#8217;s Corner Part 1 &#8211; Setting Up a Local Development Environment</title>
		<link>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/</link>
		<comments>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:14:55 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Beginner's Corner]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wampserver]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1070</guid>
		<description><![CDATA[In today&#8217;s screencast, the first of a series, I am going to go all the way back to basics and walk you through setting up a local development environment (the easy way) on your computer that will allow you to code in PHP, develop applications, and test scripts such as WordPress, Drupal, MODx, etc.  This [...]
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://codingpad.maryspad.com/2009/11/13/set-up-a-local-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

