We all live in a fast-pace environment. Internet is also a very dynamic thing, and web surfers usually won’t spend much time waiting for some page to load – they would rather skip to another search result. That is why, one of the basic principles of the website design is to build fast loading websites. How to do that? Well, we will try to give some ideas below.
- Do not overdo with images and Flash. These all can be eye-catching and impressive, but it takes time to load. Some people may not be very patient waiting for your website to load… Therefore, it is recommended to find a balance between the use of graphics and website loading time. Working with images, try to reduce the size of images to make them easier to load… HD images are cool, but there is no point of using 7-megapixel image while most of the computer screens work at 1024x768 or 1280x1024 resolution.
-
- Use tables as the basement for your webpage layout. If you need to specify the structure of your website, for example, define the location of the navigation menu, logo, content pages, etc – the best way to do this is to use a table. Furthermore, table structure does not take long to load since it is based on the HTML tags, which have always been among the speediest elements of website design.
-
- Learn CSS and use it on your website. CSS is a powerful styling tool for website design. If you master it you will receive multiple options to enhance your website without using additional scripts, which often increase the time of web page loading. With CSS you can do a lot: from managing backgrounds and font properties for all the webpages from a single file to creating fancy rollover effects.
-
- Keep JavaScript and CSS at external files. As you know both java scripts and CSS expressions can be either integrated into a particular web document or they can be stored as separate files in the website root directory. For the purpose of better website load time, it is recommended to store scripts and CSS in the external files. This reduces the number of HTTP requests while keeping the HTML pages smaller in size. Such strategy of website design ensures better rate of a web page loading.
Post A Comment
| Mykola Stepanyuk |
| Posted:May 3, 2010 Subject: Building a Fast Loading Website – Tips for a Web Designer |
Comment |
We all live in a fast-pace environment. Internet is also a very dynamic thing, and web surfers usually won’t spend much time waiting for some page to load – they would rather skip to another search result. That is why, one of the basic principles of the website design is to build fast loading websites. How to do that? Well, we will try to give some ideas below.
- Do not overdo with images and Flash. These all can be eye-catching and impressive, but it takes time to load. Some people may not be very patient waiting for your website to load… Therefore, it is recommended to find a balance between the use of graphics and website loading time. Working with images, try to reduce the size of images to make them easier to load… HD images are cool, but there is no point of using 7-megapixel image while most of the computer screens work at 1024x768 or 1280x1024 resolution.
-
- Use tables as the basement for your webpage layout. If you need to specify the structure of your website, for example, define the location of the navigation menu, logo, content pages, etc – the best way to do this is to use a table. Furthermore, table structure does not take long to load since it is based on the HTML tags, which have always been among the speediest elements of website design.
-
- Learn CSS and use it on your website. CSS is a powerful styling tool for website design. If you master it you will receive multiple options to enhance your website without using additional scripts, which often increase the time of web page loading. With CSS you can do a lot: from managing backgrounds and font properties for all the webpages from a single file to creating fancy rollover effects.
-
- Keep JavaScript and CSS at external files. As you know both java scripts and CSS expressions can be either integrated into a particular web document or they can be stored as separate files in the website root directory. For the purpose of better website load time, it is recommended to store scripts and CSS in the external files. This reduces the number of HTTP requests while keeping the HTML pages smaller in size. Such strategy of website design ensures better rate of a web page loading.
|
|
|