Page upgrade—now with blog-like goodness
I've added a dynamic news feature that's not completely unlike a blog in terms of function. No user comments... yet. I need to build a nice, clean, spam-proof system for that. But nonetheless, I will be adding regular content to this section. This site is really coming along... it's about time. I've had the domain for how many years?
Features to add:
- an archive system (currently only displays the latest 10 entries)
- nested comments. Probably no fancy AJAX script at first, but later maybe
- fix the box model so I don't have to fill in all of the text necessarily.
Probably just have to nest the
<p>
and<img>
in a<div>
- clean up so that we render nicer with no stylesheet. This mostly means
making more elements into
<li>
elements.