JavaScript abuse?? Advice needed, pls

O

OldTrucksCo

Hello friends

We have this website www.ramonlapayese.com published on the Net.

It does have a lot of javascript in it, starting from the random image
displaying in its home page, and continuing with the OverLib file which
"downloads" first time you open the website.

Some database structure would be needed, although the entire site is solved
with javascript calls, in order to open wider pictures.

Do you think is it kinda some "abuse" on the visitors' browsers? We know
that this website won't work at all with "javascript features" disabled by
the user , but do you think this config is setup on default?

We think only "advanced" user would disable javascript (??)

Any opinion or advice is welcome.

Thank you

OldTrucksCo
 
M

Markus Ernst

OldTrucksCo said:
Hello friends

We have this website www.ramonlapayese.com published on the Net.

It does have a lot of javascript in it, starting from the random image
displaying in its home page, and continuing with the OverLib file which
"downloads" first time you open the website.

Some database structure would be needed, although the entire site is solved
with javascript calls, in order to open wider pictures.

Do you think is it kinda some "abuse" on the visitors' browsers? We know
that this website won't work at all with "javascript features" disabled by
the user , but do you think this config is setup on default?

It depends what you means with "abuse"... Actually I do not see reasons for
lots of your JS trickery... having to wait for the bibliography to scroll up
is more annoying than exciting. The slide show gives an error, and a
thumbnail overview would for sure be more useful and more pretty to look at.
I like the idea of showing another picture every time the home page is
called, but as you use CGI anyway you could better do this on the server
side.

The only JS thing that I think is a usability improve on your site is the
opening of small windows for the big picture display. You can do that
"non-javascript friendly" by using that syntax for your images:

<a href="picturefile.html" onClick="pop3(); return false">xxx</a>

So if JS is disabled the picture is just displayed in the normal browser
window; if it is enabled the href is deactivated by "return false" and the
popup is shown.
We think only "advanced" user would disable javascript (??)

I feel quite advanced but have not disabled it, as I think it can be used
for nice features. Just make your site useable without it, too.

HTH
Markus
 
I

Ivo

We think only "advanced" user would disable javascript (??)

On the contrary, I would say. Javascript may be disabled by system
administrators who have to look after a multitude of not so advanced users.
Javascript may also be disabled on public computers used by people of all
levels.
Bottomline: Use javascript only to enhance a page, not to shape it.
Ivo
 
O

OldTrucksCo

Thank you for your comments.
We'll try to improve our website with 'em.
OldTrucksCo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,208
Latest member
RandallLay

Latest Threads

Top