<?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>alexking.org &#187; WordPress | alexking.org</title>
	<atom:link href="http://alexking.org/blog/topic/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://alexking.org</link>
	<description>Alex King's blog - software, photography, sports, etc.</description>
	<lastBuildDate>Thu, 02 Jul 2009 18:06:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open Source Contract Considerations</title>
		<link>http://alexking.org/blog/2009/07/01/open-source-contract-considerations</link>
		<comments>http://alexking.org/blog/2009/07/01/open-source-contract-considerations#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:30:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/?p=3389</guid>
		<description><![CDATA[BIG FAT DISCLAIMER: I am not a lawyer, nor do I play one on TV. I have, however, been working in the Open Source consulting and development space for a number of years and think this is an important issue for all Open Source consultants to consider. Please consult your own lawyer, don&#8217;t blame me, [...]]]></description>
			<content:encoded><![CDATA[<p class="info">BIG FAT DISCLAIMER: I am not a lawyer, nor do I play one on TV. I have, however, been working in the Open Source consulting and development space for a number of years and think this is an important issue for all Open Source consultants to consider. Please consult your own lawyer, don&#8217;t blame me, etc.</p>
<p>At <a href="http://crowdfavorite.com">Crowd Favorite</a> we work primarily with <a href="http://wordpress.org/" rel="external">WordPress</a>, but also with many other Open Source projects. We are often working with larger companies that have standard Master Services Agreements (MSAs) or Professional Services Agreements (PSAs). These agreement templates are designed so that these companies have a known legal foundation to work from, and include a variety of requirements and terms that apply to the consultants working for them and governing the Deliverables created by those consultants. These agreements often have standard language in them that have some interesting side-effects when you are working with Open Source.</p>
<p>It&#8217;s common for services agreements to have these components:</p>
<ol>
<li>Deliverable</li>
<li>Warranty</li>
<li>Indemnification</li>
</ol>
<p>with a set of terms around each. The standard terms in these agreements likely contain language that may be somewhat problematic when applied to projects built on Open Source.</p>
<h3>Deliverable</h3>
<p>Let&#8217;s look at the Deliverable first. In a standard web site build the deliverable might be loosely defined in this manner:</p>
<blockquote><p>A custom web site powered by WordPress, using existing and custom created plugins and themes to achieve custom functionality. Consultant will deliver the entire package along with documentation and installation instructions, and will assist with the initial installation and configuration of the site.</p></blockquote>
<p>The Deliverable described above has five potential parts: WordPress, existing plugin(s), custom plugin(s), existing theme(s), custom theme(s). The Deliverable is generally what the Warranty and Indemnification clause are tied to, so the way it&#8217;s defined is important.</p>
<p>Of these five parts, you will probably only have created the custom plugins and custom themes from scratch. The others will be created and licensed by other companies and/or individuals. You do <em>not</em> want to take on full responsibility for these parts of the deliverable in the Warranty and Indemnification clauses.</p>
<h3>Warranty</h3>
<p>The Warranty part of the contract generally has two parts: terms that cover how bugs will be fixed and for how long; and terms that declare that all of the intellectual property (IP) in the Deliverable is free and clear of infringement.</p>
<p>I&#8217;m assuming that you don&#8217;t want to be on the hook for every bug that might exist in WordPress (or whatever other Open Source package you are working with), so you need to make sure you get the language here adjusted so that it reflects this. You&#8217;ll probably end up in some middle ground on this, as your client will just want the solution you&#8217;re building for them to work, but you need to limit what you are willing to take on.</p>
<p>It&#8217;s the second part of the Warranty that is particularly dangerous. While you may take on some responsibility for fixing bugs in the overall deliverable, you definitely don&#8217;t want to take on responsibility for all of the IP in any Open Source project. If you do this, and it turns out someone in another country committed code that wasn&#8217;t legal for them to commit, you&#8217;ve just taken on responsibility for that.</p>
<p>We typically resolve this with a &#8220;to our knowledge&#8221; clause, which covers the client for code we create, but absolves us of responsibility from other Open Source code (assuming we are using code that was properly licensed, etc.). It also covers us in the event we are asked to build something that infringes on an existing patent.</p>
<p>If you breach one or more of the Warranties, then the Indemnification clause comes into play.</p>
<h3>Indemnification</h3>
<p>Indemnification ties in with the same issues discussed in the Warranty section. In this clause, there is typically language that makes you (the consultant) responsible for any legal issues with the Deliverable (instead of the client, who is using the Deliverable). Like the Warranty clause, the Indemnification clause is a fair and reasonable thing to have in a contract. We just need to tweak it a little so that it makes sense in the Open Source world.</p>
<p>It&#8217;s very reasonable to take on this responsibility in regards to any part of the deliverable you build, subcontract out, or are somehow responsible for. However, like with the Warranty clause, you don&#8217;t want to take on responsibility for every piece of IP that has made it into the Open Source project you are using.</p>
<p>We typically resolve this by adding either a &#8220;to our knowledge&#8221; clause or explicitly excluding parts of the deliverable in this area.</p>
<p>In addition, you may want to include something in the Indemnification clause to cover features that are requested by your client, but might infringe on a patent or similar concerns. Typically, the Indemnification clause does make you responsible in these cases and most consultants I know don&#8217;t have the resources to do patent searches on every feature that is requested by their clients. If you write code that contains infringing IP and your client is sued, you would be on the hook to pay for any and all or your client&#8217;s damages, including legal fees. The knowledge qualifier we use handles this situation as well, and you can also handle it with a specific carve-out if needed.</p>
<p>Hopefully this information will be useful to some of you the next time you&#8217;re reviewing a contract for a project. If all of this is new to you and you work in this space &#8211; I highly recommend talking with a lawyer who has experience with Open Source.</p>
<p>If you&#8217;re in the Denver area, I highly recommend working with <a href="http://rubiconlaw.com/" rel="external">Ryan Howell at Rubicon Law Group</a>. We met in 2007 at the first <a href="http://alexking.org/blog/2007/07/07/startup-weekend-status-report">StartupWeekend in Boulder</a> and he&#8217;s been working with me and Crowd Favorite ever since.</p>
<hr />
<p>Some contracts also expressly forbid the use of Open Source software and/or software licensed under a specific license as part of their standard terms. Getting this fixed is generally not a problem since you and the client should be in agreement that you are planning to use Open Source tools in the project. I&#8217;m assuming we&#8217;re all used to dealing with this one already, but wanted to call it out as well.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3389&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/07/01/open-source-contract-considerations/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Carrington Designer/Developer Showcase</title>
		<link>http://alexking.org/blog/2009/06/30/carrington-designerdeveloper-showcase</link>
		<comments>http://alexking.org/blog/2009/06/30/carrington-designerdeveloper-showcase#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:00:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3424</guid>
		<description><![CDATA[We&#8217;ve launched a new feature for the Carrington CMS theme framework, a showcase for designers and developers to show off their Carrington-based sites.
We put up the first entry in the showcase (the Carrington web site &#8211; very meta) and will be adding a few more sites in the near future; but really we&#8217;re excited to [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve <a href="http://carringtontheme.com/2009/06/carrington-showcase/">launched a new feature</a> for the Carrington CMS theme framework, a <a href="http://carringtontheme.com/category/showcase/">showcase for designers and developers to show off their Carrington-based sites</a>.</p>
<p>We put up the first entry in the showcase (the Carrington web site &#8211; very meta) and will be adding a few more sites in the near future; but really we&#8217;re excited to see what <em>you</em> have been building with the Carrington framework. Hopefully this is a nice way for us to offer a little publicity for Carrington designers and developers and a nice way for people to see what can be done with Carrington.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3424&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/30/carrington-designerdeveloper-showcase/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Structure Assumptions</title>
		<link>http://alexking.org/blog/2009/06/26/theme-structure-assumptions</link>
		<comments>http://alexking.org/blog/2009/06/26/theme-structure-assumptions#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:31:50 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3391</guid>
		<description><![CDATA[One of the best features of WordPress is the way in which it hands off all responsibility of displaying a page to the theme. This makes WordPress an incredibly powerful and flexible platform. You can do just about anything you need to with a combination of the theme and the hooks that allow you to [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best features of WordPress is the way in which it hands off all responsibility of displaying a page to the theme. This makes WordPress an incredibly powerful and flexible platform. You can do just about anything you need to with a combination of the theme and the hooks that allow you to determine what what theme files to load.</p>
<p>Of course, not everyone uses all of this flexibility. A number of conventions are typically followed in theme development; mostly stemming from the structure of the &#8220;default&#8221; theme that ships with WordPress. One of these is the footer.php file.</p>
<p>In many themes the footer.php includes the <code>wp_footer();</code> call, which in turn allows plugins to add information to that part of your HTML page. This is commonly used by analytics, widgets, etc. that need to load code in the page.</p>
<p>All themes should have the <code>wp_footer();</code> code in them &#8211; it&#8217;s important so that plugins that need that call can work properly. It&#8217;s important enough that the theme upload process at WordPress.org checks to make sure that the call exists. I think this sort of sanity checking is excellent &#8211; it allows WordPress plugins and themes to work nicely in conjunction with each other.</p>
<p><em>That said&#8230;</em></p>
<p>As previously mentioned, one of the great things about WordPress themes is their flexibility. The <code>wp_footer();</code> can exist in any file, not just in one called footer.php.</p>
<p>When a plugin makes an assumption about where to look for this call and shows an warning message like this one:</p>
<blockquote><p>Warning wp_footer(); not found in your footer.php file, this might mean this plugin will not work!</p></blockquote>
<p>without checking the other theme files to see if <code>wp_footer();</code> is there or not, it causes the user to think that the plugin and/or theme may be broken. If you&#8217;re going to take the trouble to check files for a function call, don&#8217;t make assumptions about where you decide to look for the call. Allow themes to innovate, create new best practices and do interesting things &#8211; without concern of plugins complaining because they are expecting a certain convention.</p>
<p>This was brought up <a href="http://crowdfavorite.com/forums/viewtopic.php?pid=7784">recently</a> with our Carrington Blog theme<sup><a href="#fn1246061093265n" id="fn1246061093265" class="footnote">1</a></sup> &#8211; but it&#8217;s a bigger issue than just one person using this particular theme; hence this post for the general community.</p>
<ol class="footnotes">
<li id="fn1246061093265n">For users of our Carrington themes, I can assure you that all required theme hooks are present and anything requiring <code>wp_footer();</code> has what it needs to work just fine. [<a href="#fn1246061093265">back</a>]</li>
</ol>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3391&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/26/theme-structure-assumptions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popularity Contest 2.0 beta 2</title>
		<link>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2</link>
		<comments>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:23:24 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3374</guid>
		<description><![CDATA[A new beta of my Popularity Contest plugin for WordPress is available &#8211; this has some minor bug fixes and some new features and nicer handling of some edge cases. Since this version is the best known version, I have made it the default download at WordPress.org&#8217;s plugin hosting.
Changes since beta 1:

Added tag reports. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>A new beta of my Popularity Contest plugin for <a href="http://wordpress.org/" rel="external">WordPress</a> is available &#8211; this has some minor bug fixes and some new features and nicer handling of some edge cases. Since this version is the best known version, I have made it the default download at WordPress.org&#8217;s plugin hosting.</p>
<p>Changes since <a href="http://alexking.org/blog/2009/06/17/popularity-contest-2-0-beta-1">beta 1</a>:</p>
<ul>
<li>Added tag reports. I&#8217;m pretty pleased at how these work &#8211; you type in the name of a tag you want a report on, it will auto-complete just like in the tags form on the New Post page, and then bring back the tag report when you hit Add.</li>
<li>Added nice re-flowing code so that reports take up all available horizontal space when displaying.</li>
<li>Added some additional refinements to the overall Popularity list at the top of the reports page.</li>
<li>Added a Last (n) Days option to the widget (you can configure the # of days for the widget).</li>
<li>Removed tags from category reports list.</li>
<li>Fixed an issue with AJAX deletion of comments.</li>
<li>Fixed a divide by 0 error that I&#8217;m not sure how could happen, but apparently did for someone. The code is more robust now anyway.</li>
<li>Don&#8217;t add JavaScript code to the post content if not using the API (default) method of recording views.</li>
<li>Works around a broken data situation where there are no rows in the Popularity Contest options table. I have no idea how you&#8217;d trigger this situtation, and still can&#8217;t reproduce the issue &#8211; but now the code works around it. Thanks to Dave (who apparently has never heard of Hanlon&#8217;s Razor) for finding the cause of the issue.</li>
</ul>
<p>Known Issue in beta 2:</p>
<p>When installing for the first time, the WordPress plugins page reports an error:</p>
<blockquote><p>Plugin could not be activated because it triggered a fatal error.</p></blockquote>
<p>with an empty &#8220;fatal error&#8221; message. It also successfully activates the plugin and creates the proper default settings &#8211; everything seems to work just as planned. I spent a few minutes playing with various things, but without any error message or anything in the error log, I haven&#8217;t found the cause of this yet. If any other devs have time to check this out, I&#8217;d certainly appreciate the help.</p>
<p>Aside from this and perhaps a few minor tweaks based on feedback, I think this is just about ready for the final 2.0 release.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3374&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/25/popularity-contest-20-beta-2/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Mobile Edition 3.1</title>
		<link>http://alexking.org/blog/2009/06/24/wordpress-mobile-edition-3-1</link>
		<comments>http://alexking.org/blog/2009/06/24/wordpress-mobile-edition-3-1#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:22:19 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3372</guid>
		<description><![CDATA[A new release of WordPress Mobile Edition, a WordPress plugin to provide a friendly mobile interface for your WordPress powered site, is now available.
The new version of WordPress Mobile Edition is really a developer release. This version adds API access so that other plugins can participate in mobile device checking and add to the settings [...]]]></description>
			<content:encoded><![CDATA[<p>A new release of WordPress Mobile Edition, a <a href="http://wordpress.org/" rel="external">WordPress</a> plugin to provide a friendly mobile interface for your WordPress powered site, is now available.</p>
<p>The new version of WordPress Mobile Edition is really a developer release. This version adds API access so that other plugins can participate in mobile device checking and add to the settings page for WordPress Mobile Edition.</p>
<p>I was contacted by a developer who was interested in adding to the plugin, and after reviewing his proposed changes that integrated with his (account required) service, I thought they were interesting but would be better as a separate plugin rather than part of the default distribution.</p>
<p>As a result, I added a couple of simple APIs that gave him the access he needed. I&#8217;m releasing this new version so anyone can build a plugin that leverages, enhances or extends WordPress Mobile Edition.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> (512-788-9236) or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3372&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/24/wordpress-mobile-edition-3-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Twitter Tools Features &#8211; Testers Requested</title>
		<link>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested</link>
		<comments>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:31:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3363</guid>
		<description><![CDATA[I&#8217;ve made some changes to my Twitter Tools plugin for WordPress &#8211; hopefully that will enable some pretty cool stuff in the future.
I get a lot of requests for features/changes that are specific to someone&#8217;s needs. Since (unfortunately) I can&#8217;t build specific features for each user into the general plugin, I&#8217;ve done the next best [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made some changes to my Twitter Tools plugin for <a href="http://wordpress.org/" rel="external">WordPress</a> &#8211; hopefully that will enable some pretty cool stuff in the future.</p>
<p>I get a lot of requests for features/changes that are specific to someone&#8217;s needs. Since (unfortunately) I can&#8217;t build specific features for each user into the general plugin, I&#8217;ve done the next best thing &#8211; I&#8217;ve added hooks and filters so that other folks can write plugins for Twitter Tools just like they can for WordPress.</p>
<p>To make sure these hooks and filters work properly, I&#8217;ve created three plugins for Twitter Tools that provide commonly requested features:</p>
<ul>
<li>Bit.ly for Twitter Tools &#8211; enables shortening your URLs with Bit.ly and tracking them on your Bit.ly account.</li>
<li>#hashtags for Twitter Tools &#8211; enables adding hashtags to your blog post tweets.<sup><a href="#fn1245677447360n" id="fn1245677447360" class="footnote">1</a></sup></li>
<li>Exclude Category for Twitter Tools &#8211; enables not tweeting posts in chosen categories.</li>
</ul>
<p>Each of these plugins needs to be activated individually from your Plugins page, and adds their configuration options to the Twitter Tools settings page. You can grab the latest development version of Twitter Tools and these additional plugins from the official SVN repository:</p>
<p><a href="http://svn.wp-plugins.org/twitter-tools/trunk/" rel="external">http://svn.wp-plugins.org/twitter-tools/trunk/</a></p>
<p>I&#8217;ve been working on these and doing a bunch of testing this weekend, but I&#8217;d love to get some additional testing and feedback on these before I do an official release. Let me know how they work for you &#8211; and think about some plugins of your own to write.</p>
<ol class="footnotes">
<li id="fn1245677447360n">This uses a fairly complex method of trimming the title as needed to make room for the hashtags &#8211; patches to improve/simplify that system while maintaining the functionality are very welcome. [<a href="#fn1245677447360">back</a>]</li>
</ol>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3363&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/22/new-twitter-tools-features-testers-requested/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WordPress TextMate bundle updated for WordPress 2.8</title>
		<link>http://top-frog.com/2009/06/19/wordpress-textmate-bundle-updated-for-wordpress-28/</link>
		<comments>http://alexking.org/blog/2009/06/21/wordpress-textmate-bundle-updated-for-wordpress-2-8#comments</comments>
		<pubDate>Mon, 22 Jun 2009 02:58:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3365</guid>
		<description><![CDATA[Shawn and Gordon have done a great job on this. It&#8217;s tempting me to try TextMate again (or I might try to port it to BBEdit&#8217;s &#8220;Clippings&#8221; feature). GetBundles is pretty sexy too.
# &#124; Visit Site &#187;
]]></description>
			<content:encoded><![CDATA[<p>Shawn and Gordon have done a great job on this. It&#8217;s tempting me to try TextMate again (or I might try to port it to BBEdit&#8217;s &#8220;Clippings&#8221; feature). GetBundles is pretty sexy too.
<p><a href="http://alexking.org/blog/2009/06/21/wordpress-textmate-bundle-updated-for-wordpress-2-8">#</a> | <a href="http://top-frog.com/2009/06/19/wordpress-textmate-bundle-updated-for-wordpress-28/">Visit Site &raquo;</a></p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3365&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/21/wordpress-textmate-bundle-updated-for-wordpress-2-8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Apology and a Question</title>
		<link>http://alexking.org/blog/2009/06/17/an-apology-and-a-question</link>
		<comments>http://alexking.org/blog/2009/06/17/an-apology-and-a-question#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:13:33 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3358</guid>
		<description><![CDATA[Earlier today I posted about the GPL and WordPress themes. I was attempting to make a point I feel is important and should be discussed, but obviously did so in a very poor way.
Regardless of my intent, in retrospect I regret the way in which I raised the topic and how I authored the post. [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today I posted about the <a href="http://alexking.org/blog/2009/06/17/more-gpl-themes-yay-freedom">GPL and WordPress themes</a>. I was attempting to make a point I feel is important and should be discussed, but obviously did so in a very poor way.</p>
<p>Regardless of my intent, in retrospect I regret the way in which I raised the topic and how I authored the post. I&#8217;ve never (intentionally) used this blog as a lightning rod or flame bait, and I didn&#8217;t intend to start with that post. My sincere apologies to the theme devs that have recently GPL&#8217;ed their code (WooThemes, StudioPress, iThemes and any others).</p>
<hr />
<p>At the risk of sticking my other foot in my mouth (wouldn&#8217;t be the first time), I&#8217;d like to revisit one of the core issues around these paid GPL themes, using the following scenario as an illustration.</p>
<p>Imagine: a client comes to me and asks to me to build a site for them using WordPress and a paid GPL theme. The ciient also wants a set of customizations made to the theme and site functionality. Some of the custom functionality requested is different visual treatments for each post, based on the post category. This is a fairly common request for larger publishing sites, and one of the reasons we built the <a href="http://carringtontheme.com">Carrington CMS theme framework</a> (which automates this).</p>
<p>The approach I&#8217;d take here is to use the paid GPL theme, and integrate the Carrington framework for handling the post display with custom templates in the paid GPL theme.</p>
<p>Now (assuming the client is fine with releasing the code) I have at worst a reference implementation and at best a working theme that could be useful to other developers, end-users, etc. in the WordPress community.</p>
<p>Everything in the chain (WordPress, the paid GPL theme and the Carrington framework) are all GPL licensed. My preference would be to make this code available so that others can build on it as well. Developers love examples, and I think it would be useful to show how easily the Carrington framework can be surgically integrated into a theme to provide certain functionality and make their lives easier.</p>
<p>What would the reaction be if I released this code?</p>
<p>I think it&#8217;s clear from the comments on my last post, there are some people in the community that would think this &#8220;isn&#8217;t playing fair&#8221; or &#8220;shows lack of respect&#8221;.</p>
<p>Isn&#8217;t that the opposite of the spirit of Open Source and the GPL? Shouldn&#8217;t we be celebrating the ability to share code and build on what each other has created?</p>
<p>I obviously have a vested interest in the WordPress ecosystem remaining strong. I also want people to be able to make a commercial living in that ecosystem (my team included).</p>
<p>However, I don&#8217;t think it&#8217;s reasonable to build that ecosystem on the premise that we should ignore certain freedoms of the GPL &#8211; and I feel like some folks are asking for that to happen.</p>
<p>I think it&#8217;s worth discussing.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3358&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/17/an-apology-and-a-question/feed</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Popularity Contest 2.0 beta 1</title>
		<link>http://alexking.org/blog/2009/06/17/popularity-contest-2-0-beta-1</link>
		<comments>http://alexking.org/blog/2009/06/17/popularity-contest-2-0-beta-1#comments</comments>
		<pubDate>Wed, 17 Jun 2009 23:40:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3353</guid>
		<description><![CDATA[My Popularity Contest plugin for WordPress has been &#8220;broken&#8221;1 for more than a year (since the WordPress 2.5 release I believe). Luckily, the great WordPress community found and posted work-arounds and most people had working versions while updating the plugin sat on my to-do list.
The main issue with updating it was that I felt that [...]]]></description>
			<content:encoded><![CDATA[<p>My Popularity Contest plugin for <a href="http://wordpress.org/" rel="external">WordPress</a> has been &#8220;broken&#8221;<sup><a href="#fn1245278672640n" id="fn1245278672640" class="footnote">1</a></sup> for more than a year (since the WordPress 2.5 release I believe). Luckily, the great WordPress community found and posted work-arounds and most people had working versions while updating the plugin sat on my to-do list.</p>
<p>The main issue with updating it was that I felt that the old implementation was somewhat broken. It didn&#8217;t work with caching, it didn&#8217;t handle tags and other new features introduced in recent versions of WordPress. In short, it needed a rewrite. And that is what it got in version 2.0.</p>
<ul>
<li>This version is completely cache compatible. It uses JavaScript and image loading techniques to do the view counting. It also has a nice widget options for showing various reports on the front-end.</li>
<li>There is now an option to exclude views from site authors, which was a commonly requested feature.</li>
<li>The back-end reports have been redone a bit, and tag reports still need to be added. Those will take a little more work to implement properly.</li>
<li>We also updated the code to use more official WordPress API functions (many of which didn&#8217;t exist when this plugin was originally created).</li>
</ul>
<p>It&#8217;s been a good deal of work getting it all updated and ready for release, but hopefully this version will work better than ever for everyone.</p>
<p>This is a beta release because it hasn&#8217;t had widespread testing (yet). Your feedback is requested &#8211; please let me know if you run into issues. Posting issues in the comments here is ok for this one. <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any general trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<ol class="footnotes">
<li id="fn1245278672640n">Did not work on versions of WordPress greater than 2.3. [<a href="#fn1245278672640">back</a>]</li>
</ol>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3353&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/17/popularity-contest-2-0-beta-1/feed</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>More GPL Themes &#8211; Yay &#8220;Free&#8221;dom</title>
		<link>http://alexking.org/blog/2009/06/17/more-gpl-themes-yay-freedom</link>
		<comments>http://alexking.org/blog/2009/06/17/more-gpl-themes-yay-freedom#comments</comments>
		<pubDate>Wed, 17 Jun 2009 21:50:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3342</guid>
		<description><![CDATA[UPDATE: Please also read the follow-up post here.
It&#8217;s great to see theme developers doing the right thing and releasing their themes under the GPL. Examples: WooThemes, Revolution.
The GPL v2 has the following clause in it (right at the top &#8211; emphasis mine):
1. You may copy and distribute verbatim copies of the Program&#8217;s source code as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: Please also read the follow-up post <a href="http://alexking.org/blog/2009/06/17/an-apology-and-a-question">here</a>.</strong></p>
<p>It&#8217;s great to see theme developers doing the right thing and releasing their themes under the <a href="http://opensource.org/licenses/gpl-2.0.php">GPL</a>. Examples: <a href="http://www.woothemes.com/2009/06/woothemes-gpled/" rel="external">WooThemes</a>, <a href="http://www.briangardner.com/blog/revolution-going-open-source.htm" rel="external">Revolution</a>.</p>
<p>The GPL v2 has the following clause in it (right at the top &#8211; emphasis mine):</p>
<blockquote><p>1. <em>You may copy and distribute verbatim copies of the Program&#8217;s source code as you receive it</em>, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program.</p></blockquote>
<p>The <a href="http://opensource.org/licenses/gpl-3.0.html" rel="external">GPL v3</a> has a similar clause (again, emphasis mine):</p>
<blockquote><p>4. Conveying Verbatim Copies.</p>
<p><em>You may convey verbatim copies of the Program&#8217;s source code as you receive it</em>, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.</p>
<p>You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.</p></blockquote>
<p>While there is absolutely nothing wrong with charging for GPL&#8217;ed themes (not making them available for free), if I receive a theme under the GPL I can then redistribute it (for free or for a fee) as a right granted by the GPL.</p>
<p>So I can then choose to set up site where I make all of the GPL licensed themes that I purchased available for free download, under the terms of the GPL.</p>
<p>The GPL also allows for derivative works.</p>
<blockquote><p>2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: [...]</p></blockquote>
<p>So I can make a few changes to the themes (for example, port parts of them to the <a href="http://carringtontheme.com">Carrington framework</a> for easier development and modification), and distribute those as well.</p>
<p>Yay for software freedoms! </p>
<p>I purchased all of the WooThemes and StudioPress themes this morning. Which should I do first, set up free distribution of these GPL themes or start integrating the Carrington CMS theme framework into them? <img src='http://alexking.org/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3342&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/17/more-gpl-themes-yay-freedom/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Delink Comment Author 1.4</title>
		<link>http://alexking.org/blog/2009/06/15/delink-comment-author-1-4</link>
		<comments>http://alexking.org/blog/2009/06/15/delink-comment-author-1-4#comments</comments>
		<pubDate>Mon, 15 Jun 2009 21:41:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3337</guid>
		<description><![CDATA[I&#8217;ve released a tiny update to my Delink Comment Author WordPress plugin. This update makes the plugin compatible with jQuery 1.3, which is included with WordPress 2.8. See more details on the 1.3 release announcement.
The download and more information are available on my WordPress Plugins page.
If you have any trouble with this, please contact the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a tiny update to my Delink Comment Author <a href="http://wordpress.org/" rel="external">WordPress</a> plugin. This update makes the plugin compatible with jQuery 1.3, which is included with WordPress 2.8. See more details on the <a href="http://alexking.org/blog/2009/05/27/delink-comment-author-13">1.3 release announcement</a>.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3337&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/15/delink-comment-author-1-4/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Articles 1.3</title>
		<link>http://alexking.org/blog/2009/06/11/articles-1-3</link>
		<comments>http://alexking.org/blog/2009/06/11/articles-1-3#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:58:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/?p=3310</guid>
		<description><![CDATA[I&#8217;ve upgraded my Articles plugin for WordPress, bringing it to version 1.3. Articles gives you a simple way to create a &#8220;best of&#8221; list of your posts.
In this release I&#8217;ve added a nicer UI for marking posts as articles, and as a side effect any users of previous versions will need to use the Upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded my Articles plugin for <a href="http://wordpress.org/" rel="external">WordPress</a>, bringing it to version 1.3. Articles gives you a simple way to create a &#8220;best of&#8221; list of your posts.</p>
<p>In this release I&#8217;ve added a nicer UI for marking posts as articles, and as a side effect any users of previous versions will need to use the Upgrade button (on the settings page) to migrate their data to the latest version.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3310&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/11/articles-1-3/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8</title>
		<link>http://alexking.org/blog/2009/06/11/wordpress-28</link>
		<comments>http://alexking.org/blog/2009/06/11/wordpress-28#comments</comments>
		<pubDate>Thu, 11 Jun 2009 17:02:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[alexking.org]]></category>

		<guid isPermaLink="false">http://alexking.org/?p=3321</guid>
		<description><![CDATA[I&#8217;ve upgraded to WordPress 2.8 and you should too.
I&#8217;ve had to upgrade a bunch of my plugins in the process, bringing them current with the latest and greatest WordPress code and best practices. Expect a couple more plugin releases soon.
I also took the opportunity to switch everything from Prototype to jQuery &#8211; resulting in lighter [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded to <a href="http://wordpress.org/development/2009/06/wordpress-28/" rel="external">WordPress 2.8</a> and you should too.</p>
<p>I&#8217;ve had to upgrade a bunch of my plugins in the process, bringing them current with the latest and greatest WordPress code and best practices. Expect a couple more plugin releases soon.</p>
<p>I also took the opportunity to switch everything from Prototype to jQuery &#8211; resulting in lighter JavaScript and lighter page loads.</p>
<p>So a bunch of stuff was changed, if you see breakage around the site I&#8217;d appreciate it if you <a href="http://alexking.org/contact">let me know</a>.</p>
<p>UPDATE: feeds should be working again. Oops!</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3321&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/11/wordpress-28/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Mobile Edition 3.0.5</title>
		<link>http://alexking.org/blog/2009/06/06/wordpress-mobile-edition-305</link>
		<comments>http://alexking.org/blog/2009/06/06/wordpress-mobile-edition-305#comments</comments>
		<pubDate>Sat, 06 Jun 2009 22:56:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2009/06/06/wordpress-mobile-edition-305</guid>
		<description><![CDATA[I&#8217;ve released a new version of my WordPress Mobile Edition plugin. This enables a customized mobile interface for your WordPress powered site for visitors on mobile devices.
This version has a couple of changes:

Added support for the Palm Pre (and other Palm webOS devices).
Added the Palm Pre as a touch device.
Fixed a CSS bug that was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a new version of my WordPress Mobile Edition plugin. This enables a customized mobile interface for your <a href="http://wordpress.org/" rel="external">WordPress</a> powered site for visitors on mobile devices.</p>
<p>This version has a couple of changes:</p>
<ol>
<li>Added support for the Palm Pre (and other Palm webOS devices).</li>
<li>Added the Palm Pre as a touch device.</li>
<li>Fixed a CSS bug that was referencing a non-existent image.</li>
</ol>
<p>This includes a <a href="http://carringtontheme.com/2009/06/carrington-mobile-102carrington-mobile-102/">new version of Carrington Mobile</a> as well, which includes updated README files and version 2.3 of the core Carrington framework.</p>
<p>The download and more information are available on my <a href="http://alexking.org/projects/wordpress">WordPress Plugins page</a>.</p>
<p>If you have any trouble with this, please contact the <a href="http://wphelpcenter.com">WordPress HelpCenter</a> or you can try the  <a href="http://wordpress.org/support/" rel="external">WP Support Forums</a>.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3319&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/06/06/wordpress-mobile-edition-305/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>WordCamp SF This Weekend</title>
		<link>http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend</link>
		<comments>http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend#comments</comments>
		<pubDate>Thu, 28 May 2009 22:33:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Crowd Favorite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend</guid>
		<description><![CDATA[Along with a bunch of other folks from the Crowd Favorite team, I&#8217;ll be in San Francisco this weekend for WordCamp SF. I&#8217;m looking forward to catching up with some old friends from my decade in the Bay Area, and meeting some new folks.
I&#8217;ll also be helping staff the Genius Bar from 2:55-3:30pm, so feel [...]]]></description>
			<content:encoded><![CDATA[<p>Along with a bunch of other folks from the <a href="http://crowdfavorite.com">Crowd Favorite</a> team, I&#8217;ll be in San Francisco this weekend for <a href="http://2009.sf.wordcamp.org/" rel="external">WordCamp SF</a>. I&#8217;m looking forward to catching up with some old friends from my decade in the Bay Area, and meeting some new folks.</p>
<p>I&#8217;ll also be helping staff the Genius Bar from 2:55-3:30pm, so feel free to stop by (perhaps with some <a href="http://carringtontheme.com">Carrington</a> questions). I&#8217;m looking forward to helping out.</p>
<p>Unfortunately I&#8217;ll miss the <a href="http://2009.sf.wordcamp.org/2009/05/11/wordcamp-developer-day/" rel="external">developer day</a> since we booked our flights before it was planned. That&#8217;s a shame, but maybe next time &#8211; I&#8217;m sure I&#8217;ll get a chance to hang out with a bunch of the devs on Sat.</p>
<img src="http://alexking.org/wp/?ak_action=api_record_view&id=3316&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://alexking.org/blog/2009/05/28/wordcamp-sf-this-weekend/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.747 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-07-04 00:49:01 -->
