Gentoo Archives: www-redesign

From: Aaron Shi <aaron@××××××××.com>
To: www-redesign@××××××××××××.org
Subject: RE: [www-redesign] Current status
Date: Wed, 09 Mar 2005 01:36:35
Message-Id: 200503090136.j291aT0k056966@athena.thinkhost.com
In Reply to: Re: [www-redesign] Current status by Xavier Neys
1 > + Artwork origin is still unknown. As long as we don't know
2 > for sure we
3 > + are
4 > allowed to use it, we won't expose ourselves to legal action.
5
6 The following images have no usage restrictions.
7
8 http://sxc.hu/browse.phtml?f=view&id=207618
9
10 http://sxc.hu/browse.phtml?f=view&id=182475
11
12 http://sxc.hu/browse.phtml?f=view&id=141927
13
14 http://sxc.hu/browse.phtml?f=view&id=77962
15
16 http://sxc.hu/browse.phtml?f=view&id=147870
17
18 The following image has no usage restrictions provided that the author is
19 contacted (which I just did, waiting for reply).
20
21 http://sxc.hu/browse.phtml?f=view&id=176068
22
23 There are two images unaccounted for, the background for Interact and the
24 image for Resources. I can no longer find them in the database (might've
25 got lost when their database pruned etc.). People with similar problems
26 have posted on their forums that one should seek the admin's help. I have
27 contacted the admin to track down the original authors. If the admin cannot
28 locate the original authors/permission info, I will find suitable
29 replacements.
30
31 All other graphics, icons, etc. are made by me.
32
33
34 > + General note: html pages should make as little use of <img> as
35 > + possible and
36 > let the css add images whenever possible.
37
38 That is also my goal, the prototype already uses CSS to place most of the
39 images, but it can be further improved.
40
41
42 > + ToDo: complete design, i.e. decide on how to display note/warn/impo
43 > elements, code samples, tables, credits, handbook navigation...
44
45 I'm on it.
46
47
48 > + ToDo: code html/css in a way that works.
49 > This is how http://www.aaronshi.com/gentoo/ looks at the moment:
50 > http://dev.gentoo.org/~neysx/images/new.png
51 > FYI, the current design:
52 > http://dev.gentoo.org/~neysx/images/cur.png (1)
53
54 I know of this problem, but I wasn't expecting anyone to browse with such
55 large fonts!
56
57 The problem occurs under 2 conditions:
58 1) a browser using the Gecko engine
59 3) user-defined font size increase overrides browser default by 2 levels or
60 more
61
62 These 2 conditions have to occur simultaneously to cause the problem.
63
64 For a font size increase of exactly 2 levels, the 3rd condition is that the
65 browser width has to be less than 965px.
66
67 This is the reason why I implemented a font size switcher on the article
68 pages:
69 http://www.aaronshi.com/gentoo/generic.html
70
71 Users can increase the article text size, without using a crude browser
72 based rule that leaves everything blown out of proportion.
73
74 However...
75
76 There are 3 possible solutions to this:
77
78 1) Decrease the number of nav items (i.e. to 4 or 5) so when window is
79 narrow they won't wrap over.
80 2) Specify a very small default size so when people increase the font size
81 it won't grow too big...however a majority of people leave the browser font
82 size on default and to them it would appear small if we specify a small
83 size.
84 3) Redo the layout. The page is currently horizontally fluid, I'm sure we
85 can make things like the nav bar and header vertically fluid as well.
86
87 The first 2 solutions are not too feasible. Solution 3 will be quite
88 complicated which is why I didn't do it in the first place. Since it has
89 come to my attention that this issue might be affecting more people than I
90 previously estimated, I better get started on it right away.
91
92 Regards,
93 Aaron
94
95
96
97 > -----Original Message-----
98 > From: Xavier Neys [mailto:neysx@g.o]
99 > Sent: Tuesday, March 08, 2005 3:41 AM
100 > To: www-redesign@××××××××××××.org
101 > Subject: Re: [www-redesign] Current status
102 >
103 > Hi all,
104 >
105 > My 2% of your currency:
106 >
107 > + Artwork origin is still unknown. As long as we don't know
108 > for sure we
109 > + are
110 > allowed to use it, we won't expose ourselves to legal action.
111 >
112 > + General note: html pages should make as little use of <img> as
113 > + possible and
114 > let the css add images whenever possible.
115 > FYI, I just replaced line.gif(1) from the current pages with
116 > a border attribute because it writes more bytes to the logs
117 > than it sends down the wire. At 40,000+ hits/day on line.gif
118 > alone, it's a waste easily avoided.
119 >
120 > + ToDo: complete design, i.e. decide on how to display note/warn/impo
121 > elements, code samples, tables, credits, handbook navigation...
122 >
123 > + ToDo: code html/css in a way that works.
124 > This is how http://www.aaronshi.com/gentoo/ looks at the moment:
125 > http://dev.gentoo.org/~neysx/images/new.png
126 > FYI, the current design:
127 > http://dev.gentoo.org/~neysx/images/cur.png (1)
128 >
129 > + ToDo: cleanup and coding of guide.xsl will be rather
130 > trivial once the
131 > + above
132 > has been completed. I have already made it a bit shorter(1)
133 > by factoring the right-hand column that was coded twice and
134 > removed the <table> used to layout newsitems.
135 >
136 >
137 > (1) some changes are still waiting to be committed.
138 >
139 >
140 > Cheers,
141 > --
142 > / Xavier Neys
143 > \_ Gentoo Documentation Project
144 > / French & Internationalisation Lead
145 > \ http://www.gentoo.org/doc/en
146 > /\
147 >
148
149 --
150 www-redesign@g.o mailing list