across appears artical aug button change client default displays error examples extension function hash height ibm india italic java javascript jul language last libraries library loaded mar needed nov objects pad performance random ref right scripts servers showing sound sub svg table text tutorial virtual wired
|
See also:
Information about JavaScript
- 2009-Nov-23: Google has released a number of open source JavaScript application development tools. [8789]
- 2009-Apr-09: The Standard Widget Toolkit (SWT) is IBM's GUI toolkit for Java which is used in Eclipse. [7851]
- 2009-Mar-03: 40 Useful JavaScript Libraries. [7679]
- 2009-Mar-03: PyV8 is a Python wrapper for Google's V8 engine. This allows JavaScript and Python objects to communicate. [7678] [1]
- 2009-Jan-25: Code to do MD4, MD5 and SHA-1 hash calculations in JavaScript, this can be used for password hashing among other things. Other implementations and things to look at include: this, this, this, this, this, this this and this. [7487]
- 2008-Aug-26: Firefox's JavaScript is going to get a large performance boost. [6734]
- 2008-Aug-17: The ECMA 4.0 language specification has been abandoned in favor of ECMAScript 3.1 work. [6695]
- 2008-Aug-10: JavaFX is a new language that uses the Java Virtual Machine for its execution environment. [6655]
- 2008-Jul-15: lightbox is a JavaScript library for adding picture displays with fancy transitions and image preloading to web pages. Shadowbox is a similar JavaScript project. [5998]
- 2008-Jul-09: The passpack package includes a number of cryptography algorithms for JavaScript. [6500]
- 2008-Jul-03: Big Faceless Graph Library is a Java class library for 2 and 3D graphing. [6484]
- 2008-Jul-01: Cappuccino, a Cocoa-like JavaScript extension framework, this might bring a lot more power right to the the browser. [6459]
- 2008-Jun-23: Sun's Java is going to be fully open source by the end of 2008. As of June 2008 there are two remaining closed sub-systems (the raster and 2D graphics system and part of the sound system) and Sun is working to change the license or build replacements for these. [6408]
-
Native compiling
JAVA code.
[5869]
- robocode,
a way to learn Java?
[5868]
-
The Ext Javascript Library
includes a grid control, gets dicsussed here.
[3065]
-
Slashdot book review of: The Book
of JavaScript, by David Thau, ISBN 1886411360.
[3064]
-
The security model that Firefox (and Mozilla) use prevents
the XMLHttpRequest.open() function from requesting a page from a server
that is different from the one the page was loaded from, if you try to
do this you will get a "permission denied to call method
XMLHttpRequest.open" error showing in the JavaScript Console. There
appears to be a way of getting this to work by elevating
the JavaScript's privileges, but that requires signing the code and
host page. There may still be a way to trick the browser into allowing
this to happen using iframes, this is discussed
here.
[3063]
-
A simple one
time pad generator (in Python) and the Javascript needed to encrypt
data with it in a web browser for transmission across an insecure
connection to a remote web server
[3062]
-
Wikipedia on the Document
Object Model.
[3061]
-
Keeping the browser's back
button functional when coding AJAX. This is another good artical
which applies to this and the problem of not being able to bookmark AJAX
pages well.
[3060]
-
Plotkit,
Javascript
Chart Plotting using SVG
[3059]
-
Javascript examples
[3058] -
Thau's JavaScript
Turorial at webmonkey
[3057]
-
The JavaScript
source
[3056]
-
JavaScript Tutorial
at w3schools.com
[3055]
- ECMA-262
Standard, specification for JavaScript.
[3054]
|