HighDots Forums  

Is this website giving the right message?

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Is this website giving the right message? in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ermand
 
Posts: n/a

Default Is this website giving the right message? - 09-27-2009 , 02:34 PM






I am trying to make my website more efficient. I have set up Google
optimizer and here are the two different urls: <a href="http://
www.edpaintingonline.com/">Residential Painting</a>
<a href="http://www.edpaintingonline.com/House-Painting/Helping-
homeowners-with-housepainting-needs.html">Connecticut Painters</a>
The goal is to have as many people who need painting services to call
or contact me, keep in mind this is a local business not an online
business.
Any ideas on improvement?

Thanks,
Ermand

Reply With Quote
  #2  
Old   
ermand
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 02:38 PM






http://www.edpaintingonline.com/House-Painting/Helping-homeowners-with-housepainting-needs.html
here is the full second url

Reply With Quote
  #3  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 03:37 PM



On 2009-09-27, ermand wrote:
Quote:
http://www.edpaintingonline.com/House-Painting/Helping-homeowners-with-housepainting-needs.html
here is the full second url
<http://cfaj.freeshell.org/testing/edpaint.jpg>


--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

Reply With Quote
  #4  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 03:56 PM



ermand wrote:

Quote:
I am trying to make my website more efficient. I have set up Google
optimizer and here are the two different urls: <a href="http://
www.edpaintingonline.com/">Residential Painting</a> <a
href="http://www.edpaintingonline.com/House-Painting/Helping-
homeowners-with-housepainting-needs.html">Connecticut Painters</a
The goal is to have as many people who need painting services to call
or contact me, keep in mind this is a local business not an online
business. Any ideas on improvement?

Thanks,
Ermand
"As a proffesional house painting contractor [comma?]"

"Properly protect large areas not to be painted with drop clothes, "
"Remove masking, drop clothes, and "

You're going to drop your trousers? Given the frequency, I'd guess
there are others, but I only scanned a few pages.

I don't care for the purple background of the pages...

--
-bts
-Friends don't let friends drive Windows

Reply With Quote
  #5  
Old   
dorayme
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 06:16 PM



In article
<09774380-7154-4286-b86e-9c3f5cb6ae04 (AT) m33g2000pri (DOT) googlegroups.com>,
ermand <ermd2003 (AT) gmail (DOT) com> wrote:

Quote:
I am trying to make my website more efficient. I have set up Google
optimizer and here are the two different urls: <a href="http://
www.edpaintingonline.com/">Residential Painting</a
a href="http://www.edpaintingonline.com/House-Painting/Helping-
homeowners-with-housepainting-needs.html">Connecticut Painters</a
The goal is to have as many people who need painting services to call
or contact me, keep in mind this is a local business not an online
business.

I am glad you added that last sentence. It is important. You are making
clear that you are not in competition with those online painting
services - you know, the ones that paint houses by action at a distance.
<g>

As Chris was showing you in his jpg, in case you miss the point, your
design breaks and becomes hard to use for many people who use a text
size you are not expecting. See what happens when you go o the view menu
and enlarge text (not zooming all).

1. Don't do body {font-size: 13px;}, use 100% (best) or even 1em or no
style at all for body.

2. Don't generally use pixel sizes for fonts. Use em or %

3. Make the widths of the containers that text is in grow with user text
size by either not giving a width (boxes in the normal flow tend to grow
naturally to fit their content) or giving widths in em units.

4. Many people turn Flash off because there are too many ads with it and
this results in a big empty space that does not look great. At least
consider the pros and cons, don't assume everyone has it on.

5. Don't use line-height: 135%; on body unless you know what the
implications are. It is a tricky business. Just use 1.35 (no units) if
you don't want to study the issue. This is a bit too big a figure imo...

--
dorayme

Reply With Quote
  #6  
Old   
ermand
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 07:52 PM



On Sep 27, 3:37*pm, "Chris F.A. Johnson" <cfajohn... (AT) gmail (DOT) com> wrote:
Quote:
On 2009-09-27, ermand wrote:
http://www.edpaintingonline.com/House-Painting/Helping-homeowners-wit...
here is the full second url

* *<http://cfaj.freeshell.org/testing/edpaint.jpg

--
* *Chris F.A. Johnson, webmaster * * * * <http://Woodbine-Gerrard.com
* *================================================= ==================
* *Author:
* *Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
What browser was this in???

Reply With Quote
  #7  
Old   
ermand
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 07:53 PM



On Sep 27, 6:16*pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
In article
09774380-7154-4286-b86e-9c3f5cb6a... (AT) m33g2000pri (DOT) googlegroups.com>,

