On Mar 8, 3:15 pm, "MC" <mica[removethis]@aisus.comwrote:
Quote:
I separated getting the form data and serializing it from the ajax send.
I have a server side mechanism built to store and retrieve the data.
I am currently working on a reload function. Its pretty close to done
although its taken about 12 hours.
>
|
That's not bad at all - 12 hours. These things are not as easy as they
might seem.
Do you have unit tests for it? If not, it would help when it comes
time to change things.
There might be cases like checkbox, select-multiple, or BUTTON
elements (IE has problems here), that require patches.
Unit tests make continual improvement easier. You can make a change
and get either a "green" or a "red".
I like YUI Test. I think it is easier to use than JSUnit. The author
is committed to it and fixed the bugs I filed pretty quickly.
Quote:
I also would not use the YUI as it is much heavier code than I like.
>
MC
|