My new lay out so far..

This is a discussion on "My new lay out so far.." within the Website Planning section. This forum, and the thread "My new lay out so far.. are both part of the Planning Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Feb 26th, 2008, 12:36
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
My new lay out so far..

Hi Please can you check out a new home page layout for my site.

Which of the 3, works better? please note they are still in a bit of a rough state..

http://www.capoeiracanal.co.uk/indexdrop-box2-V4.php
http://www.capoeiracanal.co.uk/indexdrop-box2-V3.php
http://www.capoeiracanal.co.uk/indexdrop-box2-V5.php

Cheers

Jacob
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 Feb 26th, 2008, 13:11
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,707
Blog Entries: 14
Thanks: 3
Thanked 33 Times in 31 Posts
Re: My new lay out so far..

Jacob, this site is coming along in leaps and bounds. I like the faded background idea, but it seems to have become pixelated when you've exported it. try exporting it into a jpg format and see if that helps.

I personally prefer version 5, it looks neater, but this will also beed some work. for the content background image i would recommend making this a 1px high image and then repeating it along the horizontal axis. this will cut down on the download times for the image. finally the colour of the background image in the content area doesn't go with th erest of the site. try some different combinations and see how they look.

for your logo, have you thought of changing this to text? take a look at this css drop shadow technique. you can then place your keyword rich site name within this and it will help with your SEO (make sure you place the text as <h1>)

hope this helps

Stew
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
tierney rides tboard - uk site | xtreme wales - extreme clothing
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
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 Feb 26th, 2008, 13:34
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
Jacob, this site is coming along in leaps and bounds. I like the faded background idea, but it seems to have become pixelated when you've exported it. try exporting it into a jpg format and see if that helps.
Well thank you.. that is what I like to hear!

Yes, I will change them over to jpg!

Quote:
I personally prefer version 5, it looks neater, but this will also beed some work.
Yes it is cleaner. I will need to do some work to get the dropdown menu to view, for the two divs to sit in position and adjust the spacing, as you may have seen there is a gap at the bottom of the page which I haven't been able to deal with yet. I will email the creator of the Nav bar for help with this.

Quote:
for the content background image i would recommend making this a 1px high image and then repeating it along the horizontal axis. this will cut down on the download times for the image. finally the color of the background image in the content area doesn't go with th erest of the site. try some different combinations and see how they look.
I am not sure about 1px high image.. tutorial?

I will be playing round with the colors.

Quote:
for your logo, have you thought of changing this to text? take a look at this css drop shadow technique. you can then place your keyword rich site name within this and it will help with your SEO (make sure you place the text as <h1>)
Good point I will look into it!

That's all a great help!

Last edited by Oak; Feb 26th, 2008 at 13:38.
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 Feb 26th, 2008, 13:55
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,707
Blog Entries: 14
Thanks: 3
Thanked 33 Times in 31 Posts
Re: My new lay out so far..

something like this:
Code: Select all
divname
{ 
background-image: 
url('bgimage.jpg');
background-repeat: repeat-y
}
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
tierney rides tboard - uk site | xtreme wales - extreme clothing
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
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 Feb 26th, 2008, 19:46
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

to make it a gradient do I have to make a 3 px img or somthing?y

The logo is an important feature though isn't it? I suppose the is no way to recreate it using css?

Last edited by welshstew; Feb 27th, 2008 at 06:25. Reason: sorry, pressed edit instead of reply ooopppssss
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 Feb 27th, 2008, 06:25
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,707
Blog Entries: 14
Thanks: 3
Thanked 33 Times in 31 Posts
Re: My new lay out so far..

Quote:
to make it a gradient do I have to make a 3 px img or somthing?
yes, you make your image as you want it for testing purposes. then reduce the height to 1px / 2px or whatever works, and then repeat this along the y axis to make it appear like a larger image.
Quote:
The logo is an important feature though isn't it? I suppose the is no way to recreate it using css?
sorry, i didn't make myself clear. the logo image would stay, but for the text next to it you could do this with css.

