<%
strTitle = "How Many Spaces After a Period?"
strMetaDescription = ""
strMetaKeywords = ""
%>

<% SUB Content %>
<p class="pull">
<a href="http://evolt.org" target="_new" title="evolt.org site"><img src="/adrian/images/evolt_logo.gif" height="50" width="134" alt="evolt.org"/></a>
This article was originally posted on <a href="http://evolt.org" target="_new" title="evolt.org site">evolt.org</a>, an online resource for web developers, maintained by web developers. I have granted evolt.org the right to use <a href="http://www.evolt.org/article/Two_Spaces_After_a_Period_Isn_t_Dead_Yet/25/213/index.html" target="_new" title="Link to original article on evolt.org">this article on their web site</a>, and they are the only entity with the right to reproduce it.
</p>

<p class="date">
July 8, 1999
</p>

<p>
Two spaces after a period isn't just dead yet...
</p>

<p>
...At least not in my world.
After years of doing it correctly, I have gone and purposely done it wrong
over and over again.&nbsp;&nbsp;I know what is considered right (no double
space) and what is considered wrong (double space), but after years of doing
graphic design, I no longer follow that rule so closely.&nbsp;&nbsp;I have
two exceptions I personally follow, and nobody has ever noticed until I
point it out to them (and then they chastise me for not knowing the 'correct
way').
</p>

<p>
I know that professional typesetters use 1 space, and I
know that typing teachers taught 2 spaces, and I know why.&nbsp;&nbsp;In
professional printing, there exist what are generally well-designed typefaces
with professionally tweaked kerning that <em>should not</em> need the extra
space after a period, since the period itself is given a comfortable amount
of space for the characters following it to fall in their place.
&nbsp;&nbsp;For the old-fashioned typewriter, however, the text was in a
fixed-width typeface (much like Courier on most Windows and Macintosh systems) that did not aid the user in his
or her reading of the text.&nbsp;&nbsp;This drove the need to insert that
extra space as a clue that the end of a sentence was coming (since people
often see ahead of where they are reading, such cues are important).
</p>

<p>
For instance, in multimedia (which includes web design), your screen fonts
are often not well represented in pixels and many characters butt up against
one another while others space out further.&nbsp;&nbsp;Kerning just doesn't
seem to take care of that very well, as you can see in Word documents (or
the occasional web site) that have been justified.&nbsp;&nbsp;Since here we
tend to lose the advantages afforded good typefaces in print, namely proper
kerning and clean representation of the fonts within the small amount of
pixels allowed, we lose our reasons for abandoning the double space.
&nbsp;&nbsp;In these cases, I add an extra space after a period to improve
readability.
</p>

<p>
When using free fonts (from great sites like 
<a href="http://chank.com/" target="_new" title="Chank Fonts">Chank</a><span class="PrintOnly"> [http://chank.com/]</span>),
often the characters aren't properly spaced, and they need some help from
the designer.&nbsp;&nbsp;Again, sometimes you don't want to kern the entire
document; you just want more space because the font designer made his period
have no space on the right.&nbsp;&nbsp;In this case, I will use a double
space.&nbsp;&nbsp;I have found that in print, most designers tend to not
notice this until I point it out.
</p>

<p>
I used to follow the rule precisely, but after years of looking at my stuff
and being disappointed at legibility, I made the conscious decision to
abandon or modify that rule in certain cases.&nbsp;&nbsp;Rules are made
to be broken, aren't they?
</p>

<p>
I was reading an article from <em>Scientific American</em> while riding on
the tube the other day, and I ran across the following block of text:
</p>

<blockquote>
"...to determine whether they were commercially viable in the U.S. Ware
and his colleagues concluded that the green and the brown cotton yielded
too little..."
</blockquote>

<p>
When I first read it, it took me a few times of re-reading to recognize
that Ware is a person's name (as explained earlier in the article, I just
forgot since I am bad with names), and not some government agency (US
Ware?).&nbsp;&nbsp;The single space in this case, coupled with the
justification of the article (removing the consistency of spaces between
words from line to line) confused the heck out of me.
</p>

<p>
I found myself wishing they had an intern who incorrectly added another
space after years of being traumatized by an unruly typing teacher in high
school, because then I wouldn't have been so confused.
</p>
<% END SUB %>
<!--#include file ="../includes/template.asp"-->