HighDots Forums  

site check, feedback please

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss site check, feedback please in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
christoff915
 
Posts: n/a

Default site check, feedback please - 07-21-2004 , 12:42 PM






hola,

i've gotten to the point with my current site that i wanted to get some
feedback from people in the community. the site isn't finished, and most of the
content text will be changed, but what i'm really looking for is feedback on
layout, functionality and usability. so anything you guys (and gals) can
critique on would be great.

thanks
christoff

the link for the site is http://www.nesghelp.com/test-christoff


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: site check, feedback please - 07-21-2004 , 01:46 PM






christoff915 wrote:

Quote:
i've gotten to the point with my current site that i wanted to get some
feedback from people in the community. the site isn't finished, and most of the
content text will be changed, but what i'm really looking for is feedback on
layout, functionality and usability. so anything you guys (and gals) can
critique on would be great.

Here's what your site looks like to a search engine, or a screen reader:

http://tinyurl.com/5wuxt

Here's what it looks like in my browser:

http://apptools.com/images/temp/nesg.jpg


Sure sign of an amateur designed site:

"This site optimized for
use with
Internet Explorer 6
click here to download"

It would appear that it was only designed to work in IE because your
menu items in the Services menu expand beyond the containing <div> when
viewed in Firefox.

The text (all contained in images) is blurry, too small, and almost
unreadable.

Clicking any of the "null" links triggers a JavaScript error because you
have used "javascript:void()" for the link instead of
"javascript"void(0)", or just "javascript:;".


Gary


Reply With Quote
  #3  
Old   
christoff915
 
Posts: n/a

Default Re: site check, feedback please - 07-21-2004 , 02:11 PM



thanks for the input, gary. i'll work on the things you mentioned.

one thing...i've been trying to rework the menu into something similar to what
you have on apptools, but i just can't get it to work...hence why there's still
images for the menu. i'd like to get a pop-up menu structure to work that uses
cells as links instead of text/images...think you could help me out or point me
to a good tutorial that covers it? all i've been seeing so far is the css info,
but i can't seem to get it to work right. i've gotten the base menu
(home,company,services,links) to work, but then the p7 menus get all screwed
up. i'm at a loss.

thanks
christoff


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: site check, feedback please - 07-21-2004 , 02:18 PM



CSS
-------------

a { display:block; }

HTML
-------------
<td><a href="link.html">A link</a></td>
<td><a href="link2.html">Another link</a></td>

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"christoff915" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
thanks for the input, gary. i'll work on the things you mentioned.

one thing...i've been trying to rework the menu into something similar to
what
you have on apptools, but i just can't get it to work...hence why there's
still
images for the menu. i'd like to get a pop-up menu structure to work that
uses
cells as links instead of text/images...think you could help me out or
point me
to a good tutorial that covers it? all i've been seeing so far is the css
info,
but i can't seem to get it to work right. i've gotten the base menu
(home,company,services,links) to work, but then the p7 menus get all
screwed
up. i'm at a loss.

thanks
christoff




Reply With Quote
  #5  
Old   
Gary White
 
Posts: n/a

Default Re: site check, feedback please - 07-21-2004 , 07:16 PM



Murray *TMM* wrote:

Quote:
CSS
-------------

a { display:block; }

HTML
-------------
td><a href="link.html">A link</a></td
td><a href="link2.html">Another link</a></td

But to get it to work correctly x-browser, you'll need to assign a width
to it.


Gary


Reply With Quote
  #6  
Old   
Gary White
 
Posts: n/a

Default Re: site check, feedback please - 07-21-2004 , 07:19 PM



christoff915 wrote:

Quote:
one thing...i've been trying to rework the menu into something similar to what
you have on apptools, but i just can't get it to work...hence why there's still
images for the menu.
It's all just CSS and show/hide layers. View the source. The JavaScript
is all just straight MM stuff at:

http://apptools.com/scripts/base.js

The CSS is at:
http://apptools.com/styles/apptools.css



Gary


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 - 2009, Jelsoft Enterprises Ltd.