[thelist] backslash, forwardslash, slash

Jorah Lavin madstone at madstone.net
Sun Mar 26 10:40:19 2000


At 3:05 PM +0000 3/26/00, Burns, Martin wrote:

>Even
>if they do read out FORWARDslash every damn time.


Hey, Martin

This may actually be needed.  Working every day with non-web-savvy people,
I'd bet not a week goes by that I say to someone on the phone "H T T P
colon slash slash" and hear them replying "it doesn't work!"  Turns out
that they put in backslashes instead.  Seems to be about the only
DOS-related thing they can remember, and it over-rides what they are
hearing... sometimes I've had to say to them "no, it is the slash down near
your Shift key, the one that also has the question mark on it" and they
clearly never saw it before.

The other thing like that that drives me crazy is the double-clicking of
links.  People spend all their time in Word or Powerpoint and they double
click everything.


-Jorah

<tip type="KISS table usage">

When laying out your pages, if you have found yourself solving layout
problems using tables as your first choice, step back, take a deep breath,
and remember that simple is better.  When you go back a year from now to do
revisions, would you rather look at some text in paragraphs or try to
remember how you built a complex table just to hold that text?  The
rendering speed will probably be a lot better, too!  HTML has many tools...
use the appropriate one.

Just because you _can_ build complex tables, it doesn't follow that you
_should_ use them!

</tip>

<tip type="HTML Comments>

Do yourself a favor; when you are building your first template before
starting page production, write lots of comments spelling out what each
block of markup does.  When you go back later to make changes, you will
thank your earlier self for taking the time to do it.

</tip>