This is a discussion on "www.maxfield.co.nr" within the Free Web Site Critique section. This forum, and the thread "www.maxfield.co.nr are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
www.maxfield.co.nr
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
www.maxfield.co.nr
Hey everyone,
I submitted my site to my instructor to be graded. The goals were to create site using a two or three column layout, use css for the layout or just for the text, create a proper navigation and have it validate. I just threw together some stuff for the content that I felt like putting up. It includes a design and website portfolio, a tutorial for modifying a online poker client (Full Tilt Poker), a photogallery, streaming audio (which doesn't work currently since I reset my router and haven't made a new static IP, but it did work), a silly YouTube video I made, and an email submission forum. So tell me where I could improve. Thanks a bunch. |
|
|
|
#2
|
||||
|
||||
|
Re: www.maxfield.co.nr
Not bad, rather plain. First thing I would do is centre the entire site horizontally.
__________________
Jack Franklin - Webforumz Moderator (x)HTML | CSS | PHP | MySQL | JQuery (Javascript) Contact: My Blog | Twitter | Delicious Want Lessons? PM me. If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
|
|
#3
|
||||
|
||||
|
Re: www.maxfield.co.nr
Yeh i agree with jack, not sure what it is but doesn't quite look right left aligned, would be an improvement centered.
Adding images or simply a logo in your headed would also brighten it up a little, looks a bit dark at the moment.
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#4
|
||||
|
||||
|
Re: www.maxfield.co.nr
Well done on the valid code by the way, perhaps switch to strict?
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#5
|
|||
|
|||
|
Re: www.maxfield.co.nr
Quote:
I also originally had an image in a column on the right of each page but I got rid of it because they had little relevance. The aesthetics were not planned out too well. I was always changing things half way through. I'll comment more in the morning. (yawn) Thanks for the responses btw. |
|
#6
|
||||
|
||||
|
Re: www.maxfield.co.nr
Put all content inside a wrapper and then:
#wrapper { position: relative; margin: 0px auto 0px auto; }
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#7
|
|||
|
|||
|
Re: www.maxfield.co.nr
Quote:
|
|
#8
|
||||
|
||||
|
Re: www.maxfield.co.nr
alright, alright....
It's the left and right margins set to auto that's important.... everything else is variable.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#9
|
|||
|
|||
|
Re: www.maxfield.co.nr
I remember now why I didn't center it. I had already made the nav with css and if I changed it to center, the navigation would be misaligned.
I was probably using a different method to center it, (not sure what) but would the above method ensure my css nav remains aligned (in hover and selected state)? Thanks again. |
|
#10
|
|||
|
|||
|
Re: www.maxfield.co.nr
Quote:
Quote:
I don't understand the relevance of using different DOCTYPE? If I use strict or loose, isn't it going to show up the same in all browsers? Last edited by UUDDLRLRBA; Jan 25th, 2008 at 14:00. |
|
#11
|
||||
|
||||
|
Re: www.maxfield.co.nr
A doctype is what tells the browser what it is reading. A strict doctype pretty much forces you to write correct code. Transitional allows a few "mistakes" such as certain attributes that aren't allowed in strict doctypes.
Read Mike Hopley's article on doctypes for more information...
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#12
|
|||
|
|||
|
Re: www.maxfield.co.nr
Is there a benefit to changing the doctype to strict?
Edit: reading article :P Edit x2: Good article. So to summarize, using strict doctype is basically saying that your page is coded to a higher standard? Since strict doesn't support target="_blank", and css can't handle this, should I just live with the one error, or change the pages with target="_XXX" to loose? Last edited by UUDDLRLRBA; Jan 25th, 2008 at 15:35. |
|
#13
|
||||
|
||||
|
Re: www.maxfield.co.nr
Yes, it encourages better use and promotion of web standards.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#14
|
|||
|
|||
|
Re: www.maxfield.co.nr
Quote:
target="_blank" is deprecated for a reason: it's a bad behaviour. It takes control away from the user. You might think that you're keeping them on your website, but really the new window obscures the existing window and disables their primary navigation method, the back button. So actually you're more likely to prevent users from returning to your site. In any case, it's annoying to have new windows/tabs spawned without requesting it. |
|
#15
|
|||
|
|||
|
Re: www.maxfield.co.nr
Good points. In this case, the _blank is for the free counter's and free domain's website. Once I get some space / domain of my own, I won't have to worry bout this I suppose.
Alright, next step is to get this puppy centered. Busy week ahead, but I'll hopefully have time. |
|
#16
|
|||
|
|||
|
Re: www.maxfield.co.nr
Alright, the site has been centered and I changed the color scheme to something more bright.
The nav and logo are a bit more informal now, but I think it's a nice change. Any other suggestions? |
|
#17
|
||||
|
||||
|
Re: www.maxfield.co.nr
Looks better but I don't like the hover effect on your navigation. Also, lose the hit counter. No one gives a toss.
Last Blog Entry: Annoying people.... (Jan 16th, 2008)
|
|
#18
|
|||
|
|||
|
Re: www.maxfield.co.nr
Quote:
I'll X the counter. Also, I think I'll change the grey bg to something more grey/blue. I'm thinking I should have some type of imagery in the header behind the logo. |