online shoes store xkshoes,here check the latest yeezy shoes click here.

know more about 2020 nike and adidas soccer cleats news,check shopcleat and wpsoccer.

Home Link Index Photo Index Midi Index Musings Information Index

Information - Web Page Design

Pictures

Good web picture size is 71 ppi / 640 x 480 pixels (9.1 x 6.76 inch) / 921600 bytes. True color (24 bit). 

bird.bmp 393x279x16m 

IUG Presentation * 640 x480 is typical size of 15 in. monitor. * 30k image maximum. * Enhance by sharpening. * Resize to 72 dpi, 555 x 350. * Want to download in 5 sec. * 5 x 3 inch is good for e-mail.

Backgrounds

Backgrounds are tiled images. This means the browser reads the image once then repeats it into the viewing window until the whole displayed area of the window is showing that image. With this in mind you have to think of the various measurements your viewer will be using. For backgrounds in the style of this web site (i.e. narrow column on left) you should aim for the largest dimensions, widthwise, that your viewer may be using. I use a width of 1400 pixels - this ensures that most people even if they are viewing in 1200x1000 mode will not see a repeat of the left column. If I used a background image that was only 800 wide then those viewers using 1200 mode would see an ugly red strip down the right hand side of the page covering half the writing. So...bear in mind that just because you view in 800 mode there are still plenty of folk who may view in higher resolution - make that image wide.

If it is going to be a plain background down the whole length of the page you need only make the depth 50 pixels (or even less to save on file size). The browser will just repeat the image. If there is a pattern in your background then the depth of the patterns dictate the depth of the background image.

STAY AWAY from clouds and other such gaudy "homepage" backgrounds - even if your site is a homepage about you and your interests, please, have a bit of decorum - the viewer needs to read your text - don't try and hide it from him!!

There are thousands of readymade backgrounds freely available. Just do a search in altavista.com for "background" - you'll get 1000's of pages of ideas to choose from.

Colors

Color is important for an effective web page for a number of reasons:

bulletIt makes the screen layout more attractive.
bulletIt may reduce user(s) interpretation errors.
bulletIt emphasizes logical organization of the information.
bulletIt is very effective at drawing the user(s) attention to a given part of the screen.

color is, however, difficult to use correctly and can be a disadvantage:
bulletcolors are not suitable for small items.
bulletcolors have to be used carefully to avoid unintended visual effects.
bulletcolors have to be used carefully to avoid creating problems for people with color deficiencies e.g. approximately 6% of men have difficulty distinguishing between shades of red and green.
bulletUser(s) color perception may be affected by environmental conditions.
bulletIf text is to be used, it should not be color-coded. Similarly text associated with graphical symbols should not be colored.
bulletUsing color is preferable for short or temporary elements such as menu choices rather than permanent elements such as long lines of text.
bulletRemember monochrome displays are still used.

Guide to using color on a display screen:

color coding
No more than 5 separate colors should be used if their meanings are to be remembered by the user.

color meanings
The majority of users associate certain meanings with certain colors. For example, red is constantly associated with heat, danger or stop. Where there is existing conventions for colors, use them. If the meaning of an arbitrary association is to be recalled by the user, provide a table with the associated color meaning.
Ensure that color used for purely decorative purposes does not interfere with the functionality of the display, as the users may look for the underlying reasons behind the color choice.
Avoid using color as the symbol of your company or site. colors are associated with many peoples passions, political views, customs and religion. For example the telephone company Orange. Their identity and logo is 'The future is orange'. Just imagine trying to market the color orange in Northern Ireland. You will upset many people.

color contrast
The contrast ratio should be maximized when selecting colors for background and foreground elements. Black text on a white background provides the highest contrast ratio and optimizes visual processing for text. Using colors from the opposite ends of the spectrum can lead to visual fatigue; in particular, combining red and blue/cyan should be avoided.

General advice on colors is given in the table below:

color Meaning Attention getting value Contrasts well with: Avoid pairing with:
Red danger
heat
stop
alarm
financial loss
good white green
Yellow danger
warning
hazard
abnormal state
good black
dark blue
green
white
Green safe
satisfactory
normal state
go
poor white red

Light blue

advisory
cool
bad black yellow

Magenta

alarm state good white -
White advisory poor green
black
red
dark blue
magenta
light blue
yellow
Black financial gain poor white
light blue
yellow
-

Dark blue

advisory poor white yellow

color systems
color has many different attributes e.g. shade, tone, brightness, saturation, hue....etc.. These attributes make color very complex for a computer to define.

color terminology:

Hue
Hue is a term that defines the actual color e.g. red, blue, yellow, pink...etc

Saturation
Saturation is a term that defines the concentration of the a color.

 
Saturation
color 0 % 20 % 40 % 60 % 80 % 100 %
Red            

 

Frames

Despite the fact that the recent trend in web design frowns upon the use of frames and tables in large, commercial websites, as they are a disadvantage when registering a site with many major search engines, frames and tables remain extremely useful for amateur webmasters. Despite their many disadvantages, frames and tables allow beginners to put together attractive web sites that are well-organized and viewable in most major web browsers. In the section below, we will provide you with the basics you need to get started on your web site with frames and tables, so that you can get your site online as soon as possible!

You can sub-divide your web pages into sections called 'Frames'.
e.g.


Frames are supported on lots of browsers now and are very popular for navigation bars and menu's.


HTML tag     :

<frameset rows="frame rows position" border="border thickness"> ......... </frameset>


Description : The frameset rows tag tells the browser how to split up the screen into rows.
bulletframe rows position
You can use a number, percentage or '*' symbol to represent the frame rows start position.

bulletborder thickness
You can use a number or a percentage to represent the thickness of the frame border line.

Example    :

