Gentoo Archives: gentoo-user

From: John Jolet <john@×××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] java vs. javascript - what's the difference?
Date: Sun, 18 Dec 2005 18:09:35
Message-Id: 8AD6FE64-B62F-4601-BEB6-1A14CE5EC3D5@jolet.net
In Reply to: [gentoo-user] java vs. javascript - what's the difference? by Mark Knecht
1 On Dec 18, 2005, at 11:46 AM, Mark Knecht wrote:
2
3 > Hi,
4 > There is a web site that my wife wanted to use. The web address
5 > is here:
6 >
7 > http://www.smithandnoble.com/sn/photoGalleryDetail.jsp?catID=-14150
8 >
9 > On this page, on the right, there are pictures that you are supposed
10 > to click to see a larger version to the left. This works on Windows
11 > and it works on the Mac, but it does not work on any of our Linux
12 > systems, using either blackdown java or sun java. I think that's a
13 > problem so I file a bug.
14 >
15 > I filed a bug report here:
16 >
17 > http://bugs.gentoo.org/show_bug.cgi?id=115949
18 >
19 > and was told the bug was 'invalid' because the page didn't have any
20 > Java. They said the page only has javascript. First, from a (stupid)
21 > user's perspective I found this a bit disappointing. I'm just told
22 > 'invalid' and given no guidance about how to make it work. However
23 > that happens when some developers have to talk to user types like me.
24 > I understand that. Still I want to understand how to make it work so
25 > the WAF stays high and she doesn't ask to go back to Windows.
26 >
27 > What's 'javascript' and how do I make this work?
28 >
29 > Thanks,
30 > Mark
31 >
32 javascript is, in fact, not java. typically, in the context of web
33 sites, java is run server-side and essentially returns html for your
34 browser to interpret. javascript, on the other hand, was, I believe,
35 developed by netscape, not sun. they just called it that because it
36 has some similarities with java. it is client-side, like microsoft's
37 proprietary activex technology. Their response was probably fine,
38 since there is, in fact, no java in javascript, despite the name. :)
39
40 Oddly enough, I had no problems with the smith and noble website with
41 firefox on my gentoo laptop...but that was a few months ago.
42
43 from a practical standpoint, make sure you're running the latest
44 firefox, and have javascript enabled in the security settings.
45
46 > --
47 > gentoo-user@g.o mailing list
48 >
49
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] java vs. javascript - what's the difference? Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] java vs. javascript - what's the difference? Willie Wong <wwong@×××××××××.EDU>