Description:
Netscape Communications Corp.'s JavaScript language.
|
|
|
FF3.6b and the accelerometer
|
| |
For those with a Mac laptop, you can see FireFox 3.6b's onMozOrientationChange event reading the accelerometer in: [link] Tilt it and see what happens... :-)
|
|
IE caching previous property positions for deleted properties
|
| |
Hi, I'm working on a group of functions which aim to be able to sort a supplied object. While I understand the ECMAScript spec does not guarantee for...in iteration order, it does seem to have become a de facto standard. However, we encountered an issue in Explorer (and only Explorer) when trying, within the function, to reassign the old properties with... more »
|
|
How to use JSON.parse method?
|
| |
MSDN has an interesting example. However, what I'd like to do is to evaluate if the data set is JSON compliant. For instance, var jdata = "name: don; sex: m"; var notJdata = "<nuts... sjkdks klsd, name, sie jsjd, sex, ksdksk....."> Attempt to use it like the following produces nothing If (JSON.parse(jdata))... more »
|
|
javascript host environments
|
| |
can there be otehr computational host environments for javascript (ecmascript) apart from xml and html document objects? would be grateful for alternative host environments. xnt
|
|
javascript standard libraries
|
| |
is it possible for me to find javascript libraries the like of the java api's (or jdk :)). i need libraries that are standard and not vendor specific. xnt
|
|
|