473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Convincing someone that em is better than pt

I'm working on a site and the client said he thinks "the main title should
be around 28pt and the subtitle probably 18pt". I know pt's are bad, and I
want to convince him that he should NOT be sizing the headers with pts (or
perhaps at all), but I was wondering if there is a website that describes
why it's bad (instead of trying to explain it myself in a lengthy email).
Anyone have a resource I could use?

Thanks,
Peter Foti

Jul 20 '05 #1
8 2204
Peter Foti wrote:
I'm working on a site and the client said he thinks "the main title should
be around 28pt and the subtitle probably 18pt". I know pt's are bad, and I
want to convince him that he should NOT be sizing the headers with pts (or
perhaps at all), but I was wondering if there is a website that describes
why it's bad (instead of trying to explain it myself in a lengthy email).
Anyone have a resource I could use?


it's very simple...different systems will show pt or px
differently...often very differently, so that what looks good on your
system may look awful on theirs...what you can be sure of is that they
have a default font size that they van read...so you have to base text
sizes by making them proportional to that...which means em, or better
still %

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 20 '05 #2
On Fri, 31 Oct 2003, Peter Foti wrote:
I'm working on a site and the client said he thinks "the main title should
be around 28pt and the subtitle probably 18pt". I know pt's are bad, and I
want to convince him that he should NOT be sizing the headers with pts
With respect, I think you're addressing the wrong issue. Merely
trying to convince someone who, by their own testimony, seems to be
designing for paper publishing, that they ought not to be using pt
units is not going to be a success, IMHO. The first priority is to
explain to them that the web is NOT paper publishing, and that choices
that would be absolutely the right thing (don't be afraid to
compliment them on their choice for that!) are simply inappropriate
for web. If you get a glimmer of comprehension, then you can work
from there. If you don't, then the choice seems to be to either grit
your teeth and do what they ask, or run away.
perhaps at all), but I was wondering if there is a website that describes
why it's bad (instead of trying to explain it myself in a lengthy email).


My suggestion would be, Google for "the web is not paper".
http://www.westciv.com/style_master/...oil/not_paper/

Jul 20 '05 #3
"Alan J. Flavell" <fl*****@ph.gla.ac.uk> wrote in message
news:Pi******************************@ppepc56.ph.g la.ac.uk...
On Fri, 31 Oct 2003, Peter Foti wrote:
I'm working on a site and the client said he thinks "the main title should be around 28pt and the subtitle probably 18pt". I know pt's are bad, and I want to convince him that he should NOT be sizing the headers with pts
With respect, I think you're addressing the wrong issue. Merely
trying to convince someone who, by their own testimony, seems to be
designing for paper publishing, that they ought not to be using pt
units is not going to be a success, IMHO. The first priority is to
explain to them that the web is NOT paper publishing, and that choices
that would be absolutely the right thing (don't be afraid to
compliment them on their choice for that!) are simply inappropriate
for web.


Alan, this was precisely the issue that I wanted to address. I think my
original post just did not reflect that well.
My suggestion would be, Google for "the web is not paper".
http://www.westciv.com/style_master/...oil/not_paper/


Thanks, I will give this a shot. This is the type of suggestion I was
hoping for. :)

Regards,
Peter Foti

Jul 20 '05 #4
On Fri, 31 Oct 2003, Alan J. Flavell wrote:
My suggestion would be, Google for "the web is not paper".
http://www.westciv.com/style_master/...oil/not_paper/


Correction - don't read _only_ that URL: do read the other
pages near the top of that Google response also.
Jul 20 '05 #5
In article <vq************@corp.supernews.com> in
comp.infosystems.www.authoring.stylesheets, Peter Foti
<pe****@systolicnetworks.com> wrote:
I'm working on a site and the client said he thinks "the main title should
be around 28pt and the subtitle probably 18pt". I know pt's are bad, and I
want to convince him that he should NOT be sizing the headers with pts (or
perhaps at all), but I was wondering if there is a website that describes
why it's bad (instead of trying to explain it myself in a lengthy email).
Anyone have a resource I could use?


I know you're asking for ways to persuade him, but might it not be
easier to give him what he wants? No, I don't mean actually code in
points. But (unless his browser settings are _really_ extreme) you
ought to be able to produce a good-looking page in ems, which just
happens to work out with headings in his browser at about the size
he wants to see.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #6
Eric Jarvis wrote:
it's very simple...different systems will show pt or px
differently...often very differently, so that what looks good on your
system may look awful on theirs...


http://style.cleverchimp.com/font_si.../font_wars.GIF

--
David Dorward http://dorward.me.uk/
Jul 20 '05 #7
Stan Brown wrote:
In article <vq************@corp.supernews.com> in
comp.infosystems.www.authoring.stylesheets, Peter Foti
<pe****@systolicnetworks.com> wrote:
I'm working on a site and the client said he thinks "the main title
should be around 28pt and the subtitle probably 18pt".
...

I know you're asking for ways to persuade him, but might it not be
easier to give him what he wants? No, I don't mean actually code in
points. But (unless his browser settings are _really_ extreme) you
ought to be able to produce a good-looking page in ems, which just
happens to work out with headings in his browser at about the size
he wants to see.


It's a useful technique and one I have used to good effect on several
occasions ;o)

--
William Tasso - http://WilliamTasso.com
Jul 20 '05 #8

"William Tasso" <ne****@tbdata.com> wrote in message
news:bo*************@ID-139074.news.uni-berlin.de...
Stan Brown wrote:
In article <vq************@corp.supernews.com> in
comp.infosystems.www.authoring.stylesheets, Peter Foti
<pe****@systolicnetworks.com> wrote:
I'm working on a site and the client said he thinks "the main title
should be around 28pt and the subtitle probably 18pt".
...

I know you're asking for ways to persuade him, but might it not be
easier to give him what he wants? No, I don't mean actually code in
points. But (unless his browser settings are _really_ extreme) you
ought to be able to produce a good-looking page in ems, which just
happens to work out with headings in his browser at about the size
he wants to see.


It's a useful technique and one I have used to good effect on several
occasions ;o)


Yes, those are "presentation" techniques. *grin* i.e. "...you won't notice
a change or at the very least - minimal differences". It's odd really, the
client often doesn't concern themselves of how *everyone* else sees their
page, only what they see. Well, maybe that isn't odd.

Perhaps another idea, is to go with the em's or %'s and see how the client
likes it. Just do a small sample and say, "like this?" The bottom line is
that the client wants the size to be x,y,z but how you get or interpret
x,y,z *shouldn't* really be the issue. : =)

Isabelle
http://www.is.visisoul.com
Jul 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Michael Rozdoba | last post by:
I'm far from a CSS expert, but what I see of it I really like & I love keeping content & style separate. I also hate the way table layout produces convoluted bulky code. However when asked why...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
4
by: Fredo | last post by:
I'm not sure if this is possible, but I have a socket server app and a client app. I need to convince the server that the application is signed with the same key as the server. Is there a way to do...
7
by: VBCodr | last post by:
Please don't nail me if this is the wrong forum - please direct me to the right one. I have been tech lead/architect on a very big asp/com+/vb6 internal app. I am trying to convince the powers...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.