Advices and strategies for browser compatibility on web applications into a corporate environment

Posted by TiagoBrenck on Programmers See other posts from Programmers or by TiagoBrenck
Published on 2013-10-18T15:30:53Z Indexed on 2013/10/18 16:11 UTC
Read the original article Hit count: 473

With the new CSS 3 and HTML 5 tecnology, the web applications gained a lot of new tools for a better UI(user interface) interaction, beautifull templates and even responsive layout to fit into tablets and smartphones.

Within a corporate environment, those new tecnologies are required so the company can "follow" the IT evolution and their concurrent, but they also want that those new web applications supports old browsers.

How to deal with this situation? By one side we are asked to follow the news and IT evolutions, create responsive layouts and use a lot of cool jQuery's plugins. And by the other side, we are asked to support old browsers that doesn't support those new responsive features, plugins or components.

  • I would like advices and strategies to create "modern" web applications that are also supported on old browsers.
  • How does your company deal with this situation?
  • Is it possible to have the same web application running good and beauty on old browsers, and responsive, interactive on actual browsers?

© Programmers or respective owner

Related posts about web-development

Related posts about web-applications