One of the helpful little things that most desktop apps know how to do is handle the
shift-click in order to make multiple selections. The place where this is most obviously
missing when it comes to web forms is in a list of checkboxes.
(more…)
Thu 17 Nov 2005
One of the helpful little things that most desktop apps know how to do is handle the
shift-click in order to make multiple selections. The place where this is most obviously
missing when it comes to web forms is in a list of checkboxes.
(more…)
Tue 8 Nov 2005
Summary/Detail relationships can be difficult to display in HTML. The
amount of data can often be overwhelming. This is a client side
(JavaScript + CSS) way to hide or display selective detail rows. It follows
the principle of unobtrusive Javascript and it pretty easy to use.
(more…)
Sun 6 Nov 2005
The principle of unobtrusive javascript has been around for a while, and the old sortable html table thing has been used all over the place. This version has been updated to