1.

What Are The Guidelines For An Application To Follow The Principles Of Progressive Enhancement?

Answer»

Progressive enhancement is web development technique that would allow the application to be accessible to any COMPUTER with any Internet connection. For an application to work on the PRINCIPLES of progressive enhancement the following rules / GUIDELINES must be met:

  • The basic content must be available to all browsers with any type of Internet connections.
  • The basic functionalities of an application must be working in all browsers.
  • The application will not override any of the user specified browser settings.
  • The css files are linked externally to CONTROL the look and FEEL of the page.
  • The javascripts should also be externally linked as it can enhance the user experience.

Progressive enhancement is web development technique that would allow the application to be accessible to any computer with any Internet connection. For an application to work on the principles of progressive enhancement the following rules / guidelines must be met:



Discussion

No Comment Found