Well, I gotta figure out a way to remember people's progress I guess??? Although I guess many comic/blog related stuff just show the most recent stuff. I dunno, since you cannot bookmark specific pages, you kinda gotta write it down.
The downsides of not using proper APIs I guess.
Scratch all of that, ya boy forgot cookies existed! That's right, now whenever you leave this page, coming back to it will open the post you were last reading! Hurrah! The biggest problem is though that I will have to use Node.JS if I want to continue this. Seriously, I have to, or else I won't be able to do any file tomfoolery (counting how many I have, etc.)
This basically means I can't do things like automatically detecting how many posts I can display before having to stop the user from overflowing, or even something as simple as as a post Archive. Man, I suck at my work lmao.
Update 2: Through the power of JQuery, I can in fact just test if the page exists. If it does, allow it! If not, fail it. I can totally make a side panel archive using this, though it'd take a while.