On Jul 14, 9:57*pm, mbstevens <NOXwebmast...@xmbstevensx.com> wrote:
> On Tue, 15 Jul 2008 03:26:04 +0100, *el Joey punched in:
>
> > Can someone provide me with URLs of well designed liquid sites?
>
> > Cheers,
>
> Here is one that is not liquid, yet is a liquid site
> and passes validation.http://www.chem4kids.com/files/matter_liquid.html
Yes it validates at w3c, but with several warnings for using xhtml
self closing such as <br /> on an html 4.01 transitional page.
> Here is one with beautiful liquid design,
> although the markup is horrid, and so is the design,
> which is not at all liquid.http://www.liquidsculpture.com/fine_...title=Carnival
Yes the site is beautiful, but it is an excellent example of how a
site in html 4.01 transitional can view well with over 90 errors in
code shown at the w3c validator. The code is a mess. If you changed
this to xhtml and served it properly as application/xhtml+xml, there
would be over 90 errors in the html 4.01 transitional version that
would have to be corrected, and likely many for more strict xhtml,
before the page would show at all rather than being shown just an
error message when the page is parsed as xml by an xhtml capable
browser, as most now are with the exception of all IE browsers
through IE7.