<?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>Zane Matthew</title>
	<atom:link href="http://zanematthew.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zanematthew.com</link>
	<description>on WordPress&#039; Custom Post Types, Custom Taxonomies and Git.</description>
	<lastBuildDate>Mon, 13 May 2013 06:05:49 +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>
		<item>
		<title>Mac Apache2 Segmentation, Just use MAMP Pro</title>
		<link>http://zanematthew.com/blog/mac-apache2-segmentation-just-use-mamp-pro/</link>
		<comments>http://zanematthew.com/blog/mac-apache2-segmentation-just-use-mamp-pro/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 23:46:05 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[MAMP]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=2725</guid>
		<description><![CDATA[Recently my local Apache2 gave me a segmentation fault: /opt/local/apache2/bin/apachectl: line 78: 42092 Segmentation fault $HTTPD -k $ARGV I spent about 5 minutes trouble shooting then decided to move on to MAMP Pro, but not with out some headaches. First was, Chrome Kept forwarding http://localhost:8888/ as a Google search this was odd, because http://localhost:8888// worked, but having only [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/mac-apache2-segmentation-just-use-mamp-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon SES WordPress Plugin</title>
		<link>http://zanematthew.com/blog/amazon-ses-wordpress-plugin/</link>
		<comments>http://zanematthew.com/blog/amazon-ses-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 01:19:46 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Amazon SES]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=2706</guid>
		<description><![CDATA[A Quick Glimpse of the admin Amazon SES (Simple Email Service) Plugin for WordPress.]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/amazon-ses-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If Its Already Built, Just Use It</title>
		<link>http://zanematthew.com/blog/if-its-already-built-just-use-it/</link>
		<comments>http://zanematthew.com/blog/if-its-already-built-just-use-it/#comments</comments>
		<pubDate>Sun, 17 Mar 2013 21:04:33 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=2641</guid>
		<description><![CDATA[So what blog wouldn&#8217;t be complete without a Contact Form? One of the simplest and first point of entries for your visitors. Granted I receive more request for Plugin &#8220;help&#8221; or services via email, the most recent came way of North Korea, more on that later. I decided to place a Contact form on my [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/if-its-already-built-just-use-it/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bootstrapping Your WordPress Plugins</title>
		<link>http://zanematthew.com/blog/bootstrapping-your-wordpress-plugins/</link>
		<comments>http://zanematthew.com/blog/bootstrapping-your-wordpress-plugins/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 19:35:50 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Automation]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=2614</guid>
		<description><![CDATA[One thing I do enjoy about programming is when I can automate routine processes yet, avoid pitfalls where your future code is bound by the automation. Thus, making it difficult to add features, find and fix bugs. With the 40+ plugins I&#8217;ve developed, all varying in complexity, some are just 1 file others 50+. I&#8217;ve [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/bootstrapping-your-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons Learned in Web Scraping on WordPress</title>
		<link>http://zanematthew.com/blog/lessons-learned-in-web-scraping-on-wordpress/</link>
		<comments>http://zanematthew.com/blog/lessons-learned-in-web-scraping-on-wordpress/#comments</comments>
		<pubDate>Sat, 27 Oct 2012 00:26:53 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Scraping]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=2017</guid>
		<description><![CDATA[TL;DR &#8212; Bypass the database and store the data as flat JSON files. Spend as less time on your target site as possible Basically you don&#8217;t want to nest your scraping nor read and write to a database while scraping. Instead you&#8217;ll want to scrap small portions of the site into JSON encoded files. Then [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/lessons-learned-in-web-scraping-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking Things Down&#8230;</title>
		<link>http://zanematthew.com/blog/breaking-things-down/</link>
		<comments>http://zanematthew.com/blog/breaking-things-down/#comments</comments>
		<pubDate>Sat, 11 Aug 2012 05:28:27 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1971</guid>
		<description><![CDATA[This was one of the few times I decided to work backwards, which I&#8217;m starting to prefer. What I mean is that wrote the below snippet, prior to writing the methods. What this snippet does is retrive all the Venue IDs in our database, then retrieves the corresponding Venue title (post title) and contact email. Simple enough, nothing major. [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/breaking-things-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Meta Keys in WordPress</title>
		<link>http://zanematthew.com/blog/wordpress-update-meta-keys/</link>
		<comments>http://zanematthew.com/blog/wordpress-update-meta-keys/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 14:40:20 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Meta Keys & Meta Values]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1968</guid>
		<description><![CDATA[Seldom do you have to update meta_keys, but when you do]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/wordpress-update-meta-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Post Type Converter</title>
		<link>http://zanematthew.com/blog/wordpress-custom-post-type-converter/</link>
		<comments>http://zanematthew.com/blog/wordpress-custom-post-type-converter/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 14:28:12 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Custom Post Type]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1964</guid>
		<description><![CDATA[During the development process you may find your self wanting to &#8220;rename&#8221; your Custom Post Type. Renaming the post_type is trivial but, if you&#8217;ve already added content you&#8217;ll find your previous post in accessible. This is because WordPress stores the post_type name in the wp_posts table with each posts. With this nifty function all you [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/wordpress-custom-post-type-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Weekend In a Nut Shell</title>
		<link>http://zanematthew.com/blog/my-weekend-in-a-nut-shell/</link>
		<comments>http://zanematthew.com/blog/my-weekend-in-a-nut-shell/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 04:11:40 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1955</guid>
		<description><![CDATA[Integrated TinyMCE into the WordPress Plugin I forgot just how easy it was to add TinyMCE. Note, don&#8217;t even bother trying to use any WordPress hooks for TinyMCE, just download it, enqueue it, add some code, and then go out and ride. Finally Added a Footer It was fun to do some light design for a change Some gym&#8230; [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/my-weekend-in-a-nut-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XCache and WordPress</title>
		<link>http://zanematthew.com/blog/xcache-and-wordpress/</link>
		<comments>http://zanematthew.com/blog/xcache-and-wordpress/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 12:51:49 +0000</pubDate>
		<dc:creator>Zane Matthew</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1941</guid>
		<description><![CDATA[In an attempt to make our site blazing fast we implemented a 3rd round of optimization this weekend. We installed XCache an opcode server side caching system. The 1st round of optimization was minification and concatenation using YUI and Google&#8217;s Closure (the process is automated and integrated into our WordPress plugin framework). The third round was [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/xcache-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
