• TalkBass has been independent since 1998. Add your voice.
    Create a free account to reply to discussions, view embedded media, and browse with fewer display ads.
    Join freeLog in
    Want zero display ads or expanded classifieds tools? Compare plans.

Band Website

Honestly not bad.. but.. I loaded it in Opera.. I had to scroll to the right see the entire page and it looked like it wasn't displaying correctly then with the links on top..

What I'd suggest, keep the home page minimal. Fit it all on one screen.. Provide easy to find links to the content and dont put paragraph after paragraph of information there.. Provide snippets and links to full articles.

The subpages were good, as they were all to the point and had a purpose.

PS: your version of Secrets is awesome!
PPS: I just listened and really like your other songs, too.
 
Honestly not bad.. but.. I loaded it in Opera.. I had to scroll to the right see the entire page and it looked like it wasn't displaying correctly then with the links on top..

What I'd suggest, keep the home page minimal. Fit it all on one screen.. Provide easy to find links to the content and dont put paragraph after paragraph of information there.. Provide snippets and links to full articles.

The subpages were good, as they were all to the point and had a purpose.

PS: your version of Secrets is awesome!
PPS: I just listened and really like your other songs, too.

Thanks for your kind words. I'm glad you like the music. Now that mention it, it would actually be a pretty good idea to move all that text to a blog page. Hmm...

Also, I wonder if your issue with the screen width isn't so much the browser as it is the screen resolution. My work computer does the same thing where I have to scroll over to see the whole page.
 
I like the font choice and really like the larger size (and not just because I'm getting old) - it will help you.

I see the weird left margin as well. When debugging this problem, shrink the width of your browser to match the main content section. Get that visible w/o a horizontal scrollbar

I think you need to think more about who will be visiting your site and how easy it will be for them to find what they're looking for.

If you think somebody who wants to book you will visit, then you should make a bigger deal about your contact info -- not just a small link at the bottom of the page and the social media icons behind the header.

If you want your fans to know when your next shows are, put the next 1-3 on the front page.

I would also slap facebook "like" and twitter "tweet" buttons on your front page -- give your visitors an easy action to click on. It leads to a more direct relationship than simply saying "hey, we're on facebook and twitter".

Overall, a very nice site, though.
 
Thanks you guys for all the feedback. I really appreciate the kind words. What I got from you fine gents is to make the content box centered instead of using absolute positioning. When I was designing the site I built it to a specific screen resolution. People with smaller screens kind of got screwed. I think I could fix that though.

One thing that I wish I could do is get pictures of the band on the front page. It's a little impersonal right now without faces.
 
Very nice, and you guys sound really good. I agree, you need better pics. They look kind of cellphone-ish, no disrespect. Pretty cool you put the facebook/tweet/youtube buttons on top, good place for that I always thought. Oh, and reverbnation just popped up, cool. Good job!
 
Very nice site.

As mentioned above, on a smaller screen (I'm on an iPhone), your centering falls apart due to use of what appears to be an absolute sidebar.
If I may suggest:
create a div that encompasses the entire page content and give it an id of "center"
Then go to your CSS and add:
#center {
width:700px; /*or whatever*/
margin-left:auto;
margin-right:auto;
}

Then go through and add
margin-left:inherit;
margin-right:inherit;
to everything that needs to be centered.
It works flawlessly for me and eliminates the deprecated <center> tag.
 
Very nice site.

As mentioned above, on a smaller screen (I'm on an iPhone), your centering falls apart due to use of what appears to be an absolute sidebar.
If I may suggest:
create a div that encompasses the entire page content and give it an id of "center"
Then go to your CSS and add:
#center {
width:700px; /*or whatever*/
margin-left:auto;
margin-right:auto;
}

Then go through and add
margin-left:inherit;
margin-right:inherit;
to everything that needs to be centered.
It works flawlessly for me and eliminates the deprecated <center> tag.

Maybe I'm doing something wrong but I did as you suggested and it didn't seem to work for me. It just made the left margin wider and eliminated the right margin.:help:

Edit:
I did some more fooling around and I think I may have gotten it to work. It should center on your browser now.
 
I'm on IE, and I also have to scroll over to the right to see most of the page.

I do like the page. It's simple, too the point, and easy to navigate.

The old-school web-designer in me (over 15 years, off and on) doesn't want to like the font, because it is a non-standard "web friendly" font, but it works with your page!

Fix that indenting, and you have a winner!!
 
It looks great on Firefox but on IE 8 this is what I see. Auburn Hills 1.jpgNone of your page links show until I scrolled over them.Auburn Hills 2.jpg
 
It looks great on Firefox but on IE 8 this is what I see. View attachment 236234None of your page links show until I scrolled over them.View attachment 236235

Yeah, I made slight mistake when I was fooling around with the CSS. My rounded corners are gone in IE but everything else seems to be alright. Let me know it issues persist.

Edit:
Oh dear...IE is a pain. I won't be able to fix it until tonight. Bear with me IE users.