Go Back   CodingForums.com > :: Client side development > General web building > Site reviews

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-11-2011, 04:56 PM   PM User | #1
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,696
Thanks: 5
Thanked 875 Times in 850 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Just (re)launched: black-coffee.info

OK, I admit this is more a general show off rather than asking for advice but I’d like to present you the redesigned website of funk and soul band Black Coffee because I’m really proud of it (and it was a lot of work). I did everything except the monsters graphic which was designed by an illustrator who also did the cover of the first album (and will do the second one, too). The handwritten font is also by him. The site is powered by CMS Made Simple and the shop by PrestaShop.

Let me know what you think.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 08-12-2011, 12:19 PM   PM User | #2
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
<3.

I see a white square at the bottom where the Facebook thing should be. Is there no way to insert a graceful fallback?
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 08-12-2011, 12:53 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,696
Thanks: 5
Thanked 875 Times in 850 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Are you blocking Facebook by default or would that actually be an error? I did probably forget to remove the background color after development (but then there would just be a blank square). Hm… Facebook isn’t quite famous for graceful degradation – need to think about something, possibly a graphical link to the Facebook page.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 08-12-2011, 01:13 PM   PM User | #4
Apostropartheid
The Apostate


 
Apostropartheid's Avatar
 
Join Date: Oct 2007
Posts: 3,215
Thanks: 16
Thanked 265 Times in 263 Posts
Apostropartheid is on a distinguished road
That I am.
__________________
Blog | Twitter
Useful links: W3C HTML Validator | W3C CSS Validator | HTML 5 Guide
CF: HTML & CSS Resources/Tutorials Thread | HTML & CSS Posting Rules and Guidelines
Remember: no link, no code, no help!
Apostropartheid is offline   Reply With Quote
Old 08-12-2011, 02:59 PM   PM User | #5
tagnu
Regular Coder

 
Join Date: Nov 2007
Location: 127.0.0.1
Posts: 348
Thanks: 26
Thanked 40 Times in 39 Posts
tagnu will become famous soon enough
Love the selected links on the menu

Fonts are cute too.

Nice vip!
__________________
Blog Charity:Water
WhatisWrongWith.me/tagnu - Send me anonymous feedback.
tagnu is offline   Reply With Quote
Old 08-13-2011, 04:12 PM   PM User | #6
jalarie
Regular Coder

 
Join Date: Jun 2002
Location: Flint, Michigan, USA
Posts: 595
Thanks: 1
Thanked 20 Times in 20 Posts
jalarie is an unknown quantity at this point
Fixing the coding errors might fix the problem. http://validator.w3.org/check?charse...k-coffee.info/
__________________
Visit my site at http://spruce.flint.umich.edu/~jalarie/.
jalarie is offline   Reply With Quote
Old 08-14-2011, 04:23 AM   PM User | #7
bazz
Master Coder

 
Join Date: Apr 2003
Location: in my house
Posts: 5,211
Thanks: 39
Thanked 201 Times in 197 Posts
bazz will become famous soon enoughbazz will become famous soon enough
I loaded the page in ff 3.6.10 and noscript not enabling the site. the horizontal nav menu at the top, displayed with the last link behind the white timetable.

once I told noscript to allow the page, the nav menu shrunk, the font chnaged and all was visible, because the nav menu became narrower.

hth

bazz
__________________
"The day you stop learning is the day you become obsolete"! - my late Dad.

Why do some people say "I don't know for sure"? If they don't know for sure then, they don't know!
Useful MySQL resource
Useful MySQL link
bazz is offline   Reply With Quote
Old 08-14-2011, 04:29 PM   PM User | #8
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,696
Thanks: 5
Thanked 875 Times in 850 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Quote:
Originally Posted by jalarie View Post
Fixing the coding errors might fix the problem. http://validator.w3.org/check?charse...k-coffee.info/
What problem? These errors are related to the Facebook widget on the code of which I have no influence and the only solutions I’ve found that would make it valid (X)HTML are to insert the widget(s) with JS where I don’t like to rely on JS only to provide basic functionality. Hmm, but now that I think of it – average Facebook users are probably not browsing with JS disabled anyway so if nothing shows up without JS it wouldn’t matter, I guess. I’m gonna look into it. I just need something to put there instead of the Like Box then? Though decisions here.

Quote:
Originally Posted by bazz View Post
I loaded the page in ff 3.6.10 and noscript not enabling the site. the horizontal nav menu at the top, displayed with the last link behind the white timetable.

