|
Common design pitfalls
|
Social links
Class::Prototype
WWW::Spyder Javascript tricks serial() join function Smart quotes Text to Excel Developing Featherweight Web Services with JavaScript
Miscellaneous
Amperswhat?
& is an ampersand. |
|
| Common design pitfalls
|
Use the correct characters "(c)" is not an appropriate replacement for “©” "Won't--" in place of “Won’t–” How to do it right with HTML A parting caveat · Some older browsers support neither, and international character sets (foreign users) may also have trouble rendering anything besides ASCII. So using these tricks can result in your pages looking worse for a small percentage of users (almost certainly under 1%). Layout mistakes French spacing · French spacing is the placing of two spaces at the end of a sentence to separate it from the next. Bizarrely, there are still those who maintain that it’s correct to do so. Fortunately, none of them works in publishing houses or print shops. The punctuation and the following capital letter are already redundant separators of sentences. To add another isn’t just overkill, it makes a piece of print look like a highschool paper. You will not find French spacing used by any mainstream book, journal, or web publisher. Widows and orphans · Widows are single lines of a paragraph at the top or bottom of a column/page.
Orphans are
single (or even duple) words on the line at the end of a paragraph. They are
visually jarring. In HTML widows are generally a non issue; pages
are not typically rendered in columns. There isn’t much that can be done about
orphans in HTML. To fix them both properly in print you can
make micro adjustments to the letter spacing and insert column/page
breaks manually.
All caps · ALL CAPS MAY LOOK NICE ON THE MARBLE FAÇADE
OF A BANK BUT IT IS MORE
DIFFICULT TO READ THAN LOWERCASE, ESPECIALLY AT SMALL POINT SIZES,
WHICH IS WHY LOWERCASE LETTERS
WERE INVENTED TO BEGIN WITH, AND IT’S BAD ONLINE ETIQUETTE
BESIDES.
|
|
|
Perl Books ·
CPAN ·
mod_perl ·
Perl Monks ·
Perl Mongers ·
Perl Journal ·
Use Perl ·
Perl Jobs ·
ActiveState ·
perldoc.perl.org ·
O’Reilly Perl ·
W3Schools tutorials ·
Ovid's CGI Course ·
Catalyst ·
Perl at Wikipedia
Text, original code, fonts, and graphics ©1990-2008 Ashley Pond V. |
||