<?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>A Fool's Wisdom &#187; WordPress</title>
	<atom:link href="http://foolswisdom.com/category/free-culture/open-source/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://foolswisdom.com</link>
	<description>A fool and his blog are soon parted.</description>
	<lastBuildDate>Fri, 03 Sep 2010 20:53:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>WordPress Activate Theme Action</title>
		<link>http://foolswisdom.com/wp-activate-theme-actio/</link>
		<comments>http://foolswisdom.com/wp-activate-theme-actio/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 23:00:34 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Activate Theme]]></category>
		<category><![CDATA[Enable Theme]]></category>
		<category><![CDATA[Frank Bültge]]></category>
		<category><![CDATA[One time]]></category>
		<category><![CDATA[pagenow]]></category>
		<category><![CDATA[Run once]]></category>
		<category><![CDATA[Theme Options]]></category>
		<category><![CDATA[Theme Settings]]></category>
		<category><![CDATA[WordPress Actions]]></category>
		<category><![CDATA[WordPress Hooks]]></category>
		<category><![CDATA[WordPress.com VIP Hosting]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2731</guid>
		<description><![CDATA[There isn&#8217;t yet a WordPress activate theme hook. In the last week, it&#8217;s come up twice where WordPress.com Hosting VIP partners wanted some code to run once on theme activation. It&#8217;s not an unusual scenario for our customers to create a &#8230; <a href="http://foolswisdom.com/wp-activate-theme-actio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There isn&#8217;t yet a <a href="http://core.trac.wordpress.org/ticket/7795">WordPress activate theme hook</a>. In the last week, it&#8217;s come up twice where <a href="http://vip.wordpress.com/hosting/">WordPress.com Hosting VIP</a> partners wanted some code to run once on theme activation.</p>
<p>It&#8217;s not an unusual scenario for our customers to create a new version of a theme, install it separately, and then activate it. Often this also allows reverting to the old version of the theme if something unexpected happens at launch.</p>
<p>In this scenario, it&#8217;s often easy to check for the existence of a new option, migrated, or other seed data, but sometimes you want to do something like:</p>
<pre class="brush: plain;">
global $pagenow;
if ( is_admin() &amp;&amp; 'themes.php' == $pagenow &amp;&amp; isset( $_GET['activated'] ) ) {
     // When theme is activated this code runs.
     // Still be defensive if you need to be, and check if
     // your baby is already born
}
</pre>
<p><a href="http://wpengineer.com/set-options-on-activation-themes/">Hat tip Frank Bültge</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/wp-activate-theme-actio/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ShrimpTest Starts Rocking the A/B Testing</title>
		<link>http://foolswisdom.com/ab-testing-shrimptest-starts/</link>
		<comments>http://foolswisdom.com/ab-testing-shrimptest-starts/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 17:56:36 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[A/B Testing]]></category>
		<category><![CDATA[Automattic Sponsored]]></category>
		<category><![CDATA[Bucket Testing]]></category>
		<category><![CDATA[Content Testing]]></category>
		<category><![CDATA[Conversation]]></category>
		<category><![CDATA[Conversion Rate Optimization]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Multiple variants]]></category>
		<category><![CDATA[Website Experiments]]></category>
		<category><![CDATA[WordPress Plugin]]></category>
		<category><![CDATA[Z-Score]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2717</guid>
		<description><![CDATA[Mitcho has posted a 0.1 version of ShrimptTest, the A/B Testing Plugin for WordPress, and a brilliant video showing the results of his month working on it: The plugin is already looking fantastic Mitcho style, and he&#8217;s just getting started! &#8230; <a href="http://foolswisdom.com/ab-testing-shrimptest-starts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://mitcho.com/">Mitcho</a> has posted a 0.1 version of  <a href="http://shrimptest.wordpress.com/">ShrimptTest</a>, the A/B Testing Plugin for WordPress, and a brilliant video showing the results of his month working on it:</p>
<embed src="http://s0.videopress.com/player.swf?v=1.02" type="application/x-shockwave-flash" width="640" height="480" wmode="transparent" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=Lz1prIsG&amp;site=wporg" title="ShrimpTest June progress report" id="video0"></embed>
<p>The plugin is already looking <a href="http://wordpress.org/extend/plugins/profile/mitchoyoshitaka">fantastic Mitcho style</a>, and he&#8217;s just getting started!</p>
<p>Go to http://shrimptest.wordpress.com/ to download, try it out, and provide feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/ab-testing-shrimptest-starts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress on Go Daddy Homepage</title>
		<link>http://foolswisdom.com/wordpress-on-go-daddy-homepage/</link>
		<comments>http://foolswisdom.com/wordpress-on-go-daddy-homepage/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 21:09:03 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Go Daddy]]></category>
		<category><![CDATA[WordPress in the Wild]]></category>
		<category><![CDATA[WordPress Logo]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2629</guid>
		<description><![CDATA[I love spotting WordPress in the wild! (This is not an endorsement of Go Daddy Hosting. Click here for recommended WordPress hosting.)]]></description>
			<content:encoded><![CDATA[<p><img title="WordPress on GoDaddy Homepage" src="http://foolswisdomcom.files.wordpress.com/2010/06/wordpress-on-godaddy-homepage.jpg?w=640" alt="This is a screenshot of www.godaddy.com that shows a zoom in of WordPress is &quot;on sale&quot; at Go Daddy" width="640" height="705" /></p>
<p>I love spotting WordPress in the wild!</p>
<p>(This is not an endorsement of Go Daddy Hosting. <a href="http://wordpress.org/hosting/">Click here for recommended WordPress hosting</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/wordpress-on-go-daddy-homepage/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Great Lineup for WordCamp SF Genius Bar Help Desk!</title>
		<link>http://foolswisdom.com/great-lineup-for-wordcamp-sf-genius-bar-help-desk/</link>
		<comments>http://foolswisdom.com/great-lineup-for-wordcamp-sf-genius-bar-help-desk/#comments</comments>
		<pubDate>Sat, 01 May 2010 02:00:25 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[collaborating]]></category>
		<category><![CDATA[Communities]]></category>
		<category><![CDATA[Desk]]></category>
		<category><![CDATA[Open Source Communities]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp Genius Bar Help]]></category>
		<category><![CDATA[WordPress Help]]></category>
		<category><![CDATA[WordPress Support]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2505</guid>
		<description><![CDATA[I just posted the WordCamp SF 2010 Genius Bar Help Desk schedule. Like previous years, I&#8217;m really excited about these amazing people so generously sharing their WordPress expertise one on one! The WordCamp Genius Bar came about when myself and &#8230; <a href="http://foolswisdom.com/great-lineup-for-wordcamp-sf-genius-bar-help-desk/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just posted the <a href="http://2010.sf.wordcamp.org/2010/04/30/genius-bar-help-desk/">WordCamp SF 2010 Genius Bar Help Desk schedule</a>.</p>
<p>Like previous years, I&#8217;m really excited about these amazing people so generously sharing their WordPress expertise one on one!</p>
<p>The WordCamp Genius Bar came about when myself and other WordPress participants felt regret for not being able to answer all of the excellent questions people were stopping us in the hall with at the first WordCamp (2006, <em>has it really been 5 years</em>). For WordCamp SF 2007, WordCamp Genius Bar was born, and has continued every year since with the help of <a href="http://mayadesai.wordpress.com/">Maya</a>, <a href="http://in-essence.org/">Elea</a> and numerous genius volunteers. It has become an ingredient in the WordCamp formula, <em>the most potent batches anyway</em>.</p>
<p><a href="http://2010.sf.wordcamp.org/"><img src="http://2010.sf.wordcamp.org/wp-content/themes/wcsf2010/images/logo.png"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/great-lineup-for-wordcamp-sf-genius-bar-help-desk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3 Coming Together</title>
		<link>http://foolswisdom.com/wordpress-3-coming-together/</link>
		<comments>http://foolswisdom.com/wordpress-3-coming-together/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:33:40 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Kubrick Theme]]></category>
		<category><![CDATA[twentyten theme]]></category>
		<category><![CDATA[WordPress 3.0]]></category>
		<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2344</guid>
		<description><![CDATA[The delirious pace of WordPress 3 development has been delicious! I&#8217;ve enjoyed not being able to keep up at all. The sprint is on to feature freeze! There’s going to be a patch sprint of sorts for 3.0 this week. &#8230; <a href="http://foolswisdom.com/wordpress-3-coming-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The delirious pace of WordPress 3 development has been delicious!</p>
<p>I&#8217;ve enjoyed not being able to keep up at all.</p>
<p>The sprint is on to feature freeze!</p>
<blockquote><p>There’s going to be a patch sprint of sorts for 3.0 this week. Please grab a <strong>ticket, triage, patch or test</strong>:<a rel="nofollow" href="http://core.trac.wordpress.org/report/32">http://core.trac.wordpress.org/report/32</a>. The feature freeze is March 1, so everything still on that report in <strong>7 days</strong> from now will be punted to a future release.</p>
<p>There are a few incomplete tasks out there that need to get done to finish implementing new features (both small ones on that report, and the major 3.0 features). If you’re interested in helping but aren’t sure where you can, venture over to #wordpress-dev.</p>
<p><cite><a href="http://wpdevel.wordpress.com/2010/02/22/theres-going-to-be-a-patch-sprint-of-s/">Andrew Nacin on wpdevel</a>, Feb 22th, 2010</cite></p></blockquote>
<p>Jane Wells puts up a &#8220;<a href="http://jane.wordpress.com/2010/02/20/patches-welcome/">Patches Welcome</a>&#8221; sign on a &#8220;a handful of small UI enhancement tickets that are low priority for the hardcore devs, but that I’d still like to see make it into 3.0.&#8221; Jane will &#8220;try to post a couple of pet tickets each day throughout the <strong>sprint week</strong> that is coming up.&#8221;</p>
<p>Better, stronger, faster blog network creation and management will be huge!</p>
<p>Mostly I can&#8217;t wait for the <a href="http://2010dev.wordpress.com/">twenty ten theme</a>, and the slow death of the (poorly) justified text that may have been the <a href="http://ma.tt/2010/01/secret-history-of-kubrick/">Kubrick themes</a> only shortcoming.</p>
<p>PS. Emphasis above and below (bold) is all mine.</p>
<p>PPS. <strong>WordPress 3</strong> will look so good in the title of the next technical book you write <img src='http://foolswisdom.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Wednesday, Feb 23, 2010 Update: Jane has posted &#8220;<a href="http://wordpress.org/development/2010/02/menus-merge-patch-sprint/">Menus, the Merge, and a Patch Sprint!</a>&#8220; with details on the WordPress Development Blog, including the tidbit that WordPress 3 will have much improved menu management.</p>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/wordpress-3-coming-together/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Declaration of Independence</title>
		<link>http://foolswisdom.com/wordpress-independence/</link>
		<comments>http://foolswisdom.com/wordpress-independence/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:06:50 +0000</pubDate>
		<dc:creator>Lloyd</dc:creator>
				<category><![CDATA[Free Culture]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[501(c)3 non-profit organization]]></category>
		<category><![CDATA[GNU Public License]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[Matt Mullenweg]]></category>
		<category><![CDATA[Non-Profit]]></category>
		<category><![CDATA[Web Publishing]]></category>
		<category><![CDATA[WordPress Foundation]]></category>
		<category><![CDATA[WordPress.com]]></category>

		<guid isPermaLink="false">http://foolswisdom.com/?p=2303</guid>
		<description><![CDATA[The WordPress Foundation is a charitable organization founded by Matt Mullenweg to further the mission of the WordPress open source project: to democratize publishing through Open Source, GPL software. The point of the foundation is to ensure free access, in perpetuity, &#8230; <a href="http://foolswisdom.com/wordpress-independence/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>The WordPress Foundation is a charitable organization founded by Matt Mullenweg to further the mission of the WordPress open source project: to democratize publishing through Open Source, <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a> software.</p>
<p>The point of the foundation is to ensure free access, in perpetuity, to the projects we support. People and businesses may come and go, so it is important to ensure that the source code for these projects will survive beyond the current contributor base, that we may create a <strong>stable platform for web publishing for generations to come</strong>. As part of this mission, the Foundation will be responsible for protecting the WordPress, WordCamp, and related trademarks. A 501(c)3 non-profit organization, the WordPress Foundation will also pursue a charter to educate the public about WordPress and related open source software.</p>
<p>We hope to gather broad community support to make sure we can <strong>continue to serve the public good</strong> through freely accessible software.</p>
<p><cite>About Web page, <a href="http://wordpressfoundation.org/">WordPress Foundation</a></cite></p></blockquote>
<p>There are already a lot of great comments on the welcome post &#8220;<a href="http://wordpressfoundation.org/2010/getting-off-the-ground/">Getting off the ground</a>&#8220;. Here is a one of the many juicy comments made by <a href="http://ma.tt/">Matt</a> in response to a question posted there:</p>
<blockquote><p>Sure, as a quick summary: [WordPress.com and the WordPress Foundation] completely separate, but share a similar name and my involvement. One is for-profit, the other non-profit. They both have similar goals in terms, but the Foundation can take a long-term multi-decade approach to solving these problems without regard for short term profit, market conditions, or shareholders. I’ve always had a vision for two simultaneous approaches to the WordPress way, the heart and the mind, but it’s just now coming together.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://foolswisdom.com/wordpress-independence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.493 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-08 23:21:21 -->
