<?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>christopherreding.com &#187; Expression Engine</title>
	<atom:link href="http://christopherreding.com/category/expression-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://christopherreding.com</link>
	<description>An epic love story about a boy and his code. Featuring PHP, Javascript, HTML, Wordpress, and ExpressionEngine.</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:19:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ExpressionEngine Plugin CallPhp &#8211; Call PHP Functions Without Allowing PHP</title>
		<link>http://christopherreding.com/callphp-expressionengine-plugin/</link>
		<comments>http://christopherreding.com/callphp-expressionengine-plugin/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 21:39:05 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=404</guid>
		<description><![CDATA[PHP functions are selected using the method param method="str_replace" You can add parameters to the function call by separating the params with a &#124; (pipe) you can optionally wrap the params in square braces [] if you want to preserve a space at the beginning of the string. params="[param1&#124;param2&#124;param3]" To replace all spaces in a ...]]></description>
		<wfw:commentRss>http://christopherreding.com/callphp-expressionengine-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Expression Engine Plugin: String Replace</title>
		<link>http://christopherreding.com/expression-engine-plugin-string-replace/</link>
		<comments>http://christopherreding.com/expression-engine-plugin-string-replace/#comments</comments>
		<pubDate>Tue, 17 May 2011 20:51:00 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[EE]]></category>
		<category><![CDATA[eecms]]></category>
		<category><![CDATA[Expressionengine]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=383</guid>
		<description><![CDATA[Str_rexp is a tag based approach to php&#8217;s str_replace for expressionengine, it functions like this: {title}: &#8220;Foo goes to the movies&#8221; becomes &#8220;Bar goes to the movies&#8221;. {exp:channel:entries } {exp:str_rexp needle=&#8221;Foo&#8221; replace=&#8221;Bar&#8221; haystack=&#8221;{title}&#8221; } {/exp:channel:entries} Install: unzip in your expressionengine third_party folder. Download: str_rexp.zip Let me know if you find this useful.]]></description>
		<wfw:commentRss>http://christopherreding.com/expression-engine-plugin-string-replace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover the ability to add fields to a publish layout in ExpressionEngine</title>
		<link>http://christopherreding.com/recover-the-ability-to-add-fields-to-a-publish-layout-in-expressionengine/</link>
		<comments>http://christopherreding.com/recover-the-ability-to-add-fields-to-a-publish-layout-in-expressionengine/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 18:48:30 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Expressionengine]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Publish Layouts]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=337</guid>
		<description><![CDATA[We recently had a problem where a custom field dragged onto a publish tab from the toolbar failed to attach to the tab. After some research it appeared others were experiencing the same issue with little success finding a solution. EE mods suggested upgrading, in some cases this solved the problem. In the process of ...]]></description>
		<wfw:commentRss>http://christopherreding.com/recover-the-ability-to-add-fields-to-a-publish-layout-in-expressionengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make CKEditor field respect your EE tags</title>
		<link>http://christopherreding.com/make-ckeditor-field-respect-your-ee-tags/</link>
		<comments>http://christopherreding.com/make-ckeditor-field-respect-your-ee-tags/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 17:05:20 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[CkEditor]]></category>
		<category><![CDATA[Custom Field]]></category>
		<category><![CDATA[Expressionengine]]></category>
		<category><![CDATA[Quickfix]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=264</guid>
		<description><![CDATA[Just noticed an issue when using the CKEditor field type where EE tags are not converted. How to fix: 1. Open the expressionengine/third_party/bbr_ckeditor/ft.bbr_ckeditor.php file 2. Find this function on line 432 3. Replace that with this:]]></description>
		<wfw:commentRss>http://christopherreding.com/make-ckeditor-field-respect-your-ee-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Case For Expression Engine</title>
		<link>http://christopherreding.com/the-case-for-expression-engine/</link>
		<comments>http://christopherreding.com/the-case-for-expression-engine/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 15:40:59 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=202</guid>
		<description><![CDATA[Here I outline why I believe expression engine is a good tool to invest in for complex CMS driven web development. There are many free applications out there which can do some of the tasks you may require. However, in order to build complex websites with an application like structure it is often difficult (and ...]]></description>
		<wfw:commentRss>http://christopherreding.com/the-case-for-expression-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SimplePie for Expression Engine 2.0 &#8211; plugin</title>
		<link>http://christopherreding.com/simplepie-for-expression-engine-2-0-plugin/</link>
		<comments>http://christopherreding.com/simplepie-for-expression-engine-2-0-plugin/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:35:02 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[simplepie]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=176</guid>
		<description><![CDATA[Using Elliot Haughin&#8217;s (http://www.haughin.com), elliot@haughin.com simplepie codeigniter library I put together this &#8220;simple&#8221; plugin to incorporate SimplePie into your EE site. Why use SimplePie over the included MagPie Reader? Usage example: {exp:simple_pie url=&#8217;http://christopherreding.com/feed/&#8217;} // parses atom and rss feeds and returns a list) Get it here: Simple_pie.zip]]></description>
		<wfw:commentRss>http://christopherreding.com/simplepie-for-expression-engine-2-0-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SlideShowPro And Expression Engine&#8230;</title>
		<link>http://christopherreding.com/slideshowpro-and-expression-engine/</link>
		<comments>http://christopherreding.com/slideshowpro-and-expression-engine/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:23:15 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Expression Engine]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SlideShowPro]]></category>
		<category><![CDATA[EE]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=158</guid>
		<description><![CDATA[Thanks to a fellow colleague (Heath Dutton) I can now bring you a method to link up SlideShowPro to your Expression Engine Gallery. Step 1. Go get SlideShowPro (what are you waiting for) Step 2. Create a slideshow in flash (or use the stand alone) set your xml file to http://yoursite.com/gallery/slideshow.xml Step 3. Crete a ...]]></description>
		<wfw:commentRss>http://christopherreding.com/slideshowpro-and-expression-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
