<?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>Spencer Finnell</title>
	<atom:link href="http://spencerfinnell.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://spencerfinnell.com</link>
	<description>Really, it&#039;s just another WordPress Blog</description>
	<lastBuildDate>Wed, 02 Nov 2011 20:08:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta2-19067</generator>
		<item>
		<title>Quality Control is Here!</title>
		<link>http://spencerfinnell.com/2011/11/02/quality-control-is-here/</link>
		<comments>http://spencerfinnell.com/2011/11/02/quality-control-is-here/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 20:08:08 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=482</guid>
		<description><![CDATA[Now you can stop emailing me! Check out Quality Control on AppThemes.]]></description>
			<content:encoded><![CDATA[<p>Now you can stop emailing me! Check out <a href="http://www.appthemes.com/themes/quality-control/">Quality Control on AppThemes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2011/11/02/quality-control-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPBundle and WordPress: The Setup</title>
		<link>http://spencerfinnell.com/2011/05/14/wpbundle-and-wordpress/</link>
		<comments>http://spencerfinnell.com/2011/05/14/wpbundle-and-wordpress/#comments</comments>
		<pubDate>Sat, 14 May 2011 14:16:06 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[WPBundle]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=413</guid>
		<description><![CDATA[Managing the WPBundle WordPress install is perhaps one of the most interesting, and fun things I get to do. It&#8217;s by far the most in-depth WordPress site I&#8217;ve managed, featuring a plethora of different pages, modules, and sections. The main &#8230; <a href="http://spencerfinnell.com/2011/05/14/wpbundle-and-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Managing the <a href="http://wpbundle.com">WPBundle</a> WordPress install is perhaps one of the most interesting, and fun things I get to do. It&#8217;s by far the most in-depth WordPress site I&#8217;ve managed, featuring a plethora of different pages, modules, and sections.</p>
<p>The main install is a single non-networked install of the latest nightly build. I know you&#8217;re not supposed to use nightly&#8217;s on a production site, but I like to live on the edge. It has a decent amount of Plugins installed that make the site tick:</p>
<ul>
<li>Akismet</li>
<li>bbPress</li>
<li>Contact Form 7</li>
<li>DBC Backup</li>
<li>JetPack</li>
<li>Really Simple Captcha (For Contact Form 7)</li>
<li>Secure WordPress</li>
<li>Syntax Highlighter Evolved</li>
<li>W3 Total Cache</li>
</ul>
<p>Aksimet is pretty obvious. Used to help stop spam. Probably should have been proactive and installed it on our <a href="http://www.wpbundle.com/demo" target="_blank">demo server</a> as some of our demo installs currently have about 30,000 pending SPAM comments.</p>
<div id="attachment_455" class="wp-caption alignleft" style="width: 306px"><a href="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-2.23.54-PM.png"><img src="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-2.23.54-PM.png" alt="" title="Resolved" width="296" height="107" class="size-full wp-image-455" /></a><p class="wp-caption-text">A topic marked as &quot;Resolved&quot;</p></div>
<p>The bbPress Plugin is used to manage our <a href="http://www.wpbundle.com/support" target="_blank">support forums</a>. It&#8217;s running one of the very early releases, that has been stripped down quite a bit as it is. Considering bbPress still hasn&#8217;t even officially released an <em>alpha</em> version of the Plugin, you can imagine how basic it is. However, I like that about it, and it certainly gets the job done. I created my own little &#8220;Support Plugin&#8221; that allows topics to be marked as resolved when an answer has been given. It was one of the most popular plugins for the stand-alone version of bbPress, but wasn&#8217;t up to par with the Plugin version. Perhaps when a stable version is released, I&#8217;ll extract my code and see about releasing it</p>
<p>Contact Form 7 is used to accept <a href="http://www.wpbundle.com/showcase/" target="_blank">showcase submissions</a>, and general <a href="http://www.wpbundle.com/contact-us/" target="_blank">contact inquiries</a>. Really Simple Captcha helps secure those and fend off some of the SPAM.</p>
<p>DBC Backup uses WP Cron to schedule daily backups of the site&#8217;s database. It makes it easier to not worry about upgrading to nightly builds when you have the past 30 days of database information safely backed up.</p>
<p>JetPack is one of my favorites. All of the modules it provides are great. It makes it super easy to track site stats, as well as brings things like easy post/page sharing.</p>
<p>Secure WordPress is just another precautionary Plugin used to block out people form trying to log in too many times.</p>
<p>Finally, W3 Total Cache helps the site run at optimal speed, all of the time. One of those Plugins that you just install and forget about, yet it makes a massive difference.</p>
<hr />
<p><a href="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-12.17.48-PM-1.png"><img class="alignleft size-full wp-image-414" title="Custom Post Types" src="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-12.17.48-PM-1.png" alt="" width="162" height="170" /></a>The actual theme that powers the main site is decently complex as well. It features two custom post types, and a few custom taxonomies that make it easy to manage the contents in the bundle, as well as the showcase.  When a new item is added, it is automatically filed away and displayed where it needs to be around the site.</p>
<p>Using the WordPress Media Gallery, we can upload screenshots that are displayed via a rotator when viewing a <a href="http://www.wpbundle.com/item/knowledgebase/" target="_blank">single item</a>.</p>
<p>Purchases are managed through <a href="http://www.quixly.com/" target="_blank">Quixly</a>. When a new item is created, a <a href="http://spencerfinnell.com/2010/07/05/wordpress-custom-write-panels/" target="_blank">custom meta box</a> lets us simply paste the Quixly URL, which lets users purchase the item. When someone makes a purchase, a quick little snippet of code using <em>wp_insert_user</em> allows me to automatically register users, giving them access to the bbPress support forum.</p>
<hr />
<p><a href="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-12.32.03-PM.png"><img class="alignright size-full wp-image-415" title="Comment Spam" src="http://spencerfinnell.com/blog/wp-content/uploads/2011/05/Screen-shot-2011-05-14-at-12.32.03-PM.png" alt="" width="156" height="39" /></a>The <a href="http://www.wpbundle.com/demo/" target="_blank">demo site</a> is a little simpler. It&#8217;s a separate Network Install of WordPress that has about 60 separate sites. A separate install is used for each of one the parent and child themes. This is necessary because our child themes are not always simple variations, but can call for different types of content all together. By using separate installs, we are free to showcase this. At first I was worried about managing all of them as separate sites inside the network, but WordPress makes it easy. Network updating WordPress, as well as plugins makes managing 60 sites no different than 1. The only thing I would do differently, as I mentioned above, is take more precautions on the comments.</p>
<hr />
<p>That&#8217;s about it. I&#8217;m sure it pales in comparison to some of the other WordPress powered sites out there, but I certainly feel like I&#8217;m utilizing a lot of WordPress&#8217;s potential through the site. If you have any questions or comments, I&#8217;d love to hear what you think. </p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2011/05/14/wpbundle-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twenty Eleven and Organization</title>
		<link>http://spencerfinnell.com/2011/05/14/twenty-eleven/</link>
		<comments>http://spencerfinnell.com/2011/05/14/twenty-eleven/#comments</comments>
		<pubDate>Sat, 14 May 2011 13:52:28 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=432</guid>
		<description><![CDATA[To stay up-to-date with the times, I&#8217;m switching over to Twenty Eleven. I was a huge fan of Duster when it was released for WordPress.com, and was happy to see it become the default. Interesting to see how they&#8217;ve embraced &#8230; <a href="http://spencerfinnell.com/2011/05/14/twenty-eleven/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To stay up-to-date with the times, I&#8217;m switching over to Twenty Eleven. I was a huge fan of <a href="http://theme.wordpress.com/themes/duster/">Duster</a> when it was released for WordPress.com, and was happy to see it become the default. Interesting to see how they&#8217;ve embraced including extra theme options, and even better to see how they&#8217;ve been implemented. Hopefully this new standard set by the default theme will shift people away from creating overly-complex custom option pages. Time will tell.</p>
<p>I&#8217;ve also taken this time to do a little re-organizing of my blog. I&#8217;ve tried going back through most of my posts assigning them to the proper post formats. Still need to redo the categorizing, but that might need to wait until another day.</p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2011/05/14/twenty-eleven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyndText Update</title>
		<link>http://spencerfinnell.com/2011/03/30/syndtext-update/</link>
		<comments>http://spencerfinnell.com/2011/03/30/syndtext-update/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 16:04:11 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=399</guid>
		<description><![CDATA[Just redesigned and rewrote SyndText in about 12 hours. I coded it this time using the awesome Dingo Framework, which I&#8217;ve grown to love. I recently used it to recode ScreenSnapr as well.]]></description>
			<content:encoded><![CDATA[<p>Just redesigned and rewrote <a href="http://syndtext.com">SyndText</a> in about 12 hours. I coded it this time using the awesome <a href="http://www.dingoframework.com">Dingo Framework</a>, which I&#8217;ve grown to love. I recently used it to recode <a href="http://screensnapr.com">ScreenSnapr</a> as well.</p>
<!-- tweet id : 51292769959936001 --><style type='text/css'>#bbpBox_51292769959936001 a { text-decoration:none; color:#497789; }#bbpBox_51292769959936001 a:hover { text-decoration:underline; }</style><div id='bbpBox_51292769959936001' class='bbpBox' style='padding:20px; margin:5px 0; background-color:#0040a6; background-image:url(http://a3.twimg.com/profile_background_images/104696986/wpb_bg.jpg); background-repeat:no-repeat'><div style='background:#fff; padding:10px; margin:0; min-height:48px; color:#333333; -moz-border-radius:5px; -webkit-border-radius:5px;'><span style='width:100%; font-size:18px; line-height:22px;'>Just redid <a href="http://syndtext.com" rel="nofollow">http://syndtext.com</a> -- I think it all works. :)</span><div class='bbp-actions' style='font-size:12px; width:100%; padding:5px 0; margin:0 0 10px 0; border-bottom:1px solid #e6e6e6;'><img align='middle' src='http://spencerfinnell.com/blog/wp-content/plugins/twitter-blackbird-pie//images/bird.png' /><a title='tweeted on March 25, 2011 10:42 am' href='http://twitter.com/#!/spencerfinnell/status/51292769959936001' target='_blank'>March 25, 2011 10:42 am</a> via web<a href='https://twitter.com/intent/tweet?in_reply_to=51292769959936001' class='bbp-action bbp-reply-action' title='Reply'><span><em style='margin-left: 1em;'></em><strong>Reply</strong></span></a><a href='https://twitter.com/intent/retweet?tweet_id=51292769959936001' class='bbp-action bbp-retweet-action' title='Retweet'><span><em style='margin-left: 1em;'></em><strong>Retweet</strong></span></a><a href='https://twitter.com/intent/favorite?tweet_id=51292769959936001' class='bbp-action bbp-favorite-action' title='Favorite'><span><em style='margin-left: 1em;'></em><strong>Favorite</strong></span></a></div><div style='float:left; padding:0; margin:0'><a href='http://twitter.com/intent/user?screen_name=spencerfinnell'><img style='width:48px; height:48px; padding-right:7px; border:none; background:none; margin:0' src='http://a0.twimg.com/profile_images/1088957641/big_normal.png' /></a></div><div style='float:left; padding:0; margin:0'><a style='font-weight:bold' href='http://twitter.com/intent/user?screen_name=spencerfinnell'>@spencerfinnell</a><div style='margin:0; padding-top:2px'>Spencer Finnell</div></div><div style='clear:both'></div></div></div><!-- end of tweet -->
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2011/03/30/syndtext-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Quality Control</title>
		<link>http://spencerfinnell.com/2011/02/01/on-quality-control/</link>
		<comments>http://spencerfinnell.com/2011/02/01/on-quality-control/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 21:40:37 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=385</guid>
		<description><![CDATA[A much needed update for Quality Control: For the past month or so I&#8217;ve been negotiating a deal with AppThemes, a Premium WordPress Theme Marketplace, to transfer development of the Quality Control theme. Because of this, I will no longer &#8230; <a href="http://spencerfinnell.com/2011/02/01/on-quality-control/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A much needed update for Quality Control:</p>
<p>For the past month or so I&#8217;ve been negotiating a deal with <a href="http://appthemes.com">AppThemes</a>, a Premium WordPress Theme Marketplace, to transfer development of the Quality Control theme. <strong>Because of this, I will no longer be offering support, and the publicly available versions have been taken down. </strong></p>
<p>AppThemes plans on expanding on the functionality, and providing the theme with much of the functionality I was not able to implement due to it just being a side project. <strong>They expect to re-release it in April</strong>.</p>
<p>On another note, I should have a new design for the site coming soon&#8230; maybe&#8230;</p>
<p>On <em>another</em> note, I&#8217;m now looking for other WordPress themes I can make. Gimme some unique ideas!</p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2011/02/01/on-quality-control/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Back to 2010</title>
		<link>http://spencerfinnell.com/2010/11/21/back-to-2010/</link>
		<comments>http://spencerfinnell.com/2010/11/21/back-to-2010/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 15:50:20 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=350</guid>
		<description><![CDATA[Going back to the default 2010 theme. The darkness was getting a little heavy on the previous theme. Plus 2010 is incredibly flexible.]]></description>
			<content:encoded><![CDATA[<p>Going back to the default 2010 theme. The darkness was getting a little heavy on the previous theme. Plus 2010 is incredibly flexible. </p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2010/11/21/back-to-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quality Control 0.2</title>
		<link>http://spencerfinnell.com/2010/11/21/quality-control-0-2/</link>
		<comments>http://spencerfinnell.com/2010/11/21/quality-control-0-2/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 04:07:26 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Quality Control]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=351</guid>
		<description><![CDATA[Wow. Just when I thought it couldn&#8217;t get any cooler. (Not to toot my own horn). The next version of Quality Control (currently awaiting review) takes things to the next level. In reality there are very few new &#8220;features&#8221; for &#8230; <a href="http://spencerfinnell.com/2010/11/21/quality-control-0-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow. Just when I thought it couldn&#8217;t get any cooler. (Not to toot my own horn). </p>
<p>The next version of Quality Control (<a href="http://themes.svn.wordpress.org/quality-control/0.2">currently awaiting review</a>) takes things to the next level. In reality there are very few new &#8220;features&#8221; for the average user. However, things have been cleaned up, and made ridiculously easy to use.</p>
<p>I&#8217;ve set it up now so each &#8220;module&#8221; of Quality Control is loaded through <a href="http://codex.wordpress.org/Function_Reference/add_theme_support">add_theme_support</a>. This way, child themes can effortlessly remove built in features like milestones, categories, tags, assignment, and notifications. Not only is it easy to remove features, but it&#8217;s almost just as easy to add them. A new class has been introduced that handles creating new taxonomies automatically. It will automatically add it to the navigation, ticket meta, admin backend, ticket listing columns, save the information when publishing tickets, and add the fields to the form. It&#8217;s awesome. Here is how it is used:</p>
<p>In <code>functions.php</code> of your child theme add:</p>
<pre class="brush: php; title: ; notranslate">
add_action( 'after_setup_theme', 'quality_child_test', 11 );

function quality_child_test() {
	add_theme_support( 'ticket-priority' );
	require_if_theme_supports( 'ticket-priority', locate_core_file( 'inc/modules/priorities.php' ) );
}
</pre>
<p>Then create a file in <code>/inc/moddules/</code> called <code>priorities.php</code> (this is in the child theme directory)</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
/**
 * @package Quality_Control
 * @subpackage Ticket Taxonomies
 * @since Quality Control 0.2
 */

if ( ! class_exists( 'quality_ticket_priority' ) ) :
/**
 * Create the status taxonomy. Nothing custom here.
 *
 * @since Quality Control 0.2
 */
class quality_ticket_priority extends quality_create_taxonomy
{
	/**
	 * Just create the name, slug, and labels. The rest is
	 * done automagically.
	 *
	 * @since Quality Control 0.2
	 */
	function quality_ticket_priority() {
		parent::quality_create_taxonomy(
			'ticket_priority',
			'priority',
			array(
				'name' =&gt; __( 'Priorities', 'quality' ),
				'singular_name' =&gt; __( 'Priority', 'quality' ),
				'search_items' =&gt; __( 'Search Priorities', 'quality' ),
				'popular_items' =&gt; __( 'Popular Priorities', 'quality' ),
				'all_items' =&gt; __( 'All Priorities', 'quality' ),
				'update_item' =&gt; __( 'Update Priority', 'quality' ),
				'add_new_item' =&gt; __( 'Add New Priority', 'quality' ),
				'new_item_name' =&gt; __( 'New Priority Name', 'quality' ),
				'edit_item' =&gt; __( 'Edit Priority', 'quality' )
			)
		);

		$this-&gt;actions();
	}
}
endif;

$ticket_priority = new quality_ticket_priority;
</pre>
<p>This will automatically add a new taxonomy called &#8220;Priority&#8221;.  Amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2010/11/21/quality-control-0-2/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Free Time</title>
		<link>http://spencerfinnell.com/2010/11/19/free-time/</link>
		<comments>http://spencerfinnell.com/2010/11/19/free-time/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 01:54:09 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=348</guid>
		<description><![CDATA[Once I finish the homework I have, and the coding I need to do I&#8217;ll have some free time. In that free time I plan on coding more.]]></description>
			<content:encoded><![CDATA[<p>Once I finish the homework I have, and the coding I need to do I&#8217;ll have some free time. In that free time I plan on coding more. </p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2010/11/19/free-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quality Control 0.1.5</title>
		<link>http://spencerfinnell.com/2010/10/05/quality-control-0-1-5/</link>
		<comments>http://spencerfinnell.com/2010/10/05/quality-control-0-1-5/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 18:22:36 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Quality Control]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=337</guid>
		<description><![CDATA[Quality Control 0.1.5 brings a few changes to the table. From the changelog (which isn&#8217;t really that specific) Created a ticket form template tag. Added the ability to assign users to tickets. Added permission options to setings. Other optimizations/code fixes. &#8230; <a href="http://spencerfinnell.com/2010/10/05/quality-control-0-1-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Quality Control 0.1.5 brings a few changes to the table. From the changelog (which isn&#8217;t really that specific)</p>
<ol>
<li>Created a ticket form template tag.</li>
<li>Added the ability to assign users to tickets.</li>
<li>Added permission options to setings.</li>
<li>Other optimizations/code fixes.</li>
<li>State permalinks aren&#8217;t hard coded in loop.php and single.php</li>
</ol>
<p>The one I am most happy about is merging all the front-end ticket submission form code into one function. I&#8217;ve set this up in an almost identical manner as the <code>comment_form</code> function found in WordPress. You can filter the array of inputs, making it much easier (and possible) for Child Themes to exclude certain fields without having to edit the theme directly. </p>
<p>A <em>basic</em> permission system has also been put in place. It allows you to assign one or more users to a specific ticket. Then you are able to decide how those tickets act/appear to users who are not assigned (hide the ticket, read only, or readable and writable.)</p>
<p>Along with multiple other bug fixes/optimizations, I fixed some hard-coded permalinks that where causing some trouble.</p>
<p>With each iteration, the customizability through Child Themes improves. Hopefully it will eventually get to a point where no theme files ever need to be edited. But that might be an unrealistic goal.</p>
<h4><a href="http://getqualitycontrol.com">Get Quality Control</a></h4>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2010/10/05/quality-control-0-1-5/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Old Code</title>
		<link>http://spencerfinnell.com/2010/09/06/old-code/</link>
		<comments>http://spencerfinnell.com/2010/09/06/old-code/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:49:51 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spencerfinnell.com/?p=290</guid>
		<description><![CDATA[Looking back on the first theme I coded for WPBundle (which was in November), I start to wonder if I was in my right mind. Some of the way I did things was just crazy! Or maybe I&#8217;ve just learned &#8230; <a href="http://spencerfinnell.com/2010/09/06/old-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Looking back on the first theme I coded for WPBundle (which was in November), I start to wonder if I was in my right mind. Some of the way I did things was just crazy! Or maybe I&#8217;ve just learned a lot in 10 months.</p>
]]></content:encoded>
			<wfw:commentRss>http://spencerfinnell.com/2010/09/06/old-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

