On Fri, 21 Jan 2005 11:08:36 +0900, Francis Hwang <sera / fhwang.net> wrote:
> Yeah, it's a tough call,

Note that it isn't a case of "can't do", but more of "takes time to
do". If you want to have a "normal" text interface, and a JS "rich"
one, it means you have to code everything twice. You need to have JS
which can manipulate HTML on the client side, plus Ruby on the server
side to generate exactly the same HTML!

Douglas