More website coding

I’ve been working bit-by-bit on my website in the past few days. I just got done writing a PHP utility function to construct HTML ChangeLogs for me, since I get real tired of writing them in 5 different places.

I’m liking PHP less and less the more I have to use it, because of many little things that have all been adding up. In fact, I think the only reason I’m still using it is since it integrates with HTML so smoothly. It would be neat if you could do something like:


  # Some Python code here...
?>
</pre>


I also tried to add a comments plugin to my blog software. The comments plugin itself works, but the anti-spam part that I want to add keeps having problems maintaining its session information. I refuse to activate a comments system without it, so until I get it to work you guys will have to do without.