

--------------
Keywords
SEO
The factors that play a role in your web site's ranking
Hyperlink
URL tag optimisation
Alternative traffic promotion techniques
Copywriting
Creating effective body descriptions
Writing content: focus on your target audience!
Writing a
business
website homepage
Links
Website's linking architecture
16 rules for a good link exchange request
Pay per click
Pay-per-click: How to increase the
click-through-rate
Pay-per-click search engines list
Pay-per-click:
how to avoid click fraud
How to improve effectiveness in PPC
Pay-per-click:
How to chose keywords
Pay-per-click: Google AdWords account structure
Pay-per-click: Yahoo Search Marketing (SM)
Domain names
Content
spidering
CIRCA technology: applied semantics to search engines
Latent semantic indexing (LSI)
Google's ranking algorithm
part 1/4
Google's ranking algorithm
part 2/4
Google's ranking algorithm
part 3/4
Google's ranking algorithm
part 4/4
Google's
original
patent:
how Google
works
Google's sandbox: delayed inclusion of new websites
Google's penalties: getting penalized
search engines
How search engines evaluate relevancy when ranking search results
How to be informed when a search engine spider visits your site
How to instruct
spiders by means
of the head-tag
How to prevent
duplicate content
Australian search engines list
World major search engine list
Web searchers' behaviour: shocking web users' statistics
Listing expectations: how much better is ranking No. 1 versus No. 10?
web marketing
Seven reasons
why customers
don't buy
12 ways to exceed your client's expectations every time!
Market reseach for new online business
How to set up your best customer profile
12 tips to build
a new SEO
Career
How to market your website: five keys to web site marketing success
How to market your website: the five web marketing laws
How to market your website: miscellaneous marketing strategies
How to market your website: a mixed marketing media approach
miscellaneous
Are you cross-browser compatible? Learn how to do it
Javascript to let visitors bookmark your website
Why your web pages don't load fast enough
Javascript to open a link in a new window

Web surfers hate to wait for slow loading web pages. If your web pages don't load fast enough, many web surfers will go away without taking a look at them.
No matter how great your product is: if your web site is not fast enough, web surfers won't see it. Fast loading web pages are crucial if you want to sell something on the Internet.
What to do
There are several things you can do to speed up your site. Of course, you should make sure that your web host provides fast and reliable servers. In addition to hosting your web site on a fast server, you can do the following to improve the loading time of your web pages:
A large number of graphics on your web pages can considerably slow down your page. For each graphic on your web page, the web browser has to make another connection to your server. If you cannot reduce the number of graphics on your web page, then try to combine several graphics to a single bigger one. Use the same graphics on your other web pages so that web browsers can load the graphics from the browser cache.
Always make sure to include the height and width dimensions of your graphics in your HTML code. This means that every IMG tag should have the WIDTH and HEIGHT attributes specified. If web browsers doesn't have to figure out the dimensions of your graphics, they can already display placeholders and start displaying the text of your web page before loading the graphics from the server.
If a web page takes a long time to load, make sure that the top of the page
contains something interesting because visitors will see that part first.
Web pages that use a single large layout table take a long time to render in web browsers. Break up huge tables into several smaller ones.
If you specify the WIDTH and HEIGHT attributes for your tables, then web browsers don't have to load the complete table code to calculate the dimensions of the table.
Take a moment to check the individual widths of each table cell. If the total is more than the specified table width, then web browsers will have problems displaying your table.
Building your site using tables is an easy way to structure your page, and all major browsers support them, so why not use a heavily table based layout?
The main problem with table based layouts is that most browsers can not display the table until everything between the <table></table> tags has loaded. This becomes especially troublesome if you have a lot of content. In addition, if your entire site is wrapped in a table, and then you have multiple tables nested inside, your page can take a very long time to display correctly.
So what are the alternatives? Below is a standard three column table:
<table width="300" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>paragraph 1 </td>
<td>paragraph 2 </td>
<td>paragraph 3 </td>
</tr>
<table>
<div style="width:300px;"> <p style="float:left;width:33%;">paragraph 1 </p> <p style="float:left;width:33%;">paragraph 2 </p> <p style="float:left;width:33%;">paragraph 3 </p> </div>
Don't worry you can still use tables just keep in mind, that the more tables you have, the longer it will take to render. Try closing one table before you open another.
Download times of your webpages
It's important to know the download times of your web pages. In general, your home page should load in 20 seconds on a dial-up connection and the top of your page should be displayed within 5-8 seconds.
Fast loading web pages are the most basic factor of a successful web site. If your web pages are displayed and rendered as quickly as possible, people will have more time to read the actual content of your web pages and eventually they'll buy something on your page
Home Site Map Contact Us Price List Webmaster Company Profile Links Add a Link