Archives
-
An alternative to large multi-selects
HTML has no useful, built-in form widget for selecting from a large number of options. Some libraries offer Javascript-powered alternatives, but few of these are built to deal with more than a few hundred options. Submit article
Sep 12th, 2008 | Filed under Programming -
newLISP TextMate bundle 1.1
Not a whole lot new with this release. A new theme (newLISP dark) with a dark background and a couple of updates to recognized keywords. Download it here. Submit article
Aug 19th, 2008 | Filed under SoftwareTags: releases -
SQL library for newLISP
The newLISP SQL library is a set of classes and functions to ease generation of SQL code in newLISP. The module is not yet feature-complete but is in a usable state. Submit article
Jul 14th, 2008 | Filed under Programming -
newLISP modules section
I have added a new area to the site specifically for newLISP modules. I am in the process of documenting all of my libraries and adding them to that page. A couple of notable modules: CSV – a module for parsing CSV files Mysql – a wrapper for the standard MySQL module, with some helpful [...]
-
Request and Response modules for newLISP
Together, these two modules form a coherent replacement for the newLISP CGI module. They can be found here. Submit article
Feb 22nd, 2008 | Filed under Programming, Software