2.) Click the RSS icon in the address bar
3.) Note how only one entry (truncated to 100 characters by design) appears in the feed.
4.) Browse to the How Babby is Formed blog and click the Safari address bar's RSS icon.
5.) Note how the Safari feed contains more than one item, and not trunc'ed. Hrm.
Also, I thought through my tag-data management strategy pretty thoroughly, so now that I'm starting to get interested in aggregate tag analysis it'd be nice to actually implement all that. Start with a "maintenance" module to rebuild the entry-tags table entirely from the entries table, then plug mods into the entry-Create, -Update and -Delete modules, finishing with a tag-list viewer module.
And finally, there's a quirky issue where I write up an entry using an HTML entity, for example AMP or GT, and on submission it displays as the referenced character (as intended) but on retrieval, the edit facility un-entity's it so that I have the referenced character, not the HTML entity, in my edit box. Sloppy, and since I often edit entries multiple times, anywhere I use entities I have to replace the converted characters back to entities on every re-submit.