HighDots Forums  

need feedback

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss need feedback in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Els
 
Posts: n/a

Default Re: need feedback - 10-28-2005 , 01:52 AM






Big Bill wrote:

Quote:
On Fri, 28 Oct 2005 01:24:39 +0100, "William Tasso"
spamblocked (AT) tbdata (DOT) com> wrote:

Jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

...
I was beginning to think I was the only one in this NG. Where's everyone
gone?

Well, I just popped by to borrow a cup of sugar because we appear to have
run out in AWW.

If it means you'll all stay in there I'll go buy you a packet or
three.
While you're at it, get some popcorn too?

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #12  
Old   
rf
 
Posts: n/a

Default Re: need feedback - 10-28-2005 , 01:57 AM






Els wrote:

Quote:
Big Bill wrote:

On Fri, 28 Oct 2005 01:24:39 +0100, "William Tasso"
spamblocked (AT) tbdata (DOT) com> wrote:

Jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

...
I was beginning to think I was the only one in this NG. Where's everyone
gone?

Well, I just popped by to borrow a cup of sugar because we appear to have
run out in AWW.

If it means you'll all stay in there I'll go buy you a packet or
three.

While you're at it, get some popcorn too?
And some beer. Ya gotta have some beer when there's popcorn around.

--
Cheers
Richard.


Reply With Quote
  #13  
Old   
Doug
 
Posts: n/a

Default Re: need feedback - 10-28-2005 , 09:06 AM



Thanks a lot, Jake. You have helped me out tremendously.

I have incorporated everything you stated. I finally found the extra
</table>. It was resting at the end of a long line that wasn't visible
without scrolling over.



Reply With Quote
  #14  
Old   
Big Bill
 
Posts: n/a

Default Re: need feedback - 10-28-2005 , 05:27 PM



On Fri, 28 Oct 2005 08:52:01 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl>
wrote:

Quote:
Big Bill wrote:

On Fri, 28 Oct 2005 01:24:39 +0100, "William Tasso"
spamblocked (AT) tbdata (DOT) com> wrote:

Jake <jake (AT) gododdin (DOT) demon.co.uk> wrote:

...
I was beginning to think I was the only one in this NG. Where's everyone
gone?

Well, I just popped by to borrow a cup of sugar because we appear to have
run out in AWW.

If it means you'll all stay in there I'll go buy you a packet or
three.

While you're at it, get some popcorn too?
You...you...you just take me for granted...

BB
--
www.kruse.co.uk/ seo (AT) kruse (DOT) demon.co.uk
Elvis does my SEO


Reply With Quote
  #15  
Old   
Els
 
Posts: n/a

Default Re: need feedback - 10-29-2005 , 05:56 AM



Big Bill wrote:

Quote:
You...you...you just take me for granted...
I hope you don't have a problem with that? :-)

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #16  
Old   
Jake
 
Posts: n/a

Default Re: need feedback - 10-29-2005 , 06:12 AM



In message <hfkxUICnKlYDFwi8 (AT) gododdin (DOT) demon.co.uk>, Jake
<jake (AT) gododdin (DOT) demon.co.uk> writes
[snip]
Quote:
GENERAL
======
'Skip to main content'
------------------------
[Snip]

p class="hidden"><a href="#content">Skip to main content.</a></p

with a <a name="content"></a> anchor in the appropriate place

As you need to place this on each page, it's better to start using an
external stylesheet so that you don't need to define the CSS for
'hidden' on each page.

[Snip]

On the good side: your pages are referencing the external stylesheet OK.

On the bad side: you've made your page and/or menu invisible ;-)


Why? You've (correctly) got a <p class="hidden"> as the first entry on
the page -- but without the link, text ("Skip to main content."), or the
closing </p>. (See above.)

That means that instead of making just "Skip to main content."
invisible, the browser will 'make invisible' a large part of the page
following ;-)

I suggest you fix this as a priority.

And don't forget to place the anchor:
< name="content"></a>
after the main index.


More to follow, later.

Regards.
--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)


Reply With Quote
  #17  
Old   
Doug Eilertson
 
Posts: n/a

Default Re: need feedback - 10-29-2005 , 12:52 PM




"Jake" <jake (AT) gododdin (DOT) demon.co.uk> wrote

Quote:
In message <hfkxUICnKlYDFwi8 (AT) gododdin (DOT) demon.co.uk>, Jake
jake (AT) gododdin (DOT) demon.co.uk> writes
[snip]

GENERAL
======
'Skip to main content'
------------------------
[Snip]

p class="hidden"><a href="#content">Skip to main content.</a></p

with a <a name="content"></a> anchor in the appropriate place

As you need to place this on each page, it's better to start using an
external stylesheet so that you don't need to define the CSS for
'hidden' on each page.

[Snip]

On the good side: your pages are referencing the external stylesheet OK.

On the bad side: you've made your page and/or menu invisible ;-)


Why? You've (correctly) got a <p class="hidden"> as the first entry on
the page -- but without the link, text ("Skip to main content."), or the
closing </p>. (See above.)

That means that instead of making just "Skip to main content."
invisible, the browser will 'make invisible' a large part of the page
following ;-)

I suggest you fix this as a priority.

And don't forget to place the anchor:
name="content"></a
after the main index.
I think you will have to explain a little further. I really can't
understand the placement and which code should go where.

Thx, ;-)

Quote:

More to follow, later.

Regards.
--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)



Reply With Quote
  #18  
Old   
Big Bill
 
Posts: n/a

Default Re: need feedback - 10-29-2005 , 03:19 PM



On Sat, 29 Oct 2005 12:56:24 +0200, Els <els.aNOSPAM (AT) tiscali (DOT) nl>
wrote:

Quote:
Big Bill wrote:

You...you...you just take me for granted...

I hope you don't have a problem with that? :-)
Nah, I'm used to being emasculated....sigh...

BB
--
www.kruse.co.uk/ seo (AT) kruse (DOT) demon.co.uk
Elvis does my SEO


Reply With Quote
  #19  
Old   
Doug
 
Posts: n/a

Default Re: need feedback - 10-30-2005 , 08:21 AM



Did it!

On the home page, I thought the left and right tables could be sandwiched in
between a main table. Hmm, that was wrong. All seems to validate now.




Reply With Quote
  #20  
Old   
Jake
 
Posts: n/a

Default Re: need feedback - 10-31-2005 , 03:53 AM



In message <11mb8ceqc452b6d (AT) corp (DOT) supernews.com>, Doug Eilertson
<fabien (AT) toast (DOT) net> writes

http://www.libertysoft.biz/

Quote:
Howz it now?

[Snip]

Apart from the addition of tooltip displays for the 3 graphics links on
the home page, it looks pretty much the same as when I last looked ;-)

The points I mentioned last time still apply.

You need to decide whether you want to have a consistent 'look and feel'
to all your pages.

Try varying the window width in two or more browsers and see what I
mean.

regards.

--
Jake (jake (AT) gododdin (DOT) demon.co.uk -- just a 'spam trap' mail address)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.