CogDogBlog Wordle
CogDogBlog Wordle by cogdogblog
posted 1 Jul ’08, 6.26pm MDT PST on flickr

Wordle is a way cool visualization tool for making gorgeous tag clouds form text. Like many people, I did the easy thing first- a wordle made from my del.icio.us tags and then played with a not so easy to use tool to generate your flickr tags into text so you could "wordle" it.

But I want to think more creatively what to wordle. Hmmmm.

So I decide to run a MySQL query to generate all of the titles of my blog posts (going back to 2002):

SELECT `post_title` FROM `wp_posts` WHERE `post_status` = ‘publish’ and `post_type` = ‘post’

and exported that list (2050 lines) as a text and plopped it into Wordle.

So now I see the things I blog about… RSS, Blog, Spam, Learning, Web, New> Flickr, NMC… Hmmm what would you wordle?


If this kind of stuff has value, please support me by tossing a one time PayPal kibble or monthly on Patreon
Become a patron at Patreon!
Profile Picture for CogDog The Blog
An early 90s builder of web stuff and blogging Alan Levine barks at CogDogBlog.com on web storytelling (#ds106 #4life), photography, bending WordPress, and serendipity in the infinite internet river. He thinks it's weird to write about himself in the third person. And he is 100% into the Fediverse (or tells himself so) Tooting as @cogdog@cosocial.ca

Comments

  1. I might want to wordle the text of my course objectives/student performance standards in order to “see” how words like “remember”, “explain” and “understand” stack up against words like “analyze”, “evaluate” and “create”

Leave a Reply to jeffmason Cancel reply

Your email address will not be published. Required fields are marked *