<?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; code share</title>
	<atom:link href="http://christopherreding.com/category/code-share/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>Video Demo of an App I wrote today for local hosting on OSX</title>
		<link>http://christopherreding.com/video-demo-of-an-app-i-wrote-today-for-local-hosting-on-osx/</link>
		<comments>http://christopherreding.com/video-demo-of-an-app-i-wrote-today-for-local-hosting-on-osx/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 06:02:18 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[code share]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=389</guid>
		<description><![CDATA[This app makes it possible to easily setup a local website on your mac. The app takes a domain name of your choice as input then sets up a virtual host on the apache 2 server. Open the app enter the domain you want select the folder for the web files to reside Click OK ...]]></description>
		<wfw:commentRss>http://christopherreding.com/video-demo-of-an-app-i-wrote-today-for-local-hosting-on-osx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://christopherreding.com/wp-content/uploads/2011/05/thatsawesome.m4v" length="575788" type="video/mp4" />
		</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>An ultra-lightweight accordion using jQuery</title>
		<link>http://christopherreding.com/a-simple-accordion-with-less-javascript/</link>
		<comments>http://christopherreding.com/a-simple-accordion-with-less-javascript/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 14:43:01 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accordion]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=301</guid>
		<description><![CDATA[The following is a jQuery plugin for creating an accordion with independent containers ( they can open or close without effect on the rest of the accordion ). Included is markup to open all or close all at one time. Special thanks to Tammy Hart and Ben Shoults for their work on this. DEMO &#124; ...]]></description>
		<wfw:commentRss>http://christopherreding.com/a-simple-accordion-with-less-javascript/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>jailbreakme.com javascript file beautified iphone ios 4</title>
		<link>http://christopherreding.com/jailbreakme-com-javascript-file-beautified-iphone-ios-4/</link>
		<comments>http://christopherreding.com/jailbreakme-com-javascript-file-beautified-iphone-ios-4/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:48:45 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[code share]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[jailbreakme.com]]></category>
		<category><![CDATA[jailbreal]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=212</guid>
		<description><![CDATA[For those like me who want to know the code before I run the code on my precious phone, here is the javascript from the jailbreakme.com page beautified for your viewing pleasure.It looks like this code is detecting the device and version of that device then redirecting users to a pdf here http://www.jailbreakme.com/_/ which may ...]]></description>
		<wfw:commentRss>http://christopherreding.com/jailbreakme-com-javascript-file-beautified-iphone-ios-4/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>ishowpro ex (expanded to allow all galleries)</title>
		<link>http://christopherreding.com/ishowpro-ex-expanded-to-allow-all-galleries/</link>
		<comments>http://christopherreding.com/ishowpro-ex-expanded-to-allow-all-galleries/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 13:55:38 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SlideShowPro]]></category>
		<category><![CDATA[ishowpro]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=165</guid>
		<description><![CDATA[ishowpro is a popular tool for displaying an iphone compatible version of slideshowpro content. Till now ishowpro only allowed you to display one gallery at a time. I needed a little more so I added to the code to allow all galleries in a director install to be displayed. Here is the link to the zip. iShowPro ...]]></description>
		<wfw:commentRss>http://christopherreding.com/ishowpro-ex-expanded-to-allow-all-galleries/feed/</wfw:commentRss>
		<slash:comments>12</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>
		<item>
		<title>US States and Alabama Counties SQL Inserts</title>
		<link>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/</link>
		<comments>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:28:23 +0000</pubDate>
		<dc:creator>Christopher Reding</dc:creator>
				<category><![CDATA[code share]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Alabama Counties]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[US States]]></category>

		<guid isPermaLink="false">http://christopherreding.com/?p=135</guid>
		<description><![CDATA[For the weak at heart (or those who don&#8217;t want to manually add these to a form etc.) here are two sql inserts that will populate your database with the US states and Alabama counties. Enjoy. counties.sql states.sql Please share with the world, i know they care&#8230;]]></description>
		<wfw:commentRss>http://christopherreding.com/us-states-and-alabama-counties-sql-inserts/feed/</wfw:commentRss>
		<slash:comments>0</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! -->
