<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Coding Pad</title>
	
	<link>http://codingpad.maryspad.com</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Fri, 15 Mar 2013 18:48:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/codingpad" /><feedburner:info uri="codingpad" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>codingpad</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>An Unexpected Conversation with a Hacker</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/-n4jt8-BMTc/</link>
		<comments>http://codingpad.maryspad.com/2012/09/08/unexpected-conversation-with-a-hacker/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 14:02:24 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[MODx]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[interviews]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1982</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2012/09/08/unexpected-conversation-with-a-hacker/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		<description>Before I proceed, I want to state that I don&amp;#8217;t know Verite&amp;#8217;s gender, I didn&amp;#8217;t ask. So my references to &amp;#8220;he&amp;#8221; and &amp;#8220;him&amp;#8221; are purely an assumption on my part.  What I do know as facts is that Verite identifies...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/-n4jt8-BMTc" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2012/09/08/unexpected-conversation-with-a-hacker/</feedburner:origLink></item>
		<item>
		<title>Setting the Time Zone for PHP 5.3.0+</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/0qryxVo8phw/</link>
		<comments>http://codingpad.maryspad.com/2012/03/19/setting-the-time-zone-for-php-5-3-x/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 05:32:08 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1972</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2012/03/19/setting-the-time-zone-for-php-5-3-x/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<description>While working with PHP 5.3 scripts, you may have run into an error that tells you you need to set the time zone for PHP 5.3.0.  This might happen when upgrading or installing a CMS or other script in your hosted or local web environment. A comment...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/0qryxVo8phw" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2012/03/19/setting-the-time-zone-for-php-5-3-x/</feedburner:origLink></item>
		<item>
		<title>How to Create Multiple Virtual Hosts in Ubuntu</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/6x5AnqM2P6o/</link>
		<comments>http://codingpad.maryspad.com/2012/03/14/how-to-create-multiple-virtual-hosts-in-ubuntu/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 01:31:47 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtual Hosts]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1947</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2012/03/14/how-to-create-multiple-virtual-hosts-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		<description>I&amp;#8217;ve recently been doing a lot of my dev work and coding on Ubuntu 11.10 installed on a Lenovo Thinkpad T500, and learning the ins and outs of working from the terminal and all that.  I have several sites that I&amp;#8217;m working on in my local...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/6x5AnqM2P6o" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2012/03/14/how-to-create-multiple-virtual-hosts-in-ubuntu/</feedburner:origLink></item>
		<item>
		<title>MODX Revolution Beginner Tutorials Updated to Revolution 2.2</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/fjhgcGBfd-k/</link>
		<comments>http://codingpad.maryspad.com/2012/02/09/modx-revolution-beginner-tutorials-updated-to-revolution-2-2/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 12:16:20 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Blog News]]></category>
		<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1937</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2012/02/09/modx-revolution-beginner-tutorials-updated-to-revolution-2-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<description>Just a quick post to let you all know that the MODX Revolution Beginner Tutorials series has been updated to reflect the changes made in MODX Revolution 2.2.  Initially these tutorials were written using Revolution 2.0.x, but MODX has since...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/fjhgcGBfd-k" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2012/02/09/modx-revolution-beginner-tutorials-updated-to-revolution-2-2/</feedburner:origLink></item>
		<item>
		<title>MODX: The Official Guide – Book Review</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/InU-SQcbNl4/</link>
		<comments>http://codingpad.maryspad.com/2011/09/06/modx-the-official-guide-book-review/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 04:21:28 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[MODx]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[MODx Revolution]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1832</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2011/09/06/modx-the-official-guide-book-review/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<description>If you closely follow the happenings in the world of MODX you know that Bob Ray&amp;#8217;s book MODX: The Official Guide is now available.  I was fortunate to receive a copy of the unreleased PDF a few weeks ago and have been looking through it. Now...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/InU-SQcbNl4" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2011/09/06/modx-the-official-guide-book-review/</feedburner:origLink></item>
		<item>
		<title>Master Drupal for Free with NodeOne Video Tutorials</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/6oDOv9vF7cM/</link>
		<comments>http://codingpad.maryspad.com/2011/08/16/master-drupal-with-nodeone-video-tutorials/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 01:54:55 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Useful Links and Resources]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1827</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2011/08/16/master-drupal-with-nodeone-video-tutorials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<description>I thought I would take a minute today, take a little detour, and share a resource I&amp;#8217;ve discovered recently that is an absolute MUST for anyone who wants to learn and master Drupal.  NodeOne is a Scandinavian Drupal shop and they have the most...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/6oDOv9vF7cM" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2011/08/16/master-drupal-with-nodeone-video-tutorials/</feedburner:origLink></item>
		<item>
		<title>MODx Video Tutorial: MODx Revolution Template Basics</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/PR7nRrvdl34/</link>
		<comments>http://codingpad.maryspad.com/2011/08/11/modx-video-tutorial-modx-revolution-template-basics/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 05:30:15 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Screencasts]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[MODx Revolution]]></category>
		<category><![CDATA[modx templating]]></category>
		<category><![CDATA[screencasts]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1816</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2011/08/11/modx-video-tutorial-modx-revolution-template-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>I&amp;#8217;ve just added a new screencast to the MODx Video Tutorials website on understanding MODx Revolution templates, tag syntax, and resource field tags. To see the full notes and related links and such, and to ask questions and discuss this...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/PR7nRrvdl34" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2011/08/11/modx-video-tutorial-modx-revolution-template-basics/</feedburner:origLink></item>
		<item>
		<title>MODx Revolution for Complete Beginners Part 11 – Using getPage to Add Pagination</title>
		<link>http://feedproxy.google.com/~r/codingpad/~3/zmW5PQagxGM/</link>
		<comments>http://codingpad.maryspad.com/2011/07/07/modx-revolution-for-complete-beginners-part-11-using-getpage-to-add-pagination/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 11:59:49 +0000</pubDate>
		<dc:creator>mary</dc:creator>
				<category><![CDATA[MODx]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[MODx tutorial]]></category>
		<category><![CDATA[Revolution]]></category>

		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=1786</guid>
		
		<wfw:commentRss>http://codingpad.maryspad.com/2011/07/07/modx-revolution-for-complete-beginners-part-11-using-getpage-to-add-pagination/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<description>Welcome to part 11 of the MODx Revolution for Complete Beginners series.  Apologies for the delay in the series, I&amp;#8217;ve been pretty buried in work and such.  In this installment we’re going to continue exploring how to create a page that...&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/codingpad/~4/zmW5PQagxGM" height="1" width="1"/&gt;</description><feedburner:origLink>http://codingpad.maryspad.com/2011/07/07/modx-revolution-for-complete-beginners-part-11-using-getpage-to-add-pagination/</feedburner:origLink></item>
	</channel>
</rss>
