Jump to content

Critique please


AV1611

Recommended Posts

This site is a template for some blot software I'm gonna make...

 

1.  I am only looking for overall cosmetics and layout critiques.

2.  The content and header logo are there only for effect, and do not have anything to do with the scope of this critique. 

 

The site is driven by a single php stylesheet.  Content type per page will follow suit when I work it up.

 

Thanks.

 

http://windows.blmservices.com/site5/

Link to comment
Share on other sites

I did the entire layout fluid in div's.  I've never done an entire site without using tables for the layout.

 

I did an update to the site.

 

The entire site is a single php css sheet

and single file for the site.  All the content will be driven later.

 

Again, I was looking for layout critique... technical stuff.  The site is a template for the learning experience.  I'm sorry it's not a live site, but what I master here will drive what I do for the next long while.

 

Thanks.

 

Link to comment
Share on other sites

If you put the width below ~900px, the header jumps out of the layout. Personally, I like tables better for layouts - the browser support for them is still better than divs. I'm not real sure why you are making your css file with PHP, but keep in mind browsers will naturally want to cache them.

Link to comment
Share on other sites

Personally, I like tables better for layouts - the browser support for them is still better than divs.

That's so VERY not true.  Browser support for CSS may not be where it needs to be, but it is getting better.  Either way, building layouts with CSS is much cleaner and easier to manage.

Link to comment
Share on other sites

Personally, I like tables better for layouts - the browser support for them is still better than divs.

That's so VERY not true.  Browser support for CSS may not be where it needs to be, but it is getting better.  Either way, building layouts with CSS is much cleaner and easier to manage.

 

wise words of wisdom. I can't imagine creating a dynamic website with tables - scary scary scary...

Link to comment
Share on other sites

It might be getting better, but tables are virtually identical across browsers and less prone to certain bugs. My site: http://www.trenttompkins.com/ is put together with CSS, and if the font in the center area gets too big it tares. Granted, it can be fixed, but if it was done as tables it wouldn't be an issue.

 

This site is done with tables: http://www.flashgamereviews.com/

 

It's still %100 dynamic, works just as good as any CSS site.

 

Despite all the preaching being done for css/divs, and it being considered the 'right' way to do things, there isn't really any reason not to use tables.

Link to comment
Share on other sites

  • 2 weeks later...

It might be getting better, but tables are virtually identical across browsers and less prone to certain bugs. My site: http://www.trenttompkins.com/ is put together with CSS, and if the font in the center area gets too big it tares. Granted, it can be fixed, but if it was done as tables it wouldn't be an issue.

 

This site is done with tables: http://www.flashgamereviews.com/

 

It's still %100 dynamic, works just as good as any CSS site.

 

Despite all the preaching being done for css/divs, and it being considered the 'right' way to do things, there isn't really any reason not to use tables.

 

Completely disagree. You probably have never created a dynamic website before. Tables are easier to implement but to manage php within a page is a headache w/ tables.

 

Tables are also a problem - they bog up the markup. (please note the size of combined files of html and css is the same for table only page vs. 100% css) - it's all about content vs. presentation

 

Please prove me wrong by replying with a link of a site you created that is 100% tables, (that you created).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.