Don't you just love this party? Everything's so fancy, and there's some kind of hot cheese over there.

Kaylee ,'Shindig'


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


Noumenon - Nov 03, 2002 9:23:01 pm PST #1150 of 10000
No other candidate is asking the hard questions, like "Did geophysicists assassinate Jim Henson?" or "Why is there hydrogen in America's water supply?" --defective yeti

Oh, I deleted once I realized I misread both parts of your question and made you sound dumb. Sorry you read it.


Jon B. - Nov 03, 2002 9:23:36 pm PST #1151 of 10000
A turkey in every toilet -- only in America!

wouldn't it be a lot easier if there were links to the search function, as on worldcrossing, and AFAIK on most other discussion sites?

The search function is still in beta. ita doesn't want it widely used until she's worked out some kinks.


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

Dai, the search function is in beta, which is why it isn't on every page yet.

Jon -- strlen($tagline) will count the number of characters in the string.


John H - Nov 03, 2002 9:30:27 pm PST #1153 of 10000

it seems like it wouldn't be to difficult to code with PHP, if I knew how to use that function

that would be the strlen() function, and it's just

strlen(whatever)

but the good thing about the JavaScript version is you wouldn't need a hit on the server to get the answer, it would come up instantaneously in a dialog.

After all, you can see if it's over the set length by submitting the form and seeing if some of it disappears.

Anyway, see [link] for the idea in action.


Dai Watkins - Nov 03, 2002 9:30:31 pm PST #1154 of 10000

I see. All right then, I'll wait until the kinks have been dekinked. And if I've sounded ungrateful, believe me I'm not.


Jon B. - Nov 03, 2002 9:32:57 pm PST #1155 of 10000
A turkey in every toilet -- only in America!

Jon -- strlen($tagline) will count the number of characters in the string.

Excellent. Let me work on it (unless someone else wants to...?).


Jon B. - Nov 03, 2002 9:36:21 pm PST #1156 of 10000
A turkey in every toilet -- only in America!

Anyway, see [link] for the idea in action.

That's sweet, John. Very elegant. Let's just make sure the anti-javascript contingent doesn't have a problem with it, and I'll add it in.


§ ita § - Nov 03, 2002 9:38:25 pm PST #1157 of 10000
Well not canonically, no, but this is transformative fiction.

As long as nothing depends on the JS (ie, the PHP code still counts the length of the tagline and spits back an error message (which still means a hit on the server, but it's an error -- it should be reported)), I have only the most transparent of principle objections.


Michele T. - Nov 03, 2002 9:39:30 pm PST #1158 of 10000
with a gleam in my eye, and an almost airtight alibi

The problem with JS tends to be that people use it for actual important functionality, and don't provide alternate methods to do the same thing. This is a minor piece of frippery, and not anything anyone needs to use the board, so although I think JS is a mostly-bad idea, I don't see any problem with this except the question of where it should go on the edit profile screen so it'll be clear and not cluttery.

ETA: ita and I have much the same general sentiments about Javascript, just phrased differently.


John H - Nov 03, 2002 9:39:42 pm PST #1159 of 10000

Let's just make sure the anti-javascript contingent doesn't have a problem with it

The trick is that the button itself is written with JavaScript, so, by definition, anyone who doesn't have JavaScript will never see it.

I haven't tested on Netscape and Mozilla and whatever. What did you look at it with?

Oh, and ita, would anything weird happen on submission of the form, now that it's got a new input? I don't think so, but we could always make it a text/image link, not a button, if that was a factor.