News

Table of Contents

Web Site Development


After a very long time sitting idle, the Web site is finally starting to take shape with some content. ^_^ The site is currently "static" and I'm debating whether or not to write scripts to modify the XML or to generate the XML from a database and then build a frontend for that. It seems the only data that currently can't exist in a static form is a friendly date representation, such as "Two hours ago", but a custom tag in the XML source data could provide the PHP "engine" with all it needs to preprocess the XML before passing it on to the XSL processor and ultimately the client. It's a WIP. We'll see what comes of it as I slowly get around to filling in the pages. >_> It would respond to client requests faster if the XSL output was cached, so that's another feature that might be implemented in the near future.