This is the Message Centre for There is only one thing worse than being Gosho, and that is not being Gosho
Hello!
The Phantom Sheep Started conversation Oct 28, 2000
Hello, Just popped by to say i like you page. I look forward to checking out the hundresd of links you have, next time i'm on. TTFN
Hello!
There is only one thing worse than being Gosho, and that is not being Gosho Posted Nov 2, 2000
Hello Phantom Sheep, and thank you for those kind words about my page. I'd like to put some more pictures on it but this is my first ever attempt at code writing so I'm sticking to the easy stuff for the time being - links, headers, lists. I hope you enjoy the links. I certainly enjoyed some of the links on your home page, especially the bubble wrap and the Homer dance
Hello!
The Phantom Sheep Posted Nov 6, 2000
Hello again, I've desided to go all seasonal, and am about to create a photo gallery. If you every create a home page I'll happily exchange links. TTFN
Hello!
There is only one thing worse than being Gosho, and that is not being Gosho Posted Nov 8, 2000
Is your h2g2 personal space written in GuideML or HTML? How do you do that thing at the bottom that says "welcome to my personal space" like a tickertape?
Hello!
Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. Posted Dec 13, 2000
What a cool name you have! And what an awful number of titles you have too!
(I have a feeling that the answer to this almost has to start with "All the better to...." but anyway, just thought I'd add my vote of support!)
Cheers!
, or
Hello!
Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. Posted Dec 13, 2000
I mean, uh, awfully long. Not awful.
And do you think the smiley .sig makes sense? I'm just trying it out for the first time.
Take care,
, or
Hello!
There is only one thing worse than being Gosho, and that is not being Gosho Posted Dec 14, 2000
Hello , or . I think your smiley.sig is really good, and I wish there was a gosh smiley.... there's a 'yikes' smiley, I wonder if that would work? .
Thank you for visiting my page, and for the kind words. As far as my name goes, I can't claim that I dreamed it up - I got it from a book by Geoffrey Willans and Ronald Searle called 'Down With Skool'. I'm always at a loss to think up good user names whenever I need one online, but then I'll think of one a few days later, by which time I've already used the one I punched in, and it wouldn't be helpful to change it . And as far as the titles go, well, the good thing about h2g2 is that you only have to ask for them, and they're granted I'm looking forward to checking out some of your links, especially the one on glass blowing - I could watch someone doing that for hours . Nice talking to you.
oooo
Hello!
Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. Posted Dec 15, 2000
It'd be wonderful to be able to learn everything that interested you. If I had three lifetimes to devote to everything, glass blowing would definitely be one thing I'd do.
, or
Hello! (Ho Ho Ho)
The Phantom Sheep Posted Dec 22, 2000
Sorry for the delay, I've not been tinkering with my websites and negleting H2g2
Here is a funky little piece of code which you can paste into a website or the guide, if you know html.
<!-- this scrolls text across the bottom bar-->
var msg = "Hello, welcome to my home page, Sign my guest book!";
var spacer = " ";
var pos = 0;
function ScrollMessage()
{
window.status = msg.substring(pos, msg.length) + spacer +
msg.substring(0,pos);
pos++;
if (pos > msg.length) pos = 0;
window.setTimeout("ScrollMessage()", 150);
}
ScrollMessage();
This is not my creation, I'm not that good, I got it from Bravenet.com I think.
TTFN
Key: Complain about this post
Hello!
- 1: The Phantom Sheep (Oct 28, 2000)
- 2: There is only one thing worse than being Gosho, and that is not being Gosho (Nov 2, 2000)
- 3: The Phantom Sheep (Nov 6, 2000)
- 4: There is only one thing worse than being Gosho, and that is not being Gosho (Nov 8, 2000)
- 5: Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. (Dec 13, 2000)
- 6: Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. (Dec 13, 2000)
- 7: There is only one thing worse than being Gosho, and that is not being Gosho (Dec 14, 2000)
- 8: Sad, Mad or Bad? - I always wanted to be a dino, but alas, I'm just old. (Dec 15, 2000)
- 9: The Phantom Sheep (Dec 22, 2000)
More Conversations for There is only one thing worse than being Gosho, and that is not being Gosho
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."