*ermand <ermd2... (AT) gmail (DOT) com> wrote:
I am trying to make my website more efficient. I have set up Google
optimizer and here are the two different urls: <a href="http://
www.edpaintingonline.com/">Residential Painting</a
a href="http://www.edpaintingonline.com/House-Painting/Helping-
homeowners-with-housepainting-needs.html">Connecticut Painters</a
The goal is to have as many people who need painting services to call
or contact me, keep in mind this is a local business not an online
business.

I am glad you added that last sentence. It is important. You are making
clear that you are not in competition with those online painting
services - you know, the ones that paint houses by action at a distance.
g

As Chris was showing you in his jpg, in case you miss the point, your
design breaks and becomes hard to use for many people who use a text
size you are not expecting. See what happens when you go o the view menu
and enlarge text (not zooming all).

1. Don't do body {font-size: 13px;}, use 100% (best) or even 1em or no
style at all for body.

2. Don't generally use pixel sizes for fonts. Use em or %

3. Make the widths of the containers that text is in grow with user text
size by either not giving a width (boxes in the normal flow tend to grow
naturally to fit their content) or giving widths in em units.

4. Many people turn Flash off because there are too many ads with it and
this results in a big empty space that does not look great. At least
consider the pros and cons, don't assume everyone has it on.

5. Don't use line-height: 135%; on body unless you know what the
implications are. It is a tricky business. Just use 1.35 (no units) if
you don't want to study the issue. This is a bit too big a figure imo...

--
dorayme
What do you use to find out text size line height etc?

Reply With Quote
  #8  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 08:00 PM



On 2009-09-27, ermand wrote:
Quote:
On Sep 27, 3:37?pm, "Chris F.A. Johnson" <cfajohn... (AT) gmail (DOT) com> wrote:
On 2009-09-27, ermand wrote:
http://www.edpaintingonline.com/House-Painting/Helping-homeowners-wit...
here is the full second url

? ?<http://cfaj.freeshell.org/testing/edpaint.jpg

What browser was this in???
The browser is irrelevant. You haven't allowed for people who use
larger font sizes than yours. The problem exists in all browsers
(though the manifestation may be different:
<http://cfaj.freeshell.org/testing/edpaint2.jpg>).

There plenty of room in the browser window for it to fit on one
line, but you unnecessarily (and with bad consequences) restrict the
width of your page.

--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

Reply With Quote
  #9  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 08:01 PM



On 2009-09-27, ermand wrote:
Quote:
On Sep 27, 6:16?pm, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
In article
09774380-7154-4286-b86e-9c3f5cb6a... (AT) m33g2000pri (DOT) googlegroups.com>,

?ermand <ermd2... (AT) gmail (DOT) com> wrote:
I am trying to make my website more efficient. I have set up Google
optimizer and here are the two different urls: <a href="http://
www.edpaintingonline.com/">Residential Painting</a
a href="http://www.edpaintingonline.com/House-Painting/Helping-
homeowners-with-housepainting-needs.html">Connecticut Painters</a
The goal is to have as many people who need painting services to call
or contact me, keep in mind this is a local business not an online
business.

I am glad you added that last sentence. It is important. You are making
clear that you are not in competition with those online painting
services - you know, the ones that paint houses by action at a distance.
g

As Chris was showing you in his jpg, in case you miss the point, your
design breaks and becomes hard to use for many people who use a text
size you are not expecting. See what happens when you go o the view menu
and enlarge text (not zooming all).

1. Don't do body {font-size: 13px;}, use 100% (best) or even 1em or no
style at all for body.

2. Don't generally use pixel sizes for fonts. Use em or %

3. Make the widths of the containers that text is in grow with user text
size by either not giving a width (boxes in the normal flow tend to grow
naturally to fit their content) or giving widths in em units.

4. Many people turn Flash off because there are too many ads with it and
this results in a big empty space that does not look great. At least
consider the pros and cons, don't assume everyone has it on.

5. Don't use line-height: 135%; on body unless you know what the
implications are. It is a tricky business. Just use 1.35 (no units) if
you don't want to study the issue. This is a bit too big a figure imo...

What do you use to find out text size line height etc?
Unless you change it, the line-height is 1.0.

--
Chris F.A. Johnson, webmaster <http://Woodbine-Gerrard.com>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)

Reply With Quote
  #10  
Old   
dorayme
 
Posts: n/a

Default Re: Is this website giving the right message? - 09-27-2009 , 08:33 PM



In article <7iacmfF30t4t4U2 (AT) mid (DOT) individual.net>,
"Chris F.A. Johnson" <cfajohnson (AT) gmail (DOT) com> wrote:

Quote:
What do you use to find out text size line height etc?

Unless you change it, the line-height is 1.0.
I forget details of the OPs site (already!) but line-height for most
browsers, via default CSS, more like 1.25 or so.

--
dorayme

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.