![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Who wants to let rip on this one ? http://gamesradar.com is a re-design of http://gamesradar.msn.co.uk (old site layout still temporarily visible at http://mac.gamesradar.com) Any comments ? I know there are still a couple of bugs in there (next week's job), but I'm interested to hear anything before I finally sign off on it. |
#3
| |||||
| |||||
|
| http://gamesradar.com |
|
Doesn't fit in my browser window; has horizontal scrollbar. |
|
quote your css /* Headers - Big <h1>s are deprecated - we'll move to <h2> for the big article title and keep <h1> as something tiny for the site title This looks the same (almost better in fact) and is more friendly to screen readers */ /quote H1's are not deprecated. Hx is not for sizing, it's for the semantic markup of headings. |
|
HTML: 17 errors: http://validator.w3.org/check?verbos...amesradar.com/ |
|
CSS: a few errors and hundreds of warnings: http://jigsaw.w3.org/css-validator/v...amesradar.com/ |
#4
| ||||||
| ||||||
|
|
On Fri, 23 Sep 2005 20:39:44 GMT, "Beauregard T. Shagnasty" a.nony.mous (AT) example (DOT) invalid> wrote: http://gamesradar.com Thanks for your comments. Doesn't fit in my browser window; has horizontal scrollbar. It's under 800px wide, so I'm not too bothered about that. Anyway - |
|
scrolling is good, it allows you to hide the huge banner ads 8-) |
|
One of the obvious characteristics of the design is that it's rigidly and proudly fixed width. That's from the original designers (bitmap-bashers par excellence) who clearly don't hold with "fluid" design. As the site is basically a showcase for bitmap screenshots, then they might even have a point. |
|
That's my point - There's only one majorly visible "title" on each page, yet it's the second or third hierarchy down if you take the rigid ISO view of HTML header nesting. So this article title is now marked up as a <h3> or <h2> rather than the original <h1>, and the CSS makes it the only large heading on the page. h1> isn't deprecated, large <h1>s in the context of this redesign are deprecated. |
|
HTML: 17 errors: http://validator.w3.org/check?verbos...amesradar.com/ Oddly, Tidy doesn't see any of those (which just shows you shouldn't trust Tidy!) Like I said, there are still a few glitches to get to. Most of the HTML errors are from the externally-served ads. Annoyingly these are somewhat outside my control. CSS: a few errors and hundreds of warnings: http://jigsaw.w3.org/css-validator/v...amesradar.com/ Mostly those are several hundred instances of the same warning - setting a background-color without a color. As this is to do with the per-platform colour branding and the color itself is unchanged, then I just don't care about that warning. It's not even a CSS warning, it's a use of CSS warning - it's perfectly valid to do so, just risky unless you test carefully. |
|
Does anyone have any feedback on more general usability issues ? The tech stuff is obvious, it's the design side I'm less sure of. |
#5
| |||
| |||
|
|
Who wants to let rip on this one ? http://gamesradar.com is a re-design of http://gamesradar.msn.co.uk (old site layout still temporarily visible at http://mac.gamesradar.com) The DOCTYPE is incorrect. It should be HTML 4.01, not 4.0. |
![]() |
| Thread Tools | |
| Display Modes | |
| |