Sensual lady

This is a discussion on "Sensual lady" within the Free Web Site Critique section. This forum, and the thread "Sensual lady are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Free Web Site Critique

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 3rd, 2007, 16:48
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Sensual lady

Info
Sensual lady
Thumbnails by Thumbshots.de
Technology: Static HTML
Upgrade to a SuperMember Account!
Firstly thank you to everyone who posted on my last effort.
I have done a bit of updating and I now need more feedback I have put two temp pages online and would like feedback on the layout and design.
The centre images are linked to the other page I would like you to look at, any feedback good or bad would be appreciated.
thanks in advance

Pat.

IT CONTAINS MODERATE ADULT MATERIAL
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 3rd, 2007, 17:21
Highly Reputable Member
Join Date: Jun 2007
Location: Canterbury
Age: 20
Posts: 726
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

Ok well done for using mostly CSS.

However attributes like:

HTML: Select all
align="center"
should also be in CSS, my method is

Code: Select all
classname {
      margin: 0px auto;
}
Where class name is the class of the object you are trying to center.
Also for search engines and text browsers your site isn't friendly at all.

For example your header graphic would show as alt text in a text browser when really, you want it to be a <h1> or <h2>.

To do this you want to add a background image to an h1 tag using CSS. For example your Sensual Lady header would look like this:

html
HTML: Select all
<h1><span class="nodisplay">Sensual Lady - Your outlet for sophisticated lingerie</span><h1>
css
Code: Select all
.nodisplay
       {    display: none
       }

h1    {   background: url(images/sensual.gif) no-repeat #fff;
            width: 364px;
            height: 87px;
            margin: 0px auto;
       }
Let me talk you through this...

The XHTML
Well its an h1 tag, I've added "Your outlet for sophisticated lingerie" to your title because an h1 tag should be keyword rich. By adding this you are adding keywords. By all means replace this with your own keyword rich tag line. The text part is wrapped in a <span> tag. This will become clear when I explain the CSS.

The CSS
The nodisplay class, uses display: none; to hide the text from any browser that supports CSS. If the browser does not support css it will show the text we wrapped in the span tag earlier.

The h1 tag. We give the h1 a background of your image, we specify the hight and the width to match the image so that it displays the whole image, and we use margin:0px auto; to center the h1 tag.

Done. Now it is search engine friendly, friendly to all users of your site even text browsers, and looks great ot people with CSS enabled browsers

Any questions please ask. I think I've explained it ok.

As i said all your alignment should be done using CSS.

Hope this helps.

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 3rd, 2007, 17:32
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

Thanks for that, as you may have guessed im learning,
I am going to try and implement what you have said, ill let you know how i get on.

cheers.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 3rd, 2007, 20:50
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

I'm liking it more now! I like the background and the fact that you dropped the white background. I also like that you got rid of lots of the clutter that was originally there.

I would suggest you add a hover instance on all your links. It's just nice and expected in my opinion.

I like the new header much better! On the view basket graphic the heart and lady seem a little squished.. Any chance you could resolve that?

I'd be very curious what Deigo would think of all the keywords at the bottom of the homepage. I think that is borderline if not crossing the line of keyword stuffing. But I might be wrong.

Overall.. much improved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 3rd, 2007, 21:10
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

I was talking to my wife about the bottom paragraph, we agreed, something has to change.
the logo has been designed with ideas and help from youself (thanks), I agree the lady on the heart needs a bit of work and will possibly change, as for the hover should it be in the same colour(alter size) or a different colour altogether.

pat
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 3rd, 2007, 21:15
Most Reputable Member
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

I am quite fond of a dotted bottom border
Code: Select all
a {
border-bottom: 1px dotted #xxx; 
}
for links and then when they are hovered that border goes solid
Code: Select all
a:hover {
border-bottom: 1px solid #xxx;
}
That might work. It would look quite nice in pink actually.

Pete.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 3rd, 2007, 21:53
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

I had a little play around with that.
I couldnt get all links to behave the same. I will have to check.
but it looked good.
thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jul 4th, 2007, 00:25
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

Hey Pat:
I think the logo is very good.. you don't need to change that. Just the view cart button... the perspective is off.. it's too tall versus it's width.
Glad I could be of inspiration... I like your silhouette better!

I think you have enough going on with the site and at the risk of falling back into the "old" look of busy, I'd just do a simple hover over color change. Possibly #333333 or #666666.

Glad you think the bottom paragraph needs to change. You are sort of all over the place in that with keywords. Google is going to frown upon all those tricks. Just be careful ok..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jul 4th, 2007, 23:07
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

Once again thanks to all for your help.
I have changed a few things already and am working on the CSS suggested by Mike.

My site will raise its ugly head again when it is complete.

Cheers all

BTW I am trying to add rep points to those that helped me but it comes up with error on page

Last edited by dab42pat; Jul 4th, 2007 at 23:10.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Jul 4th, 2007, 23:30
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sensual lady

rep points system is broken atm.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sensual lady dab42pat Free Web Site Critique 6 Jul 9th, 2007 21:32
Sensual lady dab42pat Free Web Site Critique 11 Jun 23rd, 2007 17:52


All times are GMT. The time now is 22:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42