<frameset rows="100,*,200" border="3"> </frameset>



HTML tag     :

<frameset cols="frame column position" border="border thickness"> ......... </frameset>


Description : The frameset cols tag tells the browser how to split up the screen into columns.
bulletframe column position
You can use a number, percentage or '*' symbol to represent the frame columns start position.
bulletborder thickness
You can use a number or a percentage to represent the thickness of the frame border line.

Example    :

<frameset columns="100" border="3"> </frameset>
 


HTML tag     :

<frame src="file name" marginwidth="frame margin width" marginheight="frame margin height" name="name of frame" scrolling="scrolling option">


Description : The frame src tag tells the browser what file is to be placed in the frame. The element is also used to setup parameters for the frame.
bulletfile name
By entering an HTML file name here, you will fill the frame with the HTML document.
bulletframe margin width / frame margin height
This defines the frames width and height margins.
bulletname of frame
This attribute defines an actual name for a frame. The defined name is used for directing a web page into a frame. For example:

< A HREF="data.htm" TARGET="Main" > Open 'data.htm' file in the Main frame </A>

When the user(s) click on this link. The data.htm file is opened in the frame named 'Main' ( note the 'TARGET' tag ).
bulletscrolling option
Each frame can have a scroll bar attached. The possible options are :
no = No scroll bar
yes = Scroll bar added
auto = Automatic scroll bar

Example    :
<frame src="data.htm" marginwidth="3" marginheight="4" name="main" scrolling="auto">
 


Examples to set up frames on a web page.

Here is the frame that is going to be setup:



Here is the HTML code to set up this framed web page:
<HTML>

<HEAD>

<TITLE>
Frames Set up </TITLE>

</HEAD>

< FRAMESET COLS=
"150,*">

<FRAME SRC=
"index.htm" NAME="frame3" SCROLLING=AUTO>

<FRAME SRC="info.htm" NAME="frame4" SCROLLING=AUTO>

</FRAMESET>

<BODY >

</HTML>

Example number 2

The FRAMESETs can be nested to split the screen up further.

Here is the frame that is going to be setup:



Here is the HTML code to set up this framed web page:
<HTML>

<HEAD>

<TITLE>
Frames Set up </TITLE>

</HEAD>

<FRAMESET ROWS=
"75,*" >

< FRAMESET COLS=
"150,*">

<FRAME SRC=
"logo.htm" NAME="frame1" SCROLLING=NO>

<FRAME SRC=
"Title.htm" NAME="frame2" SCROLLING=AUTO>

</FRAMESET>

<FRAMESET COLS=
"150,*">

<FRAME SRC=
"index.htm" NAME="frame3" SCROLLING=AUTO>

<FRAME SRC=
"info.htm" NAME="frame4" SCROLLING=AUTO>

</FRAMESET>

</FRAMESET>

<BODY >

</BODY>

</HTML>
 


HTML tag     :

<noframes> ........ </frameset>

Description :

Browsers that do not support Frames - Not all browsers are capable of rendering frames and you don't want to leave the users with a blank screen. You should include a NOFRAMES tag to tell the browser what to do if it does not support Frames.


See the first feeling of rolex replica uk is "cool", because it's disk is "ice blue", this is why it was in the bezel it was known as rolex replica watches reasons. Ice blue dial in the Rolex watch is very rare, this dial color is unique to replica watches uk
Example    :
<FRAMESET cols="50%, 50%">

<FRAME src=
"index.htm">

<FRAME src=
"main.htm">

<NOFRAMES>

Here is the <A href="noframes.htm">
non-frame based version web page design.</A> </NOFRAMES>

</FRAMESET>

 

Formatting and aligning text and images
bulletYou can change the position of text/images on the display screen.
bulletYou can change the style and format of text on the display screen

HTML tag     : <div align="attribute">.....</div>

Description : Aligns characters/images on the screen.

Examples    :
  1. How to display 'Text' on the left-hand side of the screen:
     <div align="left"> Text </div> 
     
  2. How to center an image on the screen:
     <div align="center"> < img src="name_of _image.xxx"> </div> 
     
  3. How to display 'Text' on the right-hand side of the screen:
     <div align="right">Text</div> 


HTML tag     : <pre>.....</pre>

Description : Displays characters in a fixed-width font rather than the variable-width font used for simple paragraphs.

Example     :
 <pre> Text Text Text Text Text Text Text Text </pre> 
 


HTML tag     : <blockquote>.....</blockquote>

Description : This tag slightly indents a paragraph of text (from the left and right margins) to make the paragraph stand out.

Example     :
 <blockquote> Text Text Text Text Text Text Text Text </blockquote> 
 


HTML tag     : <i>.....</i>

Description : This tag changed text to an italic format.

Example     :
 <i> Text Text Text Text Text Text Text Text </i> 
 


HTML tag     : <u>.....</u>

Description : This tag underlines text.

Example     :
 <u> Text Text Text Text Text Text Text Text </u> 

Note: It is good practice not to use this tag because usually underlined text means it is a link to another web page (or link to another part of the web page) i.e. you will fool users into thinking the underlined text is a link.


HTML tag     : <s>.....</s>

Description : This tag places a line across the middle of the text i.e. strikes it out.

Example     :
 <s> Text Text Text Text Text Text Text Text </s> 
 


HTML tag     : <sup>.....</sup>

Description : This tag super-scripts text. This tag is most useful in writing mathematical formulas and calendar dates. e.g. E = mc2, 3 rd April

Example     :
 <sup> Text Text Text Text Text Text Text Text </sup> 
 


HTML tag     : <sub>.....</sub>

Description : This tag sub-scripts text. This tag is most useful in writing mathematical formulas e.g. Base 16

Example     :
 <sub> Text Text Text Text Text Text Text Text </sub>