On Thu, 10 Jun 2004 23:48:07 +0100, Tom <tom.TakeThisOut@digital-haze.com> wrote:
> Hi guys
> If you have a spare moment can you pass a cursory eye over the following
> web
<font color=purple> > site and let me know if you find any issues. <a style='text-decoration: underline;' href="http://www.broadcast.ie</font" target="_blank">www.broadcast.ie</font</a>>
> There are a couple of validation issues that need to be sorted so please
> ignore them - they are mostly minor.
> I am mostly interested in how the site performs on different browsers and
> platforms - preferably macs and older browsers!
> I have found one problem with the top navigation in Opera which I have
> been
> unable to fix to date. If anyone has any thoughts on that I would be
> grateful.
> Thanks a lot!
> T
1) Why use XHTML when you serve it as HTML? Better to just use HTML
4.01... unless you have an excellent reason to do otherwise.
2) How about, instead of <div id="logo">, using <h1 id="logo"> and making
that an h1 on the page? Make the alt text exactly the same text as the
image.
3) In general, if you have to use images as text, have the alt text be the
same exact text as the image.
4) <div class="clearer"> </div><div id="mainimg"> - idiotic. Make a
class that will clear only, assign it to the div with id mainimg, and
eliminate an unnecessary div.
5) Do not use br unless it's absolutely necessary.
6) Do use p markup on all actual paragraphs. And only on actual paragraphs.
7) Fixed width is unnecessary. Allow things to flex to the actual viewport
size.
I suggest re-thinking the whole markup. Start with the assumption that
there are no images, no scripts, no CSS, no nothing except semantic HTML.
Then add CSS (divs only where needed), images (remember, images as text
cannot be resized easily in many browsers, so avoid this if possible) and
Javascript (assume it is turned off, allow it to enhance but not be
required).
You'll find that if you approach web design from a more semantic
viewpoint, the result is more portability among browsers and other UAs, as
well as better Google friendliness.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: site check - please!