News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Building a jQuery-Powered Tag-Cloud
January 29, 2009 @ 17:30:03

Dan Wellerman has written up a tutorial for NETTUTS.com about making a jQuery and PHP-powered tag cloud out of the tagging already a part of your site.

Aside from the actual links themselves, which give people an idea of the subjects that your site covers, they can also show how popular the different subjects are. Another great thing about tag-clouds is that they can be used to describe the frequency of anything; you can link to articles, blog posts, images, video, or anything else that you have in abundance on your site.

The javascript makes an Ajax call back to a PHP script waiting in the background (that pulls the tags out of their example database). It puts them into a JSON format and pushes them back out to the script, though they should have gone with json_encode instead of their own partial soltuon.

The jQuery then parses the JSON message back out and drops it into CSS styled divs already in the page. As always, the source in available for download.

0 comments voice your opinion now!
tutorial jquery tag cloud backend json ajax


blog comments powered by Disqus

Similar Posts

Giri Mandalika's Sun Blog: MySQL Native Driver for PHP, mysqlnd

Wes Shell's Blog: Encapsulation in PHP

Utah PHP Users Group: March 2006 Meeting - 16th @ 7pm

Christian Weiske's Blog: Working with .phar files

Venture Skills Blog: Want to create a site like Digg with no programming?


Community Events











Don't see your event here?
Let us know!


podcast framework database phpunit language zendframework2 introduction community development rest interview opinion series functional usergroup release testing symfony2 example conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework