JQuery Programmer Question:
Download Job Interview Questions and Answers PDF
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:
1. The basic content must be available to all browsers with any type of Internet connections.
2. The basic functionalities of an application must be working in all browsers.
3. The application will not override any of the user specified browser settings.
4. The css files are linked externally to control the look and feel of the page.
5. The javascripts should also be externally linked as it can enhance the user experience.
1. The basic content must be available to all browsers with any type of Internet connections.
2. The basic functionalities of an application must be working in all browsers.
3. The application will not override any of the user specified browser settings.
4. The css files are linked externally to control the look and feel of the page.
5. The javascripts should also be externally linked as it can enhance the user experience.
Download JQuery Programmer Interview Questions And Answers
PDF
Previous Question | Next Question |
Consider a scenario where things can be done easily with javascript, would you still prefer jQuery? | How can an element be checked if it contains a specific class? |