<?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>maxpagels.com &#187; plugins</title>
	<atom:link href="http://www.maxpagels.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxpagels.com</link>
	<description>Est. MMVIII</description>
	<lastBuildDate>Tue, 31 Jan 2012 18:36:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='www.maxpagels.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Over ten thousand downloads</title>
		<link>http://www.maxpagels.com/2011/08/17/over-ten-thousand-downloads/</link>
		<comments>http://www.maxpagels.com/2011/08/17/over-ten-thousand-downloads/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 12:53:27 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mostpopulartags]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=4173</guid>
		<description><![CDATA[It&#8217;s been a couple of years since I developed the Most Popular Tags plugin, and I&#8217;m extremely happy to announce that it has been downloaded over ten thousand times from the WordPress plugin directory. Special thanks to anyone that&#8217;s tried it or, even better, liked it.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a couple of years since I developed the <a href="http://www.maxpagels.com/projects/mptags/">Most Popular Tags plugin</a>, and I&#8217;m extremely happy to announce that it has been downloaded over ten thousand times from the WordPress plugin directory. Special thanks to anyone that&#8217;s tried it or, even better, liked it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2011/08/17/over-ten-thousand-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jetpack</title>
		<link>http://jetpack.me</link>
		<comments>http://www.maxpagels.com/2011/03/09/jetpack/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 21:50:17 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[jetpack]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=3773</guid>
		<description><![CDATA[Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com. It&#8217;s basically a single plugin that provides the best features on WordPress.com for use on self-hosted WordPress blogs. Worth it for the LaTeX support alone.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Jetpack supercharges your self‑hosted WordPress site with the awesome cloud power of WordPress.com.</p></blockquote>
<p>It&#8217;s basically a single plugin that provides the best features on WordPress.com for use on self-hosted WordPress blogs. Worth it for the LaTeX support alone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2011/03/09/jetpack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcode update</title>
		<link>http://wordpress.org/extend/plugins/shortcode/</link>
		<comments>http://www.maxpagels.com/2010/12/17/shortcode-update-2/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 12:11:38 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=3281</guid>
		<description><![CDATA[Version 0.5.7 of the Shortcode WordPress plugin adds a new shortcode, totalwords, that counts the total number of words in published posts. Note that the count is only an approximation: the total is calculated in SQL as the  sum of LENGTH(post_content) - LENGTH(REPLACE(post_content, ' ', '')) + 1, i.e. the sum of the length of [...]]]></description>
			<content:encoded><![CDATA[<p>Version 0.5.7 of the Shortcode WordPress plugin adds a new shortcode, <code>totalwords</code>, that counts the total number of words in published posts. Note that the count is only an approximation: the total is calculated in SQL as the  sum of <code>LENGTH(post_content) - LENGTH(REPLACE(post_content, ' ', '')) + 1</code>, i.e. the sum of the length of all posts (including spaces) minus the length of all posts without any spaces (plus one). Words may not be counted properly if they are separated by more than one space, but the result should be sufficient in accuracy nonetheless.</p>
<p>As always, <a href="http://www.maxpagels.com/shortcodes.txt">www.maxpagels.com/shortcodes.txt</a> lists all of the shortcodes offered by the plugin, sorted by version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/12/17/shortcode-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcode update</title>
		<link>http://www.maxpagels.com/2010/12/01/shortcode-update/</link>
		<comments>http://www.maxpagels.com/2010/12/01/shortcode-update/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 15:17:13 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site updates]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=3163</guid>
		<description><![CDATA[A new version (0.5.6) of the Shortcode WordPress plugin has been released, allowing you to get the total number of images attached in all posts &#38; pages with the code photosingallery. As always, look at the text file located at www.maxpagels.com/shortcodes.txt for all available shortcodes.]]></description>
			<content:encoded><![CDATA[<p>A new version (0.5.6) of the <a href="http://www.maxpagels.com/projects/shortcode/">Shortcode WordPress plugin</a> has been released, allowing you to get the total number of images attached in all posts &amp; pages with the code <code>photosingallery</code>.</p>
<p>As always, look at the text file located at <a href="http://www.maxpagels.com/shortcodes.txt">www.maxpagels.com/shortcodes.txt</a> for all available shortcodes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/12/01/shortcode-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Most Popular Tags extension</title>
		<link>http://www.maxpagels.com/2010/09/27/a-most-popular-tags-extension/</link>
		<comments>http://www.maxpagels.com/2010/09/27/a-most-popular-tags-extension/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 21:50:20 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mostpopulartags]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[worpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=3044</guid>
		<description><![CDATA[The Senke des Chaos&#8217; blog has a post containing a nice extension to the Most Popular Tags WordPress plugin: the ability to add a link to a full tag cloud page &#8212; in case you only want to show a few tags in the widget itself. I&#8217;m considering merging these changes into the original plugin, [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://senke.verrech.net/2010/09/customised-wordpress-plugins/">Senke des Chaos&#8217; blog has a post </a>containing a nice extension to the <a href="http://wordpress.org/extend/plugins/most-popular-tags/">Most Popular Tags WordPress plugin</a>: the ability to add a link to a full tag cloud page &#8212; in case you only want to show a few tags in the widget itself.</p>
<p>I&#8217;m considering merging these changes into the original plugin, but for now, take a look at the extension if you are interested in the added functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/09/27/a-most-popular-tags-extension/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcode 0.5.5</title>
		<link>http://wordpress.org/extend/plugins/shortcode/</link>
		<comments>http://www.maxpagels.com/2010/07/14/shortcode-0-5-5/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 04:40:30 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=2800</guid>
		<description><![CDATA[Added two new shortcodes: futpostcount shows the number of posts set to publish in the future, and draftpostcount the number of drafts. Refer to the list for all available codes.]]></description>
			<content:encoded><![CDATA[<p>Added two new shortcodes: <code>futpostcount</code> shows the number of posts set to publish in the future, and <code>draftpostcount</code> the number of drafts. <a href="http://www.maxpagels.com/shortcodes.txt">Refer to the list</a> for all available codes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/07/14/shortcode-0-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Lessn</title>
		<link>http://jayrobinson.org/2009/12/12/wordpress-plugin-wp-lessn/</link>
		<comments>http://www.maxpagels.com/2010/06/04/wp-lessn/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 15:23:55 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[lessn]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=2586</guid>
		<description><![CDATA[A nice WordPress plugin for Lessn. I&#8217;d also like to se a plugin leveraging the built-in short URL function the_shortlink() that will be introduced in WP3.]]></description>
			<content:encoded><![CDATA[<p>A nice WordPress plugin for <a href="http://www.shauninman.com/archive/2009/08/17/less_n">Lessn</a>. I&#8217;d also like to se a plugin leveraging the built-in short URL function <code><a href="http://codex.wordpress.org/Template_Tags/the_shortlink">the_shortlink()</a></code> that will be introduced in WP3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/06/04/wp-lessn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick update on the Most Popular Tags plugin</title>
		<link>http://www.maxpagels.com/2010/06/03/a-quick-update-on-the-most-popular-tags-plugin/</link>
		<comments>http://www.maxpagels.com/2010/06/03/a-quick-update-on-the-most-popular-tags-plugin/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 15:12:21 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mostpopulartags]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=2568</guid>
		<description><![CDATA[I&#8217;m excited for the upcoming release of WordPress 3, and have been testing my Most Popular Tags plugin to ensure that it works properly with the new version. Things are going smoothly, and if any bugs appear during testing with the final 3.0 platform, I expect they will be quick fixes. When WP 3 is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited for the upcoming release of WordPress 3, and have been testing my Most Popular Tags plugin to ensure that it works properly with the new version. Things are going smoothly, and if any bugs appear during testing with the final 3.0 platform, I expect they will be quick fixes. When WP 3 is available to the masses, I&#8217;ll update the information on the plugin directory page / bang out a quick patch shortly thereafter.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/06/03/a-quick-update-on-the-most-popular-tags-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcode 0.5</title>
		<link>http://wordpress.org/extend/plugins/shortcode/</link>
		<comments>http://www.maxpagels.com/2010/05/20/shortcode-0-5/#comments</comments>
		<pubDate>Thu, 20 May 2010 05:32:21 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=2491</guid>
		<description><![CDATA[Adds two new shortcodes (both averages): charsperpostavg &#8211; the average number of characters per post postsperdayavg &#8211; the average number of published posts per day As always, refer to http://maxpagels.com/shortcodes.txt for the full list of available codes.]]></description>
			<content:encoded><![CDATA[<p>Adds two new shortcodes (both averages):</p>
<ul>
<li><code>charsperpostavg</code> &#8211; the average number of characters per post</li>
<li><code>postsperdayavg</code> &#8211; the average number of published posts per day</li>
</ul>
<p>As always, refer to <a href="http://maxpagels.com/shortcodes.txt">http://maxpagels.com/shortcodes.txt</a> for the full list of available codes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/05/20/shortcode-0-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ClickToFlash</title>
		<link>http://rentzsch.github.com/clicktoflash/</link>
		<comments>http://www.maxpagels.com/2010/02/03/clicktoflash/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:40:51 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[clicktoflash]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1650</guid>
		<description><![CDATA[Yet another of those &#8220;I can&#8217;t believe I&#8217;ve never heard of this before&#8221; plugins.]]></description>
			<content:encoded><![CDATA[<p>Yet another of those &#8220;I can&#8217;t believe I&#8217;ve never heard of this before&#8221; plugins.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2010/02/03/clicktoflash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Popular Tags version 2.8</title>
		<link>http://www.maxpagels.com/2009/12/23/most-popular-tags-version-2-8/</link>
		<comments>http://www.maxpagels.com/2009/12/23/most-popular-tags-version-2-8/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 23:54:22 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mostpopulartags]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1339</guid>
		<description><![CDATA[I&#8217;ve updated the plugin with two new features: the ability to select a separator if using a &#8220;flat&#8221; format, and a random ordering option. Some code cleanup and optimization has also been done. Visit the plugin&#8217;s page on WordPress.org for more info.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the plugin with two new features: the ability to select a separator if using a &#8220;flat&#8221; format, and a random ordering option. Some code cleanup and optimization has also been done.</p>
<p>Visit the <a href="wordpress.org/extend/plugins/most-popular-tags/">plugin&#8217;s page on WordPress.org</a> for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/12/23/most-popular-tags-version-2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After the Deadline now supports diaereses</title>
		<link>http://blog.afterthedeadline.com/2009/11/10/accent-your-writing-with-atd/</link>
		<comments>http://www.maxpagels.com/2009/12/15/after-the-deadline-now-supports-diaereses/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 21:12:27 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[afterthedeadline]]></category>
		<category><![CDATA[grammar]]></category>
		<category><![CDATA[languages]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spelling]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=1266</guid>
		<description><![CDATA[Diaereses aren&#8217;t used very often anymore, which is a shame.]]></description>
			<content:encoded><![CDATA[<p>Diaereses aren&#8217;t used very often anymore, which is a shame.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/12/15/after-the-deadline-now-supports-diaereses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Popular Tags, version 2.6</title>
		<link>http://wordpress.org/extend/plugins/most-popular-tags</link>
		<comments>http://www.maxpagels.com/2009/11/24/most-popular-tags-version-2-6/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 14:51:49 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=918</guid>
		<description><![CDATA[Some minor code &#38; usability improvements in this release. As always, check the project page for more information &#38; installation help.]]></description>
			<content:encoded><![CDATA[<p>Some minor code &amp; usability improvements in this release. As always, <a href="http://www.maxpagels.com/projects/mptags">check the project page </a>for more information &amp; installation help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/11/24/most-popular-tags-version-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common mistakes in WordPress plugins</title>
		<link>http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/</link>
		<comments>http://www.maxpagels.com/2009/10/19/common-mistakes-in-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 11:40:10 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=630</guid>
		<description><![CDATA[A spot-on article on the &#8220;do-not-do&#8221;s of WordPress development.]]></description>
			<content:encoded><![CDATA[<p>A spot-on article on the &#8220;do-not-do&#8221;s of WordPress development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/10/19/common-mistakes-in-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.maxpagels.com/2009/09/08/rsscloud/</link>
		<comments>http://www.maxpagels.com/2009/09/08/rsscloud/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 12:27:14 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[protocols]]></category>
		<category><![CDATA[river2]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rsscloud]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=251</guid>
		<description><![CDATA[Following the news that WordPress.com has turned on support for RSS Cloud, maxpagels.com has also been updated to include this capability, thanks to Joseph Scott&#8217;s plugin. The WordPress blog explains what RSS Cloud support brings to the table: Right now how most people interact with feeds is by checking that it updated every now and [...]]]></description>
			<content:encoded><![CDATA[<p>Following the news that WordPress.com has turned on support for RSS Cloud, maxpagels.com has also been updated to include this capability, thanks to <a href="http://wordpress.org/extend/plugins/rsscloud/">Joseph Scott&#8217;s plugin</a>.</p>
<p><a href="http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/">The WordPress blog explains</a> what RSS Cloud support brings to the table:</p>
<blockquote><p>Right now how most people interact with feeds is by checking that it updated every now and then, usually about once an hour. Can you imagine waiting an hour to get your emails? (The world would probably be more productive.) RSS Cloud is an extra element in your RSS feed that allows subscribers to say &#8220;Hey, let me know <em style="font-style: italic;">as soon</em> as you’ve updated, kthx.&#8221;</p></blockquote>
<p>You&#8217;ll need an RSS aggregator that supports RSS Cloud to take advantage of this new functionality. <strong>Dave Winer&#8217;</strong>s own <a href="http://newsriver.org/river2">River2</a> is the only one I know that already supports it, but I bet many will follow suit in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/09/08/rsscloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing Shortcode</title>
		<link>http://www.maxpagels.com/2009/08/12/shortcode/</link>
		<comments>http://www.maxpagels.com/2009/08/12/shortcode/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:25:25 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=166</guid>
		<description><![CDATA[I&#8217;m happy to announce the release of a new WordPress plugin of mine called Shortcode. Since WordPress 2.5, users have been able to insert special macro codes called shortcodes into their blog posts and pages. Shortcode is a plugin that adds useful, preconfigured shortcodes to your WordPress install, ready to use on any post or [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce the release of a new WordPress plugin of mine called <strong>Shortcode</strong>.</p>
<p>Since WordPress 2.5, users have been able to insert special macro codes called shortcodes into their blog posts and pages. Shortcode is a plugin that adds useful, preconfigured shortcodes to your WordPress install, ready to use on any post or page you want. Version 0.1 of this plugin has a total of four codes useful for showing off your blog statistics. I plan on updating Shortcode frequently with more (and more diverse) codes.</p>
<p>You can grab the latest version of Shortcode <a href="http://wordpress.org/extend/plugins/shortcode/">from the WordPress Plugin Directory</a>. I&#8217;ve also set up a <a href="http://www.maxpagels.com/projects/shortcode/">page for the project</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/08/12/shortcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Most Popular Tags, version 1.1</title>
		<link>http://www.maxpagels.com/2009/08/09/most-popular-tags-1-1/</link>
		<comments>http://www.maxpagels.com/2009/08/09/most-popular-tags-1-1/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 12:51:51 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[mostpopulartags]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=121</guid>
		<description><![CDATA[Version 1.1 of the Most Popular Tags WordPress plugin has now been released. This point release adds support for absolute font units such as millimeters, centimeters, inches and picas. I&#8217;ve also updated the wording used in the plugin to be more descriptive. The latest version of the plugin can be downloaded from the WordPress Plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.1 of the Most Popular Tags WordPress plugin has now been released. This point release adds support for absolute font units such as millimeters, centimeters, inches and picas. I&#8217;ve also updated the wording used in the plugin to be more descriptive.</p>
<p>The latest version of the plugin can be downloaded from the <a href="http://wordpress.org/extend/plugins/most-popular-tags/">WordPress Plugin Directory</a> (or, if you have an older version already installed on your blog, you can simply use the plugin update function from inside your WordPress install).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/08/09/most-popular-tags-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating the Most Popular Tags WordPress plugin</title>
		<link>http://www.maxpagels.com/2009/08/01/updating-the-most-popular-tags-wordpress-plugin/</link>
		<comments>http://www.maxpagels.com/2009/08/01/updating-the-most-popular-tags-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 15:47:58 +0000</pubDate>
		<dc:creator>Max Pagels</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.maxpagels.com/?p=11</guid>
		<description><![CDATA[I&#8217;ve been swamped with work this summer, but have recently found some time to work on some of my projects, including the Most Popular Tags plugin for WordPress. The current version has been verified to work with WordPress versions up to 2.7.1, but as most of you probably know, version 2.8 of WordPress has already [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been swamped with work this summer, but have recently found some time to work on some of my projects, including the Most Popular Tags plugin for WordPress. <a href="http://wordpress.org/extend/plugins/most-popular-tags/">The current version</a> has been verified to work with WordPress versions up to 2.7.1, but as most of you probably know, version 2.8 of WordPress has already been out for a while.</p>
<p>A new version of the plugin, completed with update code and support for multiple widget instances, is currently being worked on and I hope to have the final version ready in a few weeks.</p>
<p>Thanks to each and every one of the 1,270 people (so far) who have downloaded the plugin!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxpagels.com/2009/08/01/updating-the-most-popular-tags-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.888 seconds -->

