Your BibTeX resource
Here you will find everything you need to know about BibTeX
The word ,,BibTeX'' stands for a tool and a file format which are used to describe and process lists of references, mostly in conjunction with LaTeX documents.
Here you can learn about the BibTeX File Format, How to use BibTeX and BibTeX Tools which can help you to ease your BibTeX usage.
NEW: Be sure to try the Bib2x Online Converter which allows you to convert your BibTeX bibliographies into a few target formats. It is meant to serve as a demonstration of Bib2x, a tool that allows arbitrary conversion of BibTeX bibliographies using templates.
This document is an introduction to the JavaScript Programming Language for professional programmers. It is a small language, so if you are familiar with other languages, then this won't be too demanding.
JavaScript is not Java. They are two very different languages. JavaScript is not a subset of Java. It is not interpreted Java. (Java is interpreted Java!) JavaScript shares C-family syntax with Java, but at a deeper level it shows greater similarity to the languages Scheme and Self. It is a small language, but it is also a suprisingly powerful and expressive language.You should take a look at it. You will find that it is not a toy language, but a full programming language with many distinctive properties.