|
August
2002 (Part 2)
Design Tip
: Add Search to Your Site
A recent study by Search Tools shows that 66% of webmasters haven't added a search engine to
their site. Reasons for not doing so included time, complexity, and cost. We'll show you how to add search to
your site without complex programming, and it's free! Click here
for more details.
HTML Tip
: Avoid Duplicate Form Submissions
Forms are a great way to add interactivity to your Web site. But this useful tool may cause
problems if your visitors submit the same form information over and over again. Solve that problem with some
simple JavaScript code that prevents your form from being submitted multiple times. Click
here to learn how.
Beginner Tip
: Clash of the Style Sheets
If you are new to Cascading Style Sheets, then you've probably run into trouble with conflicting styles.
When two or more styles apply to the same page element, which style wins? The answer helps explain why they're called
"Cascading" Style Sheets. Click here to read on.
|