I want to display a blogroll, and I want it to be compact. (Because I'm bringing forward a long, long list of Radio subscriptions that would overwhelm my left sidebar.)
Phil Ringnalda generously provides the code to display one's blo.gs blogroll favorites in a popup menu (via PHP and JavaScript). The ultimate in compactness, eh? Thanks, Phil!
BTW, Phil's blogroll.php (actually, its output) validates as XHTML 1.0 Transitional after making the following modifications:
Encompass the emitted javascript with an HTML comment:
L81C44: add "<!--" before the "/n"
L87C11: add "-->" before "</script>"
and of course
L90C100: change "<br>" to "<br />"
[Populating popup menu in progress . . . ]
(Runner-up is blogrolling.com's service as used by Horst, for example, on the Aardvark main page. Note the effortless identification by asterisk which blogs have recently updated. Quite cool as well.)
2003-01-02 update: Similarly, why not conserve vertical sidebar space further by implementing popup (aka dropdown) menus for recent entries and archives as well as for blogroll? I first saw this done at Kung Fu Grippe, and in its page source I see Merlin credits Pete for the dropdown menu code. Thanks very much, Pete!