<?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>xentek &#187; development</title>
	<atom:link href="http://xentek.net/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://xentek.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 20:52:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19827</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>New Plugin: MU-Helpers</title>
		<link>http://xentek.net/media/783/new-plugin-mu-helpers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-plugin-mu-helpers</link>
		<comments>http://xentek.net/media/783/new-plugin-mu-helpers/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 16:51:48 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[media]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://xentek.net/?p=783</guid>
		<description><![CDATA[This plugin may already be obsolete by the time you read this, but I found a couple of functions that weren&#8217;t provided by the default WordPress-MU API that you may find useful in your own WordPress-MU development. Download MU-Helpers Plugin &#8230; <a href="http://xentek.net/media/783/new-plugin-mu-helpers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/media/783/new-plugin-mu-helpers/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>CMS Capabilities of WordPress</title>
		<link>http://xentek.net/presentations/592/cms-capabilities-of-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cms-capabilities-of-wordpress</link>
		<comments>http://xentek.net/presentations/592/cms-capabilities-of-wordpress/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:48:33 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://xentek.net/?p=592</guid>
		<description><![CDATA[The underlying architecture of the WordPress content storage and retrieval systems provide a flexible and powerful way of creating all manner of sites. This talk is an overview of that capability and stern reminder that its not about the WordPress &#8230; <a href="http://xentek.net/presentations/592/cms-capabilities-of-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/presentations/592/cms-capabilities-of-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Not To Build A WordPress plugin</title>
		<link>http://xentek.net/media/546/how-not-to-build-wordpress-plugin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-not-to-build-wordpress-plugin</link>
		<comments>http://xentek.net/media/546/how-not-to-build-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 18:12:48 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[media]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http:/xentek.net/?p=546</guid>
		<description><![CDATA[How Not To Build a Plugin by Will Norris Spotted on WordPress TV. Lots of examples of how to make your plugin less flexible, less secure, and more prone to misbehaving. Video After The Jump The slides are available on &#8230; <a href="http://xentek.net/media/546/how-not-to-build-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/media/546/how-not-to-build-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One working copy to rule them all (Git + SVN)</title>
		<link>http://xentek.net/articles/513/one-working-copy-to-rule-them-all-git-svn/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=one-working-copy-to-rule-them-all-git-svn</link>
		<comments>http://xentek.net/articles/513/one-working-copy-to-rule-them-all-git-svn/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 20:22:12 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[working copy]]></category>

		<guid isPermaLink="false">http:/xentek.net/?p=513</guid>
		<description><![CDATA[I started moving my open source code over to GitHub, since it supports working with contributors in a natural, but controlled manner. However, for many of my WordPress plugins I already have a local working copy, since they are hosted &#8230; <a href="http://xentek.net/articles/513/one-working-copy-to-rule-them-all-git-svn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/articles/513/one-working-copy-to-rule-them-all-git-svn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing ImageMagick and imagick via MacPorts</title>
		<link>http://xentek.net/articles/442/installing-imagemagick-and-imagick-via-macports/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-imagemagick-and-imagick-via-macports</link>
		<comments>http://xentek.net/articles/442/installing-imagemagick-and-imagick-via-macports/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:18:46 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[imagick]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http:/xentek.net/?p=442</guid>
		<description><![CDATA[Installing ImageMagick with MacPorts couldn&#8217;t be easier: sudo port install ImageMagick But getting it to work with your PHP installation is a bit harder. If you&#8217;ve installed PHP via MacPorts with the pear variant you can install the imagick extension &#8230; <a href="http://xentek.net/articles/442/installing-imagemagick-and-imagick-via-macports/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/articles/442/installing-imagemagick-and-imagick-via-macports/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Installing Sphinx on OS X for PHP</title>
		<link>http://xentek.net/articles/431/installing-sphinx-on-os-x-for-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-sphinx-on-os-x-for-php</link>
		<comments>http://xentek.net/articles/431/installing-sphinx-on-os-x-for-php/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 08:03:29 +0000</pubDate>
		<dc:creator>Eric Marden</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sphinx]]></category>

		<guid isPermaLink="false">http:/xentek.net/?p=431</guid>
		<description><![CDATA[I&#8217;m starting to use sphinx in my work, and wanted to get a solid development environment set up for it on my local OS X server. Since I built my local server with Mac Ports, it was actually pretty easy &#8230; <a href="http://xentek.net/articles/431/installing-sphinx-on-os-x-for-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://xentek.net/articles/431/installing-sphinx-on-os-x-for-php/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

