Web Design, Part 3: Cascading Style Sheets

There’s a real danger in web design – the desire to have too much control over what your site visitor sees. There are webmasters who construct their site using very complex style sheets, JavaScript, or separately coded pages for different browsers. And as each new browser ships, the designer has to figure out how to […]

Web Design, Part 2: Site Organization

2000 – Let’s start with a note on include files (the topic of the previous article). If you include a “/” in your reference as in <A HREF=”/news/index.shtml”> instead of <A HREF=”news/index.shtml”>, then it will not matter where the file is located – it will always relative to the root directory. In other words, it […]