Sunday, October 28th 2007, at 10:53
If you’ve just upgraded Wordpress and find that when you browse your blog your web browser displays the following message
“the server is redirecting the request for this address in a way that will never complete.”
To fix this all you need to do is edit one file in the Wordpress installation.
The problem is due to [...]
Saturday, April 22nd 2006, at 23:36
RSSread 1.5 fixes a couple of bugs that were discovered by Luis.
Some links in the feed weren’t being parsed correctly if they included a “&” (&) character.
This only becomes apparent if the value of the tag is not wrapped in a <![CDATA[]]> tag.
This is due to the way xml_parse() handles special characters like “&” (&)
I [...]
Tuesday, April 4th 2006, at 23:19
RSSread 1.4 fixes a bug that effects the layout of posts when viewed with no shortening
It is down to a little spelling mistake, that I haven’t noticed before now.
In three places i used “\n\r” instead of “\r\n” which caused single new lines not to show up, whereas double new lines (or more) would not display [...]