Loading...

More materials by author - Page 3

in Web Design Principles
Decrease Website`s Load Time

Many webmasters get caught up in the design and creation process that they forget that visitors will have to download all of it. Forgeting to optimize your code and graphics for your site will increase your website's load time and will determine future visits. In order to keep your site in peak ...

read more
in Web Design Principles
Avoid Horizontal Scroll Bars

What you see is not always what you get at least with the standard screen sizes. Many new web designers will assume that if they are designing for an 800x600 screen that their web page tables should be 800 pixels wide. If you tried it, and you have to horizontally scroll to read your page content, I...

read more
in Domain Registration
A Winning Domain Name

Choosing the most appropriate domain is the first and one of the most important decisions you will make for your new business. Your business's name is the first impression visitors will have about your business. An easy to remember domain name that gives visitors an idea of what your business does ...

read more
in Color Theory
Hex Chart

When adding a color to your webpage with HTML, sometimes you can just type in the name of the color. But more often than not, you'll need to use what's called the hex code, which is something that the browser will be able to understand. Choose a color from the list below and look to its left...

read more
in HTML Tutorials
Absolute Positioning

Absolute positioning allows you to set an object's placement on a page by setting its offset position from the left, right, top, and bottom margins. When an element is positioned absolutely, it is removed from the normal flow, and has no effect on other elements in the normal flow. If the style ...

read more
in HTML Tutorials
Overflow

Tired of IFrames? The CSS overflow property, which specifies what should happen when an element's content is too big to fit in a specified area, can be used as an alternative.

read more
in HTML Tutorials
Line Height

With CSS, the height of a text line can be changed using the line-height property. Start off by placing the following code in the head section of you page.(between <head> and </head>)

read more
in HTML Tutorials
Fixed Background

This short tutorial will show you how use a fixed background image. With a fixed background, the background image doesn't move as the page is scrolled.

read more
in HTML Tutorials
First Letter

Styles can be added to the first letter of a paragraph of text much like you would find in magazines. To do this, Pseudo-elements, which add different effects to some selectors, or to a part of some selectors, are used.

read more

Copyright © All Rights Reserved