July 23, 2004 at 7:21PM Cleaned up the blogroll code
I fiddled about with the code in People and Stuff to:
- Download the blo.gs favorites feed and return it as a ColdFusion query. Wrote a nice new shiny custom tag for this, which I’ll make available once I’ve fixed up the parsing code to my satisfaction.
- Replaced my custom serialisation code to use WDDX. My favourites file is here. This is how I should have done things from the beginning, quite frankly.
- Seperated the rendering code out properly so that I can now I can include my blogroll in any page on the site.
Nice.
Now, here’s the big question: should I change the commenting code (which works on the whole site, not just the blog) to be db-based? This would mean I’d be able to find the most recent entries easily, and get a count on the number of posts.
Must add categories at some point too.
No comments.