WEB INFO  back to
MOOCKMARKS  
>> last uploaded dec 28, 2005

new sites are at the bottom of each category. moockmarks are also as a single netscape bookmarks file. (note: right now i'm leaving in dead links for historical purposes. one day i might overhaul everything and add an option to not view dead links.)

- javascript

* ecma 262 language specification
the official ecma-262 language specification from the ecma, the body that maintains the language. javascript and jscript implementations are based on ecma-262. this is a highly technical document used by developers of ecma implemenations to create things such as a conforming ecma interpreter.
* netscape's javascript 1.5 guide
netscape provides very readable documentation for each javascript version in two components: the core language guide and the core language reference. the guide is a general explanation of language features, the reference is an encyclopedia style document that defines and explains each component of the language exhaustively. this is the guide for javascript 1.5.
* netscape's javascript 1.5 reference
the dictionary/encyclopedia for the core javascript 1.5 language.
* netscape's javascript 1.4 guide
the guide to the core features of netscape's implementation of javascript 1.4.
* netscape's javascript 1.4 reference
the dictionary/encyclopedia for the core javascript 1.4 language.
* netscape's javascript 1.3 guide
the guide to the core features of netscape's implementation of javascript 1.3.
* netscape's javascript 1.3 reference
the dictionary/encyclopedia for the core javascript 1.3 language.
* netscape's javascript 1.2 guide
the guide to the core features of netscape's implementation of javascript 1.2.
* netscape's javascript 1.2 reference
the dictionary/encyclopedia for the core javascript 1.2 language.
* netscape's javascript 1.1 guide
the official guide and reference to javascript 1.1 rolled into a single resource. notably, this is the version of javascript supported by navigator 3.*.
* netscape's list of new features in javascript 1.1
all the components that were added to javascript between version 1.0 (nav2) and version 1.1 (nav3). includes explanations of each component.
* mozilla's javascript 2.0 proposal
the documentation for the proposed version 2.0 of the javascript language. javascript 2.0 is intended to be an implementation of ecma-262 version 1.4.
* netscape's devedge javascript newsgroup faq
several dozen of the most common javascript problems and questions discussed in good detail by the devedge javascript champions.
* microsoft jscript centre
microsoft's jscript (that's what they call javascript, or ecma script) information headquarters. includes documentation, reference, tutorials, and news.
this reference is actually kind of useless because it asks you to download the internet sdk or activex control pad to see a full list of objects, methods, and properties in ie's jscript object model. the control pad sucked as a reference tool.
* microsoft's ie4 dom reference
a list of all objects, properties, event handlers, and methods defined for ie4. full definitions given, and sparse usage examples. no compatibility information.
* danny goodman's javascript minifaq
danny g., author of authoritative javascript books and reference guides, maintains this faq with pointers to official sites and answers to the truly most frequently encountered javascript problems.
* window attributes allowed on window.open()
all the possible attributes a window can take when it's opened with window.open(), complete with explanations of what each one does.
* popup window primer, on web review
a good solid introduction to the task of popping up browser windows with javascript.
* javascript for the total non-programmer
considering the title, you'd think this site would be exactly what newbies who want to learn javascript should read. and it tries to be, and it comes pretty close, but it's not perfect. that said, it's worth a visit if you're trying to learn javascript.
* doc javascript - webreference.com
regular articles and javascript tutorials. breaks down each step in the dev process and explains how the code works. plus supplementary info like news and ask the doc a question.
* javascript kit
decent all around tutorials for beginner to intermediate javascripting techniques. some interesting approaches, and good writing. also includes moderated forums.
* the ultimate javascript client sniffer
an excellent and *exhaustive* article on browser sniffing. long explanations of rationale and techniques. this is the official sniffer recommended for public use by netscape.
* everest.js (version 2.0)
rick scott's heavy duty client sniffer, complete with good explanations of how it works. (this is one of the scripthead articles on zdnet).
* javascript source
good library of cutnpaste javascripts
* irt.org - javascript articles
one of the best places to find no-nonsense explanations of javascripting. lots of samples and huge faq-style lists of approaches to common javascript projects.
* javascript games
a true testament to what *could* be done with dhtml and javascript if there weren't so many browser issues to face. lots of the old classics, plus articles, how-tos, and web discussion.