Loading...

More materials by author - Page 1

in Web Promotion
Promoting Your Site

The Dilemma A major strength of the Web is also a major weakness. Imagine living in a city where everyone owned not only a television set, but a television station as well. To make matters worse, most of the channels were nothing more than listings of what is playing at other stations. Of course ...

read more
in Web Design Principles
Fast Loading Images

Why this is not a tutorial on how to draw. I am a terrible artist. My wife won't even let me play with the kid's crayons. I am not very mechanically inclined, and owe much of my success and longevity to date to avoiding using power tools and limiting my auto repair work to filling the gas tank....

read more
in Web Design Principles
Design Hints

A philosophy is nothing more than a school of thought. I think it is necessary for one to develop their own style to be successful. It is not my objective to impose my style on you. The guidelines that I set forth here are not on their own unique or original, but rather my philosophy based on the ad...

read more
in HTML Tutorials
The ASCII Chart

An ASCII Chart is a simple way to keep a list of what all the printable, or displayable characters are. All computers store information as a set of 1's and 0's (bits), not as actual characters. A group of eight (8) bits make a byte. Believe it or not, four bits actually make a nibble and two nibbl...

read more
in HTML Tutorials
Setting Your Tables

The TABLE tag is used to create presentation tables (like spreadsheets), but is more commonly used as a way of controlling the placement of text and images on web pages...

read more
in HTML Tutorials
Images & Other Pretty Things

The IMG tag is used to present graphical images on your pages. In the example above, the HEIGHT and WIDTH attributes are shown, even though they are not mandatory. Despite the fact they are optional, consider them to be mandatory. If you do not use them, the browser will have to load and size all ...

read more
in HTML Tutorials
Page Structure & Description Tags

The very first line of your HTML document should be: <HTML> The last line of your document should be: </HTML> It is very important that you do not place one of these tags anyplace else in your documents as they...

read more

Copyright © All Rights Reserved