473,396 Members | 1,900 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,396 software developers and data experts.

Other scripting languages?

jim
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?

The scripting that I am refering to is scripting that will show in the
user's browser when you "view source" - not scripting languages that run on
the server.

Thanks!

jim
Mar 30 '08 #1
12 2140
VK
On Mar 30, 1:39 pm, "jim" <j...@home.netwrote:
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?
Yes, it is the only client-side scripting language that is supported
by default (unless explicetly disabled) by all modern browsers.

Internet Explorer also supports VBScript but no other browser does.
Mar 30 '08 #2
VK
On Mar 30, 2:12 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
VK wrote:
On Mar 30, 1:39 pm, "jim" <j...@home.netwrote:
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?
Yes, it is the only client-side scripting language that is supported
by default [...]

Nonsense. There is no such language
So don't program then - at least on a non-existing language, let other
do it. And stop scaring all newcomers: with you posting style the
least anyone wants ever do is to ask anything again in this
newsgroup.
Also if you do not agree with the terms used in this group FAQ then
it should be handled by the specified procedure, such as
1) Reading
http://www.jibbering.com/faq/index.html#FAQ2_1
2) Do not agree with used terms
3) Argumenting your point of view as specified at
http://www.jibbering.com/faq/index.html#FAQ5
Mar 30 '08 #3
VK wrote:
On Mar 30, 2:12 pm, Thomas 'PointedEars' Lahn <PointedE...@web.de>
wrote:
>VK wrote:
>>On Mar 30, 1:39 pm, "jim" <j...@home.netwrote:
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>>IE and Opera or are there others?
Yes, it is the only client-side scripting language that is supported
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>by default [...]
Nonsense. There is no such language

So don't program then - at least on a non-existing language, let other
do it. And stop scaring all newcomers: with you posting style the
least anyone wants ever do is to ask anything again in this
newsgroup. [...]
Your destroying the context of my statement again, and all your other
pointless rambling aside:

Your statement that there is a single programming language called
"javascript" that is supported by all (modern) user agents is simply
utterly wrong.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Mar 30 '08 #4
"jim" <ji*@home.netwrote
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like
Firefox, IE and Opera or are there others?

The scripting that I am refering to is scripting that will show in the
user's browser when you "view source" - not scripting languages that run
on the server.
What you need is script that will be accepted by browsers when it appears in
the <script type=txt/javascriptelement. For all practical purposes we call
that 'javascript'.
I have just completed my first serious project of a few thousand lines.
You will need an editor and a test environment. Any editor will do. Some
will color-code the text and 'understand' the language structure. I failed
to get those to work properly. I bought Antechinus and that is a fiasco. It
stalls so often during debugging that I don't use it for that any longer.
For testing I use Firebug. Compared to what you can get for old-fashioned
languages like Delphi this is still primitive but it is a great help.

Success!
Tom

www.qolor.nl/spelling
Mar 30 '08 #5
VK wrote:
[...]
First of all comp.lang.javascript is a Big 8 newsgroup with a publicly
voted group charter and group description. Both of them are stating
that this group is/was/will about "Netscape Communications Corp.'s
JavaScript language." That means that "JavaScript" as an accepted name
is always allowed here.
Although that charter is somewhat outdated, considering the number of
different ECMAScript implementations that are currently discussed here:

Yes, "JavaScript" is an accepted name and allowed here. You miss the point.
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Mar 30 '08 #6

"Thomas 'PointedEars' Lahn" <Po*********@web.dewrote in message
news:47**************@PointedEars.de...
VK wrote:
>[...]
First of all comp.lang.javascript is a Big 8 newsgroup with a publicly
voted group charter and group description. Both of them are stating
that this group is/was/will about "Netscape Communications Corp.'s
JavaScript language." That means that "JavaScript" as an accepted name
is always allowed here.

Although that charter is somewhat outdated, considering the number of
different ECMAScript implementations that are currently discussed here:

Yes, "JavaScript" is an accepted name and allowed here. You miss the point.
Oh, because the language is Case Sensitive... Do I win anything?
>
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16

Mar 30 '08 #7

"Tom de Neef" <td*****@qolor.nlwrote in message
news:47***********************@news.xs4all.nl...
"jim" <ji*@home.netwrote
>I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?

The scripting that I am refering to is scripting that will show in the
user's browser when you "view source" - not scripting languages that run on
the server.

What you need is script that will be accepted by browsers when it appears in
the <script type=txt/javascriptelement. For all practical purposes we call
that 'javascript'.
I have just completed my first serious project of a few thousand lines.
You will need an editor and a test environment. Any editor will do. Some will
color-code the text and 'understand' the language structure. I failed to get
those to work properly. I bought Antechinus and that is a fiasco. It stalls
so often during debugging that I don't use it for that any longer. For
testing I use Firebug. Compared to what you can get for old-fashioned
languages like Delphi this is still primitive but it is a great help.
Tom,
I use PrimalScript for editor and actually use the Script Debugger in VS,
since it works with both VBScript and J(ava)Script. PrimalScript does contain
a debugger, but I rarely use it, largely because I'd gotten used to the MS one
as it is similar to the Debugger that pops up JIT on the Server.
Success!
Tom

