Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What and where are the best JavaScript resources on the Web?
What and where are the best JavaScript resources on the Web?
✍: Guest
The Web has several FAQ areas on JavaScript.
The best place to start is the w3schools.com website.
For interactive help with specific problems, nothing beats the primary JavaScript Usenet newsgroup, comp.lang.javascript. Depending on my work backlog, I answer questions posted there from time to time. Netscape and Microsoft also have vendor-specific developer discussion groups as well as detailed documentation for the scripting and object model implementations.
2008-07-22, 5733👍, 0💬
Popular Posts:
How does multi-threading take place on a computer with a single CPU? The operating system's task sch...
What print out will the folloging code produce? main() { char *p1=“name”; char *p2; p2=(char*)malloc...
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
What are the different accessibility levels defined in .NET ? Following are the five levels of acces...