Globale linker

Book 1

Book 2

Ch.10 Site Implementation Factors

As you prepare to construct your website, you should be aware of several factors that will affect implementation. These include the scope of the project, the skill resources available, the technology you plan to use, and the time alotted for implementation.

Determining the scope of the project requires you to decide the initial state of the web site. The scope will typically fall under one of the following definitions:

The skill resources you require will most often fall into one of two general categories:

When it comes to technologies you plan on using on your pages always design after the lowest common denominator principal. The lowest common denominator is based upon the intended audience. To maximize the number of users who can view your pages as intended, it is important to keep abreast of user-technology demographics.

Time is often the most valuable resource, and it's easy to underestimate.

Every web site contains elements of appearance and functionality that serve its purpose.

When calculating download times for your pages, you must add the file sizes for the HTML file and all associated files and programs, multiply this by 8 and divide by modemspeed.

For example: a 100KB file on a 56Kbps modem

(100 * 8) / 56 = 14,28 seconds

Chapter 9 Chapter 11