<?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; Code Snippets</title>
	<atom:link href="http://developersmind.com/tag/code-snippets/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>Disable Admin Bar and Hide Preferences</title>
		<link>http://developersmind.com/2011/02/23/disable-admin-bar-and-hide-preferences/</link>
		<comments>http://developersmind.com/2011/02/23/disable-admin-bar-and-hide-preferences/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:40:49 +0000</pubDate>
		<dc:creator>PeteMall</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[Admin Bar]]></category>
		<category><![CDATA[Code Snippets]]></category>

		<guid isPermaLink="false">http://developersmind.com/?p=771</guid>
		<description><![CDATA[Before you consider removing the admin bar, you should read this. WordPress 3.1 was released earlier today and one of the key features is the admin bar, which allows you to get to your most-used dashboard pages with a single &#8230; <a href="http://developersmind.com/2011/02/23/disable-admin-bar-and-hide-preferences/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://developersmind.com/2011/02/23/disable-admin-bar-and-hide-preferences/feed/</wfw:commentRss>
		<slash:comments>8</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>
		<item>
		<title>How to Tweak the WordPress Generator Meta Tag</title>
		<link>http://developersmind.com/2010/06/03/how-to-tweak-the-wordpress-generator-tag-in-the-head/</link>
		<comments>http://developersmind.com/2010/06/03/how-to-tweak-the-wordpress-generator-tag-in-the-head/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 19:11:11 +0000</pubDate>
		<dc:creator>PeteMall</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Tweaks]]></category>

		<guid isPermaLink="false">http://developersmind.com/?p=598</guid>
		<description><![CDATA[WordPress adds a generator meta tag to the head element of every page that includes the version of WordPress you are using. Many people have debated the need for this and recommend removing it especially if you haven't been upgrading WordPress regularly. A crawler can easily scan this info and look for sites that are running an older version of WordPress with a known exploit. <a href="http://developersmind.com/2010/06/03/how-to-tweak-the-wordpress-generator-tag-in-the-head/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://developersmind.com/2010/06/03/how-to-tweak-the-wordpress-generator-tag-in-the-head/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

