l.m. orchard's javascript Bookmarks

Bookmarks | Network | Tags | Subscriptions

See all javascript bookmarks in Popular or Recent.

Add deusx to your Network?

What is a Network? HIDE

Your network connects you to other Delicious users - friends, family, even new people you run across while exploring Delicious. You can add people to your network and keep track of their latest bookmarks right here. And when you save new bookmarks, you can share them with people in your network simply by clicking on a username.

Learn more about using your network.


Display options
  • 20 DEC 09

    Palm Developer Network Blog » Project Ares Open Beta SAVE

    PEOPLE
    "The heart of Ares is its visual drag-and-drop interface builder. The interface builder makes it simple to build complex layouts that adapt to orientation changes and support multiple webOS devices. The visual debugger in Ares goes far beyond the debugging tools previously available to webOS developers, and Ares’ code editor (based on the pioneering work of Mozilla’s Bespin delivers a great experience. Even in beta, we think you’ll find Ares to be the most complete and efficient environment for building webOS apps."
    TAGS
  • 16 DEC 09

    ~robcee/ – Firebug and the JIT SAVE

    PEOPLE
    "I need to be clear here: If you have Firebug installed you are probably not getting fast Javascript. Firebug doesn’t have to be active on your current page. If you have the grey icon on your status bar, you have probably disabled the JIT."
    TAGS
  • 11 DEC 09

    W3C FileAPI in Firefox 3.6 at hacks.mozilla.org SAVE

    PEOPLE
    "Often, web applications will prompt the user to select a file, typically to upload to a server. Unless the web application makes use of a plugin, file selection occurs through an HTML input element, of the sort <input type="file"/>. Firefox 3.6 now supports much of the W3C File API, which specifies the ability to asynchronously read the selected file into memory, and perform operations on the file data within the web application (for example, to display a thumbnail preview of an image, before it is uploaded, or to look for ID3 tags within an MP3 file, or to look for EXIF data in JPEG files, all on the client side). This is a new API, and replaces the file API that was introduced in Firefox 3."
    TAGS
  • Node.JS and the WebSocket protocol « Devthought SAVE

    PEOPLE
    "After reading Simon Willison’s post on Node.JS, I decided I’d give it a try myself. Today I released node.websocket.js"
    TAGS
  • 02 DEC 09

    Events/live - jQuery JavaScript Library SAVE

    PEOPLE
    "When you bind a "live" event it will bind to all current and future elements on the page (using event delegation). For example if you bound a live click to all "li" elements on the page then added another li at a later time - that click event would continue to work for the new element (this is not the case with bind which must be re-bound on all new elements). "
    TAGS
  • 20 NOV 09

    Dynamically including Github code | PeterBraden.co.uk SAVE

    PEOPLE
    "pasted code is dead code - real living code changes, and short of going back and repasting, the code on the web quickly becomes out of date. So this is a little snippet I whipped up to dynamically (by the wonders of cross-site ajax) load code from a github branch. This means, when you update the git branch and repush, the code will update."
    TAGS
  • 08 NOV 09

    node.js SAVE

    PEOPLE
    "Evented I/O for V8 javascript. "
    TAGS
  • 28 OCT 09

    Underscore.js SAVE

    PEOPLE
    "Underscore is a utility-belt library for Javascript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in Javascript objects. It's the tie to go along with jQuery's tux."
    TAGS
  • 06 OCT 09

    Ident Engine SAVE

    PEOPLE
    "Without much conscious thought, most of us have built identities across the web. We've filled in profiles, uploaded photos, videos, reviews and bookmarks. The Ident Engine uses semantic web API’s to bring together these web footprints."
    TAGS
  • 17 SEP 09

    Doloto SAVE

    PEOPLE
    Sounds interesting. Too bad it's in .NET. "Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization. The rest of the application’s code is replaced by short stubs—their actual function code is transferred lazily in the background or, at the latest, on-demand on first execution. Since code download is interleaved with application execution, users can start interacting with the Web application much sooner, without waiting for the code that implements extra, unused features."
    TAGS