
Download FireFox 3 and help set a world record! A side benefit is that you get a better browser for Windows, and it makes it easier for us designers/programmers to develop better websites. Totally unrelated to this project is Safari, another browser that is built by Apple Computer, and I usually use it exclusively. It is fast, secure, and passes the acid3 browser test.
According to this article here:
Apple’s design has always used a great balanced combination of tone (darks), rich effects and colour to draw the eye.
It may be the most perfectly designed web site there is, in my opinion.
Don’t Repeat Yourself. It’s sort of a buzzword, but it carries a good deal of truth. The fact is, computers are *built* to automate repetitive tasks – not create them. If it takes a few hours more to program something so that it is easier to update later, by all means do it. Think of the time savings that you would have if on your 300 page website, you wanted to make a simple change to your directory structure, and move your stylesheet. If you designed your page with an included header, the task is trivial. If you hard-coded all that, you’re in for a larger project. How are you going to remember what you have updated and what you have to do still? It’s going to be a real mess, I can assure you that much. Think ahead. Save time.