PDA

View Full Version : Band Website



Shlup
05-01-2008, 06:37 AM
My husband's band changed their name, so I had to make them a new website. It has no content, but it's pretty so :p.

Tell me it's pretty, dammit!

Blackbird Murder (http://blackbirdmurder.com/)

BTW, a flock of blackbirds is called a murder. Duh.

rubah
05-01-2008, 07:08 AM
who the hell misspelled 'coming' >:[

it would be pretty if I could read the links~~~~

Polaris
05-01-2008, 10:23 AM
Perhaps changing the font! :) The other is fine but the font looks too gothic and emo :(

Krelian
05-01-2008, 11:37 AM
Yeah, kind of hard to read. It does look pretty though.
But it would be much prettier if it adhered to web standards. You can ignore this criticism if you want to, though :p

Balzac
05-01-2008, 04:04 PM
Actually a flock of crows is called a murder. Blackbirds are a member of the thrush family.

Nice design though!

rubah
05-01-2008, 04:08 PM
New Zealand Birds | More about birds | Collective Nouns for birds, (the B’s) (http://nzbirds.com/more/nounsb.html)

Flying Mullet
05-01-2008, 04:49 PM
The scrollbar sticks out right now. I would set up a style for it so it blends in with the rest of the site more.

Krelian
05-01-2008, 11:00 PM
That style would only be visible with Internet Explorer though. Seeing that Firefox's market share is steadily increasing it wouldn't do much good.

Balzac
05-02-2008, 12:12 AM
I'f you're using css you should add the body colours into the css too, it'll look a lot neater and you'll have more control. Same with the fonts. It saves looking for the line of code when you can just quickly access the css if anything needs changing.

Lawr
05-02-2008, 01:18 AM
Looks cool but the black scrollbar only shows up when I browse the website in IE.

Nominus Experse
05-02-2008, 04:00 AM
Hideous scrollbar is hideous

Shlup
05-02-2008, 06:12 AM
Yeah, kind of hard to read. It does look pretty though.
But it would be much prettier if it adhered to web standards. You can ignore this criticism if you want to, though :p

Elaborate.

o_O
05-02-2008, 07:22 AM
I think the design is very nice.

The main thing I'd recommend is using CSS to tidy up the code, but hey - it's not code I'm going to be developing, so whatever suits you more.
Maybe it would be a good idea to use a <div style="width: 813px; height: 406px; overflow: auto;"> to deal with the scrolling part of the page. Frames lead to unpredictable behaviour of the browser, like back buttons not working and if you wanted to include Javascript, you could easily get into strife. :p

EDIT: The current code does adhere to web standards. The only thing that is missing is the DOCTYPE declaration at the top of the source, but that in no way affects the rendering of the page.

rubah
05-02-2008, 07:25 AM
dammit, I don't trust myself to quote shlup's post without erasing all of her post again, so uh, just going to use quickreply xD

Your New Best Friend (or worst enemy)
[Invalid] Markup Validation of http://blackbirdmurder.com/ - W3C Markup Validator (http://validator.w3.org/check?uri=http%3A%2F%2Fblackbirdmurder.com%2F&charset=(detect+automatically)&doctype=Inline&group=0)

Krelian
05-02-2008, 09:57 AM
EDIT: The current code does adhere to web standards. The only thing that is missing is the DOCTYPE declaration at the top of the source, but that in no way affects the rendering of the page.
My mistake then. I only did a quick check of the code and saw no doctype. A missing DOCTYPE declaration can affect the rendering of the website though, as browsers will render the website in quirks mode then. Also see here: Activating Browser Modes with Doctype (http://hsivonen.iki.fi/doctype/)

The div-solution instead of a real frame would get my support, too.

Flying Mullet
05-02-2008, 01:27 PM
That style would only be visible with Internet Explorer though. Seeing that Firefox's market share is steadily increasing it wouldn't do much good.
I thought you could manipulate the scrollbar's style in Firefox too. After some searching I realized that you're right and it can't be done without some funky javascript that sort of hacks up the W3C standard.

Shlup
05-03-2008, 06:51 AM
Post 12 was much longer, but rubah deleted it all and now I don't remember what it said. I'm going to kill myself now. *weep*

Thank you for the feedback! BJ and I will work on this code stuff together, since we both need to learn CSS crap. Huzzah!

Krelian
05-03-2008, 04:36 PM
You're definitely on the right way and it already looks very pretty. Good luck and don't forget to keep us informed about your progress! :D