Please take a moment and visit http://www.missingkids.com/ and see if you may have happened to see any of these missing children. 

Safe-Audit - Earn Money For Your Site!

This banner was supplied by SAFE Audit


.
.
.
.
.
.
.
.

.
Tabel of Contents
 
  1. FORMS 
  2. FRAMES
  3. DESIGN AND GRAPHICS
  4. HTML SOFTWARE
  5. GRAPHIC SOFTEARE
  6. FTP SOFTWARE

THIS IS MY SUGGESTION TO ENRICH YOUR LIFE
SOMETHING REALLY IMPORTANT WILL HAPPENS IN YOUR LIFE TODAY  IN THIS WEB PAGE. COME ON ! TAKE A LOOK ! ! ! 


 
 
 
 
 
 
 
 
Forms

Forms are used for sending information through a simple e-mail address or a programmed file called CGI.

I usually make forms with my HTML software automatically.
If we take a look at the example below you should be able to see how it`s done. After the mailto function you should type your e-mail address.
The NAME tag is like a label for your text areas.

Try copying the example and mail a letter to yourself. You will find that everything you have typed comes in one row. Well there is no other way except using CGI scripts (programmed scripts).To do that you need to be an experienced programmer and have access to a server.

Example:
<FORM ACTION="mailto:[email protected]" METHOD="POST">
<H5>Enter your e-mail below:</H5>
<INPUT TYPE="TEXT" NAME="EZY HTML" SIZE=50>
<H5>Write you letter in the text field below:</H5>
<TEXTAREA NAME="Text" ROWS=5 COLS=54>
</TEXTAREA><BR>
<INPUT TYPE="SUBMIT" NAME="Submit">
</FORM> The form will look like this:

Enter your e-mail below:
Write you letter in the text field below:

This tutorial was a short lesson about forms. Hope you got an idea about what forms are all about.

Back
 
 
 
 
 
 
 
 
 
 
Frames

Frames are not something I recommend but because it`s popularity I thought you should know how it works.
Doing frames means you divide the screen in different frames where each frame shows a HTML file.

The bad thing with frames is that older browser versions do not support them. That means not everyone can look at your homepage. This web-site is not done with frames.
Otherwise using frames can be convenient in many ways.

Start by making three documents default.htm, left.htm, and a main.htm document.

Copy the blue colored text in the following example to your default.htm document between the </HEAD> tag and the <BODY> tag as shown in the example.

Example:
</HEAD>

<FRAMESET ROWS="100%" COLS="20%,*">
<FRAME NAME="LEFT" SRC="left.htm" SCROLLING="AUTO">
<FRAME NAME="MAIN" SRC="main.htm" SCROLLING="AUTO">
</FRAMESET>
<BODY>

NAME="MAIN" is the label of the frame. This tag is very important, more about that later.

SRC="left.htm" is where you type the file name.

COLS="20%,*" means that the left.htm document will cover 20% of the screen and the rest (*) will be covered with the main.htm document.

SCROLLING="AUTO" means the scrollbar to the left of each frame will only be seen if necessary. You can also type NO or YES instead of AUTO. If you type NO the scrollbar will disappear. If you type YES the scrollbar will always be there.

In the left.htm document you should type the index. Like the right menu on this page.
In the main.htm document you could type the introduction.

A common problem when doing frames is when you click on a link in the left frame and you would like the main frame to change but instead the left frame changes.
Well here is what you do.
In every link in the left.htm document you should add a target command directing it to the NAME="MAIN" frame.
Example:

<A HREF="filename" TARGET="MAIN">test</A> 
 

Puh, complicated.

Back
 
 
 
 
 
 
 
 
 
 
 
Design and Graphics

Believe it or not but design and graphics for homepages are probably the hardest thing to do. Making images fit with your page.

Here are some tips and hints on what to think about when designing you homepage and adding graphics.

Let`s start with design. When you design your site "SIMPLE" is the key word.
Try and make it neat. The largest problem people have with homepages are, they are hard to read and you never find what you are really looking for. In other words people get lost.
How do you prevent that.

  • Simple design (easy with the images and backgrounds).
  • Clear colors. Easy to read text.

  • Use only the 256 color map.
  • Navigation bars in every page linking to all the different pages in your site.

  • Put the navigation bar to the right. Makes it a shorter way from the scrollbar to the menu.
  • Keep the same layout.
Now to the web-site graphics. I recommend you use GIF images and not JPG. JPG uses more than 256 colors and takes larger space. Larger space means longer time for the image to appear.

You maybe wonder why you are not suppose to use more that 256 colors (16 bit, 24 bit, etc). That`s because if you use 24 bit color, people using graphic cards that do not support 24 bit color will not be able to see the images or colors.
 

You should now be able to construct a professional homepage.

Back
 
 
 
 
 
 
 
 
 
HTML software

There are many different HTML software out there offering simple ways of doing homepage. I use a software called homesite.
I think you should use a software you are comfortable with. I you know what you are doing it does not matter what you use. Notepad is a great alternative.

Avoid software that hide the HTML text so that you are sure of what your are doing.

Graphic software

Graphic software are different depending on what you want to do.
I use ADOBE photoshop and Macromedia`s Freehand for creating my images. For creating my GIF animations I use Gif Constructor.
Macromedia`s Fireworks is another good software for web images.

FTP software

Internet hosts use often FTP connection for their users to upload their files. FTP software is what you use for uploading your files.
WS-ftp or Cute-ftp is a good alternative.

Here is a site that offers lists of links to free software. Click here.
 

Back
neverad

This banner was supplied by SAFE Audit

e-mail us!