Skip to main content

Kenyth Zeng's Library tagged javascript   View Popular

Marginalia Web Annotation | geof

compared with diigo's annotation implementation

www.geof.net/annotation - Preview

annotation web javascript opensource GPL collaboration starred

  • See the links on the left for an online demo, complete downloadable source code and documentation
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.
1 - 20 of 123 Next › Last »
Showing 20 items per page

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

Join Diigo