Cross posting because i'm sure there is more interest in a sane toolkit.

Forward:

From: Sebastian Riedel <[EMAIL PROTECTED]>
Date: 20. Dezember 2005 08:21:46 MEZ
To: The elegant MVC web framework <[EMAIL PROTECTED]>
Subject: [Catalyst] [Task] Building a better JavaScript (AJAX) toolkit

I'm sure you have already heard about http://script.aculo.us it's a very nice JavaScript libraray providing all kinds of visual features you need to build eyecandy "web 2.0" applications.

* Drag and Drop
* Sortable lists
* Sliders
* Auto-complete fields
* Inplace-edit fields
* Visual effects


But sadly it's using http://prototype.conio.net which happens to be a not so nice library

* Overuse of closures which results in memory leaks on some platforms
* Syntactic sugar over easy development features and stability
* Very limited JSON support
* No documentation
* Nearly no tests
* No JSAN integration
* RoR oriented development


There is a better alternative to prototype at http://mochikit.com

* Event based like our POE and Python Twisted
* Cool developer features like a terminal, a dumper (like Data::Dumper) and logging (http://mochikit.com/screencasts/ MochiKit_Intro-1.mov)
* First class JSON support
* Very good test coverage
* Very good documentation
* JSAN support
* Framework agnostic and very open development (it's already in use by http://turbogears.com)
* No script.aculo.us :(


Everything would be fine without the last point and thats why i'm writing this mail. MochiKit is a great library but missing those visual "web 2.0" features.

So what we need is a motivated JavaScript junkie willing to become famous by implementing such a library for us (and the whole JavaScript/AJAX community).

What are you waiting for? Become famous today!

--
sebastian



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to