HighDots Forums  

Monroelab site check - display issues

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


Discuss Monroelab site check - display issues in the Websites/HTML pages critique & reviews forum.



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

Default Monroelab site check - display issues - 11-28-2005 , 02:08 PM






We are doing some site testing, looking for any remaining display
issues on this client site:

http://inkworkswell.com/clients/monroelab/

Again, we are looking for display issues, such as the layout being
out of whack in less ubiquitous web browsers such as Safari or
Konquerer, images not loading properly, etc.

If you find a display issue, we would like to know your operating
system, your web browser w/version, and the display resolution your
screen is set to.

Known issues:
The Home, Contact, and Site Map links at bottom right 404.
Some pages (notably Testimonials, Client Login, Site Map) do not
have any content yet.

Ink Works
--
To send an e-mail to my address,
first remove all the capitalized letters.

Reply With Quote
  #2  
Old   
mbstevens
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 02:23 PM






Ink Works wrote:
Quote:
We are doing some site testing, looking for any remaining display
issues on this client site:

http://inkworkswell.com/clients/monroelab/

Again, we are looking for display issues, such as the layout being
out of whack in less ubiquitous web browsers such as Safari or
Konquerer, images not loading properly, etc.

If you find a display issue, we would like to know your operating
system, your web browser w/version, and the display resolution your
screen is set to.
There is no padding at "Site" and "Map". Don't let letters touch the
box edge. Did you intend "Site Map" and it wrapped strangely?

There is no good reason to be using frames on this site.

JavaScript is no longer needed for the mouseovers in the menu. Do that
kind of stuff with CSS.
--
mbstevens
http://www.mbstevens.com/


Reply With Quote
  #3  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 02:31 PM



Ink Works wrote:

Quote:
We are doing some site testing, looking for any remaining display
issues on this client site:

http://inkworkswell.com/clients/monroelab/

Again, we are looking for display issues,
Not operational issues? The only item on the menu at the right that
works is "Contact". Is the rest not ready yet?

Quote:
Known issues:
The Home, Contact, and Site Map links at bottom right 404.
Some pages (notably Testimonials, Client Login, Site Map) do not
have any content yet.
Why all the "Next" links? Why not use a menu as everyone is used to
using? Since the word was not underlined, it didn't even look like a
link that would do something.

--
-bts
-Warning: I brake for lawn deer


Reply With Quote
  #4  
Old   
Spartanicus
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 02:59 PM



Ink Works <inNOfo (AT) SinkPworksAwellM (DOT) com> wrote:

Quote:
We are doing some site testing, looking for any remaining display
issues on this client site:

http://inkworkswell.com/clients/monroelab/
a) Frames are nothing but trouble, dump them (one single frame, what's
the point of that?).
b) Transitional coding and doctype. It's no longer 1996, there is no
justifiable excuse for presentational coding such as align attributes.
c) Doesn't respect my chosen font size for body text, other essential
text such as navigation ends up to small to read.
d) Fixed width design; don't. Allow for a reasonable variation in client
viewport widths, a minimum required width of 780px is too much.
e) Stupid use of linked stretched transparent gifs whilst the visible
image is miscoded as a background image.
f) 18 basic syntax errors in the one html page.
g) Javascript dependency, JS should only be used for optional fluff, not
for essential functionality such as links.
h) &nbps; & <br> abuse, use CSS to create margins and/or paddings.
i) The layout isn't capable of accommodating zoomed text.
j) Relative urls are preferable over absolute urls, less code bloat,
more portable.

--
Spartanicus


Reply With Quote
  #5  
Old   
Ink Works
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 11:19 PM



mbstevens wrote:
Quote:
There is no padding at "Site" and "Map". Don't let letters touch the
box edge. Did you intend "Site Map" and it wrapped strangely?
No. That has since been changed.

Quote:
There is no good reason to be using frames on this site.
Actually, yes there is. Our .com provider yeilds better traffic analysis
than our .net provider, but doesn't support PHP. When the site goes
live, there won't be any frames.

Quote:
JavaScript is no longer needed for the mouseovers in the menu. Do that
kind of stuff with CSS.
If you have a pointer for emulating that behavior with CSS only, that
works in IE, I'd be happy to change things over.

