Tuesday, January 16, 2018

User Interface Design

  • If we keep logic of visibility of controls in javascript ie in plain html then following are the disadvantages:
    • anyone can copy the code
    • somebody can mess up with the security and data integrity ie changing the values
    • if javascript is disabled then mission critical application wont work
  • the advantage is it is fast to work

No comments:

Post a Comment