0
votes
Any JavaScript Frameworks with the aim of standard based cross-platform JS and DOM?
Although it has its own API, Prototype tries to do that (at least partially). If you use Firebug, you can notice a lot of methods added to the DOM, in order to make the DOM equally in all browsers. …
1
vote
Do you use jQuery, extJS, or other javascript libraries with Actionscript and Flex?
I ported some stuff from prototype.js to AS:
http://wiki.alcidesfonseca.com/hacks/prototypeas
…
2
votes
Alternatives to JavaScript
As already said, you have Flash (ActionScript, which is a derived language from Javascript) and Silverlight/Moonlight (IronPython, IronRuby, JScript, VBScript, C#) that can run in the browser via p …
