<?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: Delicious tag cloud using Zend framework</title>
	<atom:link href="http://www.codediesel.com/php/delicious-tag-cloud-using-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com/php/delicious-tag-cloud-using-zend-framework/</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:39:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: mcguillan</title>
		<link>http://www.codediesel.com/php/delicious-tag-cloud-using-zend-framework/comment-page-1/#comment-1329</link>
		<dc:creator>mcguillan</dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=6#comment-1329</guid>
		<description>In order to make it work you just have to add another foreach before the foreach with the print to get the min and max:


foreach ($tags as $tagName=&gt;$tagCount)
{
    $cnt = $tagCount;
  
    if ($cnt &gt; $maxTagCount) $maxTagCount = $cnt;
    if ($cnt &lt; $minTagCount) $minTagCount = $cnt;
}</description>
		<content:encoded><![CDATA[<p>In order to make it work you just have to add another foreach before the foreach with the print to get the min and max:</p>
<p>foreach ($tags as $tagName=&gt;$tagCount)<br />
{<br />
    $cnt = $tagCount;</p>
<p>    if ($cnt &gt; $maxTagCount) $maxTagCount = $cnt;<br />
    if ($cnt &lt; $minTagCount) $minTagCount = $cnt;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcguillan</title>
		<link>http://www.codediesel.com/php/delicious-tag-cloud-using-zend-framework/comment-page-1/#comment-1328</link>
		<dc:creator>mcguillan</dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=6#comment-1328</guid>
		<description>The script does not work properly, because the max is unknown at the beginning.</description>
		<content:encoded><![CDATA[<p>The script does not work properly, because the max is unknown at the beginning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kiran aghor</title>
		<link>http://www.codediesel.com/php/delicious-tag-cloud-using-zend-framework/comment-page-1/#comment-3</link>
		<dc:creator>kiran aghor</dc:creator>
		<pubDate>Tue, 08 Apr 2008 15:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=6#comment-3</guid>
		<description>kool. How easy it that...</description>
		<content:encoded><![CDATA[<p>kool. How easy it that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