once I told noscript to allow the page, the nav menu shrunk, the font chnaged and all was visible, because the nav menu became narrower.
So, you have NoScript set to disallow font-face embedded fonts, too, right? I’ve noticed this issue with older browsers that don’t support font-face (like Firefox 3.0) but have yet to find a standard font that’s narrow/small enough to at least remotely match the custom font. Looking at the browser statistics of the site the oldest Firefox that was detected to be used by a visitor was version 3.5. Then also six hits with unknown browsers.

So, I could completely ignore this issue for the odd visitor that might suffer from it but I really do bother. However, with my aim to make websites work without JS I’m a little stuck here since there is no way to check for font-face support without JS (to style the site differently if unsupported). The only way I found is a JS font-face feature detection by Paul Irish and another one with Modernizr. So, in your case, bazz, with JS disabled and no font-face “support” there’s not much I can do, I’m afraid.

Hmm, well – it just made me thinking – I could probably get around the overlapping issue by floating the time table and navigation instead of positioning them absolutely. But I’d have to rearrange some things then. Need to ponder about it a little more.

Thanks for your input so far. Good thinking!
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 08-14-2011, 04:55 PM   PM User | #9
bazz
Master Coder

 
Join Date: Apr 2003
Location: in my house
Posts: 5,211
Thanks: 39
Thanked 201 Times in 197 Posts
bazz will become famous soon enoughbazz will become famous soon enough
Quote:
Originally Posted by VIPStephan View Post
So, you have NoScript set to disallow font-face embedded fonts, too, right?
as far as I know; I couldn;t tell you. I'll check and see.

yes, I had @font-face forbidden. enabled it now and the font is the same whether I 'allow' the webiste or not.

bazz
__________________
"The day you stop learning is the day you become obsolete"! - my late Dad.

Why do some people say "I don't know for sure"? If they don't know for sure then, they don't know!
Useful MySQL resource
Useful MySQL link
bazz is offline   Reply With Quote
Old 08-14-2011, 11:42 PM   PM User | #10
Noreen
New Coder

 
Join Date: Aug 2011
Location: United Kingdom
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Noreen is an unknown quantity at this point
liking the cute menu links and the pink trails they live, thumbs up
Noreen is offline   Reply With Quote
Old 08-15-2011, 06:25 AM   PM User | #11
Kevin Richards
New Coder

 
Join Date: Aug 2011
Location: New Jersey
Posts: 20
Thanks: 1
Thanked 0 Times in 0 Posts
Kevin Richards is an unknown quantity at this point
I think the site came out pretty nicely.. I know you didn't do the monster graphic but it definitely drew my eye and got me intrigued about what the rest of the page had to offer.
Kevin Richards is offline   Reply With Quote
Old 08-15-2011, 06:54 PM   PM User | #12
Sysbase
New to the CF scene

 
Join Date: Feb 2009
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Sysbase is an unknown quantity at this point
I think design wise it looks pretty clean. Loads fast which is nice. The only thing is design wise I'd put the optin box above the fold you'll get more signups for the newsletter.
Sysbase is offline   Reply With Quote
Old 08-25-2011, 12:45 AM   PM User | #13
samxdesigns
New Coder

 
Join Date: Jul 2011
Location: Canada
Posts: 60
Thanks: 5
Thanked 0 Times in 0 Posts
samxdesigns is an unknown quantity at this point
I think the site looks really nice and clean, nice man.
__________________
Check out my new forums: http://www.moderncoding.co.nr (:

Strengths: HTML & CSS.


Code:
EpicFriends x = 
players.getNearest(BestFriend);
if (x != null) {
x.interact("High Five" + x.getName());
samxdesigns is offline   Reply With Quote
Old 08-26-2011, 09:47 AM   PM User | #14
PTacoma
New to the CF scene

 
Join Date: Aug 2011
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
PTacoma is an unknown quantity at this point
This is a really nicely designed site. The monster image at the top is awesome! You're well within your rights to be proud of this
PTacoma is offline   Reply With Quote
Old 08-27-2011, 06:00 AM   PM User | #15
CCIMilwaukee
New to the CF scene

 
Join Date: Aug 2011
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
CCIMilwaukee is an unknown quantity at this point
I think that this site is awesome. I also love Chrome's option to translate the site to English as I don't speak German, and I wanted to learn more about the band
CCIMilwaukee is offline   Reply With Quote
Reply

Bookmarks

Tags
redesign, relaunch

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 07:05 AM.


Advertisement
Log in to turn off these ads.