Categories
Software and Programming

Sortable DHTML tables

A cool demo showing how to use unobtrusive DHTML to
Make all your tables sortable.

I thought about something like this after seeing some DOM demos and working with a CGI that let you sort tables by columns, but didn’t quite apply enough effort to do figure out how this should be done.
All things come to he who waits…

One interesting point I note from the code is that when you append an existing node to a list of DOM nodes, the API call (appendChild) checks if the node already exists in the list and if it does, removes it before appending it. This makes reordering the list much simpler than I thought it would be.

Categories
BlogTalk short

Movable Type for Site Management

Brad Choate: Doing your whole site with Movable Type.

Categories
Software and Programming

Yet More Mozilla geekery

mozilla.org.il have a fully-localized Hebrew version of Mozilla 1.5 (see link for screenshots).

Also cooler than Pilsbury genitalia, Lindows.com has signed up Daniel Glazman, formerly in Netscape’s Mozilla Editor team, to take Mozilla’s Composer (which I personally think is pretty neat) and make it into a Linux Desktop application called Nvu, which is supposed to be their answer to  Frontpage and Dreamweaver for Windows and Mac.

Now, both of these things – a localized browser and an editor with site-management features – were things I thought would be cool way back when Mozilla first became Open Source. And it only took them six years to become reality…