<?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: Building a jQuery-Powered Tag-Cloud</title>
	<atom:link href="http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:53:09 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johan Wieliszynski</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-133371</link>
		<dc:creator>Johan Wieliszynski</dc:creator>
		<pubDate>Wed, 18 Nov 2009 22:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-133371</guid>
		<description>Thanks for sharing this code, very interesting article. I have found a completely free (including commercial websites) tag cloud script written in PHP on http://www.softwaremastercenter.com/free-tag-cloud-generator-script.html. I like it because it has a built-in text-to-tags parser and it filters out common words - if you inspect the code you will see maybe a thousand common words that will be removed. For fact, I have actually added more words to it. The styling options are pretty good for free software plus there is an option to get only the array of tags with weights and do your own styling. I started thinking about how to combine your code and their code.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this code, very interesting article. I have found a completely free (including commercial websites) tag cloud script written in PHP on <a href="http://www.softwaremastercenter.com/free-tag-cloud-generator-script.html" rel="nofollow">http://www.softwaremastercenter.com/free-tag-cloud-generator-script.html</a>. I like it because it has a built-in text-to-tags parser and it filters out common words &#8211; if you inspect the code you will see maybe a thousand common words that will be removed. For fact, I have actually added more words to it. The styling options are pretty good for free software plus there is an option to get only the array of tags with weights and do your own styling. I started thinking about how to combine your code and their code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oziks</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-133069</link>
		<dc:creator>oziks</dc:creator>
		<pubDate>Wed, 18 Nov 2009 05:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-133069</guid>
		<description>Article vraiment très bon.
Merci</description>
		<content:encoded><![CDATA[<p>Article vraiment très bon.<br />
Merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mantis</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-121310</link>
		<dc:creator>mantis</dc:creator>
		<pubDate>Wed, 21 Oct 2009 11:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-121310</guid>
		<description>Thank to this tut. I&#039;ll be back on this really useful site.</description>
		<content:encoded><![CDATA[<p>Thank to this tut. I&#8217;ll be back on this really useful site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t33y</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-118586</link>
		<dc:creator>t33y</dc:creator>
		<pubDate>Thu, 15 Oct 2009 12:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-118586</guid>
		<description>How would you integrate this in a sidebar thats made out of a list?

like this:

...
...


I tried this and several variations but the document doesn&#039;t pick up the script.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>How would you integrate this in a sidebar thats made out of a list?</p>
<p>like this:</p>
<p>&#8230;<br />
&#8230;</p>
<p>I tried this and several variations but the document doesn&#8217;t pick up the script.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malia</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-118308</link>
		<dc:creator>malia</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:43:25 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-118308</guid>
		<description>Hi, sorry I have 2 total n00b questions. 

In this tutorial do you have the files located in a folder titled &quot;jquery&quot; thats on the root level thus: &quot;localhost/jquery/tagcloud.php&quot;? if not what&#039;s the file layout? Where do the jquery and json files go? In the jquery folder? localhost? 

Also in the tagcloud database, the table is called &quot;tags&quot; and the columns &quot;tag&quot; and &quot;frequency&quot; right?</description>
		<content:encoded><![CDATA[<p>Hi, sorry I have 2 total n00b questions. </p>
<p>In this tutorial do you have the files located in a folder titled &#8220;jquery&#8221; thats on the root level thus: &#8220;localhost/jquery/tagcloud.php&#8221;? if not what&#8217;s the file layout? Where do the jquery and json files go? In the jquery folder? localhost? </p>
<p>Also in the tagcloud database, the table is called &#8220;tags&#8221; and the columns &#8220;tag&#8221; and &#8220;frequency&#8221; right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-117478</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 11 Oct 2009 17:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-117478</guid>
		<description>Cool :P</description>
		<content:encoded><![CDATA[<p>Cool <img src='http://net.tutsplus.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 78 jQuery Scenarios to Fall in Love &#124; ProgrammerFish - Everything that's programmed!</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-116388</link>
		<dc:creator>78 jQuery Scenarios to Fall in Love &#124; ProgrammerFish - Everything that's programmed!</dc:creator>
		<pubDate>Thu, 08 Oct 2009 03:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-116388</guid>
		<description>[...] 70)Building a jQuery-Powered Tag-Cloud [...]</description>
		<content:encoded><![CDATA[<p>[...] 70)Building a jQuery-Powered Tag-Cloud [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 55 Jquery Tutorials, Resources, Tips And Tricks: Ultimate Collection &#124; webdesignertutoriais.com.br</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-108315</link>
		<dc:creator>55 Jquery Tutorials, Resources, Tips And Tricks: Ultimate Collection &#124; webdesignertutoriais.com.br</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-108315</guid>
		<description>[...] 11.Building a jQuery-Powered Tag-Cloud [...]</description>
		<content:encoded><![CDATA[<p>[...] 11.Building a jQuery-Powered Tag-Cloud [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-108152</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Thu, 17 Sep 2009 18:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-108152</guid>
		<description>Thanks so much!  I wrote a Python server-side app that works with your example, now in Pastebin.  http://pastebin.ws/96h31d</description>
		<content:encoded><![CDATA[<p>Thanks so much!  I wrote a Python server-side app that works with your example, now in Pastebin.  <a href="http://pastebin.ws/96h31d" rel="nofollow">http://pastebin.ws/96h31d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ohaiyo</title>
		<link>http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-powered-tag-cloud/#comment-104041</link>
		<dc:creator>ohaiyo</dc:creator>
		<pubDate>Wed, 09 Sep 2009 17:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=2762#comment-104041</guid>
		<description>what&#039;s add-on with &quot;jsss&quot; icon  in the status bar of your firefox?</description>
		<content:encoded><![CDATA[<p>what&#8217;s add-on with &#8220;jsss&#8221; icon  in the status bar of your firefox?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.007 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 11:14:26 -->