Have Little Web Design Experience? Here is XML for Beginners

June 2nd, 2008 No Comments   Posted in Web Design

This article is for readers who have either no prior experience of Web Design or very little time.

No Programs
The best way to write Web pages is to get your hands dirty and write the code yourself.
Programs that produce HTML often do so badly. They often produce Web pages that go long way round about doing things. When you code the pages by hand you have an intimate understanding of what you are doing and can make the actual size of the Web page file as small as possible. This reduces download times so the pages load quicker and the users are happier.

When you use a program to generate HTML, understand how the page is built internally because it does it for you. This is not a problem as long as everything works. But what about when it doesn’t? If you find that the Web page doesn’t display properly in Internet Explorer 4, and many of the users use that browser, you are going to have to sort it out. This means forgetting about the program and looking at the code.

More »


Tags:

Bad HTML Habits

June 1st, 2008 No Comments   Posted in Web Design

Using HTML is the quite easy because of eth structure of this language. But even after that the best HTML programmers can commit mistakes in the coding if they develop some bad HTML habits. In this article we will discuss some of the bad HTML habits which keep even some of the best HTML jockeys from gaining proper accessibility. Let’s discuss and try to understand some of the bad HTML habits developed by many of us.

More »


Tags: