|
-
Jan 26th, 2004, 07:20 PM
#1
Need some suggestions for my site
Well my site's basic layout is pretty much done. I wanted it to be very minimalistic, nothing very fancy and I don't think it looks all that bad right now. The only thing I don't like is my navigation links, they just look so plain. Since the page is already minimalistic, I think an image would just look out of place.
Suggestions?
www.binaryidiot.com
-
Jan 27th, 2004, 05:50 AM
#2
Frenzied Member
I like it, excpet when I'm on the "home" page I would like a title saying thats where I am. I suppose you could do this differently too, ie. when I'm on the portfolio page, all the links at the top are the same colour except the portfolio link. Otherwise it all looks nice.
Have I helped you? Please Rate my posts. 
-
Jan 27th, 2004, 08:27 AM
#3
I think the links in the header are hard to read, the dark red on dark gray doesn't have enough contrast.
Your tutorials link is broken, you have a \ instead of a / there.
The nav bar should have a left padding, the content sticks too closely to the left window edge.
I also think you should place the copyright notice somewhere else, small as it is it somehow attracts too much attention in its place, probably because that's where you'd look for a page name.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 27th, 2004, 09:59 AM
#4
Frenzied Member
I agree; on my flat work monitor I almost can't see the menu
*Edit*
And I'd also change 'CopyRight' to 'Copyright', shifting between upper and lowercase caracters in words is not a good thing when making a professional homepage(or anything else commercial really)...
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Jan 27th, 2004, 10:55 AM
#5
Originally posted by CornedBee
I think the links in the header are hard to read, the dark red on dark gray doesn't have enough contrast.
I changed some colors around but I could read it fine as day 
Originally posted by CornedBee
Your tutorials link is broken, you have a \ instead of a / there.
Fixed it. Firebird is the only browser that screws up on that
Originally posted by CornedBee
The nav bar should have a left padding, the content sticks too closely to the left window edge.
Fixed a little
Originally posted by CornedBee
I also think you should place the copyright notice somewhere else, small as it is it somehow attracts too much attention in its place, probably because that's where you'd look for a page name.
That is what I thought too, I couldn't find a decent place for it. I'll stick it somewhere
-
Jan 27th, 2004, 12:09 PM
#6
Frenzied Member
-
Jan 27th, 2004, 02:50 PM
#7
It's nice to see simple clean pages without crap all over the place.
I will NOT hold back new web technologies just to keep support for users using older web browsers and computers.
hmm... in other words your willing to cast aside the majority of people usng the Net.
-
Jan 27th, 2004, 03:06 PM
#8
As it is the page works in IE.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 27th, 2004, 04:25 PM
#9
Addicted Member
Originally posted by DeadEyes
hmm... in other words your willing to cast aside the majority of people usng the Net.
I don't mind supporting older technologies. But I don't see the need in supporting proprietary technologies.
Yes, that means I'll cast aside the majority of the people using the web. It is their choice, they can live with it. What do they have that I need?
Travis, Kung Foo Journeyman
Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
OSS: Mozilla, MySQL (Manual)
-
Jan 27th, 2004, 04:31 PM
#10
Addicted Member
Re: Need some suggestions for my site
Originally posted by kasracer
Suggestions?
An aural browser will read the left panel before it reads the navigation menu. You might want to put the navigation menu before the left panel in your page source.
Aside from that, it looks fine.
Travis, Kung Foo Journeyman
Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
OSS: Mozilla, MySQL (Manual)
-
Jan 27th, 2004, 05:29 PM
#11
You might want to put the navigation menu before the left panel in your page source.
Or not. The ability to place content before the menu is often counted as an advantage. And looking at some pages with a text browser (esp. the online package database of gentoo) I must say I agree.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 27th, 2004, 05:36 PM
#12
Addicted Member
Originally posted by CornedBee
Or not.
Well, unless you have a link that will allow an aural browser to skip the content that comes before navigation, then blind users will have to wait for content to be read before they get to the high-use navigation feature.
There may be some content that can be justifiably placed before navigation. I don't see that content on the site in question.
Now, links to skip to navigation or skip navigation are fair and will address the problem. If you use multiple stylesheets, having one for visual and one for aural, then you can turn off (display: none) the links to skip navigation in a visual browser and allow them to be read in an aural browser.
I've debated pursuing certifications in MQ/Series, Java, and Linux. The only certification I actually have is in accessible web development.
Travis, Kung Foo Journeyman
Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
OSS: Mozilla, MySQL (Manual)
-
Jan 27th, 2004, 05:45 PM
#13
Interesting. Though I remember reading something about aural browser having an option of only reading links first.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 27th, 2004, 05:54 PM
#14
Originally posted by DeadEyes
hmm... in other words your willing to cast aside the majority of people usng the Net.
Yes that is correct. It's a personal webpage so everyone else can go to... um... nm Marty will yell at me again 
Originally posted by CornedBee
As it is the page works in IE.
Sadly, I use the bad CSS hack to allow the image in the upper left hand corner to display correctly for IE users. For now I'll leave it as is. The forum also has a PNG but I never applied the hack to it and I don't think I'm going to.
Actually, I just e-mailed Opera's development team because I think I found a bug. The way I sorted my sections in my project section, I used a class that did the samething as the class that label the webpages (i.e. 'Projects') except the font size is 5% smaller (I try to use percentages wherever I can for fonts). All browsers BUT Opera appear to make the font size 105% instead of the original 110%. Opera, however, does not like percentages in font sizes and only works correctly with 110% and a few other sizes, not including 105% so in Opera, they look like plain regular default text. Apply a font-weight: bold makes it look like it should on Opera, but make sit butt ugly in all other browsers and I don't see like making another PHP script to detect Opera as well.
Originally posted by Travis G
An aural browser will read the left panel before it reads the navigation menu. You might want to put the navigation menu before the left panel in your page source.
I took a web development course a long time ago (I didn't learn anything except how to make websites accessable to the handycaped, the HTML we did was basic "OMG <b> IS A BOLD TAG! CSS? WHAT THE HELL ARE YOU TALKING ABOUT?") so I know how to make websites accessable, I just don't care. It's a personal site and I'm sure they can manage without it if they actually want to see it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|