Here’s my fac.etio.us page (via).
Category Archives: Web
Alphabetically Sorted del.icio.us Feeds
The del.icio.us site is a good way to create and share bookmarks, but the sorting is limited to the date and time that the links was added. Fortunately the PHP array_multisort function (see Example 3 on the linked page) can be used to sort a del.icio.us RSS feed imported using MagpieRSS. The following code seems …
Lilina RSS Aggregator
Lilina is another MagpieRSS-based news aggregator. I set it up to read mass spectrometry feeds. It loads slowly until the cache is populated and then it is pretty fast. Also, the collapse by item feature doesn’t seem to work in Safari (the global collapse does work). But overall, this might be a useful device for …
Blog Button Maker
The Kalsey Consulting Group has a script for making those cute little blog buttons (the ones that look like campaign ribbons for geeks).
Feed to JavaScript
Another Magpie-based feed-parser is Feed2JS. Examples are on the lower right sidebar.
Server-side Newsfeeds
I set up some server-side newsfeeds using zFeeder. I also have some Zort feeds set up on the MS Blog and some mediawiki/MagpieRSS feeds on the group OS X server. Lots of other server-side options and examples are on the MagpieRSS links page.