Thread: Web Site

  1. #1
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942

    Web Site

    Since there's no HTML board here, I decided to post on the GD Board. I've gotten pretty good at basic web layouts. Here are a few of my test subjects

    The site for a game I'm making

    My friends site


    C&C, please!

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I swear to God, if you ever attempt to use a bitmap on a webpage again I'm going to slit your throat. That's definitely a violation of everyone's web design guides. Not to mention you didn't even get the colors right.

    Also, it's not that hard to use invisible tables. Please do.

    Oh, and two words: COLOR SCHEME.

  3. #3
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    K. Thanks. I'll do that.

  4. #4
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310
    Don't take Ken's words too harshly, he has a tendency of being like that lol. He does however prove many good points.

    //napKIN

  5. #5
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Don't use frames. They're the number 1 mistake in web design - unless you use them well, which you didn't. Tables are much nicer for what you're doing, and inline frames are good for some things. (the tag is <IFRAME>) At least get rid of the borders on those frames.

    My site has a very simplistic looking design, and uses tables and one inline frame (for the links) to do all the layout. (The corners are .gifs) Remember, simpler is better with web design.
    Away.

  6. #6
    Rad gcn_zelda's Avatar
    Join Date
    Mar 2003
    Posts
    942
    er...I didn't use frames...

  7. #7
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by blackrat364
    Don't use frames. They're the number 1 mistake in web design - unless you use them well, which you didn't. Tables are much nicer for what you're doing, and inline frames are good for some things. (the tag is <IFRAME>) At least get rid of the borders on those frames.

    My site has a very simplistic looking design, and uses tables and one inline frame (for the links) to do all the layout. (The corners are .gifs) Remember, simpler is better with web design.
    1) No frames in his page
    2) No reason to use frames on your page. Try tables or CSS. Hopefully CSS.
    3) Redesign your entire website.

  8. #8
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    1) Whoops, sorry, with those lines, I thought that your table was frames. My bad. It's still ugly though

    2) I use an inline frame on my site so that I can store the links in another file. The layout is all done with tables. I don't know CSS and don't have time to learn it or I would use it.

    3) What's wrong with my design?
    Away.

  9. #9
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    While we're on the topic of websites... anyone got any comments? It's a site I started in February, and I stopped working on it soon after. I really need to start working on it again.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  10. #10
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    good start there x

  11. #11
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by XSquared
    While we're on the topic of websites... anyone got any comments? It's a site I started in February, and I stopped working on it soon after. I really need to start working on it again.
    I like it. Just add more to the front page, it's wayyyy too bare.

    >>2) I use an inline frame on my site so that I can store the links in another file. The layout is all done with tables. I don't know CSS and don't have time to learn it or I would use it.<<

    I guess it makes it easier for you to update the links, and that's why you did it? If so, I'll give you that.

    >>3) What's wrong with my design?

    One large, round-edged square isn't very exciting. It's one of the most boring sites thsat I've ever seen. Not to mention the red on that greeny-blue isn't the best looking. Try using a black with a 1px white stroke around it.

    PS: LEARN CSS.

  12. #12
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    >>Just add more to the front page, it's wayyyy too bare.
    Yeah, I know. Most of the work I've been doing is on the back-end coding.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  13. #13
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    >>Try using a black with a 1px white stroke around it.<<

    How do I do that? Do I need CSS? I don't know of any way to do it with standard HTML.
    Away.

  14. #14
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    >>How do I do that? Do I need CSS?
    Yes
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  15. #15
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by XSquared
    >>How do I do that? Do I need CSS?
    Yes
    Or, if you want to use an image, photoshop. I'd go with CSS.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. web site needs certificate
    By George2 in forum C# Programming
    Replies: 0
    Last Post: 07-22-2008, 03:25 AM
  2. My Web site.. Please review..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 08-11-2003, 08:00 AM
  3. Cant find a certain web site!
    By Bajanine in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 07-25-2002, 02:59 PM