A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
JAIR Journal of Artificial Intelligence Research
Java C++ with the gritty bits taken out. Java make difficult things easy and easy things impossible.
.java files are compiled to produce .class files,
which are executed from an HTML APPLET element.
File IO is restricted to files "on the server that the Java Applet came from"; or for local files, those in the same directory as the .class file
or a subdirectory lower in the hierarchy.
Also see encoding, VM.
See: Fundamentals of Java Servlets;
Learning Tree: Java Tips;
John Leach Java examples and chat;
David Griffith Applets (with source);
Java FTP applicn;
Java applets.
Java Boutique.
Links from Oernii.
JavaScript - a C-like scripting language. Variables are but of a single type. Rejoice!.
[- not quite true - see valueOf and parseInt and
and Number and String.]
Also occasionally called ECMAScript.
Javascript code in the HTML page is contained between <SCRIPT> . . . </SCRIPT>.
You can specify the language by adding LANGUAGE="JavaScript" after the first SCRIPT,
or even LANGUAGE="JavaScript1.2" for a particular version, but it does not seem to matter.
Standard "objects" include: document, location, window.
See Document Object Model (DOM).
- Topics
msdn: JScript Objects.
Microsoft JScript and jsc - JScript compiler.
delete.
sleep.
Intrinsic Events
EchoEcho: JavaScript Objects
developer.com: Newest Javascript/JScript articles.
Code Style home page and
codestyle: Some golden rules for Javascript.
- Reference
VisiBone - lots of short examples, mainly using assert;
- Regular Expressions.
msdn JScript Language Reference
- ECMA compliance
- HTML & DHTML.
DevGuru JavaScript methods index.
w3wschools - reference, tutorials.
Netscape JavaScript guide.
javascript.faqts
W3C 29sep00:
Document Object Model (DOM) Level 1 Specification - describes all attribs and methods.
Gecko DOM Reference
The CTDP JavaScript Manual Version 0.6.0
JavaScript Quick Reverence
Regular Expressions: RegExp object,
Special Characters,
and see String object:
replace,toUpperCase, toLowerCase, etc.
- Tips and Examples
The JavaScript Source
PC Magazine examples
JavaScript FAQ Knowledge Base
WebRef Javascript Tips
Coolnerds JavaScript/Object Model Mega Xref - click list of many methods and fields.
Microsoft SDK: list of methods to handle nodes etc.
irt.org JavaScript FAQs
CodingForums.com: JavaScript programming
Builder.com
JavaScript Made Easy
- Dragable magnifying glass
- Smart image resizer
- Floating Images
Web Monkey
Javascript Date and Time Index
- Tutorials
Page Resource.com - basic HTML, DHTML, JavaScipt. Pop-up ads.
Learn JavaScript All By Yourself
- Debug
Debugging Javascript
Using Microsoft Visual InterDev
(several chapters missing).
Javascript Debugging.
- Sort
Sortable Table with source.
JPEG Joint Photographic Expert Group - compressed image file format.
jsc.exe
See
msdn: Compiling JScript Code from the Command Line.
Also see: wEB rEFERENCE: Adding jsc.exe to Your Path
JScript - Microsoft's attempt to hijack javascript.
JScript has some extensions only implemented by Internet Explorer.
Also see jsc.
JScript.NET just continues the extensions.
See
msdn: Getting Started With JScript .NET.
JUGHEAD Jonzy's Universal Gopher Hierarchy Excavation And Display - search gopherspace.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z