I think we could have the whole Read new/Message center/Set profile/View bookmarks bit at the bottom, but we don't. I don't know why that was done that way.
A couple of reasons. Two of those links already exist down at the bottom of the page, grouped in with the navigation links. The other two are links you're not going to need for the tasks you're performing at the bottom of the page, which are navigation and posting, and redundancy can just as often be confusing as helpful. That's most of the why.
It's also a question of how often you do certain things. I'm often Navigating back and forth in a thread or heading to the Message Center. I rarely need to change my profile.
Right, that's another reason why it makes sense to have it (a) in a prominent place but (b) out of the way of the things you're more likely to want to do.
It's also a question of how often you do certain things.
Oh, wrod, of course. I change my tagline wicked often, so it feels all problematic and urgent to me. But if no one else feels the same way forget I asked.
You do have read new and message center at the bottom, you realize?
Of course. I was just describing that one group of links, compared to what's at the top left. I like things just exactly the way they are.
Has there been love in here lately? Because I love this board. It's like, instant feature gratification for the obsessed.
I came here tonight to post that VERY thing. I love the builders and the Admins and everyone involved with its existence (and I'm not even drunk).
Hey is it still Hil's birthday? Here's something mathy anyway.
I found this calculation lying around in an old Perl script:
$season_number = int(($episode_number + 9)/22) +1;
where "int" means "convert to integer". It's the calculation to tell you what season of Buffy an episode is from.
I've forgotten how I arrived at it but it appears to work... it might be of use when we're working on the DB?
You can also figure out what episode number it was within the season by adding 10 and then taking it mod 22. (This won't work for season 1).
I'm confused -- how are the episodes numbered?