<?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>Developer&#039;s Mind &#187; Plugin Development</title>
	<atom:link href="http://developersmind.com/category/wordpress/plugin-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://developersmind.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Dec 2011 02:26:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Tabbed Meta Box in WordPress</title>
		<link>http://developersmind.com/2011/04/05/wordpress-tabbed-metaboxes/</link>
		<comments>http://developersmind.com/2011/04/05/wordpress-tabbed-metaboxes/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 05:30:03 +0000</pubDate>
		<dc:creator>PeteMall</dc:creator>
				<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Meta Boxes]]></category>

		<guid isPermaLink="false">http://developersmind.com/?p=797</guid>
		<description><![CDATA[I&#8217;ve updated the code to use the core WordPress UI. You can find it here. I recently worked on a project that required me to add a custom meta box with tabs. In the spirit of GPL, I would like &#8230; <a href="http://developersmind.com/2011/04/05/wordpress-tabbed-metaboxes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://developersmind.com/2011/04/05/wordpress-tabbed-metaboxes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Create a WordPress Dashboard Widget</title>
		<link>http://developersmind.com/2010/06/16/writing-a-wordpress-dashboard-widget/</link>
		<comments>http://developersmind.com/2010/06/16/writing-a-wordpress-dashboard-widget/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:55:35 +0000</pubDate>
		<dc:creator>PeteMall</dc:creator>
				<category><![CDATA[Beginner's Plugin Development]]></category>
		<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Dashboard Widget]]></category>

		<guid isPermaLink="false">http://www.developersmind.com/?p=121</guid>
		<description><![CDATA[A new Dashboard Widgets API was introduced in WordPress 2.7 which made it easy for developers to create their own widgets for the administration dashboard. Dashboard Widgets are written in PHP and its is relatively easy if you are familiar with the WordPress Plugin API. <a href="http://developersmind.com/2010/06/16/writing-a-wordpress-dashboard-widget/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://developersmind.com/2010/06/16/writing-a-wordpress-dashboard-widget/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Prevent Update Checks for a WordPress Plugin</title>
		<link>http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/</link>
		<comments>http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 08:09:18 +0000</pubDate>
		<dc:creator>PeteMall</dc:creator>
				<category><![CDATA[Plugin Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://developersmind.com/?p=647</guid>
		<description><![CDATA[Earlier today, Jason Gegere asked me how to prevent WordPress from checking for updates on a plugin. This may be helpful if you are running a custom version of a plugin from the repository and you don&#8217;t want to accidently &#8230; <a href="http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

