Kenyth Zeng's Library tagged → View Popular
Video: John Resig — Testing, Performance Analysis, and jQuery 1.4 (YUI Theater)
-
reducing the overall complexity of the code, and I want to talk about how we did that, adding in support for more bubbling events that don't normally bubble in Internet Explorer, and doing script loading.
A JavaScript Module Pattern » Yahoo! User Interface Blog
-
a useful singleton pattern
-
YAHOO.myProject.myModule = function () {
return {
myPublicProperty: "I'm accessible as YAHOO.myProject.myModule.myPublicProperty.",
myPublicMethod: function () {
YAHOO.log("I'm accessible as YAHOO.myProject.myModule.myPublicMethod.");
}
};
}(); // the parens here cause the anonymous function to execute and return - 3 more annotations...
InfoQ: Virtual Panel: Evolution of JavaScript Frameworks for HTML 5
-
HTML 5 introduces a number of new Javascript APIs.
-
2D drawing API which can be used with a new canvas
- 6 more annotations...
ES5 is an ECMA standard
ES5 was officially approved as an ECMA standard at the ECMA General Assembly held at Google yesterday.
Flapjax
Flapjax is a new programming language designed around the demands of modern, client-based Web applications. Its principal features include:
* Event-driven, reactive evaluation
* An event-stream abstraction for communicating with web services
* Interfaces to external web services
Flapjax is easy to learn: it is just a JavaScript framework. Furthermore, because Flapjax is built entirely atop JavaScript, it runs on traditional Web browsers without the need for plug-ins or other downloads. It integrates seamlessly with existing JavaScript code and other frameworks.
New in Rhino 1.7R2 - MDC
-
Rhino 1.7R2 contains another Python idea: doctest. This is a function that will test snippets of shell sessions. It gets its name from its use testing these snippets that appear in documentation comments, but it turns out to be a very convenient way to write tests more generally.
jrunscript - command line script shell
-
jrunscript is a command line script shell. jrunscript
supports both an interactive (read-eval-print) mode and a batch (-f option)
mode of script execution. This is a scripting language independent shell. -
By default, JavaScript is the language used
JS/UIX - Terminal
JS/UIX is an UN*X-like OS for standard web-browsers, written
entirely in JavaScript (no plug-ins used). It comprises a vir-
tual machine, shell, virtual file-system, process-management,
and brings its own terminal with screen- and keyboard-mapping.
-
JS/UIX is an UN*X-like OS for standard web-browsers, written
entirely in JavaScript (no plug-ins used). It comprises a vir-
tual machine, shell, virtual file-system, process-management,
and brings its own terminal with screen- and keyboard-mapping.
JavaScript Shell 1.4
JavaScript Shell 1.4
Features: autocompletion of property names with Tab, multiline input with Shift+Enter, input history with (Ctrl+) Up/Down, Math, help
Values and functions: ans, print(string), props(object), blink(node), clear(), load(scriptURL), scope(object)
-
JavaScript Shell 1.4
Features: autocompletion of property names with Tab, multiline input with Shift+Enter, input history with (Ctrl+) Up/Down, Math, helpValues and functions: ans, print(string), props(object), blink(node), clear(), load(scriptURL), scope(object)
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in javascript
-
Interoperability and The Quest For A Universal File Format
Bookmarked pages related to...
Items: 11 | Visits: 238
Created by: Gary Edwards
-
Javascript
Items: 30 | Visits: 231
Created by: Vincent Tsao
-
Programming jQquery
Items: 26 | Visits: 254
Created by: Vincent Tsao
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
