Poor Buffy. Your life resists all things average.

Willow ,'First Date'


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.

To-do list


Betsy HP - Nov 07, 2002 9:59:24 am PST #1254 of 10000
If I only had a brain...

I have an enhancement request to QuickEdit. It may well complicate the pattern-matching far too much to be worth it. Could we consider automatically transforming *foo* into foo?

Signed, Did Too Much Typing on Usenet


§ ita § - Nov 07, 2002 10:00:30 am PST #1255 of 10000
Well not canonically, no, but this is transformative fiction.

But
i foo
gets you foo.

Sometimes I just want to say *foo*, and sometimes I mean foo.


Nilly - Nov 07, 2002 10:03:35 am PST #1256 of 10000
Swouncing

Just got for a quote: "Hey, man, where are my pants, I have my hippo dignity. Oz", without an episode name ("What's My Line, II").

If somebody has more quotes, where should they be sent to?


P.M. Marc - Nov 07, 2002 10:05:51 am PST #1257 of 10000
So come, my friends, be not afraid/We are so lightly here/It is in love that we are made; In love we disappear

I'm with ita. *foo* is (though obviously not when I'm writing of the fanfic) not the same as foo to me. And mwah doesn't have the same impact as *mwah*

So, I vote stet.


§ ita § - Nov 07, 2002 10:10:45 am PST #1258 of 10000
Well not canonically, no, but this is transformative fiction.

Nilly, Hec's the official collector. Thanks for the correction -- it's been made.


Rebecca Lizard - Nov 07, 2002 10:20:18 am PST #1259 of 10000
You sip / say it's your crazy / straw say it's you're crazy / as you bicycle your soul / with beauty in your basket

Sometimes I just want to say *foo*, and sometimes I mean foo.

Wrod. There's really a stress difference, as I hear it.

t edited because quickedit doesn't wrk inside itself


Nilly - Nov 07, 2002 10:29:14 am PST #1260 of 10000
Swouncing

Thanks, ita. You, once again, prove how much you rock (um, krav should be proud to have you).


Betsy HP - Nov 07, 2002 10:44:55 am PST #1261 of 10000
If I only had a brain...

Oh. Okay.


John H - Nov 07, 2002 3:17:07 pm PST #1262 of 10000

At first blush, the coding and database design for the quizzes as John described them is no simpler than the coding for the episode guide.

I'm confused. The database design for the quiz is incredibly simple. One main table with questions. One table containing categories. One cross-reference table which identifies which categories go with which questions.

So you'd have:

Question [ID 0001] Name That Ep -- exhausted after fighting Adam, Buffy and the Scooby gang have a series of strange dreams in which they're pursued by a stone-age Slayer.
  • Bedrock
  • Sleepless
  • Restless
Primeval

And you'd have a table of categories, which would include:

...
Category [ID 0074] Questions About Season Five
Category [ID 0075] Xander's Sex Life
Category [ID 0076] Other Slayers
Category [ID 0077] Dream Sequence-A-Rama
Category [ID 0078] Buffy's Boyfriends
...

And you'd just need the matching table which would show that the question belonged to the appropriate categories:

QuestionCategory00010074 00010076 00010077

Whereas the Ep Guide was much more multidimensional, just because of problems like "Joss is sometimes a writer, sometimes a director, sometimes a producer and sometimes a composer" and required a lot more cross-referencing.

Have I missed something obvious?

I'm not in the least little bit saying we shouldn't do the episode guide. That was my idea too!

I definitely think we should do both.

One of the issues we'd have to take on board with the Ep Guide is some kind of check-out, check-back-in system, so that you could go to edit the entry for "Restless" to be told "Sorry, Hec has that one checked out at the moment" so as to prevent clashes and version problems.

The questions wouldn't require that kind of level of complexity just to get started.

But I don't want to argue the merits of either, like I said, just to re-state my (possibly mistaken) belief that the quiz is techically simpler than the guide.


§ ita § - Nov 07, 2002 4:15:27 pm PST #1263 of 10000
Well not canonically, no, but this is transformative fiction.

Database design's already done for the episode guide, was my point, and one of the tables already implemented.