|
Most people think that a website is simply the picture of a screen as you
view it. That is not true. Your website is a collection of programming code,
formatting instructions,
colour references and pictures. When someone visits your website what happens
is this. The visitor's browser makes a request to read the website code.
That code is passed to the browser and the browser then assembles the layout,
interprets the colours, adds the words and picture placement on your screen
right before your eyes!
The words and pictures are stored on the web server in various 'bins'. In the form they are
stored, they do not make an awful lot of sense:

When you 'visit' the website, your browser reads and interprets programming code to decide how to arrange
to present the words and pictures to your screen. So the above jumbled fruit names and their pictures might appear on your screen in a more orderly way
like this:

Have you ever seen a webpage load with a delay in some of the pictures?
That is an example of the browser assembling the page in front of you. Usually
the quick items to load, such as text, come up fairly quickly and the bigger
items, like pictures, need more time to be filled in. Each browser does
this slightly differently and interprets the instructions in their own way.
This can be a little awkward for the web developer because an instruction in one browser can mean something different to another browser!
At My New Venture, we design primarily for recent versions of Firefox, Chrome, IE and Safari. Occasionally, there are compromises where one browser view will not be as perfect as the others.
|