Don't belong. Dangerous, like you. Can't be controlled. Can't be trusted. Everyone could just go on without me and not have to worry. People could be what they wanted to be. Could be with the people they wanted. Live simple. No secrets.

River ,'Objects In Space'


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


plasmo - Sep 19, 2002 5:23:58 pm PDT #253 of 10000
{[-_-]}

This forum looks awesome, thanks. Another one for me to become addicted to, YAY!


Michele T. - Sep 19, 2002 5:41:44 pm PDT #254 of 10000
with a gleam in my eye, and an almost airtight alibi

Whee! Looks good, folks.

Minor cosmetic suggestion -- I'm wondering if maybe the text-entry box should be centered? What do people think?


Tom Scola - Sep 19, 2002 6:45:36 pm PDT #255 of 10000
Mr. Scola’s wardrobe by Botany 500

The text entry box, and the instructions above it, and the "post message" button, should all be left-aligned in the middle column. Maybe even above the invisible asterisks.


Michele T. - Sep 19, 2002 6:50:06 pm PDT #256 of 10000
with a gleam in my eye, and an almost airtight alibi

Left-aligned in the center column is a better idea than centering, yes. And perhaps the two lines of information about the box could be separated by a "br" rather than a "p."

If it's just HTML, I may have some time to code if needed.


Rebecca Lizard - Sep 19, 2002 7:25:24 pm PDT #257 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

I'm just wondering, if you have the time to say, why are there white-fonted asterisks instead of a collection of  s?


Betsy HP - Sep 19, 2002 8:09:49 pm PDT #258 of 10000
If I only had a brain...

Oooh. Secret asterisks. it's like the prize at the bottom of the CrackerJacks!


DXMachina - Sep 19, 2002 10:19:02 pm PDT #259 of 10000
You always do this. We get tipsy, and you take advantage of my love of the scientific method.

I'm just wondering, if you have the time to say, why are there white-fonted asterisks instead of a collection of  s?

You'll have to wait for Jon to return to get an answer. I'm pretty sure they're there to help get one browser or another (probably Netscape) to display the page properly when there are no full lines of text on the page.


§ ita § - Sep 19, 2002 10:25:47 pm PDT #260 of 10000
Well not canonically, no, but this is transformative fiction.

Yes -- it's for table width. It used to be a sentence. Spaces wouldn't have the same effect.


John H - Sep 19, 2002 10:26:36 pm PDT #261 of 10000

Message Centre (sorry, I physically can't spell it the American way)

Just want it noted that I've been spelling it the UnAmerican way, but not necessarily calling attention to it...

why are there white-fonted asterisks instead of a collection of  s?

Jon explained this to me but it made my head hurt. That bit is only there to guard about strange wrapping, in Netscape, for threads with no posts in them, or something.

And in response to Gar's

the "one" on the second line of the verse poofs, but he "on" third does not

did my fix not sort that out, ita, or didn't it get put in yet?

The code, Gar, is

HTML-opening-bracket, some stuff, a space, a word beginning with on, some more stuff until an HTML-closing-bracket

What happens is that this:

<pre>something one something</pre>

gets read as if the "one" is between the red brackets, which technically it is, but that wasn't the intention of the code. We need to make the "some more stuff until an HTML-closing-bracket" portion of the regex change to "ome more stuff until the next HTML-closing-bracket", which should fix it.

I think we can fix it up


§ ita § - Sep 19, 2002 10:29:00 pm PDT #262 of 10000
Well not canonically, no, but this is transformative fiction.

John, is the last regexp this:

/(<.*?)\\son[a-zA-Z]+([^>]+>)/

because that's what's in there.