A Conversation for GuideML Gadgets

Cross-browser Marquee

Post 21

the Shee

Me too. smiley - smiley


Cross-browser Marquee

Post 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

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. smiley - grr 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

Post 23

lw - ck

smiley - ok put me down

if you need any help with the scriptting pop over to the programmers corner A604937

smiley - winkeye
smiley - angelCKsmiley - devil


Cross-browser Marquee

Post 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

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

Post 25

Spike Anderson is sorry he can't catch up on a whole month's backlog

Very nice! Sign me up!

-Spike A.


Cross-browser Marquee

Post 26

Spike Anderson is sorry he can't catch up on a whole month's backlog

Any progress?

-Spike A.


Cross-browser Marquee

Post 27

Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista)

I think so; is listed in the proposed GuideML 1.0 spec., with a number of optional parameters... smiley - ok


Cross-browser Marquee

Post 28

Spike Anderson is sorry he can't catch up on a whole month's backlog

Yeah, but what about the cross-browser code?

-Spike A.


Cross-browser Marquee

Post 29

Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista)

There won't be anything in the GuideML standard that doesn't work across all the version 4+ browser platforms... I hope... smiley - winkeye


Cross-browser Marquee

Post 30

Spike Anderson is sorry he can't catch up on a whole month's backlog

Well...

F86553?thread=175576&skip=0&show=20#p1888566

-Spike A.


Cross-browser Marquee

Post 31

Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short.

ditto


Cross-browser Marquee

Post 32

Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short.

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

Post 33

Marjin, After a long time of procrastination back lurking

There seems to be a problem with that page. If I test it, I get:

Bad closing element BODY expecting SCRIPT



smiley - winkeye


Cross-browser Marquee

Post 34

Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short.

not really my fault but try sticking another /script in until it works


Cross-browser Marquee

Post 35

Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short.

just checked it not my fault the parser hates it it works fine in raw html


Cross-browser Marquee

Post 36

Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista)

If you're trying to show this on h2g2, forget it. All "" elements entered by nthe user are stripped for "security reasons". smiley - sadface

You need to put it on an off-site page if you want to demonstrate it. smiley - geek


Cross-browser Marquee

Post 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

It might work fine in IE, but doesn't move at all in Netscape. Thanks for the suggestion, though.


Cross-browser Marquee

Post 38

Alex 195614 As everyone else seems to like incredibly long names I keep mine ironically short.

oh err..........................
smiley - bleep
well that thew a spanner in the works


Cross-browser Marquee

Post 39

Semiquaver

Yes! Marquee, cross-browser style!!!


Cross-browser Marquee

Post 40

Semiquaver

Gets my vote! (actually, anything cross-browser gets my vote!).

Sign me up, plzsmiley - cheers

smiley - zenpentameter/semiquaversmiley - zen


Key: Complain about this post

Cross-browser Marquee

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."

Write an entry
Read more