Building a UI: How About Plain HTML?



  • Good: all browsers implement it

  • Good: no software to install on client

  • Bad: each interaction takes a round-trip

  • Bad: no read-ahead or write-behind

  • Bad: extremely limited UI toolkit
 
  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22