
<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>plugin development news</title>
	<atom:link href="http://plugindev.ethitter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://plugindev.ethitter.com</link>
	<description>from erick t. hitter</description>
	<lastBuildDate>Sat, 21 Aug 2010 23:00:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/us/</creativeCommons:license>		<item>
		<title>Tag Dropdown Widget V1.7 Now Available</title>
		<link>http://plugindev.ethitter.com/2010/08/tag-dropdown-widget-v1-7-now-available/</link>
		<comments>http://plugindev.ethitter.com/2010/08/tag-dropdown-widget-v1-7-now-available/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 23:00:20 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag Dropdown Widget]]></category>

		<guid isPermaLink="false">http://plugindev.ethitter.com/?p=80</guid>
		<description><![CDATA[I’ve just released version 1.7 of the Tag Dropdown Widget. This update is available in the WordPress plugins repository and includes numerous new features and changes.
First, a new, full-featured direct-implementation function, generateTagDropdown replaces both TDW_direct and makeTagDropdown. This new function brings with it a more flexible and customizable implementation that mirrors the features available through the widget.
The following features, mostly requested by users, are also part of this latest update:

Switched exclude functionality to use tag ids rather than tag slugs.
Added the ability to specify the indicator shown when a tag ...]]></description>
			<content:encoded><![CDATA[<p>I’ve just released version 1.7 of the Tag Dropdown Widget. This update is available in the WordPress plugins repository and includes numerous new features and changes.</p>
<p>First, a new, full-featured direct-implementation function, <code>generateTagDropdown</code> replaces both <code>TDW_direct</code> and <code>makeTagDropdown</code>. This new function brings with it a more flexible and customizable implementation that mirrors the features available through the widget.</p>
<p>The following features, mostly requested by users, are also part of this latest update:</p>
<ul>
<li>Switched <em>exclude</em> functionality to use tag ids rather than tag slugs.</li>
<li>Added the ability to specify the indicator shown when a tag name is trimmed.</li>
<li>Added the ability to limit the number of tags shown.</li>
<li>Added the ability to specify the minimum number of posts a given tag must be associated with before it appears in the dropdown.</li>
<li>Added options for specifying the order tags are displayed in.</li>
<li>Added the ability to specify a list of tags to include in the dropdown, expanding on the existing ability to exclude certain tags.</li>
<li>Added the option to display tags which aren&#8217;t associated with any posts.</li>
<li>Added the <code>TagDropdown_get_tags</code> filter to provide advanced users the ability to modify the arguments passed to WordPress&#8217; <a href="http://codex.wordpress.org/Function_Reference/get_tags" target="_blank"><code>get_tags</code></a> function. Using this filter, the trimming, trimming indicator, and count display settings are still obeyed.</li>
</ul>
<p>Finally, the plugin has been entirely recoded to better conform to WordPress methodologies and to simplify the internal processes that produce the dropdown.</p>
<p>Version 1.7 of the Tag Dropdown Widget is compatible with versions 2.5 &#8211; 3.0.1 of WordPress, a slight move from version 1.6. If you are still using version 2.3 and cannot upgrade (which I strongly recommend you do), please continue to use version 1.6 of the Tag Dropdown Widget.</p>
<p><a href="http://wordpress.org/extend/plugins/tag-dropdown-widget/" target="_blank">Download the Tag Dropdown Widget V1.7 from the WordPress Plugin Repository</a></p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/08/tag-dropdown-widget-v1-7-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Dropdown Widget v1.6 Now Available</title>
		<link>http://plugindev.ethitter.com/2010/03/tag-dropdown-widget-v1-6-now-available/</link>
		<comments>http://plugindev.ethitter.com/2010/03/tag-dropdown-widget-v1-6-now-available/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:51:39 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag Dropdown Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=5</guid>
		<description><![CDATA[I’ve just released version 1.6 of the Tag Dropdown Widget. This update is available in the WordPress plugins repository and includes a number of important updates.
First, a new function (TDW_direct) for use with non-widgetized themes is included. Using this function, users can trim long tag names, display post counts, and exclude specific tags directly from the function.
Second, two XHTML validation errors are corrected.
Finally, a number of important changes to the code structure were made to facilitate future updates.
The old direct-implementation function is still included in this version for compatibility purposes, ...]]></description>
			<content:encoded><![CDATA[<p>I’ve just released version 1.6 of the Tag Dropdown Widget. This update is available in the WordPress plugins repository and includes a number of important updates.</p>
<p>First, a new function (<code>TDW_direct</code>) for use with non-widgetized themes is included. Using this function, users can trim long tag names, display post counts, and exclude specific tags directly from the function.</p>
<p>Second, two XHTML validation errors are corrected.</p>
<p>Finally, a number of important changes to the code structure were made to facilitate future updates.</p>
<p>The old direct-implementation function is still included in this version for compatibility purposes, but <code>makeTagDropdown</code> will be phased out in a future version.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/03/tag-dropdown-widget-v1-6-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Dropdown Widget v1.6 Coming Soon</title>
		<link>http://plugindev.ethitter.com/2010/02/tag-dropdown-widget-v1-6-coming-soon/</link>
		<comments>http://plugindev.ethitter.com/2010/02/tag-dropdown-widget-v1-6-coming-soon/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:00:02 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag Dropdown Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=7</guid>
		<description><![CDATA[Version 1.6 of the Tag Dropdown Widget should be released by week’s end. This update revamps the function that can be used in non-widget themes to provide the ability to trim long tag names, display post counts, and exclude specific tags. All three features operate independently of the widget dialog, letting users implement the widget and direct-implementation function independently of each other.
Keep an eye on this feed and the plugin repository for the release of Tag Dropdown Widget v1.6.
]]></description>
			<content:encoded><![CDATA[<p>Version 1.6 of the Tag Dropdown Widget should be released by week’s end. This update revamps the function that can be used in non-widget themes to provide the ability to trim long tag names, display post counts, and exclude specific tags. All three features operate independently of the widget dialog, letting users implement the widget and direct-implementation function independently of each other.</p>
<p>Keep an eye on this feed and the plugin repository for the release of Tag Dropdown Widget v1.6.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/02/tag-dropdown-widget-v1-6-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Buttons Plugin</title>
		<link>http://plugindev.ethitter.com/2010/02/social-media-buttons-plugin/</link>
		<comments>http://plugindev.ethitter.com/2010/02/social-media-buttons-plugin/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 19:52:07 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Social Media Buttons]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=9</guid>
		<description><![CDATA[Numerous uses asked if I could create a plugin, similar to my Simple Facebook Share Button plugin, that adds Twitter and Google Buzz buttons to posts and pages. In the next few weeks, I will begin developing a new plugin to accomplish just that.
Titled the Social Media Buttons plugin, the interface will mimic the Simple Facebook Share Button plugin but will let users add any or all of the buttons for Facebook, Twitter, and Buzz.
Keep an eye on the plugin development feed as I look for beta testers to preview ...]]></description>
			<content:encoded><![CDATA[<p>Numerous uses asked if I could create a plugin, similar to my Simple Facebook Share Button plugin, that adds Twitter and Google Buzz buttons to posts and pages. In the next few weeks, I will begin developing a new plugin to accomplish just that.</p>
<p>Titled the Social Media Buttons plugin, the interface will mimic the Simple Facebook Share Button plugin but will let users add any or all of the buttons for Facebook, Twitter, and Buzz.</p>
<p>Keep an eye on the plugin development feed as I look for beta testers to preview my newest plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/02/social-media-buttons-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag List Widget v0.3 Now Available</title>
		<link>http://plugindev.ethitter.com/2010/01/tag-list-widget-v0-3-now-available/</link>
		<comments>http://plugindev.ethitter.com/2010/01/tag-list-widget-v0-3-now-available/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 13:59:24 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag List Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=11</guid>
		<description><![CDATA[I’ve just released version 0.3 of the Tag List Widget. This plugin provides options to display tags in a bulleted or numbered list, deliminated by line breaks, or using a custom format users specify.
The plugin is now available for download from the WordPress repository at http://wordpress.org/extend/plugins/tag-list-widget/ and through your WordPress dashboard.
]]></description>
			<content:encoded><![CDATA[<p>I’ve just released version 0.3 of the Tag List Widget. This plugin provides options to display tags in a bulleted or numbered list, deliminated by line breaks, or using a custom format users specify.</p>
<p>The plugin is now available for download from the WordPress repository at <a href="http://wordpress.org/extend/plugins/tag-list-widget/"></a><a href="http://wordpress.org/extend/plugins/tag-list-widget/">http://wordpress.org/extend/plugins/tag-list-widget/</a> and through your WordPress dashboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/tag-list-widget-v0-3-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta Testers Needed for Tag List Widget</title>
		<link>http://plugindev.ethitter.com/2010/01/beta-testers-needed-for-tag-list-widget/</link>
		<comments>http://plugindev.ethitter.com/2010/01/beta-testers-needed-for-tag-list-widget/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:11:53 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag List Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=13</guid>
		<description><![CDATA[I’ve begun development of the Tag List Widget and will shortly need interested parties to beta test this plugin. If you would like to participate, please let me know by leaving a comment on the plugin page at http://www.ethitter.com/plugins/tag-list-widget/ or by contacting me via http://www.ethitter.com/contact/.
]]></description>
			<content:encoded><![CDATA[<p>I’ve begun development of the Tag List Widget and will shortly need interested parties to beta test this plugin. If you would like to participate, please let me know by leaving a comment on the plugin page at <a href="http://www.ethitter.com/plugins/tag-list-widget/"></a><a href="http://www.ethitter.com/plugins/tag-list-widget/">http://www.ethitter.com/plugins/tag-list-widget/</a> or by contacting me via <a href="http://www.ethitter.com/contact/"></a><a href="http://www.ethitter.com/contact/">http://www.ethitter.com/contact/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/beta-testers-needed-for-tag-list-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maintenance Updates Released</title>
		<link>http://plugindev.ethitter.com/2010/01/maintenance-updates-released/</link>
		<comments>http://plugindev.ethitter.com/2010/01/maintenance-updates-released/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 22:38:22 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=20</guid>
		<description><![CDATA[To coincide with moving the plugins from disparate.info to ethitter.com, today I released a maintenance update to correct the internal links present within the plugin code. This update also corrects the links found on WordPress.org and in individual users’ administration interface.
All comments were moved along with the plugin information, and users can continue to use the comment system at ethitter.com to leave questions and suggestions on any of my plugins.
]]></description>
			<content:encoded><![CDATA[<p>To coincide with moving the plugins from <a href="http://disparate.info" target="_blank"><em>disparate.info</em></a> to <a href="http://www.ethitter.com/plugins" target="_blank"><em>ethitter.com</em></a>, today I released a maintenance update to correct the internal links present within the plugin code. This update also corrects the links found on WordPress.org and in individual users’ administration interface.</p>
<p>All comments were moved along with the plugin information, and users can continue to use the comment system at <em>ethitter.com</em> to leave questions and suggestions on any of my plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/maintenance-updates-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Facebook Share Button v1.0.3 Released</title>
		<link>http://plugindev.ethitter.com/2010/01/simple-facebook-share-button-v1-0-3-released/</link>
		<comments>http://plugindev.ethitter.com/2010/01/simple-facebook-share-button-v1-0-3-released/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 01:33:31 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Simple Facebook Share Button]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=22</guid>
		<description><![CDATA[I’ve just released Version 1.0.3 of the Simple Facebook Share Button, which corrects the FB.Loader error exhibited by some versions of Internet Explorer. The update is now available in the WordPress plugins repository.
]]></description>
			<content:encoded><![CDATA[<p>I’ve just released Version 1.0.3 of the Simple Facebook Share Button, which corrects the FB.Loader error exhibited by some versions of Internet Explorer. The update is now available in the WordPress plugins repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/simple-facebook-share-button-v1-0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In Development: Tag List Widget</title>
		<link>http://plugindev.ethitter.com/2010/01/in-development-tag-list-widget/</link>
		<comments>http://plugindev.ethitter.com/2010/01/in-development-tag-list-widget/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:51:02 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag List Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=25</guid>
		<description><![CDATA[In response to an email request, I’ve begun development of a third plugin, the Tag List Widget. Like the Tag Dropdown Widget, this plugin will let users display their post tags in a format other than the tag cloud.
To see a preliminary list of features and suggest others, visit http://www.ethitter.com/plugins/tag-list-widget/.
]]></description>
			<content:encoded><![CDATA[<p>In response to an email request, I’ve begun development of a third plugin, the Tag List Widget. Like the Tag Dropdown Widget, this plugin will let users display their post tags in a format other than the tag cloud.</p>
<p>To see a preliminary list of features and suggest others, visit <a title="Tag List Widget" href="http://www.ethitter.com/plugins/tag-list-widget/">http://www.ethitter.com/plugins/tag-list-widget/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/in-development-tag-list-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Dropdown Widget v1.5 Released</title>
		<link>http://plugindev.ethitter.com/2010/01/tag-dropdown-widget-v1-5-released/</link>
		<comments>http://plugindev.ethitter.com/2010/01/tag-dropdown-widget-v1-5-released/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:44:19 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Tag Dropdown Widget]]></category>

		<guid isPermaLink="false">http://new.plugindev.ethitter.com/?p=27</guid>
		<description><![CDATA[I’ve just released version 1.5 of the Tag Dropdown Widget. The update is available in the WordPress plugins repository now.
Version 1.5 adds the option to display post counts in the tag dropdown, just like the Archives and Category widgets built into WordPress.
]]></description>
			<content:encoded><![CDATA[<p>I’ve just released version 1.5 of the Tag Dropdown Widget. The update is available in the WordPress plugins repository now.</p>
<p>Version 1.5 adds the option to display post counts in the tag dropdown, just like the Archives and Category widgets built into WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://plugindev.ethitter.com/2010/01/tag-dropdown-widget-v1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
