Animations just to get attention |
Animated icons for links |
Videos, unless selected by the user |
Sounds, unless selected by the user |
Hard-to-read fonts (pure zxnrbl) |
Frames (tangle with some browsers) |
Rotating slideshow advertising |
Advertising that hogs CPU time |
Infinitely continuing downloads |
Low text/background contrast |
Clashing text/background colors |
Watermarks or images under the text |
Bumbling text box chasing the cursor |
Exploding text or image boxes |
Changing stuff as the mouse moves |
Taking control away from users |
Disabling the BACK button |
Strange icons (not obvious to users) |
Changing the cursor icon |
Scrolling the page by itself |
Pop-up pages (often disabled) |
Changing the link colors |
Blocking saving and printing pages |
Destroying the browser history |
Internet Service Providers must not insert their own code that
either prevents the user's webpage from validating under its own W3C doctype, or damages the rendering of the
user's webpage. |
||
I have a list of annoying advertisers I refuse to do
business with, because their hypergimmicky ads drive me crazy. |
||
Remember that your user might be in a cubicle farm at the time your
annoying sound plays. |
||
Bumbling text balloons following the cursor around the screen
make me want a digital flyswatter. Annoying as gnats! |
||
Rotating slideshows cost some users money or download bandwidth.
There are still Internet Service Providers (ISPs) that charge for the amount of internet traffic used, or sell
downloading time in blocks. Rotating ads are as nasty as sending unsolicited faxes. |
Tips for making your web pages work with most browsers in use now:
Deprecated tags are:
|
Deprecated attributes are:
|
Deprecated attributes (continued):
|
Key
Go ahead and use attributes that are deprecated, but have no replacement (***), in transitional doctypes. It is a breach of ethics for the World Wide Web Consortium (W3C) to have removed such essential functions without providing adequate replacements. They forgot that someone might need to have part of an ordered list within a cited quote, but without showing the beginning of the ordered list. Those elitists also forgot that not all web users are publishing newspaper articles or books. Many web pages are advertisements and brochures, which require centering things other than text. Write them to complain about not being able to easily center images and objects.
Tangled tags: <p> <strong> Content </p> </strong> |
Nested tags: <p> <strong> Content </strong> </p> |
Improper Nesting (block inside inline): <strong> <p> Content </p> </strong> |
Tangled tags fail to work correctly on the newest browsers.
The fact that some browsers render these tags properly when they are improperly nested does not mean that the page will render correctly in the future.
Close containing tags with separate closing tags. |
Example: <p>content</p> |
Containing tags without content still need separate closing tags. |
Example: <p></p> |
Close empty tags with self-closing tags. |
Example: <br /> |
Note the space before the / mark. This is necessary to get Internet Explorer to
work correctly with closed empty tags. |
Be aware that Internet Explorer renders box objects in a different way, compared to other browsers.
When a box object is given dimensions, the dimensions are applied differently by these browsers;
The trick is: Don't put nonzero surrounding styles in the same tag or style that contains size styles.
To make both browsers render a box object the same, the box object with the size declaration must have the value "none" set for border, and the value "0" set for margin and padding attributes. Set them deliberately. Build your page by nesting multiple div tags. Use other containing or contained tags to add margins, borders, or padding on the desired side (inside or outside) of the div with the declared size.
Then, where you want to place the centered text, put this code:
The div tag may be replaced by the p tag or one of the h tags.
Tips for making your web pages work for most disabled people:
A page with both too many graphics and frenzied movement is "angry fruit cocktail with bugs."