wordle

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 the FAQ http://www.wordle.net/faq#code My Questions Is there an algorithm available that does what Worlde does? If no, what are some alternatives that pro...

How to programatically send input to a java app running in a browser window?

Consider the most excellent wordle tag cloud generator: http://www.wordle.net/create Entering text into the "textform" textarea and clicking the go button starts up the wordle java applet on that page. No traffic goes back to the server. How can I cause this to happen programmatically? No hack too cheap!! background for this ques...