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

Documentation

I'm looking for online documentation to Javascript. I googled for it, and
found many references. Quite a few of the references point to
developer.netscape.com, but that site refuses connections when I try to go
to it. There's also the Microsoft JScript site, but MS is so prone to put
MS only extensions into their stuff that I don't trust them.

I'm sure there is a good documentation site, but I have no idea how to find
it. Would one of you guru's mind pointing me at one?

tia
---Michael

Jul 23 '05 #1
4 1018
You need to go to
http://www.litotes.demon.co.uk/js_in...8_1_Draft.html

and then scroll down and click on part 3.2, and that will give you all
of the documentation that you need.

Jul 23 '05 #3
Michael Satterwhite wrote:
I'm looking for online documentation to Javascript. I googled for it, and
found many references. Quite a few of the references point to
developer.netscape.com, but that site refuses connections when I try to go
to it.
developer.netscape is down. You may find a copy of the netscape
reference and guide here:
http://devedge.entangledesign.com/si...ReferenceJS15/
http://devedge.entangledesign.com/si...CoreGuideJS15/

JavaScript is primarily defined by ecma script 262:
http://www.ecma-international.org/pu...T/Ecma-262.pdf

There's also the Microsoft JScript site, but MS is so prone to put
MS only extensions into their stuff that I don't trust them.


The MS references are pretty good for IE stuff:
http://msdn.microsoft.com/library/de...ence_entry.asp
http://msdn.microsoft.com/library/de...eReference.asp

For a DOM reference see:
http://www.w3.org/TR/2000/REC-DOM-Le...Core-20001113/
or for the HTML DOM
http://www.w3.org/TR/2001/WD-DOM-Level-2-HTML-20011210/

HTH
Daniel
Jul 23 '05 #4
Daniel Kirsch wrote:
[...]
For a DOM reference see:
http://www.w3.org/TR/2000/REC-DOM-Le...Core-20001113/
or for the HTML DOM
http://www.w3.org/TR/2001/WD-DOM-Level-2-HTML-20011210/


As Mike Winter pointed out to me just yesterday... the best way to
reference W3C links is to use the one under the "Latest Version"
subheading.

You can identify them easily as there is no date in the URL. Using
these links means you always get the latest version for that level:

<URL:http://www.w3.org/TR/DOM-Level-2-Core/>

and

<URL:http://www.w3.org/TR/DOM-Level-2-HTML/>

Have fun, they are great insomnia cures :-)

--
Rob
Jul 23 '05 #5

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

Similar topics

20
by: Daniel R. Smorey Jr. | last post by:
I'm looking for a good place for Python documentation. I'm really lost on why it's so hard to find anything when it comes to me looking up a particular function in Python. My example would be the...
11
by: Steve | last post by:
posted on: comp.lang.python emailed to: docs@python.org I have a suggestion/request that will, I think, improve the Python documentation. Currently, the Python documentation in HTML format is...
24
by: Christopher J. Bottaro | last post by:
This post is just the culmination of my thoughts and discussions with my coworkers on Python. If you are not interested, please skip over it. At my work, we are developing a product from...
0
by: Jeff Levinson [mcsd] | last post by:
I'm an architect for a very large fortune 100 company and we still struggle with the best balance. However, I use a couple of simple guidelines that have worked very well for me in almost all...
0
by: Almoni | last post by:
Hi, I have a few .xsd files that include each other in the following way: <!-- lets call the main schema file AA.xsd and it includes BB.xsd inside it --> <xs:schema...
1
by: Ole Hanson | last post by:
I would like to be able to generate documentation for a custom configuration file (xml) to enable future support engineers to understand applicable values to the various elements inside the...
97
by: Cameron Laird | last post by:
QOTW: "Python makes it easy to implement algorithms." - casevh "Most of the discussion of immutables here seems to be caused by newcomers wanting to copy an idiom from another language which...
0
by: innovasys | last post by:
TORQUAY, DEVON, UK - Innovasys announced the release of Document! X 5, the fifth version of the documentation solution of choice for developers using Microsoft Visual Studio or the .NET Framework....
34
by: nicolasfr | last post by:
Hi, I am a bit disapointed with the current Python online documentation. I have read many messages of people complaining about the documentation, it's lack of examples and the use of complicated...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.