RSSread released!

My latest pet project, RSSread, has been released, though it is still being worked on.

RSSread has been incorporated into my homepage.
So this post and any new ones will also be shown on my homepage.

All of this has been done by reading the XML file which is produced by my blog, this means that any RSS feeds can be read by my script, as long as they are XML files.
The script can be configured in a number of different ways which can be found on the example page
It is actually only the example page which is still being worked on, but because this file is being included in the zip file, I have not yet properly released RSSread.

I will post more details in a few days time when I have finished the example page

Ajax

My Image Gallery viewing script has been lying stagnant for a couple of weeks now.
But the past two days I have been working on javascript to load the galleries.xml file and then parse it and store the data into arrays.

This is the second U-turn I have done on this project, the first, was that I wouldn’t load the file with javascript and to have the page refresh when the view changes, and know I have the javascript working, which is what I am now keeping it as!

This sudden flurry of activity is still only on the admin panel, but hopefully when I have this finished then I can start work on the actual script.