Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Website » Constructive criticism
Constructive criticism [message #11780] Thu, 27 October 2005 13:03 Go to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
Susan sent me this e-mail, where someone suggests improvements to our
website. This individual didn't know about Phoenix, but it was an
interesting exercise to look through the suggestions to see if Phoenix
is on track.

For those of you who want to check up on us, visit
http://phoenix.eclipse.org. The Downloads section is pretty much
complete, as are portions of "membership". The front page, however, is
simple a bogus draft.


> - Navigation: highlight the currently selected menu item, indicate to
> the user where he is

This may or may not make it into Phoenix for 1.0.

> - Navigation: why not do a submenu-like structure for the menu? (When
> clicking community, the local navigation with all resources could be
> placed directly below the global "community" navigation entry.)

This is addressed by Phoenix.


> - Navigation (big change): global navigation horizontally in banner,

This is addressed by Phoenix.

> local navigation on left side as-is and sublocal navigation as-is in
> the frame.

Three levels of nested navigation are available in Phoenix (see
Downloads). Frames are removed in Phoenix.



> - Navigation: why is "home" smaller than the rest of the nav?

This is addressed by Phoenix.


> - Landing page (eclipse.org/index.html):
> - too much information (actually too much text) on the first page
> - missing overview[1]
> - no clear structuration into subprojects
> - Translations? Planned?

This is addressed by Phoenix.


> And a general issue:
> - Replace all fixed font sizes with relative ones. (10pt->1em) This
> makes the fonts scalable over all platforms and increases accessibility.

This is addressed by Phoenix. We're using em as our unit of measure,
and all fonts are in a CSS. Please see http://phoenix.eclipse.org/. It
is a work in progress.


> About fonts in general: Font sizes are very good for clarifying on
> structure, but small fonts before bigger fonts after big fonts are quite
> irritating (happening on front page in the welcome section).

As per above, we'll be using standard <h1> .. <h6> with appropriate font
sizes and styles throughout the site.

> Extra:
> - Make the pages valid HTML 4.01 (strict).

This is *not* going to happen. If only one or two people authored the
site, we could aim for strict, but we have hundreds of authors with
varying knowledge on web design. For phoenix we are using XHTML 1.0
Transitional


> Use CSS, drop the frames..

As above.



>
> [1] This is one of my main issues with the website. A (new) user landing
> on the index page expects some information about eclipse. A general
> overview (why not graphical?!) over the eclipse structure with all the
> projects and what they are would be very helpful. (Don't ask how long it
> took for me to understand what you understand by "Eclipse", "Eclipse
> project", "Eclipse tools" or how "JDT" comes into it..)
>

I've started a data-driven process by which we define categories (or
groups) for projects based on their topic, so that our userbase need not
understand the Project structure of Eclipse. Please see
http://phoenix.eclipse.org/downloads/index_topic.php for a draft. Susan,
I believe this type of view would be useful for the Projects page.


Denis
Re: Constructive criticism [message #11815 is a reply to message #11780] Thu, 27 October 2005 18:26 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

>> And a general issue:
>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>> makes the fonts scalable over all platforms and increases accessibility.
>
> This is addressed by Phoenix. We're using em as our unit of measure,
> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/. It
> is a work in progress.

Relative units as percentages and 'em' can also be misused as
visible from the current state - please, do not bother with the
user's default font (both: family and size) for the main text and
use relative font sizes (generally greater than '1em' and '100%')
for the rest of the elements (headings) which need it. Try to use
smaller (than the default) font size only for some notes (in which
case is sensible to change the font family to 'sans-serif' since
serif fonts could become ineligible at smaller sizes on screen).

I already have my default font set to a sans-serif family and
smaller (than the "usual" of 12pt) font size thus I see pretty tiny
fonts at http://phoenix.eclipse.org/ . What I see is 'font-size:
75%' for the BODY element - why 75% than the preferred is better
than just the preferred? Even with a "default" of 12pt font size the
text is too small (given the current style rules).

--
Stanimir
Re: Constructive criticism [message #11851 is a reply to message #11815] Thu, 27 October 2005 18:52 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
12pt is not the preferred, it's the *default* on most browsers. I think
it's just too big if we leave it at 100%. The default font on most
browsers is Times New Roman, or some variant. I think that lacks style.

Of all the people who visit eclipse.org, how many change their browser's
default font settings? I think you're an exception rather than a rule.
Most people stick with the browser defaults.

We could set the default font to 9pt instead, but if you're reducing the
size from 75% you'll still see it as too small.

I'm not sure if there's a solution that will please everyone.



Stanimir Stamenkov wrote:
> /Eclipse WebMaster (Denis Roy)/:
>
>>> And a general issue:
>>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>>> makes the fonts scalable over all platforms and increases accessibility.
>>
>>
>> This is addressed by Phoenix. We're using em as our unit of measure,
>> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/.
>> It is a work in progress.
>
>
> Relative units as percentages and 'em' can also be misused as visible
> from the current state - please, do not bother with the user's default
> font (both: family and size) for the main text and use relative font
> sizes (generally greater than '1em' and '100%') for the rest of the
> elements (headings) which need it. Try to use smaller (than the default)
> font size only for some notes (in which case is sensible to change the
> font family to 'sans-serif' since serif fonts could become ineligible at
> smaller sizes on screen).
>
> I already have my default font set to a sans-serif family and smaller
> (than the "usual" of 12pt) font size thus I see pretty tiny fonts at
> http://phoenix.eclipse.org/ . What I see is 'font-size: 75%' for the
> BODY element - why 75% than the preferred is better than just the
> preferred? Even with a "default" of 12pt font size the text is too small
> (given the current style rules).
>
Re: Constructive criticism [message #11885 is a reply to message #11851] Thu, 27 October 2005 20:53 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> 12pt is not the preferred, it's the *default* on most browsers.I think
> it's just too big if we leave it at 100%. The default font on most
> browsers is Times New Roman, or some variant. I think that lacks style.

You know, what's stylish to you is ugly to me. That's not serious
argument against accessibility, IMO. If you don't like your default
- change it. The colors, the graphics and the visual layout give
pretty much branding as one may need. One could style the larger
font elements (all kind of headings) with exact font family since
the larger font size gives pretty much insurance the text would be
comfortable (means won't be too small) to read.

> Of all the people who visit eclipse.org, how many change their browser's
> default font settings? I think you're an exception rather than a rule.
> Most people stick with the browser defaults.

Yes, how you could know how many people do not bother to adjust
their settings to their most likely preference? While you can't be
sure how many, it is much more logical to think people do it or will
do it if they know they could do it and how to do it.

> We could set the default font to 9pt instead, but if you're reducing the
> size from 75% you'll still see it as too small.

I think setting an absolute size, if you aim to set a specific
*absolute* size on your and everybody's screen, is preferable over
decreasing the default one. Also using a 'pt' over 'px' unit should
be better since larger resolution screens may have their dots per
inch setting adjusted which may render the text at more appropriate
pixel size.

But then you hit an Internet Explorer bug where setting an absolute
font size disables the accessibility feature to increase the text
size - otherwise why you have chosen to use '75%' over '9pt'?

And, again in my opinion, 9pt is far too small - you could create a
poll accessible from the front page where people could vote for
their preferred font size to get better idea of what's preferred at
least to the Eclipse.org audience.

> I'm not sure if there's a solution that will please everyone.

The best solution: I've already pointed it.

Partial "solution":

1. Since adjusting the font size in Internet Explorer is not an easy
task, set the main font size using relative unit (so it will match
*your* preference, relative to the "default") - this will give you
equal absolute size to all Internet Explorer users while keeping
their ability to use the text zoom feature.

2. Then provide a style declaration, setting the font size using an
absolute unit (which again will match *your* preference), but "hide"
that declaration from Internet Explorer using "CSS hacks" (known
bugs and limitations in Internet Explorer's CSS support), like:

body { font-size: 75% }
html > body { font-size: 9pt }

3. Make sure the font size is easily adjusted by means of user
stylesheets, i.e. it is doable with a single CSS style rule like:

body { font-size: 100% !important }

The last point seems already in place but I mention it as to be kept
like that in future.

--
Stanimir
Re: Constructive criticism [message #12454 is a reply to message #11885] Fri, 28 October 2005 15:24 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
> You know, what's stylish to you is ugly to me. That's not serious
> argument against accessibility, IMO. If you don't like your default -
> change it.

I think it's much easier (and logical) to achieve a common, specific
style by changing the site instead of assuming the user will set their
font themselves, and I think that using a relative size (as opposed to a
fixed size) is more considerate of your personalized settings. If you
set your default font size to your minimum threshold for readability,
you are creating an issue for yourself.

Likewise, the person who sets their font to the maximum threshold for
readability will complain about the fonts that I increase in size;
however, according to your statements, increasing a font is acceptable
while decreasing it is not.

I visited a dozen large commercial websites - microsoft.com, hp.com,
ibm.com, dell.com to name a few - all of them changed the relative font
size and font face. Microsoft sets the font to 70%. Dell's text is 8pt
on the front page. Intel have 92.5% for the body, and 75% in the TD. I
am assuming these companies, in their commercial interests, have
performed usability and accessibility studies for their website design.
Are they all wrong?

One site that I visit frequently and that has consistently kept the
default font is Slashdot. And it gets constant criticism for being a
site with a 1990's look.

[snip]


> The best solution: I've already pointed it.

It's the best solution - in your opinion. I don't agree with it. But
please, do open a Bug against Phoenix/UI so we can get community
feedback on the issues.

https://bugs.eclipse.org/bugs/

Thanks for your feedback,

Denis

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Constructive criticism [message #12479 is a reply to message #11780] Fri, 28 October 2005 23:17 Go to previous messageGo to next message
anatoly techtonik is currently offline anatoly techtonikFriend
Messages: 33
Registered: July 2009
Member
------------lvNwCzABJOU7ipxcz6DgIK
Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8
Content-Transfer-Encoding: Quoted-Printable

On Thu, 27 Oct 2005 15:03:00 +0200, Eclipse WebMaster (Denis Roy) =

<webmaster@eclipse.org> wrote:

> > - Navigation (big change): global navigation horizontally in banner=
,
>
> This is addressed by Phoenix.

I wonder if it is possible make it right-aligned?
And also provide a way to properly move bar into next row on a narrow =

screen. Screen attached.

> understand the Project structure of Eclipse. Please see =

> http://phoenix.eclipse.org/downloads/index_topic.php for a draft.

In FireFox 1.5 b2 and IE 6 there is a big amount of whitespace at the pa=
ge =

between content and footer.

-- =

http://www.techtonik.net - Homepage Fundraising inc.
------------lvNwCzABJOU7ipxcz6DgIK
Content-Disposition: attachment; filename=eclipsenav01.png
Content-Type: image/png; name=eclipsenav01.png
Content-Transfer-Encoding: Base64

iVBORw0KGgoAAAANSUhEUgAAAb0AAABxCAMAAAB2rY0NAAADAFBMVEUAAAAz MzMj
H08kIFEnI1QoJFUqJlgsKFouKlwvLFswLFswLFwwLF8yL143MlovKmAxLmEz MGMz
M2Y2MmE1MWU2M2g2MG83NGg4NGM4NWQ5Nmo9OGM7OGk7OGw8OG0/PG47NXE+ OnA/
PHFBPWRBPmtAPW5APXJBPnRCPXhAQEBFQWtDQHVGQ3FFQnVHRHVFQXpEQnhG Q3lG
RHpIRHRJR3pJRXxIRn1KRn5NSHFMSHVLSHpLSXxOS3pPTHtPTH1STXpQTX5W UnBX
U3lVVX1iX353d3dMR4NLSYBNSYJMSoJNSoVOTIBOTIJPTYVPTIdST4FRTIVQ ToZR
TohTT4lTUIBTUYdVUoJUUYZSUIhTUIpUUYpVU4hUUotWU4hVUo1XVIlWVI1X VY5Y
VIFaV4NZVoZaVYtZV41aV45ZWYJdWIJdWYdcXIVaWI9cWYlcWo9eWY9ZV5Fa WJJe
XJJhXYtiXotgXoxgXJFjYItnY4hkYYxkZI5oaIpjYZVkYJNlYpFmY5FmYpdn ZpFm
ZplpZpBpZZVpZpVqZpRoZ5tqZplrapVtaZBsaZdubpJtaZtubplsbJ9ybo9w bJty
b5lyb5tybp90cZBwcJx0cZp1cp52dp14dZt9ep9tbKBxcKR2caF2c6B2daF2 dal4
dqF5daR7eKJ6eKV9eqV6ea1+eqh+fquBfqeAfaiBfqmCf6mCfqqAgICEgZyC gKmE
gaqFgqyJhqeIha+PjKiCgrCDgraGhrKGhrSGhrmJh7CKhrCLiLKNirKOi7SK irmN
jb6QjbWRjrSRjraXlayUkrqXlb2YlLqYlr2dmr6gnrSpp7uOjsGQkMCTk8aU lMaW
lsibmMCemsKenMOYmMuZmcyens+hnsWioMGkoselosiopcWppsuopcyrqM6j o9Gu
q9GurNGsrNawrcSwrtO5t8i/vc6zsdW3tdG1s9i3tdq5t9u7ud3MzMzEwtTH xtXL
ytTNy9vU0MjR0N7Dw+HIyOPc2ub//8zl5evs6/Dy8vX39vn7+/z////9ZBjk AAAX
T0lEQVR42u1dDZAcxXV+Mzuzszu7d6dbTmjvTjpZIBMBNkIHF5D4tUyJADIi IcFV
qYQoEEO5YigskeCigmyrEkMqIFxxGUMZV0hCRVUidpkkJAWJJUMwBssBnUAi NriE
lDtu7yTdStrf2dnZyXvdMzsz+3c/+3crX33zunte9/Tfm9c/b2ZnhaSahj8Z gmMw
pE9A34kc+CGXCoG/a5lfVi8e8oUF0LPThUQ8c2Y00S/HF6mEvrMz2abrd6gi AEA0
noNobgLgYzzJ5cCXhVxiMgk+JT6dTJz6eDqbiOdBS0ThWKh/IhcGU18M2+Gd E+G6
8vmiOb9rzTgA1z0SIeSYm/IxL4DkX38xdDG+FodMPD3KYhaxUPCsKjG/H5In afT0
wxlfALIg+5LBjcOBgbEP4r1xP4ovA/FxFGQ/mLFFKqWJNvULAJceCg8ghX4u kAUw
TMhc+nA3SXXtj95WegGEM4n4lsu2AugnQIdFchM6beoXlAuNnI8kQ6lxlBof NAEC
2eGv+nJvw8qlkvHkkSHVB8bxuz4Bv4tJIJgvGIvESJRyopRHADkcmZaVD/nn VCa9
/4C8Pq6DzESn5gGW3Ol759nDPvitPw1OfX3Vkl7IXLkapu7NhlAzF1EEu927 zxi9
Z+rMaB4wQtk9qu9hWYevxQ4eHJsa//Cj2Nhbk0eOvPXO1ZdmNr4+NfCJny/9 DWXX
G786FfvwDjl1cV8goBjiABiB4NL0og+GusIwAqKSlYNK68uWlVtlJr1DPf3x pF/0
+wNy2L9MCEceUN99vjeyMTToHxb/KXHJktDwsLB394p8EJJGQUzmgqm0IUJz fDv/
2ftDA1O6U69m18/tmxQGM4390rIyiz7cKrOR8wcQnDzWpSkJXKDgKA7n3umD AldQ
Eb6zR96kXDkCjz+3Yv563lQ85vuzuvPoRHyf7xieJ2caIscgnAyDLg/+EeSz gkij
umH885tLTyUHRuClD7zSS+AOohk+D5AzGyIo455TdzbN89HjB+c2pYwZfWZr +c3P
XBMRVq8OX3TNumvWrbt+3acBfr780s9u3rx58+c2Ta7bdN2tywHkc0+eDMBJ vJAR
DDTFT0BXVyKhQNcsCdOO4PIZL1SI6Lyp9Sv6XV1YfleXSXW2qOlluvxEIoAS ZLq3
1NetTfbqSehFxQNQcpnQeci+vFeAV5ToBaEl8NEVsPUh0LMBXUyAP58AiAH4 Uxhu
sJ9KgRLzgXLURVvWw/j3YsN3K/n9e44v3zKswOjuoVukwdHHNl43CEcPQ9+j gfEH
h+82/7hPOQ6aUmhCvSr5x42EMoZ0nO65WGvKtP2s0YXrfzbvXc+2foi8pJFX +JvP
GWv/N/wX0xFl9C0dREWG1/0TQ58CXOGgElpOCLf3DacsmQuwIiDRQQ6ct3P0 443/
MPGQb89VK596469WjqbXH/3KfRtgNH3qJu1/Dk3csAHeGA7szO849QDkBcwG t6dN
qZuXZD2UYjsoKqwF5XlIJjX7Md/vPSnlT33oEyUcCmhEDaVWPygkt0ze2t/b PXjB
M5PBEMTvXQVvfpH6tdXwGVc8MPqtvhN3rx8/Ko+8cfom1Lgv/PRv718/+hj8 I3zj
fYD717/xrfvXf3dvvSV1HH7CVy2SX034/F2JOK45QVHj3R/u/v3wjxJJUUUz y3Qa
FKnrqa+Gr8xDD5xuNeV73ts/8ugLvxqC/Mr8+OkBeDEUAjNE/oA0egzrNARP Ir0V
an3d2kwoOJLe80E0QwfhDBL5GRD/671HgjgvAxgHny+Eu3E5+uozl87rBmkA dm0b
2bIvLzyCI3boEbSl98IhwIclsAJNszi2+nGT4wd8JllvOZ0HNnIOs6BYILAQ FJLi
H1y77PxfTb72L9NSOBwBGI+vGcMoXUWLWrqJDg7oOKSzAx08T38pvufbg7f9 +VX/
/kzwvhe2rv3u3sdWfnnshfF7VGm3tvXMZR/sxuALRx/cdO7fNbVilRyO1pZp OSiL
t/m8dznKTGTrFVCAZIiBQvKk70ow1/ziiCwHI7gb1E+SHdSzbmm8UwnfWJsN jN/T
/7Q03ufbcsUOWsjc0v/s6MMgP7Q+e3Jw5479X+v/3oGHX4Jv/idL3+Qquh1C q8tk
5bEy3+Z2zqe7lJQRkTVQg2k03GliQDLMQF94ZOScgfOnDAWC05FguKBBt5qC Xjnn
C0ngkwM5OSToco+caRivR4RAOGh4KPg6/PLoU8nkq30fvv9NMfYxHN79Tlwa e1EO
pl4TMsd+fHjyRW3ZsR9oheRzajiYbXidavDkoD8DXaGWlsnLCxkFNbyVW8rW nJM/
LatAlIZuTUMNhPA5gYxwN66Ij788HUFAZDrD50srZX3U7++DNXJACkJCWla8 nSqj
AKJPB9lAH3A7VxaHpk3rxPJ/TXAbHzk/jX2DGslVk/iKEvUZ5jRs3BRT4M13 p3Hk
RPnhJhGT2LpbvMKFmXk9F/b1RKDPKwJEzY7/NZPKbHEb3zHglKfh+w+aH5VT lwRl
CMDEp7UgHxjBbl57BGc9Jj5Zx3g22KM4LLJWGOyUHdV4es/5QyvKxWahhnx8 aFIv
Y3HyMMqDPOxJ2Hhekd+AvOZaJn8zIoxPHFR8sqIqZ8TQ4PS0rhVw54ARr3w+ DsGR
fSg5lKAKSQVFkQyrU9q5aT3JKSnLeiEZ7pmCc9MaWmUq8vQr16wiQyQaJNOY T8JH
Y7RDCTSIezneWMmfxk2pc14pB6/vTtdMXjvLtKVXQFOZWNDBELsVefKM6Wf2 TmQe
3T8SV1fH90KS5kIdNFlOQuG0op1GyTDqTuq0WtVNgLSM8bi2Od3j5fVsWjHY hRsz
kMiwKuEejXxVAwmFJvkEkBRA1ceYcuKxKm7piDgPa8KI4lga69yOs/l2Ojuu GTzJ
D/TeXWvLtM6B7/dWATDI4aCGaxYAv4AnIioawO0j+N7gT/Ytm5T1Y2h4RAUI pfA6
OSPlgxlFI+ljgLLK+3OEYAYNcRQgHoCy6fJBK/tZIocdYhM5/KickKcjWOkb i91d
oRiOGHQkrODmujNtGD7L5z1mDc4Hw6KWZMsLNEWBIBZoeRfZ17UmDlelfoaK x6zG
IKXQhswklgmiCCk9BtBHDooOMphA0RSN8c67Yw2/jEyrrBR2WgOQV7E+FGAp 8UT9
YSKaAiLsv1AsmiLCU8axXIwiBhRjvOFaTCc3b7rPSPlQ9FHsCVd/Zaee5tVy A0uf
oU1NAlaFKiUpipZfCvH8EjEv4RyYwrd1ARcSmhaG6N74ei29KbQPcCWKckEK oYWK
7FJIeR5mlLGI8SSUYWjzCGp1Abp1XNdHNBBxRxmUNQVNOWUEVigDET0TwrCG FruQ
omeUIISeqXEDNgv3RrDWsbSQdjOTR2JYJ94ih0KAvIqtairhwMikR8tDnNlw WsO7
SMMVnimASTaXMIRPZ/77xNW98auW7ZucY/sv2RbR8QVCvmGQ8WZwiM69hIlY iAUo
HHTCqLatR4hqHc0YKZxEisgej2L1rS1QCVVqVXMJuPRwFeMiZOPTKwABlORF Sdzr
vf9/1w2oq9VXj2JsEol6E8lMmYJphctp4LEB2jGg8HC3YO0k2SaCNZadOsQF yM9c
KWyhWn3XUsSo9rjDdQnPhESG2O6W1GpVswks6XkmfexvHFRNPw6eK41J3OiB 8dJF
w8GB2/biD4zYYSWsAeUr15KXD+aDBVqtlhxlyeng70HhWskO8yAobXl60I+l B6OA
w9Av00sGJeGjU+oqqUvEjRQO8xWaVG0j21Rw6XXjbxeI6DcMuJ/QVdAFwRSG zF8A
beUjwcOxocHeQCCDdrSCP4C7wVCmBhXO+8sQ2bAwd7olRDVJO0pGLJwueIh4 UMZ1
Ytsyck5IWCvUPdj3/Wtfu/b3Pnp8/U9vvz6hR0HE5zClta/UquYTcBtHToM0 UYZE
lcYxQNfB1IRPTn+EMlD05HRGyh146Yeals0AZHOaks1mapD6+JO9Kv62TFUh rKph
vB9E+klSGCAgsjDykSyfeAGcYUFFh8dYROcUbI/uURVQ9+Dgzbfe8hocXHP7 poMg
+2LYogA2za4jrz3unEta1XSfiOuekU5LjOK+PNCzIxrQhaWTp9ElI6M+eX52 OmKk
fT5MAYaGUq9Ovrv+kMwAlDkJjDl2mDaadtgmawPqSmUTywYD7dE9pDDp3gcb lMsu
RAuE0v8KrqVInlTjktp76t0qAq57aKzAXzXQTCgLQgZMEydoOQKn8QUvE9Bs ooEx
hQpoGmha40d1Wv3CfarfD4ofB00cNvFAQ4oVJD4D5zk+S2Uld3kWtUf3qLok q0/C
6M7HbS6uWqj+dsOombxFrL0t9Dnx3TrOdfQUG+92MyhA1uwBvVc5npax30xB 0SCc
wf3EpAoZU8UNkNfi5iHf45uYhZQdBB/eGdaJw3TCDq94+OhGCuOdQIZWm1qP CR+W
y3Vv4NrXwF6V9HtbQFQ8L29WM326qcvM9zizBQQdwuJxHfRcDtVPMyEyWUD7 Za5g
Qs4wC4aGVMmHL+27WRRFCTO1RxSBfPvc8v3kl/BKrsB1umPWoz5sOfqpZkz3 Jrqn
APqm8ifW4NkE+F3mRrslzK/Q0mb5rA4UZlXFmUVIAdu9MeNCRlVjaCxDffKb SZC7
J+knTloebTM6UhYVspxA/sJWvtLkhGZv3PAjuXiML+WkglTKyzscusJzFf1K tOWY
oLLpvtnw90fQvfClL8Pt6Ef9OZG1DK1S2BKsOODz4fJWNoPIkQqst1h5GKCa ki0P
iZn00MwC0K1MMR0E/NG6LOiFMzzKcqykXpK33RmgFQ57tQlvCwec4+Lj0I21 KOV5
rnFfzBYQLUcUa8gCl0YNNORHd6R9S/FpQozNxQR7Yi9IWEm/p5XNgFUoloae 3Vdc
90I5vUgS6KFzTtIslgn4cfUp4MLFJEumIIMmWu8oFBQvnbPjZhGvpDeG8iLz mQ21
eG6TzS/jOWApLA7F+tujezEqm60wl5NBWFmKugYJnGusVhVb6Pe2plnk9Gix bzgB
ZHwFkRHqowEhlc80Zpb00ISQhsYgIeenn4riSyTo5EU3KffcthI3ErR0dQgf /XrO
a/H542OWAxKlYKnslG3RvX4qm/cDDpHMBehKdbPVS80WNovs8lx9w6RXKOQ5 0QCb
98kn6F0EnP/MNGpeUEjh+gVPdJz3cO0C9O4g+RZdvW2EMqq7dtVj2jPvAZYd NaaP
473ODoKRoAVAS2VWkcSCTFMhl549uNJMWPD1nMKAyCdA3EFkcXVKYRQgS+M+ uj9/
09rm78YmtqXwBx8tBj5MAIgdPoTPpt1g7PYDV07kcd2zQOIBFYVHLJGLD1cv egbt
M3TCxWsdvuE7rxnAAJMjrVbch1fI9R3it1mJrQZbKbwMse4z/RPdZ7qBedFY AxtW
b78AfzOix3mALNDDx2IDmPzweTnykfL2g2bfJTdsuLAPA3jOp8bSpuNSZ26H reoU
8Eax7MoKaAVYZSrx5968JhwACn8zgncRwSfquCXHAL4YAaRGAHyooA4GZQBu WLVq
xbIldnKrbRWaiKw5HVYe7KQ0ql2oVvxc29akA8Gk51mxL6JTgOvKZCGZbMOs Auwp
fcPRlEwtND7vOnNM2nv4NqApt0wz78PG5113ju2TXvm73Q1AUzK10Pi8685x YWxf
FjE/LEqvk7EovU7GovQ6GfwZgwO2DLJEyi0yc8iMX8NoblexYud0ESun5hWY JcZz
t9LV1a5iMTM0wd1L1TOZkVc3SqUH3kJapJpMFnPavXDBNA0zVmWu9W0OyqXH YN+y
TP3QtzrL8Xgapmi262myi+29vhLYfUlxZVd5goyskphnq1dVReKpK1TG0UxP E4ox
rnbXgn0lt817rnG6y7nR5jzCzIAXy6VH5VFFnFuL3WeWejhaUgxZHWh3jtWv xciy
C6uj/CpP0F0dXkk745q5VsvWVSe7CcUYd0GzyBhDJdfYlXPKcSdvDEaqj5zl hVjd
VLyFq8CRY9n1M1zZaJAqcHWoWrQ7YubbYO6wlN9GY4vYb/0fwyxAQmGFz7v8 xvfN
jLD7rmrRHo2eb+fiOMWpPMoeTXm6+RdREWq6al705pn3XLTTYlRp7OxQ7So+ rswn
Sz4WziJh1dztCFf7moVGF5Hm/0PkAb6CWdIpjEFDtuMh1wlZYXcm7shqnPLI mdOU
MKokdVKU1dRGWXkVEtWoTHlnlKR0WmSfVCyiLuBz9RmfEM1GJyjJXHWn5IWR eaKk
1MZkylDWngbmbaHOHJP85c66wQb39sxrbSh1oUBNzyy9WXVPm/qwmcUu/Nui 0ry3
iE5BjTXnIhY8FnWvk7Goe52MtGVrabkRi1BeaPq355xJCe6I06fS6wf+kric 2fhe
qjNHvubcXl8mDcPX684BGvRtHvxeYt15NB36wpr3mvlG2NywcGpSA4vzXifD nvec
HzK0E8LOT80q3XuzSnX2Y2Hp3sK4hzoH1n5voXSbaeKHfmaf/OWZEsgy+5we /55e
aZyVolp8B8Cyc1q/klsQmLkq9q+yZhReLXSqxNyw5r2OG7JQcDcivXwjE+GN VVK5
vqFpf/7T+TAp//qnk5Ql6SxY8147f+I4d5goMhQbyoyEdyOXYE3gJw/ZJ1Et uRGH
HUV44joGnah7/FYr6htJcn4ZedCuT/DWg07UPc+thpoHL1fRPVqQsGNmoOZ1 4OKl
c3XPUjk2hlZNak12M6M4GXYUOlT32Hxnuah5Mw6dqFb0wSDHA1tabmbHDZ2d uubk
8iK3huSYNFzLE8uv5XUWqunerl27hCoKuUvAqKqxrcCiScaCS/eE5Sn8oy+C AE/g
I6MntlW8QrCeJrWxCztrf9NEqGn2raRHSBZ3TR49xGWyi0vI3AX45O+J7U9g 2OXz
K1mAca1QC8V5yAkeKIasf6TeQ49VlwOMcWeWOZah4tPZhQbr+R7v+cENN5NX HBR3
bd9OEkPxeHzymNxsLgu1UHhu3ZPzogV3ijz7n6uz/iNCJXbOvnUHTP5pLmTY nWQ/
eC99AM+VELkoxO3bW2gqdZeUCRr8G7X2F2sZ2Ac12/I165bCs+bMvnvA9dm4 GWcX
R5qkfm3SvWBGuMw5O5CXLqDRkv27WVTCkZMcewhFH+EE5z+uLhC4dW//u5xn CjSX
mbRymQksjYnTJLti5vSNgflvTjgq5Z0z+gSxtByFwnQPw8yJokPM5fwTqU6Q QtXQ
CdOeR/cs4RGs6Y25Fa7ic50di8KmUHsWoSgnFCB9vDZGwoPYchIP0z0SHksy tpzJ
DM+ZLgI6EhNhLfF1AtxrTgfzWZK3Unh/7QSjkuHjYiLJ5HGuY7pFpyhMm8dc Ei4X
F4vBRBTVydAr2lpmM+u50mLqtu3+pLxgBLOAf59EYWpMcd7jf+3JeMwdQ6FF SWwU
g6LjUZ2Mqs/W5yaONm7dJaP4xXgmLs4sznsWj7kkPjZasi+ES4b3jwQ6EJ1q 53Tg
kgD/8D6Jp1T3rDkQR1N7BjwrthML8L2WOUKiSQ3/ZAKHRFy8RPmqxaN7y8dw lYKC
pNkOg0WRsh1FHSW3Hx2ve/S3JLaCoeTof0tKdC+YQYWjP6IiQfLJDneAJPJO X7R0
5nstbuAfYglGPshfXB+jvQPpk1v38B/zmERxsERRGiw4Rv8A1fHC63zd8459 9hnz
mUMi9HA5zg4rWsfr3kxw1qFnIRbYu9SNR+dv6mrgrNe94v+dNQCBhYMAq1Ba ZZay
fzV8nYTfqUsI80bAevdgASCCfzUKIPP93s86a+xsk/Sy9J+uCwNMeMV5b/FF n1mA
D1cLArwqZ/+810DwG35BwKt788/n1wiLutfJWIC61+nPGFoIWnNGYJpRpfiI mx0h
x2LgBdWuYQnnvpYNMPF1/jOGFmKGNSeTlwsemVQVEEnWI/ZZYVH35gy+3+Nd TaLi
WojnTLGQw4LEd66xNYupH4+zklje/PaQtu4tznuzhmveQ2FwSaFj6RyThMPH mAjF
FU8pCZ1YSdw5zF2Ctu79P85LTlpIE5rKAAAAAElFTkSuQmCC
------------lvNwCzABJOU7ipxcz6DgIK--
Re: Constructive criticism [message #12500 is a reply to message #12454] Sat, 29 October 2005 11:55 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> I think it's much easier (and logical) to achieve a common, specific
> style by changing the site instead of assuming the user will set their
> font themselves,

You assume all browsers/systems have the same defaults which is not
logical, therefore you assUme you achieve a common style while you
don't.

> and I think that using a relative size (as opposed to a
> fixed size) is more considerate of your personalized settings.

It is not my personalized settings - it something you can't really
know. It is just undetermined to you.

> If you
> set your default font size to your minimum threshold for readability,
> you are creating an issue for yourself.

I don't set the default font size to my minimum threshold for
readability, see for yourself:

http://stanio.info/my_default.png (11pt)
http://stanio.info/your_style.png (75% of 11pt)

Now display those on a 17" LCD monitor with resolution of 1280x1024
to see the physical size I get (and I'm certainly not the only one).

My default of 11pt is just 1pt below your 12pt default. Your
preference is 9pt which is 3pt below your default and 2pt below my
default and my preference. Your style rules makes the text even
smaller than 9pt on my system.

I set my default at size comfortable to me for reading large amounts
of text (UI labels/captions are another story).

> Likewise, the person who sets their font to the maximum threshold for
> readability will complain about the fonts that I increase in size;
> however, according to your statements, increasing a font is acceptable
> while decreasing it is not.

I haven't said increasing the font size is good - could you cite me?
I've mentioned bothering with the default font could be permissible
for elements which usually have their text size bigger (than the
normal text) - such as headings. The headings don't constitute the
main/most of the text and I've explicitly stated: "do not bother the
default font for the main text".

> I visited a dozen large commercial websites - microsoft.com, hp.com,
> ibm.com, dell.com to name a few - all of them changed the relative font
> size and font face. Microsoft sets the font to 70%. Dell's text is 8pt
> on the front page. Intel have 92.5% for the body, and 75% in the TD. I
> am assuming these companies, in their commercial interests, have
> performed usability and accessibility studies for their website design.
> Are they all wrong?

They are certainly wrong in that aspect as you could get the opinion
of a community like "comp.infosystems.www.authoring.stylesheets".
You get the same opinion by the W3C (Microsoft being one of its main
contributors), "Quality Tips for Webmasters - Care With Font Size"
<http://www.w3.org/QA/Tips/font-size>:

> A certain trend among designers, believing that small text gives a
> Web page a sleek appearance and provides more space per "page" for
> actual content, sometimes results in the use of unreasonably small
> font sizes.
> [...]
> *Good usage of CSS's font properties*
> [...]
> * Avoid sizes in em smaller than 1em for text body, except maybe
> for copyright statements or other kinds of "fine print."
> * If using a small font-size, prefer a legible font-family with
> a high aspect value (see the section on font-size-adjust in the CSS2
> specification for an explanation of the aspect value), which are
> more likely to be legible at such small sizes.

You may read the section about 'font-size-adjust' property of why
different fonts (even of same generic family) could look so
different at same sizes. Microsoft.com and many others rely mostly
on the greater eligibility of the "Verdana" font at smaller sizes,
which is still not sufficient and one can't assume Linux people have
"Verdana", for example. You could also see the
http://www.theregister.co.uk/ - why they have chosen not to use such
tiny fonts?

Off the "Fonts" topic: You might have noticed the screenshot of
"your_style.png" doesn't have white background, so you could also
see another tip <http://www.w3.org/QA/Tips/>:

"If You Pick One Color, Pick Them All" <http://www.w3.org/QA/Tips/color>

/Eclipse WebMaster (Denis Roy)/:

> It's the best solution - in your opinion. I don't agree with it. But
> please, do open a Bug against Phoenix/UI so we can get community
> feedback on the issues.

Done:

Bug 114288 "The Eclipse web-site should use larger font size for the
main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=114288>

You might consider opening a counter-opinion issue so you could get
votes for your decision too.

--
Stanimir
Re: Constructive criticism [message #12520 is a reply to message #12454] Sat, 29 October 2005 12:01 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> One site that I visit frequently and that has consistently kept the
> default font is Slashdot. And it gets constant criticism for being a
> site with a 1990's look.

Again, it is because of your preferences, in this case the defaults
of your browser. You probably see it with a Serif font, but AFAIK
Konqueror and Mac's Safari have their default to a Sans-serif font.
If you look at the site with a Sans-serif font and it still looks as
from 1990 to you, then the font is not the reason (perhaps the site
style hasn't changed since then?).

--
Stanimir
The Eclipse web-site should use larger font size for the main text (was: Constructive criticism) [message #12541 is a reply to message #12500] Sat, 29 October 2005 12:11 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
[Note: x-posted, please follow-up to eclipse.technology.phoenix]

/Stanimir Stamenkov/:

> Bug 114288 "The Eclipse web-site should use larger font size for the
> main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=114288>

If you think the Eclipse web-site should use larger font size for
the main text, please vote for Bug 114288.

--
Stanimir
Re: The Eclipse web-site should use larger font size for the main text (was: Constructive criticism) [message #12562 is a reply to message #12541] Sat, 29 October 2005 15:47 Go to previous messageGo to next message
anatoly techtonik is currently offline anatoly techtonikFriend
Messages: 33
Registered: July 2009
Member
On Sat, 29 Oct 2005 14:11:16 +0200, Stanimir Stamenkov <stanio@yahoo.com=
> =

wrote:

> [Note: x-posted, please follow-up to eclipse.technology.phoenix]
>
> /Stanimir Stamenkov/:
>
>> Bug 114288 "The Eclipse web-site should use larger font size for the =
=

>> main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D114288>
>
> If you think the Eclipse web-site should use larger font size for the =
=

> main text, please vote for Bug 114288.
>

Can I vote against?

-- =

http://www.techtonik.net - Homepage Fundraising inc.
Re: Constructive criticism [message #12582 is a reply to message #12500] Mon, 31 October 2005 14:14 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
>> however, according to your statements, increasing a font is acceptable
>> while decreasing it is not.

> I haven't said increasing the font size is good - could you cite me?

acceptable != good.

Here's what led me to believe you think larger fonts are *acceptable*.

"use relative font sizes (generally greater than '1em' and '100%') for
the rest of the elements (headings) which need it".


> You might consider opening a counter-opinion issue so you could get
> votes for your decision too.

Thanks, but I will not. It's not my word against yours, or against
anyone else's.

Your opinion certainly counts, but we've been gathering feedback on
Phoenix since June, and if many people don't like the font, we will
change it. Am I going to change it because *you* don't like it? The
answer is no, no matter how much you want to argue.


Thanks for your feedback,

Denis

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Constructive criticism [message #12602 is a reply to message #12582] Mon, 31 October 2005 18:16 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> Here's what led me to believe you think larger fonts are *acceptable*.
>
> "use relative font sizes (generally greater than '1em' and '100%') for
> the rest of the elements (headings) which need it".

Sorry, it is probably my bad English since it is not my native
language, but I really don't see what could be misinterpreted: "the
rest of the elements" given the previous "main text" context skipped
in the above quotation.

> Am I going to change it because *you* don't like it? The
> answer is no, no matter how much you want to argue.

I'm not arguing for you to change something on my demand - I'm just
outstanding my opinion giving arguments and you were stating yours
against it. Given I haven't saw much feedback on the font size
issue, apart from casual "the font is too small", I felt I must
state my arguments about it.

--
Stanimir
Re: Constructive criticism [message #13457 is a reply to message #11780] Fri, 02 December 2005 12:45 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 96
Registered: July 2009
Member
Hi, When I visit phoenix.eclipse.org, I just get the following error:

Warning: main(home/index.php): failed to open stream: No such file or
directory in /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2

Warning: main(): Failed opening 'home/index.php' for inclusion
(include_path='.:') in /home/data/httpd/phoenix.eclipse.org/html/index.php
on line 2
Re: Constructive criticism [message #13496 is a reply to message #12602] Fri, 02 December 2005 12:54 Go to previous messageGo to next message
Werner Keil is currently offline Werner KeilFriend
Messages: 96
Registered: July 2009
Member
Sorry to bother the whole group, but the web client does not allow
flexibility of a real news client like reply to the sender only (and I
cannot use any news client here)

I guess your native language must be Bulgarian?
Am I right?

Cheers,
Werner Keil
(werner.keil@landg.com)
Re: Constructive criticism [message #13559 is a reply to message #13457] Fri, 02 December 2005 19:19 Go to previous messageGo to next message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
I killed off most of phoenix.eclipse.org as it was just a testbed for
www.eclipse.org...


Werner Keil wrote:
> Hi, When I visit phoenix.eclipse.org, I just get the following error:
>
> Warning: main(home/index.php): failed to open stream: No such file or
> directory in /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2
>
> Warning: main(): Failed opening 'home/index.php' for inclusion
> (include_path='.:') in
> /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2
>
Re: Constructive criticism [message #14508 is a reply to message #11815] Sun, 11 December 2005 10:27 Go to previous message
Eclipse UserFriend
Originally posted by: zhangzhihua--2.163.com

Stanimir Stamenkov wrote:

> /Eclipse WebMaster (Denis Roy)/:

>>> And a general issue:
>>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>>> makes the fonts scalable over all platforms and increases accessibility.
>>
>> This is addressed by Phoenix. We're using em as our unit of measure,
>> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/. It
>> is a work in progress.

> Relative units as percentages and 'em' can also be misused as
> visible from the current state - please, do not bother with the
> user's default font (both: family and size) for the main text and
> use relative font sizes (generally greater than '1em' and '100%')
> for the rest of the elements (headings) which need it. Try to use
> smaller (than the default) font size only for some notes (in which
> case is sensible to change the font family to 'sans-serif' since
> serif fonts could become ineligible at smaller sizes on screen).

> I already have my default font set to a sans-serif family and
> smaller (than the "usual" of 12pt) font size thus I see pretty tiny
> fonts at http://phoenix.eclipse.org/ . What I see is 'font-size:
> 75%' for the BODY element - why 75% than the preferred is better
> than just the preferred? Even with a "default" of 12pt font size the
> text is too small (given the current style rules). good job
Re: Constructive criticism [message #565991 is a reply to message #11780] Thu, 27 October 2005 18:26 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

>> And a general issue:
>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>> makes the fonts scalable over all platforms and increases accessibility.
>
> This is addressed by Phoenix. We're using em as our unit of measure,
> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/ It
> is a work in progress.

Relative units as percentages and 'em' can also be misused as
visible from the current state - please, do not bother with the
user's default font (both: family and size) for the main text and
use relative font sizes (generally greater than '1em' and '100%')
for the rest of the elements (headings) which need it. Try to use
smaller (than the default) font size only for some notes (in which
case is sensible to change the font family to 'sans-serif' since
serif fonts could become ineligible at smaller sizes on screen).

I already have my default font set to a sans-serif family and
smaller (than the "usual" of 12pt) font size thus I see pretty tiny
fonts at http://phoenix.eclipse.org/ . What I see is 'font-size:
75%' for the BODY element - why 75% than the preferred is better
than just the preferred? Even with a "default" of 12pt font size the
text is too small (given the current style rules).

--
Stanimir
Re: Constructive criticism [message #566006 is a reply to message #11815] Thu, 27 October 2005 18:52 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
12pt is not the preferred, it's the *default* on most browsers. I think
it's just too big if we leave it at 100%. The default font on most
browsers is Times New Roman, or some variant. I think that lacks style.

Of all the people who visit eclipse.org, how many change their browser's
default font settings? I think you're an exception rather than a rule.
Most people stick with the browser defaults.

We could set the default font to 9pt instead, but if you're reducing the
size from 75% you'll still see it as too small.

I'm not sure if there's a solution that will please everyone.



Stanimir Stamenkov wrote:
> /Eclipse WebMaster (Denis Roy)/:
>
>>> And a general issue:
>>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>>> makes the fonts scalable over all platforms and increases accessibility.
>>
>>
>> This is addressed by Phoenix. We're using em as our unit of measure,
>> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/
>> It is a work in progress.
>
>
> Relative units as percentages and 'em' can also be misused as visible
> from the current state - please, do not bother with the user's default
> font (both: family and size) for the main text and use relative font
> sizes (generally greater than '1em' and '100%') for the rest of the
> elements (headings) which need it. Try to use smaller (than the default)
> font size only for some notes (in which case is sensible to change the
> font family to 'sans-serif' since serif fonts could become ineligible at
> smaller sizes on screen).
>
> I already have my default font set to a sans-serif family and smaller
> (than the "usual" of 12pt) font size thus I see pretty tiny fonts at
> http://phoenix.eclipse.org/ . What I see is 'font-size: 75%' for the
> BODY element - why 75% than the preferred is better than just the
> preferred? Even with a "default" of 12pt font size the text is too small
> (given the current style rules).
>
Re: Constructive criticism [message #566032 is a reply to message #11851] Thu, 27 October 2005 20:53 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> 12pt is not the preferred, it's the *default* on most browsers.I think
> it's just too big if we leave it at 100%. The default font on most
> browsers is Times New Roman, or some variant. I think that lacks style.

You know, what's stylish to you is ugly to me. That's not serious
argument against accessibility, IMO. If you don't like your default
- change it. The colors, the graphics and the visual layout give
pretty much branding as one may need. One could style the larger
font elements (all kind of headings) with exact font family since
the larger font size gives pretty much insurance the text would be
comfortable (means won't be too small) to read.

> Of all the people who visit eclipse.org, how many change their browser's
> default font settings? I think you're an exception rather than a rule.
> Most people stick with the browser defaults.

Yes, how you could know how many people do not bother to adjust
their settings to their most likely preference? While you can't be
sure how many, it is much more logical to think people do it or will
do it if they know they could do it and how to do it.

> We could set the default font to 9pt instead, but if you're reducing the
> size from 75% you'll still see it as too small.

I think setting an absolute size, if you aim to set a specific
*absolute* size on your and everybody's screen, is preferable over
decreasing the default one. Also using a 'pt' over 'px' unit should
be better since larger resolution screens may have their dots per
inch setting adjusted which may render the text at more appropriate
pixel size.

But then you hit an Internet Explorer bug where setting an absolute
font size disables the accessibility feature to increase the text
size - otherwise why you have chosen to use '75%' over '9pt'?

And, again in my opinion, 9pt is far too small - you could create a
poll accessible from the front page where people could vote for
their preferred font size to get better idea of what's preferred at
least to the Eclipse.org audience.

> I'm not sure if there's a solution that will please everyone.

The best solution: I've already pointed it.

Partial "solution":

1. Since adjusting the font size in Internet Explorer is not an easy
task, set the main font size using relative unit (so it will match
*your* preference, relative to the "default") - this will give you
equal absolute size to all Internet Explorer users while keeping
their ability to use the text zoom feature.

2. Then provide a style declaration, setting the font size using an
absolute unit (which again will match *your* preference), but "hide"
that declaration from Internet Explorer using "CSS hacks" (known
bugs and limitations in Internet Explorer's CSS support), like:

body { font-size: 75% }
html > body { font-size: 9pt }

3. Make sure the font size is easily adjusted by means of user
stylesheets, i.e. it is doable with a single CSS style rule like:

body { font-size: 100% !important }

The last point seems already in place but I mention it as to be kept
like that in future.

--
Stanimir
Re: Constructive criticism [message #566066 is a reply to message #11885] Fri, 28 October 2005 15:24 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
> You know, what's stylish to you is ugly to me. That's not serious
> argument against accessibility, IMO. If you don't like your default -
> change it.

I think it's much easier (and logical) to achieve a common, specific
style by changing the site instead of assuming the user will set their
font themselves, and I think that using a relative size (as opposed to a
fixed size) is more considerate of your personalized settings. If you
set your default font size to your minimum threshold for readability,
you are creating an issue for yourself.

Likewise, the person who sets their font to the maximum threshold for
readability will complain about the fonts that I increase in size;
however, according to your statements, increasing a font is acceptable
while decreasing it is not.

I visited a dozen large commercial websites - microsoft.com, hp.com,
ibm.com, dell.com to name a few - all of them changed the relative font
size and font face. Microsoft sets the font to 70%. Dell's text is 8pt
on the front page. Intel have 92.5% for the body, and 75% in the TD. I
am assuming these companies, in their commercial interests, have
performed usability and accessibility studies for their website design.
Are they all wrong?

One site that I visit frequently and that has consistently kept the
default font is Slashdot. And it gets constant criticism for being a
site with a 1990's look.

[snip]


> The best solution: I've already pointed it.

It's the best solution - in your opinion. I don't agree with it. But
please, do open a Bug against Phoenix/UI so we can get community
feedback on the issues.

https://bugs.eclipse.org/bugs/

Thanks for your feedback,

Denis

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Constructive criticism [message #566091 is a reply to message #11780] Fri, 28 October 2005 23:17 Go to previous message
anatoly techtonik is currently offline anatoly techtonikFriend
Messages: 33
Registered: July 2009
Member
------------lvNwCzABJOU7ipxcz6DgIK
Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8
Content-Transfer-Encoding: Quoted-Printable

On Thu, 27 Oct 2005 15:03:00 +0200, Eclipse WebMaster (Denis Roy) =

<webmaster@eclipse.org> wrote:

> > - Navigation (big change): global navigation horizontally in banner=
,
>
> This is addressed by Phoenix.

I wonder if it is possible make it right-aligned?
And also provide a way to properly move bar into next row on a narrow =

screen. Screen attached.

> understand the Project structure of Eclipse. Please see =

> http://phoenix.eclipse.org/downloads/index_topic.php for a draft.

In FireFox 1.5 b2 and IE 6 there is a big amount of whitespace at the pa=
ge =

between content and footer.

-- =

http://www.techtonik.net - Homepage Fundraising inc.
------------lvNwCzABJOU7ipxcz6DgIK
Content-Disposition: attachment; filename=eclipsenav01.png
Content-Type: image/png; name=eclipsenav01.png
Content-Transfer-Encoding: Base64

iVBORw0KGgoAAAANSUhEUgAAAb0AAABxCAMAAAB2rY0NAAADAFBMVEUAAAAz MzMj
H08kIFEnI1QoJFUqJlgsKFouKlwvLFswLFswLFwwLF8yL143MlovKmAxLmEz MGMz
M2Y2MmE1MWU2M2g2MG83NGg4NGM4NWQ5Nmo9OGM7OGk7OGw8OG0/PG47NXE+ OnA/
PHFBPWRBPmtAPW5APXJBPnRCPXhAQEBFQWtDQHVGQ3FFQnVHRHVFQXpEQnhG Q3lG
RHpIRHRJR3pJRXxIRn1KRn5NSHFMSHVLSHpLSXxOS3pPTHtPTH1STXpQTX5W UnBX
U3lVVX1iX353d3dMR4NLSYBNSYJMSoJNSoVOTIBOTIJPTYVPTIdST4FRTIVQ ToZR
TohTT4lTUIBTUYdVUoJUUYZSUIhTUIpUUYpVU4hUUotWU4hVUo1XVIlWVI1X VY5Y
VIFaV4NZVoZaVYtZV41aV45ZWYJdWIJdWYdcXIVaWI9cWYlcWo9eWY9ZV5Fa WJJe
XJJhXYtiXotgXoxgXJFjYItnY4hkYYxkZI5oaIpjYZVkYJNlYpFmY5FmYpdn ZpFm
ZplpZpBpZZVpZpVqZpRoZ5tqZplrapVtaZBsaZdubpJtaZtubplsbJ9ybo9w bJty
b5lyb5tybp90cZBwcJx0cZp1cp52dp14dZt9ep9tbKBxcKR2caF2c6B2daF2 dal4
dqF5daR7eKJ6eKV9eqV6ea1+eqh+fquBfqeAfaiBfqmCf6mCfqqAgICEgZyC gKmE
gaqFgqyJhqeIha+PjKiCgrCDgraGhrKGhrSGhrmJh7CKhrCLiLKNirKOi7SK irmN
jb6QjbWRjrSRjraXlayUkrqXlb2YlLqYlr2dmr6gnrSpp7uOjsGQkMCTk8aU lMaW
lsibmMCemsKenMOYmMuZmcyens+hnsWioMGkoselosiopcWppsuopcyrqM6j o9Gu
q9GurNGsrNawrcSwrtO5t8i/vc6zsdW3tdG1s9i3tdq5t9u7ud3MzMzEwtTH xtXL
ytTNy9vU0MjR0N7Dw+HIyOPc2ub//8zl5evs6/Dy8vX39vn7+/z////9ZBjk AAAX
T0lEQVR42u1dDZAcxXV+Mzuzszu7d6dbTmjvTjpZIBMBNkIHF5D4tUyJADIi IcFV
qYQoEEO5YigskeCigmyrEkMqIFxxGUMZV0hCRVUidpkkJAWJJUMwBssBnUAi NriE
lDtu7yTdStrf2dnZyXvdMzsz+3c/+3crX33zunte9/Tfm9c/b2ZnhaSahj8Z gmMw
pE9A34kc+CGXCoG/a5lfVi8e8oUF0LPThUQ8c2Y00S/HF6mEvrMz2abrd6gi AEA0
noNobgLgYzzJ5cCXhVxiMgk+JT6dTJz6eDqbiOdBS0ThWKh/IhcGU18M2+Gd E+G6
8vmiOb9rzTgA1z0SIeSYm/IxL4DkX38xdDG+FodMPD3KYhaxUPCsKjG/H5In afT0
wxlfALIg+5LBjcOBgbEP4r1xP4ovA/FxFGQ/mLFFKqWJNvULAJceCg8ghX4u kAUw
TMhc+nA3SXXtj95WegGEM4n4lsu2AugnQIdFchM6beoXlAuNnI8kQ6lxlBof NAEC
2eGv+nJvw8qlkvHkkSHVB8bxuz4Bv4tJIJgvGIvESJRyopRHADkcmZaVD/nn VCa9
/4C8Pq6DzESn5gGW3Ol759nDPvitPw1OfX3Vkl7IXLkapu7NhlAzF1EEu927 zxi9
Z+rMaB4wQtk9qu9hWYevxQ4eHJsa//Cj2Nhbk0eOvPXO1ZdmNr4+NfCJny/9 DWXX
G786FfvwDjl1cV8goBjiABiB4NL0og+GusIwAqKSlYNK68uWlVtlJr1DPf3x pF/0
+wNy2L9MCEceUN99vjeyMTToHxb/KXHJktDwsLB394p8EJJGQUzmgqm0IUJz fDv/
2ftDA1O6U69m18/tmxQGM4390rIyiz7cKrOR8wcQnDzWpSkJXKDgKA7n3umD AldQ
Eb6zR96kXDkCjz+3Yv563lQ85vuzuvPoRHyf7xieJ2caIscgnAyDLg/+EeSz gkij
umH885tLTyUHRuClD7zSS+AOohk+D5AzGyIo455TdzbN89HjB+c2pYwZfWZr +c3P
XBMRVq8OX3TNumvWrbt+3acBfr780s9u3rx58+c2Ta7bdN2tywHkc0+eDMBJ vJAR
DDTFT0BXVyKhQNcsCdOO4PIZL1SI6Lyp9Sv6XV1YfleXSXW2qOlluvxEIoAS ZLq3
1NetTfbqSehFxQNQcpnQeci+vFeAV5ToBaEl8NEVsPUh0LMBXUyAP58AiAH4 Uxhu
sJ9KgRLzgXLURVvWw/j3YsN3K/n9e44v3zKswOjuoVukwdHHNl43CEcPQ9+j gfEH
h+82/7hPOQ6aUmhCvSr5x42EMoZ0nO65WGvKtP2s0YXrfzbvXc+2foi8pJFX +JvP
GWv/N/wX0xFl9C0dREWG1/0TQ58CXOGgElpOCLf3DacsmQuwIiDRQQ6ct3P0 443/
MPGQb89VK596469WjqbXH/3KfRtgNH3qJu1/Dk3csAHeGA7szO849QDkBcwG t6dN
qZuXZD2UYjsoKqwF5XlIJjX7Md/vPSnlT33oEyUcCmhEDaVWPygkt0ze2t/b PXjB
M5PBEMTvXQVvfpH6tdXwGVc8MPqtvhN3rx8/Ko+8cfom1Lgv/PRv718/+hj8 I3zj
fYD717/xrfvXf3dvvSV1HH7CVy2SX034/F2JOK45QVHj3R/u/v3wjxJJUUUz y3Qa
FKnrqa+Gr8xDD5xuNeV73ts/8ugLvxqC/Mr8+OkBeDEUAjNE/oA0egzrNARP Ir0V
an3d2kwoOJLe80E0QwfhDBL5GRD/671HgjgvAxgHny+Eu3E5+uozl87rBmkA dm0b
2bIvLzyCI3boEbSl98IhwIclsAJNszi2+nGT4wd8JllvOZ0HNnIOs6BYILAQ FJLi
H1y77PxfTb72L9NSOBwBGI+vGcMoXUWLWrqJDg7oOKSzAx08T38pvufbg7f9 +VX/
/kzwvhe2rv3u3sdWfnnshfF7VGm3tvXMZR/sxuALRx/cdO7fNbVilRyO1pZp OSiL
t/m8dznKTGTrFVCAZIiBQvKk70ow1/ziiCwHI7gb1E+SHdSzbmm8UwnfWJsN jN/T
/7Q03ufbcsUOWsjc0v/s6MMgP7Q+e3Jw5479X+v/3oGHX4Jv/idL3+Qquh1C q8tk
5bEy3+Z2zqe7lJQRkTVQg2k03GliQDLMQF94ZOScgfOnDAWC05FguKBBt5qC Xjnn
C0ngkwM5OSToco+caRivR4RAOGh4KPg6/PLoU8nkq30fvv9NMfYxHN79Tlwa e1EO
pl4TMsd+fHjyRW3ZsR9oheRzajiYbXidavDkoD8DXaGWlsnLCxkFNbyVW8rW nJM/
LatAlIZuTUMNhPA5gYxwN66Ij788HUFAZDrD50srZX3U7++DNXJACkJCWla8 nSqj
AKJPB9lAH3A7VxaHpk3rxPJ/TXAbHzk/jX2DGslVk/iKEvUZ5jRs3BRT4M13 p3Hk
RPnhJhGT2LpbvMKFmXk9F/b1RKDPKwJEzY7/NZPKbHEb3zHglKfh+w+aH5VT lwRl
CMDEp7UgHxjBbl57BGc9Jj5Zx3g22KM4LLJWGOyUHdV4es/5QyvKxWahhnx8 aFIv
Y3HyMMqDPOxJ2Hhekd+AvOZaJn8zIoxPHFR8sqIqZ8TQ4PS0rhVw54ARr3w+ DsGR
fSg5lKAKSQVFkQyrU9q5aT3JKSnLeiEZ7pmCc9MaWmUq8vQr16wiQyQaJNOY T8JH
Y7RDCTSIezneWMmfxk2pc14pB6/vTtdMXjvLtKVXQFOZWNDBELsVefKM6Wf2 TmQe
3T8SV1fH90KS5kIdNFlOQuG0op1GyTDqTuq0WtVNgLSM8bi2Od3j5fVsWjHY hRsz
kMiwKuEejXxVAwmFJvkEkBRA1ceYcuKxKm7piDgPa8KI4lga69yOs/l2Ojuu GTzJ
D/TeXWvLtM6B7/dWATDI4aCGaxYAv4AnIioawO0j+N7gT/Ytm5T1Y2h4RAUI pfA6
OSPlgxlFI+ljgLLK+3OEYAYNcRQgHoCy6fJBK/tZIocdYhM5/KickKcjWOkb i91d
oRiOGHQkrODmujNtGD7L5z1mDc4Hw6KWZMsLNEWBIBZoeRfZ17UmDlelfoaK x6zG
IKXQhswklgmiCCk9BtBHDooOMphA0RSN8c67Yw2/jEyrrBR2WgOQV7E+FGAp 8UT9
YSKaAiLsv1AsmiLCU8axXIwiBhRjvOFaTCc3b7rPSPlQ9FHsCVd/Zaee5tVy A0uf
oU1NAlaFKiUpipZfCvH8EjEv4RyYwrd1ARcSmhaG6N74ei29KbQPcCWKckEK oYWK
7FJIeR5mlLGI8SSUYWjzCGp1Abp1XNdHNBBxRxmUNQVNOWUEVigDET0TwrCG FruQ
omeUIISeqXEDNgv3RrDWsbSQdjOTR2JYJ94ih0KAvIqtairhwMikR8tDnNlw WsO7
SMMVnimASTaXMIRPZ/77xNW98auW7ZucY/sv2RbR8QVCvmGQ8WZwiM69hIlY iAUo
HHTCqLatR4hqHc0YKZxEisgej2L1rS1QCVVqVXMJuPRwFeMiZOPTKwABlORF Sdzr
vf9/1w2oq9VXj2JsEol6E8lMmYJphctp4LEB2jGg8HC3YO0k2SaCNZadOsQF yM9c
KWyhWn3XUsSo9rjDdQnPhESG2O6W1GpVswks6XkmfexvHFRNPw6eK41J3OiB 8dJF
w8GB2/biD4zYYSWsAeUr15KXD+aDBVqtlhxlyeng70HhWskO8yAobXl60I+l B6OA
w9Av00sGJeGjU+oqqUvEjRQO8xWaVG0j21Rw6XXjbxeI6DcMuJ/QVdAFwRSG zF8A
beUjwcOxocHeQCCDdrSCP4C7wVCmBhXO+8sQ2bAwd7olRDVJO0pGLJwueIh4 UMZ1
Ytsyck5IWCvUPdj3/Wtfu/b3Pnp8/U9vvz6hR0HE5zClta/UquYTcBtHToM0 UYZE
lcYxQNfB1IRPTn+EMlD05HRGyh146Yeals0AZHOaks1mapD6+JO9Kv62TFUh rKph
vB9E+klSGCAgsjDykSyfeAGcYUFFh8dYROcUbI/uURVQ9+Dgzbfe8hocXHP7 poMg
+2LYogA2za4jrz3unEta1XSfiOuekU5LjOK+PNCzIxrQhaWTp9ElI6M+eX52 OmKk
fT5MAYaGUq9Ovrv+kMwAlDkJjDl2mDaadtgmawPqSmUTywYD7dE9pDDp3gcb lMsu
RAuE0v8KrqVInlTjktp76t0qAq57aKzAXzXQTCgLQgZMEydoOQKn8QUvE9Bs ooEx
hQpoGmha40d1Wv3CfarfD4ofB00cNvFAQ4oVJD4D5zk+S2Uld3kWtUf3qLok q0/C
6M7HbS6uWqj+dsOombxFrL0t9Dnx3TrOdfQUG+92MyhA1uwBvVc5npax30xB 0SCc
wf3EpAoZU8UNkNfi5iHf45uYhZQdBB/eGdaJw3TCDq94+OhGCuOdQIZWm1qP CR+W
y3Vv4NrXwF6V9HtbQFQ8L29WM326qcvM9zizBQQdwuJxHfRcDtVPMyEyWUD7 Za5g
Qs4wC4aGVMmHL+27WRRFCTO1RxSBfPvc8v3kl/BKrsB1umPWoz5sOfqpZkz3 Jrqn
APqm8ifW4NkE+F3mRrslzK/Q0mb5rA4UZlXFmUVIAdu9MeNCRlVjaCxDffKb SZC7
J+knTloebTM6UhYVspxA/sJWvtLkhGZv3PAjuXiML+WkglTKyzscusJzFf1K tOWY
oLLpvtnw90fQvfClL8Pt6Ef9OZG1DK1S2BKsOODz4fJWNoPIkQqst1h5GKCa ki0P
iZn00MwC0K1MMR0E/NG6LOiFMzzKcqykXpK33RmgFQ57tQlvCwec4+Lj0I21 KOV5
rnFfzBYQLUcUa8gCl0YNNORHd6R9S/FpQozNxQR7Yi9IWEm/p5XNgFUoloae 3Vdc
90I5vUgS6KFzTtIslgn4cfUp4MLFJEumIIMmWu8oFBQvnbPjZhGvpDeG8iLz mQ21
eG6TzS/jOWApLA7F+tujezEqm60wl5NBWFmKugYJnGusVhVb6Pe2plnk9Gix bzgB
ZHwFkRHqowEhlc80Zpb00ISQhsYgIeenn4riSyTo5EU3KffcthI3ErR0dQgf /XrO
a/H542OWAxKlYKnslG3RvX4qm/cDDpHMBehKdbPVS80WNovs8lx9w6RXKOQ5 0QCb
98kn6F0EnP/MNGpeUEjh+gVPdJz3cO0C9O4g+RZdvW2EMqq7dtVj2jPvAZYd NaaP
473ODoKRoAVAS2VWkcSCTFMhl549uNJMWPD1nMKAyCdA3EFkcXVKYRQgS+M+ uj9/
09rm78YmtqXwBx8tBj5MAIgdPoTPpt1g7PYDV07kcd2zQOIBFYVHLJGLD1cv egbt
M3TCxWsdvuE7rxnAAJMjrVbch1fI9R3it1mJrQZbKbwMse4z/RPdZ7qBedFY AxtW
b78AfzOix3mALNDDx2IDmPzweTnykfL2g2bfJTdsuLAPA3jOp8bSpuNSZ26H reoU
8Eax7MoKaAVYZSrx5968JhwACn8zgncRwSfquCXHAL4YAaRGAHyooA4GZQBu WLVq
xbIldnKrbRWaiKw5HVYe7KQ0ql2oVvxc29akA8Gk51mxL6JTgOvKZCGZbMOs Auwp
fcPRlEwtND7vOnNM2nv4NqApt0wz78PG5113ju2TXvm73Q1AUzK10Pi8685x YWxf
FjE/LEqvk7EovU7GovQ6GfwZgwO2DLJEyi0yc8iMX8NoblexYud0ESun5hWY JcZz
t9LV1a5iMTM0wd1L1TOZkVc3SqUH3kJapJpMFnPavXDBNA0zVmWu9W0OyqXH YN+y
TP3QtzrL8Xgapmi262myi+29vhLYfUlxZVd5goyskphnq1dVReKpK1TG0UxP E4ox
rnbXgn0lt817rnG6y7nR5jzCzIAXy6VH5VFFnFuL3WeWejhaUgxZHWh3jtWv xciy
C6uj/CpP0F0dXkk745q5VsvWVSe7CcUYd0GzyBhDJdfYlXPKcSdvDEaqj5zl hVjd
VLyFq8CRY9n1M1zZaJAqcHWoWrQ7YubbYO6wlN9GY4vYb/0fwyxAQmGFz7v8 xvfN
jLD7rmrRHo2eb+fiOMWpPMoeTXm6+RdREWq6al705pn3XLTTYlRp7OxQ7So+ rswn
Sz4WziJh1dztCFf7moVGF5Hm/0PkAb6CWdIpjEFDtuMh1wlZYXcm7shqnPLI mdOU
MKokdVKU1dRGWXkVEtWoTHlnlKR0WmSfVCyiLuBz9RmfEM1GJyjJXHWn5IWR eaKk
1MZkylDWngbmbaHOHJP85c66wQb39sxrbSh1oUBNzyy9WXVPm/qwmcUu/Nui 0ry3
iE5BjTXnIhY8FnWvk7Goe52MtGVrabkRi1BeaPq355xJCe6I06fS6wf+kric 2fhe
qjNHvubcXl8mDcPX684BGvRtHvxeYt15NB36wpr3mvlG2NywcGpSA4vzXifD nvec
HzK0E8LOT80q3XuzSnX2Y2Hp3sK4hzoH1n5voXSbaeKHfmaf/OWZEsgy+5we /55e
aZyVolp8B8Cyc1q/klsQmLkq9q+yZhReLXSqxNyw5r2OG7JQcDcivXwjE+GN VVK5
vqFpf/7T+TAp//qnk5Ql6SxY8147f+I4d5goMhQbyoyEdyOXYE3gJw/ZJ1Et uRGH
HUV44joGnah7/FYr6htJcn4ZedCuT/DWg07UPc+thpoHL1fRPVqQsGNmoOZ1 4OKl
c3XPUjk2hlZNak12M6M4GXYUOlT32Hxnuah5Mw6dqFb0wSDHA1tabmbHDZ2d uubk
8iK3huSYNFzLE8uv5XUWqunerl27hCoKuUvAqKqxrcCiScaCS/eE5Sn8oy+C AE/g
I6MntlW8QrCeJrWxCztrf9NEqGn2raRHSBZ3TR49xGWyi0vI3AX45O+J7U9g 2OXz
K1mAca1QC8V5yAkeKIasf6TeQ49VlwOMcWeWOZah4tPZhQbr+R7v+cENN5NX HBR3
bd9OEkPxeHzymNxsLgu1UHhu3ZPzogV3ijz7n6uz/iNCJXbOvnUHTP5pLmTY nWQ/
eC99AM+VELkoxO3bW2gqdZeUCRr8G7X2F2sZ2Ac12/I165bCs+bMvnvA9dm4 GWcX
R5qkfm3SvWBGuMw5O5CXLqDRkv27WVTCkZMcewhFH+EE5z+uLhC4dW//u5xn CjSX
mbRymQksjYnTJLti5vSNgflvTjgq5Z0z+gSxtByFwnQPw8yJokPM5fwTqU6Q QtXQ
CdOeR/cs4RGs6Y25Fa7ic50di8KmUHsWoSgnFCB9vDZGwoPYchIP0z0SHksy tpzJ
DM+ZLgI6EhNhLfF1AtxrTgfzWZK3Unh/7QSjkuHjYiLJ5HGuY7pFpyhMm8dc Ei4X
F4vBRBTVydAr2lpmM+u50mLqtu3+pLxgBLOAf59EYWpMcd7jf+3JeMwdQ6FF SWwU
g6LjUZ2Mqs/W5yaONm7dJaP4xXgmLs4sznsWj7kkPjZasi+ES4b3jwQ6EJ1q 53Tg
kgD/8D6Jp1T3rDkQR1N7BjwrthML8L2WOUKiSQ3/ZAKHRFy8RPmqxaN7y8dw lYKC
pNkOg0WRsh1FHSW3Hx2ve/S3JLaCoeTof0tKdC+YQYWjP6IiQfLJDneAJPJO X7R0
5nstbuAfYglGPshfXB+jvQPpk1v38B/zmERxsERRGiw4Rv8A1fHC63zd8459 9hnz
mUMi9HA5zg4rWsfr3kxw1qFnIRbYu9SNR+dv6mrgrNe94v+dNQCBhYMAq1Ba ZZay
fzV8nYTfqUsI80bAevdgASCCfzUKIPP93s86a+xsk/Sy9J+uCwNMeMV5b/FF n1mA
D1cLArwqZ/+810DwG35BwKt788/n1wiLutfJWIC61+nPGFoIWnNGYJpRpfiI mx0h
x2LgBdWuYQnnvpYNMPF1/jOGFmKGNSeTlwsemVQVEEnWI/ZZYVH35gy+3+Nd TaLi
WojnTLGQw4LEd66xNYupH4+zklje/PaQtu4tznuzhmveQ2FwSaFj6RyThMPH mAjF
FU8pCZ1YSdw5zF2Ctu79P85LTlpIE5rKAAAAAElFTkSuQmCC
------------lvNwCzABJOU7ipxcz6DgIK--
Re: Constructive criticism [message #566110 is a reply to message #12454] Sat, 29 October 2005 11:55 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> I think it's much easier (and logical) to achieve a common, specific
> style by changing the site instead of assuming the user will set their
> font themselves,

You assume all browsers/systems have the same defaults which is not
logical, therefore you assUme you achieve a common style while you
don't.

> and I think that using a relative size (as opposed to a
> fixed size) is more considerate of your personalized settings.

It is not my personalized settings - it something you can't really
know. It is just undetermined to you.

> If you
> set your default font size to your minimum threshold for readability,
> you are creating an issue for yourself.

I don't set the default font size to my minimum threshold for
readability, see for yourself:

http://stanio.info/my_default.png (11pt)
http://stanio.info/your_style.png (75% of 11pt)

Now display those on a 17" LCD monitor with resolution of 1280x1024
to see the physical size I get (and I'm certainly not the only one).

My default of 11pt is just 1pt below your 12pt default. Your
preference is 9pt which is 3pt below your default and 2pt below my
default and my preference. Your style rules makes the text even
smaller than 9pt on my system.

I set my default at size comfortable to me for reading large amounts
of text (UI labels/captions are another story).

> Likewise, the person who sets their font to the maximum threshold for
> readability will complain about the fonts that I increase in size;
> however, according to your statements, increasing a font is acceptable
> while decreasing it is not.

I haven't said increasing the font size is good - could you cite me?
I've mentioned bothering with the default font could be permissible
for elements which usually have their text size bigger (than the
normal text) - such as headings. The headings don't constitute the
main/most of the text and I've explicitly stated: "do not bother the
default font for the main text".

> I visited a dozen large commercial websites - microsoft.com, hp.com,
> ibm.com, dell.com to name a few - all of them changed the relative font
> size and font face. Microsoft sets the font to 70%. Dell's text is 8pt
> on the front page. Intel have 92.5% for the body, and 75% in the TD. I
> am assuming these companies, in their commercial interests, have
> performed usability and accessibility studies for their website design.
> Are they all wrong?

They are certainly wrong in that aspect as you could get the opinion
of a community like "comp.infosystems.www.authoring.stylesheets".
You get the same opinion by the W3C (Microsoft being one of its main
contributors), "Quality Tips for Webmasters - Care With Font Size"
<http://www.w3.org/QA/Tips/font-size>:

> A certain trend among designers, believing that small text gives a
> Web page a sleek appearance and provides more space per "page" for
> actual content, sometimes results in the use of unreasonably small
> font sizes.
> [...]
> *Good usage of CSS's font properties*
> [...]
> * Avoid sizes in em smaller than 1em for text body, except maybe
> for copyright statements or other kinds of "fine print."
> * If using a small font-size, prefer a legible font-family with
> a high aspect value (see the section on font-size-adjust in the CSS2
> specification for an explanation of the aspect value), which are
> more likely to be legible at such small sizes.

You may read the section about 'font-size-adjust' property of why
different fonts (even of same generic family) could look so
different at same sizes. Microsoft.com and many others rely mostly
on the greater eligibility of the "Verdana" font at smaller sizes,
which is still not sufficient and one can't assume Linux people have
"Verdana", for example. You could also see the
http://www.theregister.co.uk/ - why they have chosen not to use such
tiny fonts?

Off the "Fonts" topic: You might have noticed the screenshot of
"your_style.png" doesn't have white background, so you could also
see another tip <http://www.w3.org/QA/Tips/>:

"If You Pick One Color, Pick Them All" <http://www.w3.org/QA/Tips/color>

/Eclipse WebMaster (Denis Roy)/:

> It's the best solution - in your opinion. I don't agree with it. But
> please, do open a Bug against Phoenix/UI so we can get community
> feedback on the issues.

Done:

Bug 114288 "The Eclipse web-site should use larger font size for the
main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=114288>

You might consider opening a counter-opinion issue so you could get
votes for your decision too.

--
Stanimir
Re: Constructive criticism [message #566131 is a reply to message #12454] Sat, 29 October 2005 12:01 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> One site that I visit frequently and that has consistently kept the
> default font is Slashdot. And it gets constant criticism for being a
> site with a 1990's look.

Again, it is because of your preferences, in this case the defaults
of your browser. You probably see it with a Serif font, but AFAIK
Konqueror and Mac's Safari have their default to a Sans-serif font.
If you look at the site with a Sans-serif font and it still looks as
from 1990 to you, then the font is not the reason (perhaps the site
style hasn't changed since then?).

--
Stanimir
The Eclipse web-site should use larger font size for the main text (was: Constructive criticism) [message #566145 is a reply to message #12500] Sat, 29 October 2005 12:11 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
[Note: x-posted, please follow-up to eclipse.technology.phoenix]

/Stanimir Stamenkov/:

> Bug 114288 "The Eclipse web-site should use larger font size for the
> main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=114288>

If you think the Eclipse web-site should use larger font size for
the main text, please vote for Bug 114288.

--
Stanimir
Re: The Eclipse web-site should use larger font size for the main text (was: Constructive criticism) [message #566166 is a reply to message #12541] Sat, 29 October 2005 15:47 Go to previous message
anatoly techtonik is currently offline anatoly techtonikFriend
Messages: 33
Registered: July 2009
Member
On Sat, 29 Oct 2005 14:11:16 +0200, Stanimir Stamenkov <stanio@yahoo.com=
> =

wrote:

> [Note: x-posted, please follow-up to eclipse.technology.phoenix]
>
> /Stanimir Stamenkov/:
>
>> Bug 114288 "The Eclipse web-site should use larger font size for the =
=

>> main text" <https://bugs.eclipse.org/bugs/show_bug.cgi?id=3D114288>
>
> If you think the Eclipse web-site should use larger font size for the =
=

> main text, please vote for Bug 114288.
>

Can I vote against?

-- =

http://www.techtonik.net - Homepage Fundraising inc.
Re: Constructive criticism [message #566187 is a reply to message #12500] Mon, 31 October 2005 14:14 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
>> however, according to your statements, increasing a font is acceptable
>> while decreasing it is not.

> I haven't said increasing the font size is good - could you cite me?

acceptable != good.

Here's what led me to believe you think larger fonts are *acceptable*.

"use relative font sizes (generally greater than '1em' and '100%') for
the rest of the elements (headings) which need it".


> You might consider opening a counter-opinion issue so you could get
> votes for your decision too.

Thanks, but I will not. It's not my word against yours, or against
anyone else's.

Your opinion certainly counts, but we've been gathering feedback on
Phoenix since June, and if many people don't like the font, we will
change it. Am I going to change it because *you* don't like it? The
answer is no, no matter how much you want to argue.


Thanks for your feedback,

Denis

--

Eclipse WebMaster - webmaster@eclipse.org
Questions? Consult the FAQ at
http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
Re: Constructive criticism [message #566205 is a reply to message #12582] Mon, 31 October 2005 18:16 Go to previous message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
/Eclipse WebMaster (Denis Roy)/:

> Here's what led me to believe you think larger fonts are *acceptable*.
>
> "use relative font sizes (generally greater than '1em' and '100%') for
> the rest of the elements (headings) which need it".

Sorry, it is probably my bad English since it is not my native
language, but I really don't see what could be misinterpreted: "the
rest of the elements" given the previous "main text" context skipped
in the above quotation.

> Am I going to change it because *you* don't like it? The
> answer is no, no matter how much you want to argue.

I'm not arguing for you to change something on my demand - I'm just
outstanding my opinion giving arguments and you were stating yours
against it. Given I haven't saw much feedback on the font size
issue, apart from casual "the font is too small", I felt I must
state my arguments about it.

--
Stanimir
Re: Constructive criticism [message #566527 is a reply to message #11780] Fri, 02 December 2005 12:45 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 96
Registered: July 2009
Member
Hi, When I visit phoenix.eclipse.org, I just get the following error:

Warning: main(home/index.php): failed to open stream: No such file or
directory in /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2

Warning: main(): Failed opening 'home/index.php' for inclusion
(include_path='.:') in /home/data/httpd/phoenix.eclipse.org/html/index.php
on line 2
Re: Constructive criticism [message #566565 is a reply to message #12602] Fri, 02 December 2005 12:54 Go to previous message
Werner Keil is currently offline Werner KeilFriend
Messages: 96
Registered: July 2009
Member
Sorry to bother the whole group, but the web client does not allow
flexibility of a real news client like reply to the sender only (and I
cannot use any news client here)

I guess your native language must be Bulgarian?
Am I right?

Cheers,
Werner Keil
(werner.keil@landg.com)
Re: Constructive criticism [message #566632 is a reply to message #13457] Fri, 02 December 2005 19:19 Go to previous message
Eclipse Webmaster is currently offline Eclipse WebmasterFriend
Messages: 607343
Registered: July 2009
Senior Member
I killed off most of phoenix.eclipse.org as it was just a testbed for
www.eclipse.org...


Werner Keil wrote:
> Hi, When I visit phoenix.eclipse.org, I just get the following error:
>
> Warning: main(home/index.php): failed to open stream: No such file or
> directory in /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2
>
> Warning: main(): Failed opening 'home/index.php' for inclusion
> (include_path='.:') in
> /home/data/httpd/phoenix.eclipse.org/html/index.php on line 2
>
Re: Constructive criticism [message #567186 is a reply to message #11815] Sun, 11 December 2005 10:27 Go to previous message
Eclipse UserFriend
Originally posted by: zhangzhihua--2.163.com

Stanimir Stamenkov wrote:

> /Eclipse WebMaster (Denis Roy)/:

>>> And a general issue:
>>> - Replace all fixed font sizes with relative ones. (10pt->1em) This
>>> makes the fonts scalable over all platforms and increases accessibility.
>>
>> This is addressed by Phoenix. We're using em as our unit of measure,
>> and all fonts are in a CSS. Please see http://phoenix.eclipse.org/ It
>> is a work in progress.

> Relative units as percentages and 'em' can also be misused as
> visible from the current state - please, do not bother with the
> user's default font (both: family and size) for the main text and
> use relative font sizes (generally greater than '1em' and '100%')
> for the rest of the elements (headings) which need it. Try to use
> smaller (than the default) font size only for some notes (in which
> case is sensible to change the font family to 'sans-serif' since
> serif fonts could become ineligible at smaller sizes on screen).

> I already have my default font set to a sans-serif family and
> smaller (than the "usual" of 12pt) font size thus I see pretty tiny
> fonts at http://phoenix.eclipse.org/ . What I see is 'font-size:
> 75%' for the BODY element - why 75% than the preferred is better
> than just the preferred? Even with a "default" of 12pt font size the
> text is too small (given the current style rules). good job
Previous Topic:at last!
Next Topic:Praise for Phoenix
Goto Forum:
  


Current Time: Fri Apr 19 18:41:07 GMT 2024

Powered by FUDForum. Page generated in 0.04828 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top