0
votes
3answers
45 views
Generating word stacks from arrays
I'm trying to do a simple word cloud exercise in PHP but with little twist. I have everything else done but I can't figure out how to do a loop that combines the words.
Here's exa …
0
votes
0answers
15 views
Interesting tag cloud implementations
What is the most interesting tag cloud implementation that you know? I'm searching for something easy to work with but somewhat non-standard. I know of WP-Cumulus 3D tag cloud, I'm …
0
votes
2answers
33 views
jquery append foreach to div
Hi all,
I'm trying to create a dynamic tag cloud using jquery, I want it to pull the keywords from the page and then spit them out in a div, but am not sure how to go about it - I …
0
votes
3answers
174 views
3D sphere tag cloud
Does anyone know how to achieve a 3D sphere tag cloud, like on this site:
http://krypted.com/
Is there a Javascript library that can easily do this, or was it most likely written …
1
vote
1answer
71 views
How can I implement a tag cloud on iPhone?
like this one here:
http://i27.tinypic.com/1zw0tqc.jpg
Is there an existing class that I can use?
-1
votes
4answers
137 views
How to create a php tag cloud?
How can I create a php tag cloud like stackoverflow's that limits each member a total of 5 tags each and allows members to edit them?
I'm not using any CMS and I don't intend to I …
3
votes
3answers
91 views
How to model tags in the database?
I have an existing webapp and want to add a tag feature so that users can tag existing objects. The question is should I add a tag column to each object? or should I normalize it a …
3
votes
1answer
104 views
On scaling tags in a tag cloud
I am implementing a tag cloud on a mobile device. The details of data-model etc, are not particularly important here. My question is about the scaling of tags:
What is the 'best' …
7
votes
10answers
456 views
What’s the best way to generate a tag cloud from an array? (using h1 through h6 for sizing)
Lets say i have an array like such
$artist = array("the roots","michael jackson","billy idol","more","and more","and_YET_MORE");
$count = array(5,3,9,1,1,3);
and i want to gener …
4
votes
2answers
860 views
Algorithm to implement something like Wordle
Context
Take a look at what wordle does : http://www.wordle.net/
it's much better looking than any other word cloud generators I've seen
note: the source is not avaialable - read …
2
votes
6answers
1k views
Django tag cloud plugin
Is there a good Django app out there that can take a list of tags and their frequencies of occurrence and render a tag cloud for them?
5
votes
5answers
415 views
What is the correct algorthm for a logarthmic distribution curve between two points?
I've read a bunch of tutorials about the proper way to generate a logarithmic distribution of tagcloud weights. Most of them group the tags into steps. This seems somewhat silly …
4
votes
3answers
106 views
Fitting tag cloud to available space
Given words and their frequencies and an area of screen real estate, what are good approaches to fitting a tag cloud to the space? The two variables I can think of to manipulate ar …
0
votes
2answers
73 views
Attaching a tag
What is the actual procedure for attaching multiple tags to a particular content in a project development. What is this tagging all about???
I need to create a tag cloud for my pr …
3
votes
1answer
359 views
“tag cloud” generators?
I would like to add a "tag cloud" to a project I'm working on. I see tons of them via google, but they seem to mostly be "enter an url" type.
I'm looking for one which either has …
