THESE FORUMS NOW CLOSED (read only)

  • 18 Jul 2025, 09:20
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Web Design...  (Read 4067 times)

cheesepie

  • Larger than most fish
  • **
  • Offline Offline
  • Posts: 104
  • the limit as cool approaches awesome of myself
Web Design...
« on: 11 Feb 2008, 18:55 »

Hey guys,

So I recently volunteered to make a website even though I've never done it before. I used Adobe Dreamweaver CS3. 

Anyway if you guys have any input that'd be cool cause I don't know where I went wrong.

http://www.carleton.ca/cupc/
Logged
I'd rather be skiing.

celticgeek

  • GET ON THE NIGHT TRAIN
  • *****
  • Offline Offline
  • Posts: 2,697
  • Linux Geek
    • The Celtic Geek
Re: Web Design...
« Reply #1 on: 11 Feb 2008, 19:25 »

What do you think is wrong with the web site?
Logged
a 'dèanamh nan saighdean airson cinneadh MacLeòid
We Wear Woad When We Write Code
Ní féidir liom labhairt na Gaeilge.
Seachd reultan, agus seachd clachan, agus aon chraobh geal.

cheesepie

  • Larger than most fish
  • **
  • Offline Offline
  • Posts: 104
  • the limit as cool approaches awesome of myself
Re: Web Design...
« Reply #2 on: 11 Feb 2008, 20:16 »

I'm not necessarily saying i did anything wrong... Just trying to see if someone will notice something i missed, or any pointers for functionality in general
Logged
I'd rather be skiing.

Melodic

  • Only pretending to work
  • *****
  • Offline Offline
  • Posts: 2,115
  • archive chin panties
Re: Web Design...
« Reply #3 on: 11 Feb 2008, 20:42 »

The main navigation bar is a bitch to read with that gray font. The entire page is a little off-kilter (looking @ 1280x1024), the left-hand Polish flag check overlaps the header, and the right-hand side is shorter than the left. Aside from that it looks good!
Logged
And if you played too hard it'd flop out and dangle around by the wire and that is just super ugly

dennis

  • Asleep in the boner patch
  • ****
  • Offline Offline
  • Posts: 776
  • A sockful of quarters makes the medicine go down.
    • Lies! Truth!
Re: Web Design...
« Reply #4 on: 12 Feb 2008, 17:41 »

The sizing issues probably arise from the fact that you're specifying the container table as 100% width while cells in the table have defined widths. Try setting an overall width for the containing table (add up the widths of the table cells and their borders).

All WYSIWYG web page authoring tools suck, and keep people from learning CSS.
Logged

dman

  • Guest
Re: Web Design...
« Reply #5 on: 20 Feb 2008, 14:51 »

Yeah, WYSIWYG sucks. Take a week and learn to code. HTML and CSS is the easiest to learn, and will be useful forever. Hand-coded pages look way better anyways.
Logged

lyra

  • Plantmonster
  • Offline Offline
  • Posts: 38
  • magically delicious
Re: Web Design...
« Reply #6 on: 20 Feb 2008, 16:26 »

The main navigation bar is a bitch to read with that gray font. The entire page is a little off-kilter (looking @ 1280x1024), the left-hand Polish flag check overlaps the header, and the right-hand side is shorter than the left. Aside from that it looks good!

i agree..just change that menu font color to something like white or yellow and you're good to go. you could also read up on coordinating color schemes, but that's not as important as the menu.
Logged
()

ducks!!!

dennis

  • Asleep in the boner patch
  • ****
  • Offline Offline
  • Posts: 776
  • A sockful of quarters makes the medicine go down.
    • Lies! Truth!
Re: Web Design...
« Reply #7 on: 03 Mar 2008, 02:40 »

i don't remember off the top of my head, but there's a website out there that will generate a color scheme for you to employ in web pages with varying emphasis on aspects like contrast and temperature.
Logged

celticgeek

  • GET ON THE NIGHT TRAIN
  • *****
  • Offline Offline
  • Posts: 2,697
  • Linux Geek
    • The Celtic Geek
Re: Web Design...
« Reply #8 on: 03 Mar 2008, 07:40 »

I remember back in the old days when all monitors were single color.

I remember back in the even older days when it was all done on teletype machines.

I remember back in the even older older days before there was dirt.

Logged
a 'dèanamh nan saighdean airson cinneadh MacLeòid
We Wear Woad When We Write Code
Ní féidir liom labhairt na Gaeilge.
Seachd reultan, agus seachd clachan, agus aon chraobh geal.

DavidGrohl

  • Pneumatic ratchet pants
  • ***
  • Offline Offline
  • Posts: 316
Re: Web Design...
« Reply #9 on: 03 Mar 2008, 13:03 »

  The main navigation bar's colors don't have enough contrast.  The page doesn't scale.  It looks nice on my widescreen monitor, but on a 4:3 ratio it's going to look funny. 

  The page width changes from page to page, which doesn't give off the static look you're going for.

  Don't use tables unless you're using it as an excel spreadsheet.  I'm sure you most likely don't know code all that well, but tables are a nightmare.  My advice would be to use divs and spans customized with CSS to do what you want.

  Your CSS shouldn't be named just 'style1', 'style2', style3', etc.  When you're going back to edit the page or styles, it's going to be pain to figure out what style you're dealing with goes where.

  The idea of CSS is to separate the content (text / pictures / etc.) from the customization and structure.  As it is, look at your source code and editing something is a pain in the ass.

  If you want to improve upon what you're doing, and understand what Dreamweaver is laying down in the way of code, you can go here:
http://www.w3schools.com/

Start with the HTML / XHTML / CSS sections and work with them.  After that I'd recommend the javascript, HTML DOM, and DHTML.
« Last Edit: 03 Mar 2008, 13:09 by DavidGrohl »
Logged

dennis

  • Asleep in the boner patch
  • ****
  • Offline Offline
  • Posts: 776
  • A sockful of quarters makes the medicine go down.
    • Lies! Truth!
Re: Web Design...
« Reply #10 on: 03 Mar 2008, 22:17 »

If you are interested in redoing your page in XHTML/CSS, try starting with one of Dreamweaver's templates. It'll give you a basic layout that's standards-compliant and will allow you to just drop in your content.
Logged

StaedlerMars

  • Lovecraftian nightmare
  • *****
  • Offline Offline
  • Posts: 2,872
  • hallelujah!
    • a WebSite
Re: Web Design...
« Reply #11 on: 08 Mar 2008, 18:11 »

use a lighter compression for your images. GIF or PNG instead of jpg.
Logged
Expect lots of screaming, perversely fast computer drums and guitars tuned to FUCK

Quote from: Michael McDonald
Dear God, I hope it's smooth.
Pages: [1]   Go Up