JavaScript abuse?? Advice needed, pls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • OldTrucksCo

    JavaScript abuse?? Advice needed, pls

    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
  • Markus Ernst

    #2
    Re: JavaScript abuse?? Advice needed, pls

    "OldTrucksC o" <OldTrucksCo@gr oove.net> schrieb im Newsbeitrag
    news:Xns94E28DF 906053OldTrucks Cogroovenet@194 .179.3.156...[color=blue]
    > 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[/color]
    solved[color=blue]
    > 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?[/color]

    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="picturefi le.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.
    [color=blue]
    > We think only "advanced" user would disable javascript (??)[/color]

    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


    Comment

    • Ivo

      #3
      Re: JavaScript abuse?? Advice needed, pls

      "OldTrucksC o" schrieb[color=blue]
      > We think only "advanced" user would disable javascript (??)[/color]

      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


      Comment

      • OldTrucksCo

        #4
        Re: JavaScript abuse?? Advice needed, pls

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




        "Ivo" <no@thank.you > wrote in
        <409bb5ab$0$722 00$abc4f4c3@new s.wanadoo.nl>:
        [color=blue]
        >"OldTrucksCo " schrieb[color=green]
        >> We think only "advanced" user would disable javascript (??)[/color]
        >
        >On the contrary, I would say. Javascript may be disabled by system
        >administrato rs 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
        >
        >
        >[/color]

        Comment

        Working...