![]() | |
#11
| |||
| |||
|
|
Oli Filth wrote: Neo Geshel wrote: Gazza wrote: Fails CSS validation. Really? http://jigsaw.w3.org/css-validator/v...css/global.css Somehow, I can't understand how you manage to get “Failed” from “Congratulations! Valid CSS! This document validates as CSS! ”. However: http://jigsaw.w3.org/css-validator/v...nentalkit.com/ Although the CSS itself *is* correct. You need to check your MIME types etc. if you're going to use XHTML and the <?xml ... ?> directive. Yes, but I have no control over the mime-type that the server puts out (the site isn’t hosted with us), and a quick search of google hasn’t turned up anything that I can use in PHP (without throwing an error, that is). If you have any links that show me how I can get the server to modify a normal page’s mime-type through PHP (before the page is sent to the user), I'd be glad to implement it. So far, most everything that I have come across is related to setting the mime-type of an upload to the server. header("Content-Type: ..."); |
#12
| |||
| |||
|
|
Just looking for a 10,000 foot overview of this web site: http://continentalkit.com/ Looking for several things: =E2=80=A2 Why does IE ignore the other stylesheets? Both Mozilla and Op= era see=20 the print and handheld stylesheets, but IE ignores them. When one does a = print preview in Mozilla or Opera, the print preview comes out=20 correctly, but in IE it does not. Same with viewing the site on a=20 cellphone or a handheld device. |
|
=E2=80=A2 How is the header image coming out at the very top? Are IE pp= l able=20 to see the full alpha-transparency? (Notice how the background slides=20 behind the blur when you scroll) |
#13
| |||
| |||
|
|
Neo Geshel wrote: Oli Filth wrote: Neo Geshel wrote: Gazza wrote: Fails CSS validation. Really? http://jigsaw.w3.org/css-validator/v...css/global.css Somehow, I can't understand how you manage to get “Failed” from “Congratulations! Valid CSS! This document validates as CSS!”. However: http://jigsaw.w3.org/css-validator/v...nentalkit.com/ Although the CSS itself *is* correct. You need to check your MIME types etc. if you're going to use XHTML and the <?xml ... ?> directive. Yes, but I have no control over the mime-type that the server puts out (the site isn’t hosted with us), and a quick search of google hasn’t turned up anything that I can use in PHP (without throwing an error, that is). If you have any links that show me how I can get the server to modify a normal page’s mime-type through PHP (before the page is sent to the user), I'd be glad to implement it. So far, most everything that I have come across is related to setting the mime-type of an upload to the server. header("Content-Type: ..."); Before any script output. However, there are issues with XHTML MIME types and Internet Explorer (cos it's lame). Do a Google search for "xhtml mime explorer" to find your options. |
#14
| |||
| |||
|
|
Neo Geshel wrote: But show me a peer-reviewed research paper that indicates the usage of browsers that have images or css turned off as being larger than the number of TTS readers, and I’ll gladly change my tune. Most mobile user-agents don't support CSS. |
#15
| ||||||
| ||||||
|
|
On Mon, 16 May 2005 08:26:36 GMT, Neo Geshel <gotcha (AT) geshel (DOT) org wrote: =E2=80=A2 How is the header image coming out at the very top? Are IE pp= l able=20 to see the full alpha-transparency? (Notice how the background slides=20 behind the blur when you scroll) In IE 6.02, it is NOT displaying the transparency. |
|
What's wrong with using a GIF transparency? Or, if you were to absolutely position your IDs, simply using your existing background tile as the background for the banner? |
|
And why use Flash for a simple slide show? At 56k, with a great majority of people still use in the US (~70%), it took over three |
|
minutes for the file to load with no indication in Firefox that a Flash file was loading. An impatient visitor will just stop loading the page after xx number of seconds if it otherwise appears that the page has loaded. As an alternative, a properly optimized GIF animation |
|
would get the same job done for fewer bytes. Overall, without the Flash file, your page still took ~22 seconds to load at 56K -- about twice the recommended speed. Your title header is way too large (~60k) for the purpose it serves. |
|
Your visitors would be better served if you at least incorporated the image as a background-image in css so as to greatly speed up the loading of subsequent pages. Hopefully this will all be helpful to you. |
#16
| |||||||||
| |||||||||
|
|
Gazza wrote: Fails CSS validation. Really? http://jigsaw.w3.org/css-validator/v...css/global.css Somehow, I can't understand how you manage to get “Failed” from “Congratulations! Valid CSS! This document validates as CSS! ”. |
|
Fails XHTML1.1 validation (right Doctype, wrong MIME type). Really? http://validator.w3.org/check?uri=ht...ntalkit.com%2F Somehow, I can't understand how you manage to get "Failed" from "This Page Is Valid XHTML 1.1!" |
|
Fails Automated Section 508. Fails Automated WAI Level A, let alone Level AAA. I don’t know what you used to do the validation on these, but this site: http://webxact.watchfire.com/ |
|
says that I only fail level AAA, and by only one checkpoint which I can’t do anything about because of the way that the feedback form must be processed by the server-side code. |
|
wanna be a neurotic bitch about it, I’ll change the text to AA. |
|
And as for Section 508, the same site clocks me in at having (once again!) only one (1) error, which is a dubious issue, since I provide exactly what they demand (the link to the plugin is INSIDE the <object tag; users that don’t have flash should see the link... this was a check that I was asking about. As well, there is a static image that should also be seen if the user doesn’t have flash). |
|
It's all very well trying to impress people, but to those in the know, you look a bit silly when you can't back those claims up... I just did. Who's looking silly now? |
|
With images disabled, you have no obvious <h1> and with CSS disabled (but images on), you have it twice. On IE6 I don't see any image, even with images on. Point taken. But my main thrust of support is for TTS readers. Not ppl with images turned off or CSS disabled. |
|
Your title for the acronym JPEG is wrong, it should be Photographic Experts, not Photographer�s Expert. Mea Culpa. That, at least, can be “fixed”, and it has been. |
#17
| |||
| |||
|
|
Accessibility is a heck of a lot more than just accommodating blind users. If you really had a clue about this subject, you would know that. |
#18
| |||
| |||
|
|
kchayka wrote: Accessibility is a heck of a lot more than just accommodating blind users. If you really had a clue about this subject, you would know that. I predict within 5 years (assuming it has not already happened) you will see lawsuits based on accessibility and language. It is bound to happen. |
#19
| |||
| |||
|
|
Oli Filth wrote: header("Content-Type: ..."); Before any script output. However, there are issues with XHTML MIME types and Internet Explorer (cos it's lame). Do a Google search for "xhtml mime explorer" to find your options. I’ve already tried that. It throws a major server error that totally destroys my stylesheet formatting and produces a line of text (the error message) at the very top (prior to any XHTML code). I’ll try it again soon so I can pass on the error message. |
#20
| |||
| |||
|
|
What link? Your link styling (or lack thereof) makes it pretty difficult to distinguish links and plain text. BTW, the patent on gifs expired some time ago. ...In the US. Elsewhere, there are still patents on GIF. |
![]() |
| Thread Tools | |
| Display Modes | |
| |