On 11/8/05, Bob Ippolito <[EMAIL PROTECTED]> wrote:
> 1. next time, it would be cool if you could say MochiKit with the
> correct pronunciation ('mō ch ē kit.. like the Japanese mochi). For
> some reason other people are saying it like you did ;) I'm planning
> to do a screencast pretty soon showing off some of what MochiKit can
> do (entirely from the interpreter example), but I think TG has a few
> more eyes and ears on it.
D'oh!!! I swear in real life I pronounce it "moh-chee kit" these days.
I must have just had a relapse while recording.
Maybe I'll re-record to fix up the little glitches found in this thread.
>
> 2. In the loadJSONDoc code, you should be able to just do::
>
> loadJSONDoc("artists", list);
>
> ... which would implicitly call queryString(list), notice that it is
> a HTML node and call formContents(list) for its arguments:
> (list.name, list.value) and build a URL like "artists?song=2".
> Anyway, that's what it's supposed to do. If it doesn't then that's a
> bug and I'll fix it before 1.1 (I haven't tested it with SELECT lists
> yet).
That's cool! I'll have to give that a try.
Kevin