<?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"
	>
<channel>
	<title>Comments on: How to make a tag cloud in PHP, MySQL and CSS</title>
	<atom:link href="http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/feed" rel="self" type="application/rss+xml" />
	<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html</link>
	<description>Web Development Tricks and Tools, PS3 &#38; Rants &#38; Raves</description>
	<pubDate>Sun, 23 Nov 2008 13:34:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Posicionamiento valencia</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-254</link>
		<dc:creator>Posicionamiento valencia</dc:creator>
		<pubDate>Tue, 07 Oct 2008 07:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-254</guid>
		<description>I have to add a tags searcher on one of my sites. I do not know ( now) how to make the sql. It is a nice article about usual cloud tags.</description>
		<content:encoded><![CDATA[<p>I have to add a tags searcher on one of my sites. I do not know ( now) how to make the sql. It is a nice article about usual cloud tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-245</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 07 Sep 2008 13:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-245</guid>
		<description>nah I don't think they parse css, only interest is in HTML like h1, h2 etc.</description>
		<content:encoded><![CDATA[<p>nah I don&#8217;t think they parse css, only interest is in HTML like h1, h2 etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-244</link>
		<dc:creator>Dominik</dc:creator>
		<pubDate>Fri, 05 Sep 2008 09:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-244</guid>
		<description>Nice Post... I'm thinking of implementing such a tag cloud for various artists on my &lt;a href="http://www.lyrix.at/" title="my lyrics page" rel="nofollow"&gt;lyrics page&lt;/a&gt;.  It would be interesting, if someone knew how to tell google or some other search engine bot the relevance of some certain tag. I know it's possible using sitemaps and the priority tag... does google parse the css? 

regards
dominik</description>
		<content:encoded><![CDATA[<p>Nice Post&#8230; I&#8217;m thinking of implementing such a tag cloud for various artists on my <a href="http://www.lyrix.at/" title="my lyrics page">lyrics page</a>.  It would be interesting, if someone knew how to tell google or some other search engine bot the relevance of some certain tag. I know it&#8217;s possible using sitemaps and the priority tag&#8230; does google parse the css? </p>
<p>regards<br />
dominik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khuram</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-242</link>
		<dc:creator>Khuram</dc:creator>
		<pubDate>Wed, 03 Sep 2008 13:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-242</guid>
		<description>Inspite of shuffle, I use this SQL

select * from
(select term, count(term) as cnt
from tbl_search_terms
group by term
order by cnt desc
limit 25
) subqTerms
order by term asc</description>
		<content:encoded><![CDATA[<p>Inspite of shuffle, I use this SQL</p>
<p>select * from<br />
(select term, count(term) as cnt<br />
from tbl_search_terms<br />
group by term<br />
order by cnt desc<br />
limit 25<br />
) subqTerms<br />
order by term asc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patato</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-235</link>
		<dc:creator>Patato</dc:creator>
		<pubDate>Mon, 04 Aug 2008 09:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-235</guid>
		<description>If you execute the query:

SELECT term, counter FROM search ORDER BY counter DESC LIMIT 30

you can be sure that maximum counter is in the first row of your result, so just read it ;)</description>
		<content:encoded><![CDATA[<p>If you execute the query:</p>
<p>SELECT term, counter FROM search ORDER BY counter DESC LIMIT 30</p>
<p>you can be sure that maximum counter is in the first row of your result, so just read it <img src='http://stevethomas.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tag Clouds: tutoriales y tips para crear nubes de tags - elWebmaster.com</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-232</link>
		<dc:creator>Tag Clouds: tutoriales y tips para crear nubes de tags - elWebmaster.com</dc:creator>
		<pubDate>Sat, 26 Jul 2008 12:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-232</guid>
		<description>[...] Cómo hacer una nube de tags en PHP, MySQL y CSS &#62;&#62; Tres tutoriales de la página de Steve Thomas. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cómo hacer una nube de tags en PHP, MySQL y CSS &gt;&gt; Tres tutoriales de la página de Steve Thomas. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasper</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-229</link>
		<dc:creator>Kasper</dc:creator>
		<pubDate>Thu, 17 Jul 2008 08:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-229</guid>
		<description>Nice stuff you put together. However, I can't stop wondering if the term "tag" is appropriate, since none of your elements in the cloud are tags. They are search words, and thus the term "search cloud" is more appropriate. Anyways, I'm only being pedantic because I would have loved to had seen an implementation of actual tags.</description>
		<content:encoded><![CDATA[<p>Nice stuff you put together. However, I can&#8217;t stop wondering if the term &#8220;tag&#8221; is appropriate, since none of your elements in the cloud are tags. They are search words, and thus the term &#8220;search cloud&#8221; is more appropriate. Anyways, I&#8217;m only being pedantic because I would have loved to had seen an implementation of actual tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirela</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-228</link>
		<dc:creator>mirela</dc:creator>
		<pubDate>Fri, 11 Jul 2008 16:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-228</guid>
		<description>Great tutorial for a beginner. Thank you very much Mr. Steve</description>
		<content:encoded><![CDATA[<p>Great tutorial for a beginner. Thank you very much Mr. Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linuxownzu</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-226</link>
		<dc:creator>linuxownzu</dc:creator>
		<pubDate>Fri, 20 Jun 2008 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-226</guid>
		<description>great article. an improvement I made was to use a database call to set the maximum field rather than hard coding it

$query  = "SELECT max(counter) as maxcounter from searches order by date desc, counter desc;";
		$result = $db1-&#62;Query($query);
		$arr_result = $db1-&#62;FetchArray($result);
		return $arr_result[0]['maxcounter'];

Thanks</description>
		<content:encoded><![CDATA[<p>great article. an improvement I made was to use a database call to set the maximum field rather than hard coding it</p>
<p>$query  = &#8220;SELECT max(counter) as maxcounter from searches order by date desc, counter desc;&#8221;;<br />
		$result = $db1-&gt;Query($query);<br />
		$arr_result = $db1-&gt;FetchArray($result);<br />
		return $arr_result[0]['maxcounter'];</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-222</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 13 Jun 2008 00:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-222</guid>
		<description>Hi Deepak,

Yes you definitely can filter out "bad words". An implementation i've used before is to just create an array of distasteful words, then as you are processing the search, check if (in_array($search_term, $bad_words))  show an error to the user and do not add the term to the search table.</description>
		<content:encoded><![CDATA[<p>Hi Deepak,</p>
<p>Yes you definitely can filter out &#8220;bad words&#8221;. An implementation i&#8217;ve used before is to just create an array of distasteful words, then as you are processing the search, check if (in_array($search_term, $bad_words))  show an error to the user and do not add the term to the search table.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
