A Conversation for GuideML Gadgets
- 1
- 2
Cross-browser Marquee
some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one Posted Feb 21, 2002
The site I obtained the original script from (which I modified enough that there's probably more of my own code than their's in what got moderated) must have changed their terms of use since I first posted the page. I had checked their terms of use to make sure I was allowed to suggest it for H2G2 before posting, but they now say that you can't redistribute their scripts. I'm going to rewrite the script from scratch, but the page may be down for a while.
Cross-browser Marquee
lw - ck Posted Feb 21, 2002
put me down
if you need any help with the scriptting pop over to the programmers corner A604937
CK
Cross-browser Marquee
some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one Posted Feb 22, 2002
I think I'll start off just hacking the code, although once I've got it up again I'll probably go over and request comments/suggestions/etc.
Cross-browser Marquee
Spike Anderson is sorry he can't catch up on a whole month's backlog Posted Feb 27, 2002
Very nice! Sign me up!
-Spike A.
Cross-browser Marquee
Spike Anderson is sorry he can't catch up on a whole month's backlog Posted Apr 6, 2002
Any progress?
-Spike A.
Cross-browser Marquee
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 6, 2002
Cross-browser Marquee
Spike Anderson is sorry he can't catch up on a whole month's backlog Posted Apr 6, 2002
Yeah, but what about the cross-browser code?
-Spike A.
Cross-browser Marquee
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Apr 6, 2002
There won't be anything in the GuideML standard that doesn't work across all the version 4+ browser platforms... I hope...
Cross-browser Marquee
Spike Anderson is sorry he can't catch up on a whole month's backlog Posted Apr 9, 2002
Well...
F86553?thread=175576&skip=0&show=20#p1888566
-Spike A.
Cross-browser Marquee
Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. Posted Jun 5, 2002
ditto
Cross-browser Marquee
Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. Posted Jun 8, 2002
no need her is the code that
I had got one that was lying around
my text
x = 1100;
xSpeed = 5;
function AnimateShip() {
document.all.item('sh1').style.left = x;
//change this left to the other
x = x - xSpeed;
if (x < -200) x = 1100;
anim = setTimeout("AnimateShip()",50);
}
function ChangeSpeed(changeTo) {
xSpeed=300;
// var to show the speed of marquee to be inc in final gadget
}
see this page
http://www.bbc.co.uk/dna/h2g2/classic/A764615
Cross-browser Marquee
Marjin, After a long time of procrastination back lurking Posted Jun 9, 2002
There seems to be a problem with that page. If I test it, I get:
Bad closing element BODY expecting SCRIPT
Cross-browser Marquee
Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. Posted Jun 10, 2002
not really my fault but try sticking another /script in until it works
Cross-browser Marquee
Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. Posted Jun 10, 2002
just checked it not my fault the parser hates it it works fine in raw html
Cross-browser Marquee
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Jun 10, 2002
If you're trying to show this on h2g2, forget it. All "" elements entered by nthe user are stripped for "security reasons".
You need to put it on an off-site page if you want to demonstrate it.
Cross-browser Marquee
some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one Posted Jun 20, 2002
It might work fine in IE, but doesn't move at all in Netscape. Thanks for the suggestion, though.
Cross-browser Marquee
Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. Posted Jun 24, 2002
Cross-browser Marquee
Semiquaver Posted Jul 2, 2003
Gets my vote! (actually, anything cross-browser gets my vote!).
Sign me up, plz
pentameter/semiquaver
Key: Complain about this post
- 1
- 2
Cross-browser Marquee
- 21: the Shee (Feb 21, 2002)
- 22: some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one (Feb 21, 2002)
- 23: lw - ck (Feb 21, 2002)
- 24: some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one (Feb 22, 2002)
- 25: Spike Anderson is sorry he can't catch up on a whole month's backlog (Feb 27, 2002)
- 26: Spike Anderson is sorry he can't catch up on a whole month's backlog (Apr 6, 2002)
- 27: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 6, 2002)
- 28: Spike Anderson is sorry he can't catch up on a whole month's backlog (Apr 6, 2002)
- 29: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Apr 6, 2002)
- 30: Spike Anderson is sorry he can't catch up on a whole month's backlog (Apr 9, 2002)
- 31: Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. (Jun 5, 2002)
- 32: Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. (Jun 8, 2002)
- 33: Marjin, After a long time of procrastination back lurking (Jun 9, 2002)
- 34: Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. (Jun 10, 2002)
- 35: Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. (Jun 10, 2002)
- 36: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Jun 10, 2002)
- 37: some bloke who tried to think of a short, catchy, pithy name and spent five sleepless nights trying but couldn't think of one (Jun 20, 2002)
- 38: Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short. (Jun 24, 2002)
- 39: Semiquaver (May 31, 2003)
- 40: Semiquaver (Jul 2, 2003)
More Conversations for GuideML Gadgets
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."