27 August 2009

Eval of jQuery data grid plugins

[Adapted from a wiki entry I made for my current project:]

Starting from a brief review article, I looked at five tools:



Flexigrid and jTPS have very little documentation and have not been updated for nearly a year, and so I did not try to get these tools working. I downloaded jqGrid, Ingrid, and FireScope Grid and assembled test harnesses for all three.

Of these three, all use Ajax to populate the grid. All of them accomplish sorting by an Ajax call back to the server, passing a parm to specify the sort column and direction. So we would accomplish sorting of dates (or any other data types with unusual sort requirements) with server-side logic.

All three tools provide paging navigators, but all require some paging logic to be performed on the server. I didn't fully eval this area, because I used a static file of data to populate the grid.

Ingrid and FireScope Grid only support HTML data. jqGrid, according to its wiki entry, provides these options for its datatype parameter:


  • xml
  • json
  • local or clientSide
  • xmlstring
  • jsonstring
  • script
  • function (…)


I tested the tool with XML, but JSON support would appear to be consistent with other technologies we're using on the project.

jqGrid is not bug-free: in particular, I'm seeing a one-off issue with specifying the number of rows to display, and there are some formatting weirdnesses with the navigation bar. But it is the only tool of the five with a wiki for documentation (albeit the wiki's spelling and grammar are a little wonky), and it is the most fully-featured tool. Indeed, the download page offers a choice of optional components to download.

I will proceed with building out a prototype of the new search results page with jqGrid.

26 August 2009

From Babbage to EDVAC

A tidy history of early mechanical, analog, and electronic computing, fully referenced, by B. Jack Copeland for the Stanford Encyclopedia of Philosophy—with a fairly clear explanation of how mercury delay line memories worked.

12 August 2009

Old friends and new

Via ReadWriteWeb: a recap by Mick MacComascaigh, Toby Bell, and Mark R. Gilbert for Gartner of the current players in the web content management (WCM) marketplace. A few of the companies I remember from the turn of the decade are still around (like Open Text), but there are many new names, too.