Building your Web Site - User Guide |
Copyright © 2003-2005 SpeedyAdverts |
|
|
Good Coding Practice
|
- HTML/DHTML
- Java Script
- Visible Errors
- Broken Links
|
Today you can find lots of software packages that will help you build a good web site in no time! You can also find online, event driven, web site creation tools. Still, a sound knowledge of HTML and Java will be of help.
Coding is very important, as this will determine:
|
- How your site will look
- On which browsers it will load
- Loading Time of your web pages
- Navigation
- Interactivity with users
- Search Engine Indexing etc…
|
Remember that all browsers support HTML, but not the same can be said for Java, as many users tend to disable Java in their browsers. So make sure that your site is not Java dependant, otherwise it might not load in one's browser.
Visible errors should be immediately corrected as these might halt browsers or even crash a PC, which will not reflect well on your web site. Bugs will always come out, but if you take action, the problem will be solved.
Always check for broken links, for corrupted graphics, and remember to use Alt Tags for all your graphics. META Tags are also not to be left out, as these will determine how Search Engines will index your web site.
|
|
|
|
Top of Page
|