Comments on: Word Cloud in PHP http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Del http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5387 Sun, 22 Jul 2007 16:23:17 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5387

Yes, I didn’t write it from scratch. In the time honored tradition, I stole the code, and adapted it to my needs. Why waste the precious wetware cycles in my brain, if someone already did most of the legwork.

Very true, I am glad you found it useful! I am going to update the script soon to allow a string to be converted to a cloud (like above) and also for the ability to assign a URL to a keyword.

Thanks again!

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5343 Fri, 20 Jul 2007 15:00:24 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5343

Oh wow! Good idea. I don’t know what do you mean by AJAX here (mouseover effects wouldn’t be asynchronous nor would they use XML) , but yeah – some sort of effect on mouseover is a good idea!

Reply  |  Quote
]]>
By: Jason http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5340 Fri, 20 Jul 2007 13:11:10 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5340

It’s a WOW widget! Have it Ajax contexts around mouseovered tags, it’d be priceless.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5321 Thu, 19 Jul 2007 17:53:39 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5321

LOL! ture!

I can’t even copy and paste code without somehow introducing typos. I swear, it was spelled correctly in the code, because it worked when I tested it.

Reply  |  Quote
]]>
By: Fr3d http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5320 Thu, 19 Jul 2007 17:47:51 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5320

echo $cloud->showCloud(ture);

ture? :P

Nice bit of code though :)

Reply  |  Quote
]]>
By: Adam Dempsey http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5308 Thu, 19 Jul 2007 15:11:47 +0000 http://www.terminally-incoherent.com/blog/2007/07/19/word-cloud-in-php/#comment-5308

Thanks for the great example, I’ve been looking for something like this for a while!

Reply  |  Quote
]]>