RSS Manager

    Before I had access to a database server I wanted to have an RSS feed, but all the utilities to mange one required a database. The solution to my problem was to create a RSS manager that directly manipulated the RSS file, and so I did. Using PHP I made a web application that could manage multiple RSS feeds with the ability to create feeds, add, edit, and remove items.

It was very basic and not pretty at all, but it worked.