On Fri, Oct 3, 2008 at 4:01 AM, Vishal <[EMAIL PROTECTED]> wrote: > <rant>I wouldn't recommend option (c) as writing GUI code over > HTML/JavaScript is the most painful development option even if you > were to use those fancy and buggy GUI javascript toolkits.</rant> > > Any specific reason for this? The one I can think of is cross browser > compatibility.
1. Browser inconsistencies 2. Lack of proper rendering abstractions (for example, every GUI javascript code basically looks like a bunch of hacks - and hard to maintain. See YUI *source* code). 3. Lack of choice in programming langauge (client side code must be in Javascript) 4. Performance _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
