Sponsorised links
January 2007
December 2006
MochiRegExp - JavaScript Regular Expression (RegExp) Explorer
This demo does "live" Regular Expression matching to help you toy with JavaScript Regular Expressions. It takes advantage of MochiKit's MochiKit.DOM to manipulate the display and MochiKit.Async to facilitate the "half a second" live updating.
MochiKit - A lightweight Javascript library
MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript.
Reliable
MochiKit has HUNDREDS of tests. We build real applications with this thing. So even though development can move fast, we make sure to get tests written. This also makes platform compatibility issues much easier to detect and resolve than the "guess and check" style of quality assurance seen in some of the other libraries out there. It's not broken.
Documented
You're unlikely to find any JavaScript code with better documentation than MochiKit. We make a point to maintain 100% documentation coverage for all of MochiKit at all times. You don't have to fumble around reading our source code or leafing through examples to find out how something works.
Evolutionary
MochiKit can adapt to anything you throw at it. It makes no assumptions about how your code needs to act, and it has hooks (by way of the the adapter registries) that makes sure that you can define your own comparisons, programmer representations, iterators, or DOM node coercion for any object in any way you wish. We'll gladly serve you all the Kool-Aid you want, but we're not going to make you drink any.
Sponsorised links
November 2006
September 2006
June 2006
May 2006
April 2006
March 2006
AJAX Frameworks
AJAX Frameworks for software developers - links to the most popular AJAX frameworks, open source or otherwise. Each link displays a HTML snapshot of the site.
February 2006
December 2005
Central hosting of all javascript libraries
2005-12-22 14:45 http://feh.holsman.net/articles/2005/12/18/request-for-the-cdns
November 2005
Checking & Sharing » Blog Archive » Grid widget on a JSON diet
CatWalk’s grids are dynamically build using MochiKit terrific Stan syntax.
They accept a data structure (JSON) and return a grid element you can add to your page or manipulate further using the DOM.
October 2005
HTMLtoMochiDOM HTML to MochiDOM script - Spike Developer Zone
a script that will convert well-formed chunks of html (read valid xml) to javascript code for MochiKit.
