recommend some good web designers / web design firms

TechBoyJK

Lifer
Oct 17, 2002
16,699
60
91
Project includes creation of Site/Corporate Logo for each domain, redesign of common layout for each site, as well as redesign of forms, etc.

Sites function as is, programatically, but aren't pretty to look at.

Each site would be similar to the others, as they are all related, but would need to be different enough as to have their own identity.

The main site to be redone is this

I want to keep the layout similar, but there are some inherent flaws in the code that keep the site from looking the same throughout browsers. I want it cleaned up, with a new logo, and new table structure, etc...

I'm hoping to get it all done for less than a grand...
 

Zim Hosein

Super Moderator | Elite Member
Super Moderator
Nov 27, 1999
65,415
407
126
I'm sure there are plenty of talented people here who could do the job TechBoyJK :)
 

QurazyQuisp

Platinum Member
Feb 5, 2003
2,554
0
76
How about no tables? Websites made from tables should be banned from the intarweb. Tables are meant for tabular data, nothing else.
 

TechBoyJK

Lifer
Oct 17, 2002
16,699
60
91
Originally posted by: QurazyQuisp
How about no tables? Websites made from tables should be banned from the intarweb. Tables are meant for tabular data, nothing else.

I mean tables as in html tables. Like what atot has to the side of the forum? You know the boxes that seperate data on the site into groups??


 

QurazyQuisp

Platinum Member
Feb 5, 2003
2,554
0
76
Originally posted by: TechBoyJK
Originally posted by: QurazyQuisp
How about no tables? Websites made from tables should be banned from the intarweb. Tables are meant for tabular data, nothing else.

I mean tables as in html tables. Like what atot has to the side of the forum? You know the boxes that seperate data on the site into groups??

Again, This is what CSS is for, not tables. Tables are bloated, they cause websites to look horrible between browsers and is totally 90s/early 00's coding. HTML Tables have the exact same intended use as Excel/Word Tables, and that is to hold tabular data, not to form the design of a website. The use of HTML tables for non-tabular data screams HTML/CSS n00b and WYSIWYG designer. But, that doesn't matter a whole lot, mainly because you aren't the person who is designing/coding the HTML/CSS.

If I had more time this summer, I'd love to help out as this is what I used to do with most of my time up until a year ago or so.