Ink Works

--
To send an e-mail to my address,
first remove all the capitalized letters.


Reply With Quote
  #6  
Old   
Ink Works
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 11:23 PM



Beauregard T. Shagnasty wrote:
Quote:
Not operational issues? The only item on the menu at the right that
works is "Contact". Is the rest not ready yet?
You have javascript turned off, don't you?

Quote:
Why all the "Next" links?
We felt something was needed on the longer pages, I got a little
overzealous.

Ink Works

--
To send an e-mail to my address,
first remove all the capitalized letters.


Reply With Quote
  #7  
Old   
Ink Works
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 11:26 PM



Spartanicus wrote:

<snip a whole bunch of stuff>

We shall pursue some of those things, others are too subjective.

Thanks for your help!

Ink Works

--
To send an e-mail to my address,
first remove all the capitalized letters.

Reply With Quote
  #8  
Old   
mbstevens
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-28-2005 , 11:37 PM



Ink Works wrote:

Quote:
JavaScript is no longer needed for the mouseovers in the menu. Do
that kind of stuff with CSS.


If you have a pointer for emulating that behavior with CSS only, that
works in IE, I'd be happy to change things over.
Do some hanging out at alistapart.com and meyerweb.com/eric/css/.


Reply With Quote
  #9  
Old   
Ink Works
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-29-2005 , 12:23 AM



mbstevens wrote:
Quote:
If you have a pointer for emulating that behavior with CSS only, that
works in IE, I'd be happy to change things over.

Do some hanging out at alistapart.com and meyerweb.com/eric/css/.
I think misunderstood your initial comment, and you misunderstood my
reply. The mouseover effects are already CSS, that isn't what the
javascript is doing.

If you have a pointer for CSS-only flyouts to emulate the toggle()
function that works in IE, I'd be happy to change things over. Meyer's
CSS-only flyouts do not work in IE and javascript is still javascript,
whether it's in a .js file or a .htx file.

Ink Works
--
To send an e-mail to my address,
first remove all the capitalized letters.


Reply With Quote
  #10  
Old   
Beauregard T. Shagnasty
 
Posts: n/a

Default Re: Monroelab site check - display issues - 11-29-2005 , 12:37 AM



Ink Works wrote:

Quote:
Beauregard T. Shagnasty wrote:

Not operational issues? The only item on the menu at the right that
works is "Contact". Is the rest not ready yet?

You have javascript turned off, don't you?
Normally, yes. Some percentage of your visitors will have it disabled,
not available for other reasons, or even stripped by a corporate
firewall. You shouldn't use it for anything critical, especially
navigation. Turning away 10% of your visitors is like closing the
business for a month or so each year.

Quote:
Why all the "Next" links?

We felt something was needed on the longer pages, I got a little
overzealous.
<g> I guess so. Scrolling a longer article would be preferred to loading
a new page, in most cases I think.

Some more comments:

You have:
body { font: normal 80% Verdana, Arial, Helvetica, sans-serif;

Verdana is an overly large font ... and 80% is ... well, this is
repeated so often I will leave you to Google for the reasons. Well,
here's one: http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

You have: link, visited, active, hover. Needs to be link, visited,
hover, active. Also oft explained. "Las Vegas Has Animals" You also
remove the underline and make them all the same color, so how do we know
they are links? http://www.cs.tut.fi/~jkorpela/www/links.html

HTML errors:
<http://validator.w3.org/check?verbose=1&uri=http%3A//www.inkworkswell.net/booth/monroelab/index.php>
...mostly because you're writing XHTML with an HTML doctype.

Lose the comment tags in your <style> elements. Hasn't been needed since
Netscape 3, I believe.

CSS errors, and many warnings:
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.inkworkswell.net/booth/monroelab/index.php>

<br>'s used instead of new paragraphs.

The top banner - with the clouds - is too tall I think, forcing most of
your content below the fold, especially for folks with smaller browser
windows. Not everyone has a maximized browser window.

Hope this helps.

--
-bts
-Warning: I brake for lawn deer


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.