Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
How Do You Scale a Tag Cloud?
(
outer-court.com
)
3 points
by
python_kiss
on April 10, 2007
|
hide
|
past
|
favorite
|
3 comments
dfranke
on April 10, 2007
|
next
[–]
Like this:
#tagcloud { height: 0%; width: 0%; }
That's about the proper scale.
staunch
on April 10, 2007
|
prev
|
next
[–]
I think the simple approach of raising the threshold works pretty well. Spend time improving the metric used by the threshold -- make that part smart. Think about how the reddit home page works, where there's a similar problem: too many good links.
dpapathanasiou
on April 10, 2007
|
prev
[–]
Here's a technique using power law distributions:
http://thraxil.com/users/anders/posts/2005/12/13/scaling-tag-clouds
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
#tagcloud { height: 0%; width: 0%; }
That's about the proper scale.