So I was cruising my del.icio.us links and getting frustrated with the complete lack of stylizing ability. I was for a long time thinking of just making something myself that does the same thing but never got around to it.
Until now that is.
I created an completely ASP based tag could function that will parse through your tags (be it for links, articles or anything that has space separated tags) and display them in alphabetical order, with size representing the number of items tagged with that tag.
Here is the code for the ASP functions: Click for code
To call it, just call it like any other function:
<%=tagCloud("links_base","")%>
Hope you all like this and have some use for it. If you do find it useful, please let me know.
Cheers