<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WordPress Plugins for More Productive Development</title>
	<atom:link href="http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: faryl</title>
		<link>http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/comment-page-1/#comment-91601</link>
		<dc:creator>faryl</dc:creator>
		<pubDate>Sun, 12 Apr 2009 03:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1176#comment-91601</guid>
		<description>Awesome! Played with some of your plugins - first time visiting your blog.

Just wanted to say THANK YOU for the wealth of valuable information &amp; tools you&#039;ve shared here!</description>
		<content:encoded><![CDATA[<p>Awesome! Played with some of your plugins &#8211; first time visiting your blog.</p>
<p>Just wanted to say THANK YOU for the wealth of valuable information &amp; tools you&#8217;ve shared here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Martz</title>
		<link>http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/comment-page-1/#comment-90563</link>
		<dc:creator>Matt Martz</dc:creator>
		<pubDate>Fri, 20 Mar 2009 18:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1176#comment-90563</guid>
		<description>I just released a plugin several days ago that is targeted towards WordPress developers called WordPress reset.  The plugin can be found here: http://sivel.net/2009/03/wordpress-reset/

In short the plugin will remove all of the WordPress tables and reinstall.  It keeps the admin and the associated password unless then admin doesn&#039;t exist or isn&#039;t actually an admin, otherwise it recreates the user and password that performs the reset.  The plugin defaults to reactivating itself after the reset.

So far it has proven itself invaluable to me during theme and plugin development.  No more wasting time dropping and recreating the database and going through the install process manually.</description>
		<content:encoded><![CDATA[<p>I just released a plugin several days ago that is targeted towards WordPress developers called WordPress reset.  The plugin can be found here: <a href="http://sivel.net/2009/03/wordpress-reset/" rel="nofollow">http://sivel.net/2009/03/wordpress-reset/</a></p>
<p>In short the plugin will remove all of the WordPress tables and reinstall.  It keeps the admin and the associated password unless then admin doesn&#8217;t exist or isn&#8217;t actually an admin, otherwise it recreates the user and password that performs the reset.  The plugin defaults to reactivating itself after the reset.</p>
<p>So far it has proven itself invaluable to me during theme and plugin development.  No more wasting time dropping and recreating the database and going through the install process manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/comment-page-1/#comment-89413</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Sat, 07 Mar 2009 07:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1176#comment-89413</guid>
		<description>John: nice finds! thanks for sharing</description>
		<content:encoded><![CDATA[<p>John: nice finds! thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnbillion</title>
		<link>http://planetozh.com/blog/2009/03/wordpress-plugins-for-more-productive-development/comment-page-1/#comment-89345</link>
		<dc:creator>johnbillion</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/?p=1176#comment-89345</guid>
		<description>I regularly use &lt;a href=&quot;http://martin.cleaver.org/blog/2007/09/22/pseudo-cron-dashboard-display-for-wordpress/&quot; rel=&quot;nofollow&quot;&gt;Pseudo Cron Dashboard Display&lt;/a&gt; to ensure my crons are scheduled/firing correctly, although I&#039;ve recently started using &lt;a href=&quot;http://wordpress.org/extend/plugins/cron-view/&quot; rel=&quot;nofollow&quot;&gt;Cron View&lt;/a&gt; instead (and as well as).

Then there&#039;s the very useful &lt;a href=&quot;http://sw-guide.de/wordpress/plugins/maintenance-mode/&quot; rel=&quot;nofollow&quot;&gt;Maintenance Mode&lt;/a&gt; for those times when you need to make a load of simultaneous changes to a live site (eg. a relaunch).

DD32 has recently released &lt;a href=&quot;http://wordpress.org/extend/plugins/core-control/&quot; rel=&quot;nofollow&quot;&gt;Core Control&lt;/a&gt; which has lots of handy control features aimed at developers, although I&#039;ve yet to try it out myself.</description>
		<content:encoded><![CDATA[<p>I regularly use <a href="http://martin.cleaver.org/blog/2007/09/22/pseudo-cron-dashboard-display-for-wordpress/" rel="nofollow">Pseudo Cron Dashboard Display</a> to ensure my crons are scheduled/firing correctly, although I&#8217;ve recently started using <a href="http://wordpress.org/extend/plugins/cron-view/" rel="nofollow">Cron View</a> instead (and as well as).</p>
<p>Then there&#8217;s the very useful <a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" rel="nofollow">Maintenance Mode</a> for those times when you need to make a load of simultaneous changes to a live site (eg. a relaunch).</p>
<p>DD32 has recently released <a href="http://wordpress.org/extend/plugins/core-control/" rel="nofollow">Core Control</a> which has lots of handy control features aimed at developers, although I&#8217;ve yet to try it out myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

