HighDots Forums  

Review this site please

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


Discuss Review this site please in the Websites/HTML pages critique & reviews forum.



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

Default Review this site please - 05-24-2005 , 06:47 AM






Sencesa Group homepage: http://www.sencesa.com/

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

Default Re: Review this site please - 05-24-2005 , 08:48 AM






Groove wrote:
Quote:
Sencesa Group homepage: http://www.sencesa.com/
Fixed font size (px) does not allow IE users to resize the rather small
text. - Use %, 100% for body, smaller for legalese.
Images do not have alt tags.
No hover - I can only see that I am over the link by waiting for the
cursor to change.
The design is not flexible - at a window under 800 there is a horizontal
scroll bar (users with an 800 window width and history open for example).

The site does look good and seems to convey your message.

HTH
TK
http://www.wejuggle2.com/
Still Having a Ball


http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----


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

Default Re: Review this site please - 05-24-2005 , 11:28 AM



On Tue, 24 May 2005 03:47:50 -0700, Groove wrote:

Quote:
Sencesa Group homepage: http://www.sencesa.com/
Odd mix of deprecated markup and modern markup...

Quote:
link href="sencesa_css/main.css" rel="stylesheet" type="text/css"
....good, but then why not take care of all the following
kinds of things in that sheet instead of mixing markup and
display:

Quote:
table align="center" cellpadding="0"
cellspacing="0" height="500"
width="750"
(Fixed widths are a bad idea anyway.)
__________________
And, we get this from validator.w3.org:

Quote:
" Sorry, I am unable to validate this document because......."
You can simplify everyone's job
by validating before posting.
It will help you to clean errors
before others have to.






Reply With Quote
  #4  
Old   
Jim Moe
 
Posts: n/a

Default Re: Review this site please - 05-24-2005 , 03:35 PM



Groove wrote:
Quote:
Sencesa Group homepage: http://www.sencesa.com/
Appearance --
- The design is clean and to the point. It's pleasant to read. The text
does not waste my time with verbal handwaving.
- I notice the background of the PhotoStory image on the left does not
match the background. Is that intentional? Was it supposed to be
transparent instead?
- As mentioned earlier the links are an Easter Egg Hunt. It leaves me
wondering if there are any other links on the page. There is no obvious
way to know.
- Some spacing between paragraphs would help the reading a bit.
- You might mention the program only runs on MS Windows OS. And which
version(s).

Coding --
- You use a quote old style of coding: exclusive use of tables for layout,
"tag soup" for style, fixed width design.
- HTML: is invalid. http://validator.w3.org/ refuses to validate it at all
because the character encoding is unspecified and some of the characters
are not valid UTF-8, the assumed encoding.
http://www.htmlhelp.com/tools/validator/ finds a number of errors, some of
them significant.
- CSS: Font size is specified in pixels which do not scale in IE; use %
instead. The chosen size is too small for many people. Verdana is a poor
choice is a preferred font. It has a large x-height that makes it more
readable than other fonts in small sizes. Those who do not have Verdana
are therefore being punished with tiny text they cannot resize.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)


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.