Brett asks, "What's the filesystem on Blogware?"

Strictly speaking, there is no file system. Blogware is an application run entirely from a database. Every word, picture and HTML file that makes it into your Blogware account is stored in a database until some one asks for it. And when they do, we retrieve, format it according to the templates that you've set and then sent it out via HTTP.

So what's the blog extension in the URL all about? Its an artifact of how we pull things out of the database. You'll notice that sometimes it is displayed, and sometimes its not - and even if it isn't, the system still assumes that its there.

In each case, the term "blog" will come before the applicable category and filename - ie http://yourblog.blogware.com/blog/mystuff/photos/birthday.html.

Make sense?