Nov 15, 2007
A long, long time ago, I made an RSS feed for FoxTrot by Bill Amend, but it had since fallen through a crack in the pipes. Not to mention Bill Amend stopped doing dailies, and is now only doing a strip every Sunday, which made the feed even more obsolete.
That said, I’ve figured out the new URL’s Gocomics is using, and I’ve adjusted the script to display only strips from every Sunday. Here’s the URL:…
Oct 13, 2007
If you’re using pretty permalinks (as in your permalinks look something like /2007/03/post_slug), you can clean up your WordPress folder a bit by deleting these files:
wp-atom.php
wp-commentsrss2.php
wp-feed.php
wp-rss.php
wp-rss2.php
This is because as of, I believe, WordPress 2.2, these files are left behind only for legacy purposes — for people without pretty permalinks. The feed files themselves are located in wp-includes/ and with pretty permalinks, WordPress goes right to those files.
In fact, WordPress still …