As search engines are unable to read images at present, the more relevant text you have on your site the better.

I just thought it would work well, enhance your understanding of the power of css, and help with your SEO (if done correctly i.e. semantically - using <h1>)
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
tierney rides tboard - uk site | xtreme wales - extreme clothing
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
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 Feb 27th, 2008, 08:39
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
yes, you make your image as you want it for testing purposes. then reduce the height to 1px / 2px or whatever works, and then repeat this along the y axis to make it appear like a larger image.
oh.. that's cleaver!

Quote:
sorry, i didn't make myself clear. the logo image would stay, but for the text next to it you could do this with css.
Well the text is part of the logo?

also.. I understand that you should apply the tags <h1>, <h2> and so on to key words, but can you repeat the amount of times you use the same tag on a page?
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 Feb 27th, 2008, 08:53
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,707
Blog Entries: 14
Thanks: 3
Thanked 33 Times in 31 Posts
Re: My new lay out so far..

yes, so keep the logo image, but change the logo text to real text so that the search engines can read it.
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
tierney rides tboard - uk site | xtreme wales - extreme clothing
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
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 Feb 27th, 2008, 09:03
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
yes, so keep the logo image, but change the logo text to real text so that the search engines can read it.
but that would mean changing the design of the logo ? I cant re-produce that font and graphics using css can I ? what about having it as a separate link image using href & alt ?
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 Feb 27th, 2008, 09:31
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,707
Blog Entries: 14
Thanks: 3
Thanked 33 Times in 31 Posts
Re: My new lay out so far..

what font is it?
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
tierney rides tboard - uk site | xtreme wales - extreme clothing
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 27th, 2008, 09:51
Most Reputable Member
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

You can use an image replacement technique to keep your logo and have accessible text.

Alternatively, you can just add alt text to your image. This may not work so well for SEO, however, because alt text is open to keyword stuffing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old Feb 27th, 2008, 09:53
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Actually I have no idea, I think it may be made up? I can find out.

...Oh I am sorry, I am not with it. I can see that the text is fairly straight forward and if I find out what font it is I will be able to produce that exact effect or there abouts using CSS!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #13  
Old Feb 27th, 2008, 17:11
Most Reputable Member
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
Originally Posted by Oak View Post
I can see that the text is fairly straight forward and if I find out what font it is I will be able to produce that exact effect or there abouts using CSS!
Er...

Only if your visitors have the same font installed on their computer, which is most unlikely.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #14  
Old Feb 27th, 2008, 19:40
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
Er...

Only if your visitors have the same font installed on their computer, which is most unlikely.
So if I am going to replace the logo with text the is no way of making it look the same then?

Quote:
You can use an image replacement technique to keep your logo and have accessible text.
How can I find out how to do this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #15  
Old Feb 27th, 2008, 20:14
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 35
Posts: 304
Thanks: 6
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
yes, you make your image as you want it for testing purposes. then reduce the height to 1px / 2px or whatever works, and then repeat this along the y axis to make it appear like a larger image.
I don't think reducing the image is going to work. the is a gray line within the image that needs to be in place for the hover effect to work.
Attached Images
File Type: jpg page4c_back.jpg (17.7 KB, 5 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #16  
Old Feb 28th, 2008, 08:17
Most Reputable Member
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: My new lay out so far..

Quote:
Originally Posted by Oak View Post
How can I find out how to do this?
http://www.mezzoblue.com/tests/revis...e-replacement/

I recommend the Gilder-Levin method, because it offers almost perfect accessibility (the only failure is that the underlying text cannot be resized to beyond the boundaries of your image).

Quote:
I don't think reducing the image is going to work. the is a gray line within the image that needs to be in place for the hover effect to work.
Ideally, you would find a cunning way to separate the background image from the grey line, and consolidate all your different gradient backgrounds into one background (don't change colours). At the moment it's costing you 92 kb, and that's while you still have crappy dithered backgrounds. It will cost you more when you replace them with smooth gradients.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #