Tweaks and Bugs

So I’ve tweaked the backend a little, enlarged some input boxes and redone all the CSS, man what a mess! I would rewrite the whole thing from scratch but I doubt it would work properly afterwards. There’s a slight problem with the RSS feed, the links that are generated don’t quite work as it is no longer possible to call a post id via the address bar. Need to find a way to have the ID number parsed from the address bar in to the JavaScript for the AJAX functions.

Still no closer to implementing an RSS aggregator, the script I had doesn’t seem to like having it’s functions echoed later in the document, nor does it like having the feed variable set in another file (or a database for that matter). I have no intention of displaying other people’s content here, but I would like the CMS to support it. The only other thing on my To-Do list is add support for commenting, which shouldn’t be too hard. I’m also going to add an option in the backend to switch between ‘blog’ and ‘site’ mode, where either the most recent entry or the first entry is displayed by default.