Desktop tagging
Ever wondered how one creates the tag cloud which we see very often on delicious, technorati, amazon?
Parsing the text and storing it in a database and then highlighting the text based on their frequency. Sounds simple..But what if you were to be given YAHOO’s parsing algo…So, here’s the way to go:
Grab newsfeeds that you define. Use caching to make sure that they are not fetched too frequently. Stuff them into a MySQL database.