Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Different browser issues?

  • 29-03-2012 10:08pm
    #1
    Registered Users, Registered Users 2 Posts: 1,282 ✭✭✭


    How come (sometimes) different browsers are better for viewing different web pages?

    Seen a discussion where people were having different issues(eg page not fitting on screen, pages freezing or not loading etc) the solution to the problem was to 'try a different browser'

    Any explanation?


Comments

  • Registered Users, Registered Users 2 Posts: 6,794 ✭✭✭cookie1977


    It's how the browsers are built that causes the problems/advantages

    Look at this site with each of your browsers to compare
    http://www.html5test.com
    Plugins/add-ons can also affect browser performance too


  • Registered Users, Registered Users 2 Posts: 8,671 ✭✭✭GarIT


    How come (sometimes) different browsers are better for viewing different web pages?

    Seen a discussion where people were having different issues(eg page not fitting on screen, pages freezing or not loading etc) the solution to the problem was to 'try a different browser'

    Any explanation?

    Its very simple, the people who made the site made it in one browser. All browsers interpret websites differently (excluding the ones based on each other) so it won't look the same in every browser. All the browser has is some lines of texts and it makes its own decisions from there.


  • Registered Users, Registered Users 2 Posts: 1,731 ✭✭✭GreenWolfe


    It's not easy to make a website viewable with total consistency on every browser. Browsers use different rendering engines. There are a number of rendering engines that are behind different browsers:

    (here are just a few, there are more niche browsers)
    • Trident - Internet Explorer
    • Gecko - Firefox, Seamonkey
    • Webkit - Chrome, Safari
    • Presto - Opera
    Naturally, each engine makes its own decisions about how to layout and render different things. This gets worse when each browser has multiple versions and you have to support those too.

    With HTML5 different browsers support different capabilities. So you also have to design your site to degrade gracefully if it doesn't support all the HTML features you want.

    Test all of your devices and browsers (if you can) in the site in post #2, you should see fairly differing results.


Advertisement