Thursday, June 5th 2008, at 20:05
These past two weeks since I last posted I’ve been showing some old computers the “free” way!
I sent Windows 98SE to the recycle bin, and installed Linux! Or more specifically I first installed Puppy Linux, and then Zenwalk Linux
I got Puppy running on one, but the x windows system wouldn’t start up, so I switched [...]
Monday, August 7th 2006, at 21:53
This is a shameless plug for two other websites that I have running under the roganty.co.uk domain.
The first is devl.roganty.co.uk and is my development website where I place my scripts and programs for download.
The second is linux.roganty.co.uk and i just launched it today. It is where I will place links for the Linux os, and [...]
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 [...]