<?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: A Quick AlphaLabelIncrementer</title>
	<atom:link href="http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/</link>
	<description>Big ideas start small.</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:25:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: muskaddem</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-1737</link>
		<dc:creator>muskaddem</dc:creator>
		<pubDate>Thu, 05 Feb 2009 07:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-1737</guid>
		<description>Thanks for your reply. This is the tricky point that i have missed.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply. This is the tricky point that i have missed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-1734</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Wed, 04 Feb 2009 20:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-1734</guid>
		<description>You should be able to register it just like any other plugin. Previously you needed to register LabelIncrementer under the name labelincrementer but this is no longer the case. So you should be able to do something like:

&lt;plugin name=&quot;alphaincrementer&quot; class=&quot;com.jeffreyfredrick.cc.AlphaLabelIncrementer&quot; /&gt;

and then use it in your project with:

&lt;alphaincrementer /&gt;</description>
		<content:encoded><![CDATA[<p>You should be able to register it just like any other plugin. Previously you needed to register LabelIncrementer under the name labelincrementer but this is no longer the case. So you should be able to do something like:</p>
<p>&lt;plugin name=&#8221;alphaincrementer&#8221; class=&#8221;com.jeffreyfredrick.cc.AlphaLabelIncrementer&#8221; /&gt;</p>
<p>and then use it in your project with:</p>
<p>&lt;alphaincrementer /&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muskaddem</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-1733</link>
		<dc:creator>muskaddem</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-1733</guid>
		<description>For cc versions after 2.8, how custom label incrementer plugins can be registered? Before 2.8, it can be registered with plugin element used in config file like below.

But this usage not registers the plugin for cc version 2.8.2.</description>
		<content:encoded><![CDATA[<p>For cc versions after 2.8, how custom label incrementer plugins can be registered? Before 2.8, it can be registered with plugin element used in config file like below.</p>
<p>But this usage not registers the plugin for cc version 2.8.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-26</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Sat, 12 Jul 2008 16:50:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-26</guid>
		<description>PasteBin version of &lt;a href=&quot;http://pastebin.com/f14c28c7b&quot; rel=&quot;nofollow&quot;&gt;test&lt;/a&gt; and &lt;a href=&quot;http://pastebin.com/f6b24c0d1&quot; rel=&quot;nofollow&quot;&gt;code&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>PasteBin version of <a href="http://pastebin.com/f14c28c7b" rel="nofollow">test</a> and <a href="http://pastebin.com/f6b24c0d1" rel="nofollow">code</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-21</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-21</guid>
		<description>Pastie seems to have recovered today, so here&#039;s &lt;a href=&quot;http://pastie.org/232142&quot; rel=&quot;nofollow&quot;&gt;the test&lt;/a&gt; and &lt;a href=&quot;http://pastie.org/232147&quot; rel=&quot;nofollow&quot;&gt;the code&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Pastie seems to have recovered today, so here&#8217;s <a href="http://pastie.org/232142" rel="nofollow">the test</a> and <a href="http://pastie.org/232147" rel="nofollow">the code</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bret</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-19</link>
		<dc:creator>Bret</dc:creator>
		<pubDate>Fri, 11 Jul 2008 14:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-19</guid>
		<description>I&#039;ve used pastie. We also have a page on our confluence wiki where people upload code.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used pastie. We also have a page on our confluence wiki where people upload code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jtf</title>
		<link>http://blog.jeffreyfredrick.com/2008/07/10/a-quick-alphalabelincrementer/comment-page-1/#comment-18</link>
		<dc:creator>Jtf</dc:creator>
		<pubDate>Fri, 11 Jul 2008 00:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeffreyfredrick.com/?p=10#comment-18</guid>
		<description>I should mention that http://pastie.org/ gave me Internal Server errors when I tried to use it.</description>
		<content:encoded><![CDATA[<p>I should mention that <a href="http://pastie.org/" rel="nofollow">http://pastie.org/</a> gave me Internal Server errors when I tried to use it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
