<?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>Development log for Projects of Interest</description>
	<lastBuildDate>Fri, 18 May 2012 13:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress as an Application – Part II: Routing</title>
		<link>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-ii-routing/</link>
		<comments>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-ii-routing/#comments</comments>
		<pubDate>Thu, 17 May 2012 16:51:58 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[structure]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1802</guid>
		<description><![CDATA[One of the first things I quickly learned when developing Custom Post Types (aside from making them a plugin vs. a theme) were the different approachs to managing the custom templates. My final approach was to create a re-usable action, hook into template_redirect via an lambda/anonymus function, pass in my params as an associative array into my [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-ii-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as an Application – Part I</title>
		<link>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-i/</link>
		<comments>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-i/#comments</comments>
		<pubDate>Wed, 09 May 2012 23:33:59 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[structure]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1768</guid>
		<description><![CDATA[One of the development goals for the BMX Race Events plugin is to have a well organized and unified directory, file structure, and naming convention for using Custom Post Types. In the hopes I can rapidly add new features track down and fix bugs and have a piece of mind while I am developing. I began to draw a comparison between WordPress&#8217; Custom [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/05/wordpress-as-an-application-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix Removing Executable bit From Files ONLY</title>
		<link>http://zanematthew.com/blog/2012/05/unix-removing-executable-bit-from-files-only/</link>
		<comments>http://zanematthew.com/blog/2012/05/unix-removing-executable-bit-from-files-only/#comments</comments>
		<pubDate>Tue, 08 May 2012 14:25:50 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1789</guid>
		<description><![CDATA[chmod -R a-x+X directory Remove the execute permission on all files in a directory tree, while allowing for directory browsing. http://en.wikipedia.org/wiki/Chmod]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/05/unix-removing-executable-bit-from-files-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Multi-Media Cart and Paypal</title>
		<link>http://zanematthew.com/blog/2012/04/wordpress-multi-media-cart-and-paypal/</link>
		<comments>http://zanematthew.com/blog/2012/04/wordpress-multi-media-cart-and-paypal/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 16:27:12 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1755</guid>
		<description><![CDATA[Recently, while working on my WordPress Multi-media Cart plugin for Graph PaperPress I came to the section for Paypal integration, and its a mess, the Paypal documentation that is. Here&#8217;s some thoughts and concerns regarding my experience traversing Paypal&#8217;s documentation. I&#8217;ll always stand by developer documentation first, such as; The Codex, PHP.net, jQuery, Rails, AWS [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/04/wordpress-multi-media-cart-and-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Advanced Meta Query using WP_Query</title>
		<link>http://zanematthew.com/blog/2012/04/wordpress-advanced-meta-query-using-wp_query/</link>
		<comments>http://zanematthew.com/blog/2012/04/wordpress-advanced-meta-query-using-wp_query/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 01:31:37 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[meta_query]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[wp_query]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1723</guid>
		<description><![CDATA[So after having a productive day on the Media Cart plugin I&#8217;m working on at Graph Paper Press, I decided to keep the WordPress ball going and dive back into my BMX RaceEvents Project. Where I discovered something pretty amazing in WordPress, that is the meta_query of WP_Query. It allowed me to &#8220;fix&#8221;, or rather continue [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/04/wordpress-advanced-meta-query-using-wp_query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game Changer II: In Browser Search Engine</title>
		<link>http://zanematthew.com/blog/2012/03/game-changer-ii-in-browser-search-engine/</link>
		<comments>http://zanematthew.com/blog/2012/03/game-changer-ii-in-browser-search-engine/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 16:15:15 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[exciting]]></category>
		<category><![CDATA[game changer]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1672</guid>
		<description><![CDATA[So it's starting to become a trend, Pete's game changer ideas that is. First it was scraping content, now an in browser search engine. Granted it is setting us back, but its all for the excitement of the code, the discovery of new ideas and hopeful enhancements for the end user.]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/03/game-changer-ii-in-browser-search-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Exiv2 to life Image Metadata</title>
		<link>http://zanematthew.com/blog/2012/03/using-exiv2-to-life-image-metadata/</link>
		<comments>http://zanematthew.com/blog/2012/03/using-exiv2-to-life-image-metadata/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 03:16:48 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[exiv2]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1546</guid>
		<description><![CDATA[Note exiv2 is only available on 64-bit While working on the upcoming plugin at Graph Paper Press I came across a nifty  package called exiv2, which basically reads image meta information, such as City, State, Keywords, Copyright, Software, Lens, etc. I quickly installed the package on one of my play servers and exported a few photographs of this [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/03/using-exiv2-to-life-image-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Scraping</title>
		<link>http://zanematthew.com/blog/2012/03/site-scrapping/</link>
		<comments>http://zanematthew.com/blog/2012/03/site-scrapping/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 00:16:32 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[data scrapping]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1632</guid>
		<description><![CDATA[Ready! Set! Scrape!]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/03/site-scrapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Ajax WordPress Login Screen</title>
		<link>http://zanematthew.com/blog/2012/03/how-to-create-a-custom-ajax-wordpress-login-screen/</link>
		<comments>http://zanematthew.com/blog/2012/03/how-to-create-a-custom-ajax-wordpress-login-screen/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 03:52:31 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[BMX Race Events]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1633</guid>
		<description><![CDATA[One of my first favorite WordPress &#38; Ajax snippets I wrote was a custom login modal. It uses jQuery, jQuery UI, and a few WordPress functions. The integration is pretty straight forward and the most important part to understand. Once it&#8217;s understood, writing the code takes no time at all. The integration I&#8217;m referring to is using [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/03/how-to-create-a-custom-ajax-wordpress-login-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and PHP 5.4</title>
		<link>http://zanematthew.com/blog/2012/03/wordpress-and-php-5-4/</link>
		<comments>http://zanematthew.com/blog/2012/03/wordpress-and-php-5-4/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 21:49:31 +0000</pubDate>
		<dc:creator>Zane M. Kolnik</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[php5.4]]></category>

		<guid isPermaLink="false">http://zanematthew.com/?p=1612</guid>
		<description><![CDATA[PHP 5.4 was just released as of March 1, 2012, what does this mean for the WordPress community? Probably not much since the PHP requirement for WordPress is 5.2.4 and most web hosting companies might not be quick to upgrade your version of PHP. A few changes from the change log that caught my attention [...]]]></description>
		<wfw:commentRss>http://zanematthew.com/blog/2012/03/wordpress-and-php-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

