So I mentioned a little while back about how I needed to code up an update for the site, so here it is in all its glory. One single solitary line (well, sort of). Everyone should be able to see it in the top right corner of the site.
<div style="position: absolute; top: 79px; right: 100px; font-size: 10px;
color: #555555;"> Posts: $amount[0] Technical: $amount[1] Comments: $amount[2] </div>
Yessir, I like inline CSS. For small single lines like this, it takes up less space and is more efficient. Dont fret, I still use regular CSS for large things such as a majority of this sites makeup.
As for the code, I needed a quick way of glancing and seeing the amount of posts, and specifically comments. That way I could always be sure if someone was posting something new and I could check it out.
I originally intended to have a nice cookie system setup, and it would link to the latest comment that the visitor had yet to see. But gave up after realizing it was much to large of a task for very little gain.
I still need to work on the admin panel (oh god), maybe a task for another day. I'm a bit busy codeing up my actual game engine. Did I mention I finished my map maker?