URL Rewriting and Passed XHTML Strict Validation
Monday September 24, 2007
A couple of new things have happened in the past week. First off, I fixed my XHTML Strict validation. Is XHTML Strict such a big deal? At the moment, no, not really. Internet Explorer doesn't render XHTML in XML (the way its supposed to be rendered), it has to render it in text/html. However, XHTML helps keep documents clean and easy to edit. Plus, my motto is to keep things simple - XHTML helps me accomplish that.
I also added some simple URL Rewriting using mod_rewrite. It's nothing amazing, but it's something to help keep my URLs clean and easy to read - it's so much better than those ugly querystrings.
One other thing, you may notice the View Comments link under each blog. Currently, it only links to the page that displays that single blog. I haven't created the ability for people to comment on blogs - it's the next thing on my list.

