<?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: 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>according to Steve Thomas</description>
	<lastBuildDate>Wed, 16 May 2012 05:59:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Yusuf Tokgoz</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1847</link>
		<dc:creator>Yusuf Tokgoz</dc:creator>
		<pubDate>Fri, 09 Mar 2012 08:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1847</guid>
		<description>hi , just a quich question, can we implement this search function instead of searching within our website, can we use the search term fromn google. ie. what they searched on google and came to our website?</description>
		<content:encoded><![CDATA[<p>hi , just a quich question, can we implement this search function instead of searching within our website, can we use the search term fromn google. ie. what they searched on google and came to our website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goofey</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1846</link>
		<dc:creator>Goofey</dc:creator>
		<pubDate>Fri, 09 Mar 2012 03:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1846</guid>
		<description>I should have found this from the beginning. Wasted a day, trying to implement the formula over at &lt;a href=&quot;http://en.wikipedia.org/wiki/Tag_cloud#Creation_of_a_tag_cloud&quot; title=&quot;wikipedia tag cloud&quot; rel=&quot;nofollow&quot;&gt;wikipedia page &quot;Tag cloud&quot;&lt;/a&gt;.

Of course percentage is better =) Thanks!

@WMI: Hn-tags is for headings. Use span or a tags for tags and set the sizes in the css, just like the blogpost explains. &lt;a href=&quot;http://www.w3schools.com/tags/tag_hn.asp&quot; title=&quot;w3schools hn-tags&quot; rel=&quot;nofollow&quot;&gt;more about h-tags at w3schools.com&lt;/a&gt;

-goof</description>
		<content:encoded><![CDATA[<p>I should have found this from the beginning. Wasted a day, trying to implement the formula over at <a href="http://en.wikipedia.org/wiki/Tag_cloud#Creation_of_a_tag_cloud" title="wikipedia tag cloud" rel="nofollow">wikipedia page &#8220;Tag cloud&#8221;</a>.</p>
<p>Of course percentage is better =) Thanks!</p>
<p>@WMI: Hn-tags is for headings. Use span or a tags for tags and set the sizes in the css, just like the blogpost explains. <a href="http://www.w3schools.com/tags/tag_hn.asp" title="w3schools hn-tags" rel="nofollow">more about h-tags at w3schools.com</a></p>
<p>-goof</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1844</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 06 Mar 2012 13:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1844</guid>
		<description>In the current state the terms field in database will get filled fast and with some misspelled terms or similar terms is there a way to filter out those ?

I used ur script btw with sqlite works ok ;p

Regards.</description>
		<content:encoded><![CDATA[<p>In the current state the terms field in database will get filled fast and with some misspelled terms or similar terms is there a way to filter out those ?</p>
<p>I used ur script btw with sqlite works ok ;p</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WMI</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1832</link>
		<dc:creator>WMI</dc:creator>
		<pubDate>Sat, 11 Feb 2012 14:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1832</guid>
		<description>Created a tag cloud today in php using yours as a reference. Would have used yours, but it wasn&#039;t exactly the way I needed it. Wanted to do more sizes than the 5 you list (increments of 20). It came out fairly well. 

Was wondering why you didn&#039;t use H tags for the different sizes?

@Flying Spaghetti Monster

Using the method GET should be working. The GET method just puts the content in the url bar, whereas POST hides the results.

If you want to try it out between GET and POST, change the script to use $_REQUEST instead of $_GET. That way you can switch between GET and POST without having to alter the php coding.</description>
		<content:encoded><![CDATA[<p>Created a tag cloud today in php using yours as a reference. Would have used yours, but it wasn&#8217;t exactly the way I needed it. Wanted to do more sizes than the 5 you list (increments of 20). It came out fairly well. </p>
<p>Was wondering why you didn&#8217;t use H tags for the different sizes?</p>
<p>@Flying Spaghetti Monster</p>
<p>Using the method GET should be working. The GET method just puts the content in the url bar, whereas POST hides the results.</p>
<p>If you want to try it out between GET and POST, change the script to use $_REQUEST instead of $_GET. That way you can switch between GET and POST without having to alter the php coding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaldaram.com</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1793</link>
		<dc:creator>Yaldaram.com</dc:creator>
		<pubDate>Thu, 12 Jan 2012 07:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1793</guid>
		<description>Thanks for the tutorial, I&#039;m trying to implement this on my website: http://yaldaram.com/index.php :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, I&#8217;m trying to implement this on my website: <a href="http://yaldaram.com/index.php" rel="nofollow">http://yaldaram.com/index.php</a> <img src='http://stevethomas.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunanda</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1767</link>
		<dc:creator>sunanda</dc:creator>
		<pubDate>Mon, 26 Dec 2011 06:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1767</guid>
		<description>i couldn&#039;t insert data into database</description>
		<content:encoded><![CDATA[<p>i couldn&#8217;t insert data into database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJ</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1663</link>
		<dc:creator>BJ</dc:creator>
		<pubDate>Wed, 23 Nov 2011 08:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1663</guid>
		<description>There is a mistake in the CSS:

#tagcloud .largest {
	font-size:larger;
}

SHOULD SPECIFY:
font-size:x-large;

see http://www.w3schools.com/cssref/pr_font_font-size.asp

thanks</description>
		<content:encoded><![CDATA[<p>There is a mistake in the CSS:</p>
<p>#tagcloud .largest {<br />
	font-size:larger;<br />
}</p>
<p>SHOULD SPECIFY:<br />
font-size:x-large;</p>
<p>see <a href="http://www.w3schools.com/cssref/pr_font_font-size.asp" rel="nofollow">http://www.w3schools.com/cssref/pr_font_font-size.asp</a></p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom in Pembrokeshire</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1516</link>
		<dc:creator>Tom in Pembrokeshire</dc:creator>
		<pubDate>Tue, 25 Oct 2011 16:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1516</guid>
		<description>Thanks Steve, that&#039;s generous of you to give away the script.</description>
		<content:encoded><![CDATA[<p>Thanks Steve, that&#8217;s generous of you to give away the script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arsalan</title>
		<link>http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html/comment-page-2#comment-1483</link>
		<dc:creator>Arsalan</dc:creator>
		<pubDate>Thu, 20 Oct 2011 20:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1483</guid>
		<description>hey Steve, Thanks a lot man.. this is exactly what i wanted.. :)</description>
		<content:encoded><![CDATA[<p>hey Steve, Thanks a lot man.. this is exactly what i wanted.. <img src='http://stevethomas.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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-page-2#comment-1434</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 13 Oct 2011 00:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://stevethomas.com.au/php/how-to-make-a-tag-cloud-in-php-mysql-and-css.html#comment-1434</guid>
		<description>@viperphp

Thanks for pointing that out, yes there was in fact a missing closing bracket in the insert sql. I have updated the tutorial and zip file accordingly.</description>
		<content:encoded><![CDATA[<p>@viperphp</p>
<p>Thanks for pointing that out, yes there was in fact a missing closing bracket in the insert sql. I have updated the tutorial and zip file accordingly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

