T
T
Tima2015-11-10 13:17:49
css
Tima, 2015-11-10 13:17:49

Cross-platform and cross-browser compatibility in WEB?

Hello, I'm studying a new area for myself - "frontend". The question arose - Where can I find good lessons about cross-platform and cross-browser compatibility?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
Cat Anton, 2015-11-10
@27cm

They have been learning this for years and constantly honing their skills. There is no such lesson that can tell you about all the intricacies of cross-browser layout.
Resources to help:
caniuse.com
webref.ru / htmlbook.ru
css-tricks.com
css-tricks.com/snippets/css
Responsive Web Design Book

D
Denis Ineshin, 2015-11-10
@IonDen

To do it cross-browser only 2 conditions must be observed:
1. Use Normalize.css
2. View the results of work and check the functionality in all available browsers and on all available devices. You must have all major browsers: Chrome, FF, Opera, IE, Edge. For older versions of IE, you must have virtual machines ( they are free ). It is also desirable to have a couple of mobile devices (for example, buy a used iPhone, android and some kind of tablet like an iPad for cheap).
That's actually all. You will get the main problems with cross-browser compatibility when developing under IE < 11, so you will learn in practice where and what. The main thing is immediately, after each completed block, immediately see the result in all browsers.

X
xmoonlight, 2015-11-10
@xmoonlight

https://necolas.github.io/normalize.css/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question