I've got a question. I'm ready to do the research, but I need direction. I want to create a small, portable database using xml or docbook I think. I want my webpage: http://www.smick.net to have my writings and or tutorials visible from a xml file. Basically when you go to my writings link, the menu of my journals shows up. But it's from an xml file. When you click on a link of a story, or journal, that story's paragraphs show up.
I was thinking I could do all this from mysql, but it becomes a pain porting that from another webserver.
so I thought, I'd learn about authoring with docbook, create my writings, or tutorial modules into an xml file. Then parse that file with php into the page. Is this just a waste of time, or a pretty cool idea. Where do I go to find a way. I'm not a programmer, so I was hoping to take existing parsing code and modify it.