Skip to main content

Kenyth Zeng's Library tagged javascript   View Popular

17 Dec 09

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.
09 Dec 09

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...
05 Dec 09

ES5 is an ECMA standard

ES5 was officially approved as an ECMA standard at the ECMA General Assembly held at Google yesterday.

mail.mozilla.org/...010215.html - Preview

javascript standard release news

29 Oct 09

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.

www.flapjax-lang.org - Preview

ajax javascript framework

23 Sep 09

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.

www.masswerk.at/jsuix - Preview

javascript shell linux terminal cool hosting ideas

  • 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)

www.squarefree.com/...shell.html - Preview

shell tools webdev ajax javascript programming language athand

  • 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)
1 - 20 of 116 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo