+ 2
Tips and Tricks for Browser Compatability
Post any way you found to make your website more browser friendly. Fot example, I made a highly compatible canvas template. I call it CAT.js https://code.sololearn.com/WQ69DCv8Xz9j/?ref=app
4 Respostas
+ 1
Making your own framework is fun and a great learning experience, but it will have far more bugs and security holes than one in active development with a huge team of experts, specialising in all necessary areas, such as cyber security.
Also learning a popular framework means your skills are transferable, and others could join your team, and instantly know the framework from previous projects.
+ 4
this might help in getting browser info correctly
https://code.sololearn.com/W4vC0w43yqNQ/?ref=app
+ 3
Use a framework. Other people have done the hard work to make your website display consistently on all browsers. Doing it yourself is a difficult and time consuming endeavour.
+ 1
Xan I made a framework myself