Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Website Reviews

Reply
 
LinkBack Thread Tools Display Modes
Old 07-22-2009, 07:38 AM   #1
Bronze Member
 
bret's Avatar
 
Join Date: Jan 2009
Posts: 76
Question Turn me into Green Eggs

Review my GREEN site please. I'm looking for any and all feedback. I am particularly concerned that the font is readable but doesn't stand out too much.

Also, what do you think of the background image on the main and contact page?

http://www.nettleteadesign.com

Thanks in advance,

Bret
__________________

---------------------Nettle Tea Design Inc.
------------Web Design & Development Studio
---------Bellingham Web Designer
------Bellingham Web Design
---Web Design For Opera Singers


bret is offline   Reply With Quote


Old 07-22-2009, 08:49 AM   #2
Bronze Member
 
Join Date: May 2009
Posts: 49
Default

I just look at your website, the html markup is just not symantic,
you use div tag for each menu item consider to use a unordered list
as example:

<ul id='menu'>
<li><a href='#'>Home</a></li>
<li><a href='#'>about</a></li>
<li><a href='#'>contact</a></li>
</ul>

all the images in your portfolio are wrapped in divs, this is not the correct way to write html.

Also in the blog the titles are wrapped into a div there you got to use h1 tags.
Ennesus is offline   Reply With Quote
Old 07-22-2009, 05:10 PM   #3
Bronze Member
 
bret's Avatar
 
Join Date: Jan 2009
Posts: 76
Default

I checked the HTML with the w3 Validator and it came out a near-perfect score, so I'm not sure what you mean by saying the html is not correct.

Are you familiar with CSS? In using CSS I believe the rules are a bit different.

Does anyone else want to give their opinion on this?

bret
__________________

---------------------Nettle Tea Design Inc.
------------Web Design & Development Studio
---------Bellingham Web Designer
------Bellingham Web Design
---Web Design For Opera Singers


bret is offline   Reply With Quote
Old 07-22-2009, 06:37 PM   #4
Bronze Member
 
Join Date: May 2009
Posts: 49
Default

Quote:
Originally Posted by bret View Post
I checked the HTML with the w3 Validator and it came out a near-perfect score, so I'm not sure what you mean by saying the html is not correct.

Are you familiar with CSS? In using CSS I believe the rules are a bit different.

Does anyone else want to give their opinion on this?

bret
I am familiar with Css and with writing semantic xhtml code,
semantic means that you write xhtml the way it is designed,
as example if you got a title you can write it down as
<p> Some title <p> and style it as a title, but on the semantic way
you got to use <h1> tags

I have Googled a article maybe it makes u understand what i am saying

http://brainstormsandraves.com/artic...ics/structure/
Ennesus is offline   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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:53 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.