HighDots Forums  

Please let me know what you think

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


Discuss Please let me know what you think in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Please let me know what you think - 06-09-2006 , 01:45 PM






Stan McCann wrote:

Quote:
http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to create
browser specific style sheets.
What size do you have IE set for? Medium?
Mine is at Smaller, and the page looks fine.
Even at Medium, the page is easy to read, especially for us old riders.

Quote:
It also leaves a gap under the heading. Currently, I've only reworked
the home and service pages; the others will be done when everything
is working well. All comments and suggestions welcome.
Not sure what 'gap' you mean... try adding
* { border: 1px solid red; }
to your style sheet and see if you can find out where it is.

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #2  
Old   
Stan McCann
 
Posts: n/a

Default Please let me know what you think - 06-09-2006 , 02:09 PM






http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to create
browser specific style sheets. It also leaves a gap under the heading.
Currently, I've only reworked the home and service pages; the others will
be done when everything is working well. All comments and suggestions
welcome.

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Implementing http://blinkynet.net/comp/uip5.html

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

Default Re: Please let me know what you think - 06-09-2006 , 06:20 PM



Stan McCann wrote:

Quote:
I think it has to do with the larger font that IE uses by default.
There is a white line between the yellow and blue with the larger
font. I've played with all kinds of margins, paddings, line-height,
and borders.
Been playing with it a bit ... can't make it go away, without messing up
your various <div>s. Why is the #page div there?

I'm not a user of pixel settings.

Quote:
With most everything I've tried, it's looked fine in FF but still has
the white line in IE. Oh well, most people won't even notice it or
will just think it belongs there.
Hey, that's the ticket! "It belongs there."

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #4  
Old   
Jim Moe
 
Posts: n/a

Default Re: Please let me know what you think - 06-09-2006 , 06:38 PM



Stan McCann wrote:
Quote:
http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to create
browser specific style sheets. It also leaves a gap under the heading.

The font size looks fine here. Change your IE's text sizing.
What gap? Which heading?

- An improvement over the previous design.
- Why have multiple Contact areas? There is the Contact page; then there
is the "Contact Me" blurb in the copyright section.
- Services page:
- The text line "Sample Price List" has no margin below it. It melds with
the table border.
- I'm sure you mean "MiB" (Megabyte, binary), not "Megabit" (Mb, decimal).
See <http://physics.nist.gov/cuu/Units/> and
<http://www.romulus2.com/articles/guides/misc/bitsbytes.shtml>.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


Reply With Quote
  #5  
Old   
Stan McCann
 
Posts: n/a

Default Re: Please let me know what you think - 06-09-2006 , 06:38 PM



"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in
newssiig.156482$Fs1.90734 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net:

Quote:
Stan McCann wrote:

http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to
create browser specific style sheets.

What size do you have IE set for? Medium?
Mine is at Smaller, and the page looks fine.
Even at Medium, the page is easy to read, especially for us old
riders.
I don't even know. For IE, the only times I ever use it is to see how
my work looks in it. I was THE helpdesk for the college for so many
years, I know that many users never adjust settings from defaults so I
always leave the settings alone for IE. Firefox though, is set up to
suit me.

Quote:
It also leaves a gap under the heading. Currently, I've only
reworked the home and service pages; the others will be done when
everything is working well. All comments and suggestions welcome.

Not sure what 'gap' you mean... try adding
* { border: 1px solid red; }
to your style sheet and see if you can find out where it is.

I think it has to do with the larger font that IE uses by default.
There is a white line between the yellow and blue with the larger
font. I've played with all kinds of margins, paddings, line-height,
and borders. With most everything I've tried, it's looked fine in FF
but still has the white line in IE. Oh well, most people won't even
notice it or will just think it belongs there.


--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Implementing http://blinkynet.net/comp/uip5.html


Reply With Quote
  #6  
Old   
Stan McCann
 
Posts: n/a

Default Re: Please let me know what you think - 06-09-2006 , 10:27 PM



"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in
news:Sumig.157618$Fs1.450 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net:

Quote:
Stan McCann wrote:

I think it has to do with the larger font that IE uses by default.
There is a white line between the yellow and blue with the larger
font. I've played with all kinds of margins, paddings,
line-height, and borders.

Been playing with it a bit ... can't make it go away, without
messing up your various <div>s. Why is the #page div there?

I'm not a user of pixel settings.
I'm not much either except if I want a border (non-text) or to position
next to or within a fixed size element. Hanging onto old habits?
Older browsers mostly did an awful job of displaying graphics unless
the _correct_ pixel dimensions were given. Even today, if the size
isn't given, the screen jumps around as the browser draws and re-draws
the screen after learning the height and width of newly read elements.

Quote:
With most everything I've tried, it's looked fine in FF but still
has the white line in IE. Oh well, most people won't even notice
it or will just think it belongs there.

Hey, that's the ticket! "It belongs there."

Sometimes ya just gotta. On another site, I had a curved grapic to
curve the heading background color into a side menu. Very few ever
realized it though because I couldn't get it to work in IE.

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Implementing http://blinkynet.net/comp/uip5.html


Reply With Quote
  #7  
Old   
Stan McCann
 
Posts: n/a

Default Re: Please let me know what you think - 06-09-2006 , 11:03 PM



Jim Moe <jmm-list.AXSPAMGN (AT) sohnen-moe (DOT) com> wrote in
news:3aednbOwkNvCZRTZnZ2dneKdnZydnZ2d (AT) giganews (DOT) com:

