<?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: Rounded Font-Sizes (with Colors!) for Tag Clouds</title>
	<atom:link href="http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Fri, 18 May 2012 18:22:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: palPalani</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3394</link>
		<dc:creator>palPalani</dc:creator>
		<pubDate>Tue, 16 Feb 2010 03:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3394</guid>
		<description>thanks for sharing this wonderful tip. its works for me.  great!</description>
		<content:encoded><![CDATA[<p>thanks for sharing this wonderful tip. its works for me.  great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eamonn</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3247</link>
		<dc:creator>Eamonn</dc:creator>
		<pubDate>Sun, 31 Jan 2010 22:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3247</guid>
		<description>Really like this. Sensible - as Teofilm says: why isn&#039;t it like this out of the box? Good one Mike.</description>
		<content:encoded><![CDATA[<p>Really like this. Sensible &#8211; as Teofilm says: why isn&#8217;t it like this out of the box? Good one Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OldGuy</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3244</link>
		<dc:creator>OldGuy</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3244</guid>
		<description>oops. That was supposed to be:

&lt;code&gt;.color-n { color: #123456; }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>oops. That was supposed to be:</p>
<p><code>.color-n { color: #123456; }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OldGuy</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3243</link>
		<dc:creator>OldGuy</dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3243</guid>
		<description>Glad to see that people like this. : )

I think in terms of &lt;code&gt;strpos&lt;/code&gt; and &lt;code&gt;substr&lt;/code&gt; so I naturally go there. Perhaps not the best method but for me it is the most readable.

@Lucian: To change the colors, just add some css:

&lt;code&gt;.color-n { #123456; }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Glad to see that people like this. : )</p>
<p>I think in terms of <code>strpos</code> and <code>substr</code> so I naturally go there. Perhaps not the best method but for me it is the most readable.</p>
<p>@Lucian: To change the colors, just add some css:</p>
<p><code>.color-n { #123456; }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3242</link>
		<dc:creator>Lucian</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3242</guid>
		<description>Do you think that this will fit into a blog made only in 2 or 3 colors ? How can we select the colors ?</description>
		<content:encoded><![CDATA[<p>Do you think that this will fit into a blog made only in 2 or 3 colors ? How can we select the colors ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TeMc</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3240</link>
		<dc:creator>TeMc</dc:creator>
		<pubDate>Sat, 30 Jan 2010 17:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3240</guid>
		<description>Great concept,

Just a side-note though: Maybe it&#039;s easier to use one or two &lt;code&gt;preg_match&lt;/code&gt;/regex&#039;es instead of the &lt;code&gt;strpos&lt;/code&gt; and &lt;code&gt;substr&lt;/code&gt;&#039;s.

Thanks again, I&#039;ll use this for sure the next time I&#039;m gonna make a tag-cloud. Especially the CSS-hook will come in handy. (/me&#039;s thinking of a jQuery script to color them automaticly from green to red (hot -&gt; not) for example.

-
TeMc</description>
		<content:encoded><![CDATA[<p>Great concept,</p>
<p>Just a side-note though: Maybe it&#8217;s easier to use one or two <code>preg_match</code>/regex&#8217;es instead of the <code>strpos</code> and <code>substr</code>&#8216;s.</p>
<p>Thanks again, I&#8217;ll use this for sure the next time I&#8217;m gonna make a tag-cloud. Especially the CSS-hook will come in handy. (/me&#8217;s thinking of a jQuery script to color them automaticly from green to red (hot -&gt; not) for example.</p>
<p>-<br />
TeMc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teofilm</title>
		<link>http://digwp.com/2010/01/rounded-font-sizes-tag-clouds/#comment-3234</link>
		<dc:creator>Teofilm</dc:creator>
		<pubDate>Fri, 29 Jan 2010 13:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=1316#comment-3234</guid>
		<description>Nice trick. I think that&#039;s the way it should be in WP out of the box.</description>
		<content:encoded><![CDATA[<p>Nice trick. I think that&#8217;s the way it should be in WP out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

