scriptaculous

TwitterFacebook
Get flash to fully experience Pearltrees
tooltip

http://www.lilyapp.org/

Lily | Visual Programming for the Mozilla Framework

Devjavu, the company that was providing us with free project hosting, is closing so I've migrated everything to Google Code- the new url for the dev wiki, issue tracker and source code is http://code.google.com/p/lilyapp/ The SVN checkout command is now: " svn checkout http://lilyapp.googlecode.com/svn/trunk/ lily " I think I've updated all the links, but since I'm probably forgetting something, please let me know if you find anything that's out of date.
Pencil will always be free as it is released under the GPL version 2 and is available for virtually all platforms that Firefox 4+ can run. The first version of Pencil is tested against GNU/Linux 2.6 (Fedora, Ubuntu and Arch) with GTK+, Windows XP and Windows Vista/7. http://pencil.evolus.vn/en-US/Home.aspx

Home - Pencil Project

70 New, Useful AJAX And JavaScript Techniques | Developer's

http://coding.smashingmagazine.com/2009/03/08/70-new-useful-ajax-and-javascript-techniques/ 7 Create astonishing iCal-like calendars with jQuery Similar to the iPhone Calendar application, with event description that shows up on mouse hover. The trickiest part is making your images seamless and using a single image for all the graphics whenever possible to decrease download time.
Aaron (Aaron @ ennerchi) ask me to develop a simple layout manager for a web application. First of all, I want to thanks him for accepting to release this layout manager in open source under MIT -license.

Simple Layout Manager with Prototype 1.6

http://blog.xilinus.com/2007/10/3/simple-layout-manager-with-prototype-1-6

TableKit

TableKit is a collection of HTML table enhancements using the Prototype framework. TableKit currently implements row striping, column sorting, column resizing and cell editing using Ajax. Demo: Sortable/Resizable/Editable Click the table header cells to sort the column, resize the column by dragging the right border of a header cell, click a cell in the table body to edit the value. When a table is initialised, if it doesn't have an id attribute one will be assigned in the form tablekit-table-nn where nn is an incremented number resizeOnHandleClass : 'resize-handle-active' : css class applied to header cell when the mouse pointer is in the resize handle zone (right hand cell border) http://www.millstream.com.au/upload/code/tablekit/
In this article I am going to write about setter & getter , Function.prototype.caller / arguments.callee.caller and an implementation of a Getter/Setter Class . I am also going to demystify (yeah sort of ) the secret behind adobe flex’s data binding and openlaszlo’s constrain using the power of function.caller . Recently I did a check to the statistics. I found out that many people are looking for zparse. http://www.riiv.net/2007/05/01/mindframe-demystifying-rich-internet-application/

Blog Archive » MindFrame - Demystifying Rich Internet Applicatio

workaround to make AJAX calls on Internet Explorer 6

http://ajax-prototype.blogspot.com/2007/02/workaround-to-make-ajax-calls-on.html if (!window.XMLHttpRequest) { window.XMLHttpRequest = function() { return new ActiveXObject('Microsoft.XMLHTTP'); } } This hack defines a function called XMLHttpRequest if XMLHttpRequest doesn't exist natively on the browser.
http://www.sitepoint.com/javascript-library/ In addition, the growth of AJAX and the burgeoning interest in Web 2.0 applications is bringing many new people to the field. Not surprisingly, they don’t want to spend the long, hard years absorbing the arcane knowledge required to wrestle with browser bugs and API differences. Whether you’re an old-school DHTML guru or a Web 2.0 wannabe, it’s time you got to know some libraries. So, what’s out there? I’m glad you asked! Over the past year or so, as DOM Scripting has exploded in the mainstream coding arena on the back of AJAX, a seemingly endless number of JavaScript libraries have joined the list of contenders.

The JavaScript Library World Cup [JavaScript & DHTML Tutoria

Midgard CMS - protoGrowl

protoGrowl is a Javascript tool based on the Prototype library. It enables site developer to display bubble-styled user interface messages inspired by the Growl notification system for OS X . protoGrowl has been integrated into the MidCOM UI messages service . This means that to display notices you only need to do something like the following: http://www.midgard-project.org/documentation/protogrowl/
http://openrico.org/

Rico

Rico 2.0 provides responsive animation for smooth effects and transitions that that can communicate change in richer ways than traditional web applications have explored before. Unlike most effects, Rico 2.0 animation can be interrupted, paused, resumed, or have other effects applied to it to enable responsive interaction that the user does not have to wait on.