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

rtfm?

One of the major problems in developing javascript (in contrast to
developing php) is the lack of one specific place where one could find the
manual. If I want to know something about php, I go to php.net. If I want to
know something about javascript, I type a few keywords to google and hit
search. Something comes up usually. Still, it might be outdated, buggy,
whatever. So... where can I Read the Fucking Manual? What's the "official"
place where javascript is entirely documented? Is there a site that will
explain what will work and what will not work in browser x? And if there is
one... how could it become The One, the site people instantly go to when
they think javascript? I mean for HTML/CSS there's w3c.org, for php there's
php.net... Where's javascript.com?

--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears

et****************@5P4Mgmail.com
Jul 23 '05 #1
3 1240
On 26/06/2005 20:49, Kimmo Laine wrote:
So... where can I Read the Fucking Manual? What's the "official"
place where javascript is entirely documented?
The official language specifications[1] are produced by ECMA, but that's
probably not what you're really looking for...
Is there a site that will explain what will work and what will not
work in browser x?
So you actually want information about browser object models? Well,
that's a little different and harder to answer as they differ quite
markedly.

There are standards[2], developed by the DOM Working Group at the W3C,
but like HTML and CSS, support isn't complete across the board. Then
there is DOM 0 - the defacto objects and methods like the location
object and setTimeout function - that don't have any formal definitions.
However, the old JavaScript 1.3 Reference[3] from Netscape comes fairly
close.

Knowing what works, where comes mainly from experience and looking at
the documentation released by the various vendors. QuirksMode[4] might
be useful in some respects, though. So is the group FAQ[5].

[snip]
Where's javascript.com?


It exists, but I don't think it's as 'definitive' as it claims to be.
I'd steer clear, personally.

Mike
[1]
<URL:http://www.ecma-international.org/publications/standards/Ecma-262.htm>
[2] <URL:http://www.w3.org/DOM/DOMTR>
[3]
<URL:http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.3/reference/>
[4] <URL:http://www.quirksmode.org/>
[5] <URL:http://www.jibbering.com/FAQ/>

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2
On Sun, 26 Jun 2005 22:49:03 +0300, Kimmo Laine wrote:
One of the major problems in developing javascript (in contrast to
developing php) is the lack of one specific place where one could find
the manual. If I want to know something about php, I go to php.net. If I
want to know something about javascript, I type a few keywords to google
and hit search.
Something comes up usually. Still, it might be outdated, buggy,
whatever. So... where can I Read the Fucking Manual? What's the
"official" place where javascript is entirely documented? Is there a
site that will explain what will work and what will not work in browser
x? And if there is one... how could it become The One, the site people
instantly go to when they think javascript? I mean for HTML/CSS there's
w3c.org, for php there's php.net... Where's javascript.com?


Have you tried Netscape's site... the people that invented javascript.

--
"Blessed is he who expects nothing, for he shall never be disappointed."
Benjamin Franklin (I didn't know he was a Buddhist)

Jul 23 '05 #3
Ivan Marsh wrote:
On Sun, 26 Jun 2005 22:49:03 +0300, Kimmo Laine wrote:

One of the major problems in developing javascript (in contrast to
developing php) is the lack of one specific place where one could find
the manual. If I want to know something about php, I go to php.net. If I
want to know something about javascript, I type a few keywords to google
and hit search.
Something comes up usually. Still, it might be outdated, buggy,
whatever. So... where can I Read the Fucking Manual? What's the
"official" place where javascript is entirely documented? Is there a
site that will explain what will work and what will not work in browser
x? And if there is one... how could it become The One, the site people
instantly go to when they think javascript? I mean for HTML/CSS there's
w3c.org, for php there's php.net... Where's javascript.com?

Have you tried Netscape's site... the people that invented javascript.


Netscape's DevEdge was pulled by Netscape/AOL.

Mozilla's DevMo has mirrored DevEdge:
<http://devedge-temp.mozilla.org/index_en.html>
Expect DevMo to eventually be the best source.

Sun seems to be archiving some of their documentation:
<url: http://docs.sun.com/>

You can also find archives at:
<http://web.archive.org/web/20030805065555/http://devedge.netscape.com/>

--
Gus
Jul 23 '05 #4

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

Similar topics

4
by: doltharz | last post by:
Someone can point me to some good tutorial on building realtime multiuser interactive web pages? I prefer ASP/HTML but if there is no way, i'm open to Flash Java and Activex. By the way i prefer...
0
by: Nikki Locke | last post by:
Archive-name: C++-faq/libraries/part1 Comp-lang-c++-archive-name: C++-faq/libraries/part1 Available C++ Libraries FAQ =========================== Introduction ~~~~~~~~~~~~ Dos and don'ts -...
8
by: SOR | last post by:
Tomorrow I will be asking for a script critique even though I know its going to get slagged silly . Being a php newbie means I can only write newbie code . Will this be taken into account or...
8
by: Jean-David Beyer | last post by:
I got this while reorganizing a database after doing perhaps a million INSERTs. Not the best way to populate a relation, but the most practical. Then I did a REORG and got this (looked up SQL2215N)...
1
by: E. Robert Tisdale | last post by:
Acronym Finder: http://it.acronymfinder.com/af-query.asp?string=exact&acronym=rtfm
1
by: Vivek | last post by:
How can I get a C FAQ from mail-server@rtfm.mit.edu by mail
17
by: John Grandy | last post by:
What is the C# equivalent to the VB.Net looping structure: Protected rbl As RadioButtonList Dim li As ListItem For Each li In rbl.Items Next li
12
by: Flashster | last post by:
I have an exit routine that runs when a users selects 'exit' from a menu or closes the form by clicking on the 'X' in the top right of the form (on the controlbox). One option in the exit...
9
by: Nomad(CR) | last post by:
Hi I want to develop a page, that show the content of the folder where is hosted. How can I do that? Thank in advance!
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
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
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
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...

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.