I added Series Collections to my personal blog at http://dbvt.com/blog. Series are in essence subcategories, which focus on a specific area within my primary categories. This keeps categories pertinent and their growth in check and allows for a large number of subject-specific subcategories, or Series.
The functional value of .Text Series may not be obvious to fellow bloggers, but it was another opportunity for me to work with ScottW's most excellent .Text 0.95 source.
This post describes the functions four components (sidebar menu, separate page to display Series, Series Administration, and Post Entry with Series.) I detail the code changes and additions to .Text for each of the four components in separate posts. In general, I treated a Series object as a LinkCategory object but with a new CategoryType.SeriesCollection value, extended the LinkCategory data object to include ParentCatID and ParentTitle properties, and went from there.