Probably netscape 7.0 weirdness. Anyway the current font works for me, and apparently no-one else.
Anya ,'Potential'
Buffistas Building a Better Board
Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
Thanks for the table, I'd just been wondering why I couldn't find a link to the search page.
connie, the search engine.
Thanks, I've got the link bookmarked at home, but I don't here at work.
Random piece of information: alicelizard is the 200th new user we've added since Joss posted.
377 - John H - Shorten screen-stretching URLs
I didn't think this was implemented yet, but I did write some code which did it and send it to ita, right? I'm not just dreaming that?
And hey, that spanking I was going to get for my unclosed font tag? That was a deliberately unclosed font tag just to test the consequences! So I should ... get two spankings. Or something.
Leaving it open and pinking the thread is what deserves the punishment.
We need to track, in addition to what's already covered:
- coded?
- tested?
- priority/phase
OK, I'm ready to start coding the ENUF/MARCIE feature now. What do I need to learn/know/do?
Huh. Actual, at work, other people present LOL, there.
While I fully understand the renewed sense of urgency, we need to get our underpinnings aligned. Make sure we know what else's in what order for priority, and have CVS or some substitute all set up.
Otherwise we risk ruin.
What do I need to learn/know/do?
Notwithstanding ita's foresightedness, as I understand it, it ought to be relatively simple.
In the process of showing posts in threads, you'd just be adding an if-clause.
if($postername in $list_of_MARCIE'd_posters){ print ("post by $postername"); } else { proceed as normal }
right?