www.qolor.nl/spelling

Mar 30 '08 #8
Thomas 'PointedEars' Lahn wrote:
jim wrote:
>I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?

Please understand that there is no "javascript"
PointedEars
There's still a Santa Claus though, right ?

Thomas, you're being too pedantic. It's not a good look for you. Chill
out, let's all run naked and free and call javascript a language.
Mar 30 '08 #9
VK
Please understand that there is no "javascript"
PointedEars

There's still a Santa Claus though, right ?
[With my deep respect to Mr. Francis P. Church]

Yes, Virginia, there is a Javascript. He exists as certainly as
Internet and Web and HTML exist, and you know that they abound and
give to your surfing experience its highest beauty and joy. Alas! how
dreary would be the Web if there were no Javascript! It would be as
dreary as if there were no Virginias. There would be no rich web
applications then, no hope to fight with Microsoft Office, no friendly
interfaces to make tolerable this existence. We should have no
enjoyment, except in sense and sight. The external light with which
childhood fills the world would be extinguished.

:-)
Mar 30 '08 #10
VK wrote:
>>Please understand that there is no "javascript"
PointedEars
There's still a Santa Claus though, right ?

[With my deep respect to Mr. Francis P. Church]

Yes, Virginia, there is a Javascript. He exists as certainly as
Internet and Web and HTML exist, and you know that they abound and
give to your surfing experience its highest beauty and joy. Alas! how
dreary would be the Web if there were no Javascript! It would be as
dreary as if there were no Virginias. There would be no rich web
applications then, no hope to fight with Microsoft Office, no friendly
interfaces to make tolerable this existence. We should have no
enjoyment, except in sense and sight. The external light with which
childhood fills the world would be extinguished.

:-)
You should become a professional fairytale-teller instead as it turns out to
be your true calling.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Mar 30 '08 #11
Maybe it would be a good idea for you (PointedEars) to start a
comp.lang.ECMAScript Newsgroup. The advantage for the rest of us being
that we could use comp.lang.javascript to learn and discuss javascript
without putting up with your aggressive rudeness and your pedantic and
factually correct but useless posts.

Steve.
I'll second that! PointedEars is amazingly hostile and unhelpful in
many of the posts I've read, and quite often fails to address the
question of the poster altogether, instead spinning off into
legalistic wrangling. It would be fine if 1, he was polite about it
and 2, went on to actually address the poster's concerns, but
frequently he does neither.

Tyler
Mar 31 '08 #12
On Mar 30, 2:39 am, "jim" <j...@home.netwrote:
I am new to web programming with javascript and I was wondering if
javascript is the only scripting language that run in browsers like Firefox,
IE and Opera or are there others?

The scripting that I am refering to is scripting that will show in the
user's browser when you "view source" - not scripting languages that run on
the server.

Thanks!

jim
Hey Jim. Javascript is your only option, unless you are working on a
controlled corporate intranet and can be certain all your users will
have IE with vbscript enabled on the client side.

Tyler
Mar 31 '08 #13

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

Similar topics

4
by: Tim Chung | last post by:
Hi all, I am a completely newbie in server-side scripting language. Just wondering how well PHP is when it compares with other scripting languages. Is there any benchmark or performance chart? ...
41
by: Richard James | last post by:
Are we looking at the scripting world through Python colored glasses? Has Python development been sleeping while the world of scripting languages has passed us Pythonista's by? On Saturday...
24
by: Charif Lakchiri | last post by:
Okay, here's what I know so far about Python: It's an object-oriented scripting language, supported on many platforms. Now here are my questions: It is easy to learn? Does it support GUI...
33
by: Quest Master | last post by:
I am interested in developing an application where the user has an ample amount of power to customize the application to their needs, and I feel this would best be accomplished if a scripting...
4
by: lawrence | last post by:
Can anyone tell me why this code works in Netscape 7.1 but not in IE??? <SCRIPT type='text/javascript'> function makeVisible(nameOfDiv) {...
15
by: Birahim FALL | last post by:
Hi, I'm very fresh to PostgreSQL, coming from Oracle. I want to developp web applications based on apache and postgresql. Is there an equivalent of OWA server (Oracle Web Application server) for...
1
by: andrewcw | last post by:
I have used System.Management in the past to extract and walk thru drives & check their type. I can also do it with COM's FileSystemObject. Here I am trying to just use the Management Object...
2
by: James | last post by:
Are there any classes in c# for this or am I left to use the com interface, which I'm not sure how. And if I have this will it work on a machine that someone has disabled scripting? Finally,...
4
by: korund | last post by:
Is there any difference to read & write to windows Registry with VBScript or JavaScript? Both scripting languages have similar syntax. What is preferable use for this? thanks.
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.