do you think its ok that webpages use javascript?

Czar

Lifer
Oct 9, 1999
28,510
0
0
Just wondering since I'm about to start on my version of the at member image gallery and do people object if I use a bit of javascript
 

Cerebus451

Golden Member
Nov 30, 2000
1,425
0
76
I think it is just fine and dandy. Just make sure to put the time and effort to write cross-platform Javascript.
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
I have opera, ie and mozilla installed for that :)

what about javascript scrollers instead of the basic scrollers that are used?
 

StageLeft

No Lifer
Sep 29, 2000
70,150
5
0
Originally posted by: Electric Amish
Originally posted by: Skoorb
Just make sure to put the time and effort to write cross-platform Javascript.
If they ain't got IE screw em.

Because if you do have IE, you're already screwed. ;)

amish
Honestly I don't know anybody who bothers with non-ie anymore, because it's a waste of time putting effort into something a small fraction of people will use.

 

Supermercado

Diamond Member
Jan 18, 2002
5,893
0
76
Like any of these other newfangled things (Flash, DHTML, etc.), Javascript in limited amounts is fine on a website. Just make sure it's coded properly and doesn't crash anything.
 

Beau

Lifer
Jun 25, 2001
17,730
0
76
www.beauscott.com
Originally posted by: Czar
Just wondering since I'm about to start on my version of the at member image gallery and do people object if I use a bit of javascript

As mentioned before, as long as it is cross-platform compatible. You may also want to include a way for people who have JS disabled to view the pages as well.
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
Originally posted by: Beau6183
Originally posted by: Czar
Just wondering since I'm about to start on my version of the at member image gallery and do people object if I use a bit of javascript

As mentioned before, as long as it is cross-platform compatible. You may also want to include a way for people who have JS disabled to view the pages as well.
thats the only thing I'm worried about, I dont realy want to code things so they work with and without javascript, just want to either code with it or without it.


now who are those two who dont want javascript and why dont you want it?
 

Beau

Lifer
Jun 25, 2001
17,730
0
76
www.beauscott.com
Originally posted by: Czar
Originally posted by: Beau6183
Originally posted by: Czar Just wondering since I'm about to start on my version of the at member image gallery and do people object if I use a bit of javascript
As mentioned before, as long as it is cross-platform compatible. You may also want to include a way for people who have JS disabled to view the pages as well.
thats the only thing I'm worried about, I dont realy want to code things so they work with and without javascript, just want to either code with it or without it. now who are those two who dont want javascript and why dont you want it?

Just be sure to use the <noscript> tags and have it build it statically. Or have it redirect to a static page.
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
Beau6183,
I might do that, but for the hell of it I'll just start to create it using javascript and if people complain I'll just rip the javascript out, easy to do :)



The 3 people who said no, would you please explain why?
 

StageLeft

No Lifer
Sep 29, 2000
70,150
5
0
Any browser worth using uses all the javascript you're likely to use unless you go overboard just for fun! Don't worry :)