Web design complexity

One thing that has always impressed me is the ability of web designers to deal with browser idiosyncrasies.

For instance, knowing why this happens in firefox-17.0.1-1.fc17.x86_64 –

A bootstrap btn-primary viewed from 0.0.0.0

A bootstrap btn-primary viewed from 0.0.0.0

A bootstrap btn-primary viewed from localhost

A bootstrap btn-primary viewed from localhost

A bootstrap btn-primary firebug computed color from 0.0.0.0 and localhost

A bootstrap btn-primary firebug computed color from 0.0.0.0 and localhost

Needless to say, the web is littered with questions about why btn-primary background color is not always white. Most have answers, some with varying degrees of complex css. Others involve changing versions of software. All the while it might just be the URL used to view the page.

Test in a production environment.

Tags: , ,

4 Responses to “Web design complexity”

  1. Dag Odenhall (@donri) Says:

    So, why does this happen then?

    • spinningmatt Says:

      I couldn’t tell you. The workaround is so simple and sane – test in an environment the closely resembles production – that it was not worth digging any deeper.

  2. Luca Says:

    Dear friend,
    firefox identifies localhost as something local while on the other address it recognizes as an internet address so it handles like a regular internet webpage by putting links in blue (default behaviour).

  3. Web Designer Sydney Says:

    Never noticed white not being white, although i like a nice #f2f2f2 myself

Leave a comment