XML Persistence
Monday, February 2nd, 2004I really don’t like having to mess with databases if I don’t have to, and it doesn’t really make sense to for a small site anyway. So when I implemented this little blog the other night, I decided to use text files to store my data. Now, I could easily use a comma-separated format to […]