Valhalla Legends Archive

Programming => Web Development => Topic started by: Mitosis on October 08, 2004, 09:41 PM

Title: Comments?
Post by: Mitosis on October 08, 2004, 09:41 PM
http://www.edesignz.ca Any C & C on my website template? What's good about it? What needs to be improved? Thanks in advanced!

P.S. (be honest)

http://www.edesignz.ca
Title: Re: Comments?
Post by: Grok on October 08, 2004, 11:12 PM
Quote from: Mitosis on October 08, 2004, 09:41 PM
http://www.edesignz.ca Any C & C on my website template? What's good about it? What needs to be improved? Thanks in advanced!

P.S. (be honest)

http://www.edesignz.ca

Is this a development question?
Title: Re: Comments?
Post by: Mitosis on October 09, 2004, 06:34 AM
err shit....sorry....well in a way isn't it? Because I'm asking for comments on it to make it better. To add onto the site.

uh I guess it's in the wrong area, I just thought since it is webdesign it would go here. meh looks like it's going to be the same again.
Title: Re: Comments?
Post by: quasi-modo on October 09, 2004, 01:07 PM
where will the navigation go?

Well here goes:
Tables used for layout
Deprecated elements are used
and worst of all, no doc type. The browser is instantly in quirks mode.

http://validator.w3.org/check?verbose=1&uri=http%3A//www.edesignz.ca/

Also, you left out a few alt tags and that displayed as [inline] on a nongraphical browser that I looked at your site in.
Title: Re: Comments?
Post by: Mitosis on October 09, 2004, 03:25 PM
It's a different type of navigation. I'm working on that now.
What do you mean? Don't you use tables...
Title: Re: Comments?
Post by: Banana fanna fo fanna on October 09, 2004, 10:09 PM
XHTML/CSS is the "way to go", but in the real world, everyone still uses tables.
Title: Re: Comments?
Post by: Mitosis on October 09, 2004, 10:52 PM
Just a question, how come like...some people that view it the tables are all messed up?
Title: Re: Comments?
Post by: Skywing on October 10, 2004, 12:16 AM
Quote from: Banana fanna fo fanna on October 09, 2004, 10:09 PM
XHTML/CSS is the "way to go", but in the real world, everyone still uses tables.
Mm.  I think somebody estimated that Slashdot could save about 8GB of bandwidth per day if they switched to CSS (from tables).
Title: Re: Comments?
Post by: Mitosis on October 10, 2004, 07:45 AM
So I guess I need to learn CSS and then code it that way.
Title: Re: Comments?
Post by: hismajesty on October 10, 2004, 11:10 AM
It's fine, better than your previous stuff I'd say. But I too question where navigation is gonna go. :P
Title: Re: Comments?
Post by: Mitosis on October 10, 2004, 01:56 PM
Well I don't know if I really am gonig to have a navigation. Just links in some of the content boxes. Like um..."Become an Affiliate!"

"Join the Forum!"

"More articles here!"

Stuff like that. But, I may make a full nav for it. Plus guys, think I should add onto it? This is just a concept I made so I need to know how I could make it better.
Title: Re: Comments?
Post by: j0k3r on October 10, 2004, 02:19 PM
Get some of your friends to visit the site at school and give you some feedback, some of the best suggestions I've heard for websites have been from friends at school.
Title: Re: Comments?
Post by: Mitosis on October 10, 2004, 05:20 PM
That's a great idea! Thanks. Hmm, do you guys think the layout is fine or does it need tweaking?
Title: Re: Comments?
Post by: Tuberload on October 10, 2004, 08:14 PM
I think you need to pad the table cells containing text a few pixels.
Title: Re: Comments?
Post by: quasi-modo on October 14, 2004, 10:35 PM
Quote from: Mitosis on October 10, 2004, 07:45 AM
So I guess I need to learn CSS and then code it that way.
It does save on bandwidth. But it will also make your pages easier to manage. It keeps your layout separate from yuor content and structure, which keeps everything much nicer. It will also make things much more accessible. When a browser does not support css the content is still read but unstyled. When the browser does not support a table, it has to linearize it and text may become jumbled.