Skip to main content

Kenyth Zeng's Library tagged ajax   View Popular

Ajaxian » Google releases Closure, the tools behind the JS geniuses

  • compact, high-performance code. The compiler removes dead code and

    rewrites and minimizes what’s left so that it downloads and runs

    quickly. It also also checks syntax, variable references, and

    types, and warns about common JavaScript pitfalls.
  • . You can use the compiler with Closure Inspector, a Firebug

    extension that makes debugging the obfuscated code almost as easy as

    debugging the human-readable source.
  • 2 more annotations...
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

22 Sep 09

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)
07 Jul 09

Google Web Toolkit - Build AJAX apps in the Java language

Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious

code.google.com/webtoolkit - Preview

ajax api java javascript programming tools toread web opensource Google dev

18 Jun 09

Communicating with a Server - Google Web Toolkit - Google Code

  • GWT allows only asynchronous
    server calls. When sending an HTTP request, the client code must register a callback method that will handle the response (or the error, if the call fails).
  • <inherits name="com.google.gwt.http.HTTP" />

Liweb 0.1.0 - Demo

    • Executes JVM bytecode:
      • only the compiled version of the program is required, the source code is not
      • thoretically it can run any software written in
        any programming language
        which is compiled to JVM bytecode (of course with some important limitations);
        some of such popular languages are
        Groovy and Ruby
22 May 09

Comet:基于 HTTP 长连接的“服务器推”技术

  • 监控、即时通信、即时报价系统都需要将后台发生的变化实时传送到客户端而无须客户端不停地刷新、发送请求。
  • Mozilla Firefox 提供了对 Streaming AJAX 的支持, 即 readystate 为 3 时(数据仍在传输中),客户端可以读取数据,从而无须关闭连接,就能读取处理服务器端返回的信息。
  • 8 more annotations...
16 May 09

Re: FriendFeed Real-time API launched - Gary Burd - com.googlegroups.friendfeed-api - MarkMail

  • The realtime APIs will not work reliably across all browser types in a
    Comet-style application. We recommend using Ajax-style calls from a
    browser (set timeout=0).
14 May 09

Resin : Tutorials : Server-Push Servlet

  • the browser executes the script as part of its
    progressive rendering, the user will see the updates immediately without
    waiting for the entire HTTP request to complete.
  • The CometController is Resin's thread-safe encapsulation
    of control and communication from the application's service to the
    Comet servlet.
  • 4 more annotations...

JSON AJAX Web Chat Tutorial

  • mTimer = setTimeout('getChatText();',2000); //Refresh our chat in 2 seconds
1 - 20 of 110 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo