Simon Willison’s Weblog

Subscribe

Items tagged rss in 2003

Filters: Year: 2003 × rss × Sorted by date


PHP Library Tips

Kellan Elliott-McCrea (author of the popular Magpie RSS parser): A Few Tips for Writing Useful Libraries in PHP. Kellan makes the interesting observation that PHP encourages a culture in which most development occurs in the context of either full applications or C extensions, with few people devoting themselves to releasing libraries.

[... 56 words]

Clearout

[... 257 words]

Google oddities

Dave Winer:

[... 182 words]

Supporting Conditional GET in PHP

This site’s RSS feeds now support Conditional GET. Since the feeds are dynamically generated on every request, adding support took a bit of hacking around with PHP. Here’s the function I came up with (based on the excellent description provided by Charles Miller in the article linked above):

[... 398 words]

Tim Bray on RSS

Tim Bray: RSS Needs Fixing:

[... 255 words]