News Feed
Jobs Feed
Sections




News Archive
Maggie Nelson's Blog:
NTILE() - easy way to generate tag clouds
April 29, 2008 @ 13:44:01

For the Oracle users out there looking for an easy way to pull those tags together and make a handy little cloud out of them, Maggie Nelson has posted about a simple Oracle function that can help - NTILE.

For example, check out the documentation for the NTILE Function. Yeah, sounds kind of boring. What good could it be in the wonderful world of web development? After all, who manages employee or sales tables anymore... Answer: generating tag clouds.

Her SQL statement categorizes the tags for you automatically, dropping them in to "buckets" of font sizes. This makes it simple to loop through them (like with a foreach) and output your tags with a little help from some CSS. You can even specify how many buckets you want it to fill (how many different tag values to get and compare).

0 comments voice your opinion now!
ntile tag cloud tutorial oracle sql order bucket


blog comments powered by Disqus

Similar Posts

Joshua Thompson's Blog: Prototype-based programming in PHP

DeveloperTutorials.com: WordPress Customization

Oracle: PHP RPMs for Oracle (PHP 5.2.3)

Christopher Jones' Blog: OCI8 is Leading DB Driver Code Coverage Numbers

Wez Furlong\'s Blog: Oracle\'s PHP Developer of the year 2005


Community Events











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


framework testing example community code development functional introduction podcast series phpunit conference opinion zendframework2 interview tool object unittest language release

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