Quote:
Stan McCann wrote:
http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to
create browser specific style sheets. It also leaves a gap under
the heading.

The font size looks fine here. Change your IE's text sizing.
What gap? Which heading?

- An improvement over the previous design.
I thought so. I'm no artist and I was trying to be too artistic
before. This one keeps it simple.

Quote:
- Why have multiple Contact areas? There is the Contact page; then
there is the "Contact Me" blurb in the copyright section.
Not two areas, just two links to the same page mentioned in two places.
I often have multiple links on the same page as they each serve a
different purpose.

Quote:
- Services page:
- The text line "Sample Price List" has no margin below it. It
melds with
the table border.
Easy styling fix there since that was a caption to the table. Fixed,
thanks.

Quote:
- I'm sure you mean "MiB" (Megabyte, binary), not "Megabit" (Mb,
decimal).
Thanks for that; fixed to MB (Megabyte, decimal).

Quote:
See <http://physics.nist.gov/cuu/Units/> and
http://www.romulus2.com/articles/guides/misc/bitsbytes.shtml>.

I couldn't find what I was looking for on the first link. The second
one cleared up my mistake. I know that stuff too having installed and
managed networks. Duh!

--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Implementing http://blinkynet.net/comp/uip5.html


Reply With Quote
  #8  
Old   
Chaddy2222
 
Posts: n/a

Default Re: Please let me know what you think - 06-12-2006 , 01:36 AM




Stan McCann wrote:
Quote:
"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in
newssiig.156482$Fs1.90734 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net:

Stan McCann wrote:

http://surecann.com/

I hate the look of the huge fonts in IE. I guess I'll have to
create browser specific style sheets.

What size do you have IE set for? Medium?
Mine is at Smaller, and the page looks fine.
Even at Medium, the page is easy to read, especially for us old
riders.

I don't even know. For IE, the only times I ever use it is to see how
my work looks in it. I was THE helpdesk for the college for so many
years, I know that many users never adjust settings from defaults so I
always leave the settings alone for IE. Firefox though, is set up to
suit me.

It also leaves a gap under the heading. Currently, I've only
reworked the home and service pages; the others will be done when
everything is working well. All comments and suggestions welcome.

Not sure what 'gap' you mean... try adding
* { border: 1px solid red; }
to your style sheet and see if you can find out where it is.


I think it has to do with the larger font that IE uses by default.
There is a white line between the yellow and blue with the larger
font. I've played with all kinds of margins, paddings, line-height,
and borders. With most everything I've tried, it's looked fine in FF
but still has the white line in IE. Oh well, most people won't even
notice it or will just think it belongs there.
Yeah. I am thinking though, that you could set 0 padding on the border
and see what happens. You may also want to hide the border by makeing
it the same colour as the yellow.
HTH.
--
Regards Chad. http://freewebdesign.cjb.cc



Reply With Quote
  #9  
Old   
JDS
 
Posts: n/a

Default Re: Please let me know what you think - 06-12-2006 , 08:49 PM



On Fri, 09 Jun 2006 20:03:17 -0700, Stan McCann wrote:

Quote:
I thought so. I'm no artist and I was trying to be too artistic
before. This one keeps it simple.
I think it looks horrid. Simple is good, but simple can also *look* good.
Of course, I realize quite well that "looks good" is very subjective. Hey,
I just found a very simple site that I think actually "looks good", just
by way of example:

http://darwinports.org/

That site is about as simple as yours but the colors work together, the
layout works, etc. I'm sure someone else will disagree.

I think the thing I like least about your site is the color choices,
especially the mauve highlights. uck.

Just my $0.02

--
JDS | jeffrey (AT) go (DOT) away.com



Reply With Quote
  #10  
Old   
Paul Watt
 
Posts: n/a

Default Re: Please let me know what you think - 06-15-2006 , 04:28 AM





"Stan McCann" <me (AT) stanmccann (DOT) us> wrote

Quote:
"Beauregard T. Shagnasty" <a.nony.mous (AT) example (DOT) invalid> wrote in
news:Sumig.157618$Fs1.450 (AT) bgtnsc05-news (DOT) ops.worldnet.att.net:

Stan McCann wrote:

I think it has to do with the larger font that IE uses by default.
There is a white line between the yellow and blue with the larger
font. I've played with all kinds of margins, paddings,
line-height, and borders.

Been playing with it a bit ... can't make it go away, without
messing up your various <div>s. Why is the #page div there?

I'm not a user of pixel settings.

I'm not much either except if I want a border (non-text) or to position
next to or within a fixed size element. Hanging onto old habits?
Older browsers mostly did an awful job of displaying graphics unless
the _correct_ pixel dimensions were given. Even today, if the size
isn't given, the screen jumps around as the browser draws and re-draws
the screen after learning the height and width of newly read elements.

With most everything I've tried, it's looked fine in FF but still
has the white line in IE. Oh well, most people won't even notice
it or will just think it belongs there.

Hey, that's the ticket! "It belongs there."


Sometimes ya just gotta. On another site, I had a curved grapic to
curve the heading background color into a side menu. Very few ever
realized it though because I couldn't get it to work in IE.

Its not a bug, its a feature - Bill Gates

--
Cheers

Paul

http://www.paulwatt.info




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 - 2008, Jelsoft Enterprises Ltd.