O'Reilly
The Client-Side Search Engine
Builder.com
Sortable Tables
A Local Search Engine
Read from bottom to top
2003,7,4
Can I have a string built out of pieces of arrays, and then sort the string?
Eh, I'm attempting to sort and keep track of information. So far there are two ways of doing it. Itineration gives me the creeps, and concatenate just looks plain ugly. Hash may be usable?
2003,6,23
I don't like that array entries can't be automaticly counted. To have to rewrite that one more time ought to be a crime. A separate js library file is needed to do that work.