![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| ||||||
| ||||||
|
| http://dumpage.net/ This is my new technology blog (a bigger explanation is on the site), designed and coded by myself using CS2 and Textpad. I'm not overly concerned about accessibility with this one, but I've covered the basics, and am planning to introduce an audio alternative for the CAPTCHA soon. Things I already know: 1. The world doesn't really need another blog. But I want one. 2. You shouldn't start sentences with "but". |
|
3. The CSS doesn't validate because I used an IE hack. I live in the real world, so I'm not bothered about that at all. The markup is valid though. |
|
4. It has small fonts, yes. However, the design holds together when you up the font size and can also handle two "smaller" clicks in Firefox and still be legible (this is my own personal opinion on what defines "too small"). |
|
5. It's green. I'll have to live with that for at least a few months. |
|
Feedback on the design and your "User Experience" appreciated; |
|
also comments on how readable you found the CAPTCHA. Thanks. |
#3
| |||
| |||
|
| http://dumpage.net/ Is "dumpage" |
|
4. It has small fonts, yes. However, the design holds together when you up the font size and can also handle two "smaller" clicks in Firefox and still be legible (this is my own personal opinion on what defines "too small"). Then why insult me with your preference in font size? If you want the |
#4
| |||||||
| |||||||
|
|
2. You shouldn't start sentences with "but". But, you can start them with However... |
|
Why are you using Transitional? The page validates as Strict, and transitional puts browsers into quirks mode. |
|
I resized 120%. |
|
It's not really green, it's tones of beige. Point is, I like it. |
|
In Opera the images in the #menu are bleeding out of their container. |
|
In FF, increasing text size also skews these same images. |
|
I read the CAPTCHA with interest, as this is something I have had to deal with. I have to say that as measures are taken to thwart CAPTCHA hackers, the images get more and more difficult to read. I would certainly welcome something audible. |
#5
| ||||||
| ||||||
|
|
- as in dump age, the era of dumping? |
|
A bit ambiguous. Is that your intent? |
|
Then why insult me with your preference in font size? |
|
"articles" is not aligned with the other three items. |
|
The fixed width design is unfortunate. |
|
Why is "green" a problem? |
#6
| |||||
| |||||
|
|
I tried at 100% but sorry guys, I just couldn't let that be the default. |
|
Hardly anyone (I'm talking 1%, maybe less than 1%) will browse with their font size set on small |
|
just incase they come across a mega-accessible site with large fonts and they want it to look a bit nicer. Most people (90% and over) will browse with the default font size |
|
and when they come across a site with huge fonts will say "ugh, that looks crap". |
|
At no point will the majority of people think "you know what, this design would look nicer if I sized my fonts down - that's better, must have been what the author intended". On the other hand, people who can't read the font are more likely to hit Ctrl+Wheel or be browsing with larger fonts on anyway (or leave, but that's the risk I'm willing to take based on the law of averages) because they probably come across this kind of issue all the time. |
#7
| ||||||
| ||||||
|
|
Maybe your font size is set too large not only in your browser, but with your operating system desktop. |
|
Well, waitaminnit. The *appearance* of the footer is smaller than the content, even though the font size is set larger. At this point, I am guessing you have some improper <div> nesting, and the 80% of your content is 80% of something less than the <body>. There is an inheritance problem. |
|
90% is a good estimate. Why not endeavor to teach those folks about how to resize? |
|
You think 100% is huge? |
|
So ... the bottom line is you are writing the site for yourself and not your visitors. |
|
Well, I can understand that; I have a Back button. <g |
#8
| |||||
| |||||
|
|
Beauregard T. Shagnasty wrote: Maybe your font size is set too large not only in your browser, but with your operating system desktop. Nope. I use the default XP size (although I revert the GUI back to classic mode) with the default font size in Firefox. I also view at 1280x1024, which makes my fonts even smaller than on the majority of 1024x768 or 800x600 screens. People viewing in 1600x1200 can't justify using such a resolution unless they *do* have perfect vision. It just happens to be that 80% of the default size on what is the majority of browser settings, is what I want my site to look like. That is how I designed it. If you want it to look different, perhaps you should have a custom stylesheet set up for when the design choices of others don't match your own? |
|
I will agree that if I was going for a AA-accessible site, I'd use a larger setting (not to mention a fluid layout), but in this case it's not needed. Not every site needs to be ultra-accessible, and I haven't checked but I would guess the site passes WCAG Level 1. I even have an RSS feed which you can import into your own reader and view the textual content in your own settings. Turn off CSS and view a structurally marked-up page of pure content. It's not discrimination to not sacrifice my own aesthetic preferences when the options are there. If I added a further option in the form of a high-contrast large-font text-only mode, would that make my original font choice acceptable? |
|
Well, waitaminnit. The *appearance* of the footer is smaller than the content, even though the font size is set larger. At this point, I am guessing you have some improper <div> nesting, and the 80% of your content is 80% of something less than the <body>. There is an inheritance problem. Well it validates so it must be nested properly, |
|
and the content doesn't have a font size set. The footer is set to 90%, which is 90% of the 80% applied to the body. The content should just sit at 100% of the body's 80%. Perhaps your eyes aren't as good as you thought? ;-) |
|
90% is a good estimate. Why not endeavor to teach those folks about how to resize? Probably because I'm writing a technology blog and anyone who doesn't know how to resize text in their browser will most likely have no interest in what I write. You think 100% is huge? Not in some cases, but it looks huge and clunky in the context of my site, and since I use the default settings and so do the majority of people (and I'm not on a crusade to try and change that), I'd like those who have the same settings as myself to view the site in the same way. This way, the most visitors possible will see what I want them to see. Again, they have the options to change it should they not wish to view in that way. So ... the bottom line is you are writing the site for yourself and not your visitors. Untrue. I'm writing the site for myself and 80 to 90% of the visitors to my site who will care about the content. The other 10 or 20% will already know that most sites are too small for them to read. If they don't want to spend 2 whole seconds flicking a setting so they can read my content then I'll just have to live with that. Well, I can understand that; I have a Back button. <g Ah, the old "I couldn't read it so I don't see why any of the other millions of people on the net would even visit". The grin implies that you know it's a flawed argument, right? :-) |
#9
| |||
| |||
|
|
Then why insult me with your preference in font size? I wouldn't say it's an insult. See my reply to Adrienne for more on this. I have upped the font size though, but probably not by as much as you'd like. :-) No. Only 100% is appropriate. I read your defense in the other thread. |
#10
| |||
| |||
|
|
Adrienne Boswell wrote: (snip) Most people (90% and over) will browse with the default font size and when they come across a site with huge fonts will say "ugh, that looks crap". |
![]() |
| Thread Tools | |
| Display Modes | |
| |