Continued scanning images for the Lansdowne scholar; there will be one more set to do tomorrow, and then we should be done.
Tweaked one image on JS-R's instructions (the totem image) to highlight the construction fence; also worked up a set of images from pictures I took at the weekend, so we now have a large collection cycling through. That's probably enough for now. Also added some code to allow me to preview a specific image in context through a GET parameter, rather than having to reload till it happens to show up.
Also updated the registration form with the final prices, and did some minor customization work to make the header look a bit like our site. Options are limited, though, and results are a little unpredictable, so it's probably not worth putting too much work into this.
My previous tests had used only a simple search (i.e. only the treatment field specified) and they worked. ML provided a specific example of a compound search (year and treatment specified) and I could then reproduce the behaviour he reported. The problem is that I had accidentally deleted this line of code from the code that generates the treatment clause:
if (!empty($where)) {$where .= " AND ";}
I tried treatment=blood-letting and year=1591 and found 2 records, which seems a plausible result as blood-letting alone produces 6 results, 2 of which are in 1591, and 1591 alone produces 90 results, 2 of which are blood-letting.
Busy with long backup job, and then copying the backup file over to the Linux box, as well as doing scanning job which turned out to be quite large (still not finished).
Scanned 40 images in two sizes for the Lansdowne scholar, who came by with CC. There are 80 more to go; may not finish all of them in time, but they're fascinating images.
N has created four JMatch exercises, which I've now embellished with images; from those, I'll create two Flashcard and one matching exercise each, giving us twelve exercises in total for chapter 7 of the book.
Greg found a suggestion on the Web that you could just use Windows Backup to reconstitute a machine inside a working Windows. That's definitely worth a try, so I've done a backup of my C drive (which took four hours), and I'm currently transferring it to my linux box so that I can give it a go tomorrow, using a vanilla SP3 install. Meanwhile, Greg is trying other approaches with BartPE.