LVColorWellCell is a Cocoa NSActionCell derived class to allow displaying and picking colors from a Table View.
We have seen a basic Ajax machine and an Ajax machine with before and after events so far. This article introduces plugins. Plugins are special handlers for before and after events. Once registered with the Ajax Machine they receive before and after events for all actions. They can introspect the ...
The previous article on Ajax Machine covered the fundamentals of setting up an Ajax Machine. In this article we take a few steps forward towards integrating before and after events that are triggered for each action.
Ajax machine is a state machine for your page. It allows all the different ajax events and results to be configured in one place instead of strewn around in multiple places. Most web applications are developed using one form of template engine or another. Ajax templates are usually split up ...
UI Badge is a simple jQuery UI widget that allows dynamic position of an overlay on a specified element. A css class for the badge and an offset is all it takes to overlay the badge.
In place modal is a jquery UI widget that adds the gray backgrounds that are usually seen with modal popups. While focusing the users onto a particular element, it also keeps them in the context of the page unlike modal popups.