HighDots Forums  

Feedback appreciated for a new design I am working on.

alt.html alt.html


Discuss Feedback appreciated for a new design I am working on. in the alt.html forum.



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

Default Feedback appreciated for a new design I am working on. - 06-05-2006 , 08:36 AM






Hi all.
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.


--
Regards Chad. http://freewebdesign.cjb.cc


Reply With Quote
  #2  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 08:49 AM






Chaddy2222 wrote:
Quote:
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.
impressive...



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

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 09:04 AM




Travis Newbury wrote:
Quote:
Chaddy2222 wrote:
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.

impressive...
Thanks...
--
Regards Chad. http://freewebdesign.cjb.cc



Reply With Quote
  #4  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 11:33 AM



Chaddy2222 wrote:
Quote:
Hi all.
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.

Visually, I would add some left and right padding to your main DIVs so
that the text has some 'breathing room' from the sides of the viewport.

Similar request for navigational list. You need more separation between
the items so they are more visually discrete. Either more space between
or some kind of separator treatment.

I know you are visually impaired. I like the color scheme better in your
new design. However, the grey hover on your links does not have enough
contrast with the link text. Is your impairment with color identity or
basic vision, if the former you may wish to have someone help you pick a
hue that contrasts better. Since your links are blue I would choose a
compliment in the yellow range.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #5  
Old   
Rik
 
Posts: n/a

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 11:53 AM



Alan J. Flavell wrote:
Quote:
I'm afraid you're missing the point.
You're right, I was, been working with PHP & sending headers to much lately,
those DO make a difference.

Quote:
If you have provided a content-type of text/html from the server, then
a <meta http-equiv...> is far too late to be trying to change your
mind and say that it's really application/xhtml+xml
I understand that now, my apologies.

Grtz,
--
Rik Wasmus




Reply With Quote
  #6  
Old   
Chaddy2222
 
Posts: n/a

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 12:44 PM




Jonathan N. Little wrote:
Quote:
Chaddy2222 wrote:
Hi all.
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.


Visually, I would add some left and right padding to your main DIVs so
that the text has some 'breathing room' from the sides of the viewport.

Similar request for navigational list. You need more separation between
the items so they are more visually discrete. Either more space between
or some kind of separator treatment.
Ok. I have made a few change: http://freewebdesign.cjb.cc/test

Quote:
I know you are visually impaired. I like the color scheme better in your
new design. However, the grey hover on your links does not have enough
contrast with the link text. Is your impairment with color identity or
basic vision, if the former you may wish to have someone help you pick a
hue that contrasts better. Since your links are blue I would choose a
compliment in the yellow range.
Done.
Thanks.
--
Regards Chad. http://freewebdesign.cjb.cc



Reply With Quote
  #7  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: Feedback appreciated for a new design I am working on. - 06-05-2006 , 02:04 PM



Chaddy2222 wrote:
Quote:
Jonathan N. Little wrote:
Chaddy2222 wrote:
Hi all.
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.

Visually, I would add some left and right padding to your main DIVs so
that the text has some 'breathing room' from the sides of the viewport.

Similar request for navigational list. You need more separation between
the items so they are more visually discrete. Either more space between
or some kind of separator treatment.

Ok. I have made a few change: http://freewebdesign.cjb.cc/test

Okay better, but two things. If you need to adjust spacing in elements,
do not employ &nbsp; technique but adjust margins and/or padding. Then
you can fine tune with CSS rather then editing your markup. Secondly, I
have issue with your use of DL for your links. They are a simple list of
links, not a definition list. Use UL not DL. Example and I have cleaned
up your CSS a little:

CSS:

/* Adjusted margins and padding to improve clickable area on links */
..links { margin: .5em; }
..links UL { list-style: none; }
..links LI { display: inline; padding: 0 .5em; }
..links LI A { text-decoration: none; padding: 0 .25em; }

..links LI A:link,
..links LI A:visited {
color: rgb(51, 102, 153);
background-color: rgb(255, 255, 204);
border-bottom: 1px dashed rgb(51, 102, 153);
}

..links LI A:hover,
..links LI A:active {
color: rgb(73, 81, 92);
background-color: rgb(255, 255, 102);
border-bottom-style: solid;
/*
since your have a dashed border on the links
rather than turn text-decoration on and off
on your links I just change the border style
*/
}

HTML:

<div class="links">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>

I also defined as a class you you can use in other areas on the page,
like your lower links...



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


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

Default Re: Feedback appreciated for a new design I am working on. - 06-06-2006 , 12:38 AM




Jonathan N. Little wrote:
Quote:
Chaddy2222 wrote:
Jonathan N. Little wrote:
Chaddy2222 wrote:
Hi all.
I am currently re-designing my site to use a CSS based layout. I was
just wandering if anyone could give me some feedback on how it looks,
suggestions on how it could be improved that sort of thing.
The test page is at: http://freewebdesign.cjb.cc/test
Only the index page is up at this stage, I will add content and build
the site from the index page once it's working well.

Visually, I would add some left and right padding to your main DIVs so
that the text has some 'breathing room' from the sides of the viewport.

Similar request for navigational list. You need more separation between
the items so they are more visually discrete. Either more space between
or some kind of separator treatment.

Ok. I have made a few change: http://freewebdesign.cjb.cc/test


Okay better, but two things. If you need to adjust spacing in elements,
do not employ &nbsp; technique but adjust margins and/or padding. Then
you can fine tune with CSS rather then editing your markup. Secondly, I
have issue with your use of DL for your links. They are a simple list of
links, not a definition list. Use UL not DL. Example and I have cleaned
up your CSS a little:
Thanks for the suggestions.
I made a few changes to the current stylesheet. Is it better now?
http://freewebdesign.cjb.cc/test

Quote:
CSS:

/* Adjusted margins and padding to improve clickable area on links */

.links { margin: .5em; }
.links UL { list-style: none; }
.links LI { display: inline; padding: 0 .5em; }
.links LI A { text-decoration: none; padding: 0 .25em; }

.links LI A:link,
.links LI A:visited {
color: rgb(51, 102, 153);
background-color: rgb(255, 255, 204);
border-bottom: 1px dashed rgb(51, 102, 153);
}

.links LI A:hover,
.links LI A:active {
color: rgb(73, 81, 92);
background-color: rgb(255, 255, 102);
border-bottom-style: solid;
/*
since your have a dashed border on the links
rather than turn text-decoration on and off
on your links I just change the border style
*/
}

HTML:

div class="links"
ul
li><a href="#">Home</a></li
li><a href="#">About Us</a></li
li><a href="#">Web Design</a></li
li><a href="#">Contact Us</a></li
/ul
/div

I also defined as a class you you can use in other areas on the page,
like your lower links..
Thx.
--
Regards Chad. http://freewebdesign.cjb.cc



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.