473,395 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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
Jul 23 '05 #1
3 1401
"OldTrucksCo" <Ol*********@groove.net> schrieb im Newsbeitrag
news:Xn**********************************@194.179. 3.156...
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
Jul 23 '05 #2
Ivo
"OldTrucksCo" schrieb
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
Jul 23 '05 #3
Thank you for your comments.
We'll try to improve our website with 'em.
OldTrucksCo


"Ivo" <no@thank.you> wrote in
<40***********************@news.wanadoo.nl>:
"OldTrucksCo" schrieb
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


Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: john | last post by:
I have 2 major issues currently with javascript. 1. Doesnt anybody do any server side javascript anymore. I cant find anything on the net about it. My major issue is with database connections...
5
by: Sue | last post by:
After finishing up my first quarter JavaScript on 12/12/03, I decided to improve character checking on my project. In my project I only had to do very basic validation. Therefore, I only had one...
53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
111
by: Retlak | last post by:
The recommended (on dozens of websites) and effective (works in Netscape, MSIE, Mozilla, probably others) way to detect if a browser has Javascript turned off is to put this in the <head>: ...
5
by: Lucian Sandor | last post by:
Hello everyone, While I'm a newbie here, I a not new to google, so please don't send me back, it would be useless. First of all I have to specify I am working on a Blogger.com template, therefore...
3
by: hcssdk | last post by:
Hello everybody, What do you think about idea of using JavaScript to berry application logic. In this model server works only if needed to store data or run transactions. Client is your...
19
by: mantrid | last post by:
I have the following link to bring up an alert with a figure in it based on the screen resolution. but instead of displaying a number 'NaN' is displayed. <a href="javascript:alert('Your ideal...
10
by: mark4asp | last post by:
I ask this because only today I read advice telling me to put it within the <headelement. This is the same advice I've always been given but no one ever explained why. Last week I was told to...
1
by: John O'Hagan | last post by:
Hello, I've recently found it convenient to do something like this: options = optparse_function(sys.argv) ##print options => ##{option_one:4, option_two:, option_three:'/home/files'} ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.