Thread Tools
Old August 15, 2003, 00:50   #31
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
Quote:
Originally posted by Urban Ranger


No it's not. Each browser tend to render tables differently, plus rendering complicated tables takes a very long time.
The problem is that you are ASSuming that anyone using tables is automatically using a bunch of nested tables. Not true.


Quote:
Now we know you are not speaking from experience.
Nope.

You want one page with a bunch of white space and a few easy to read tags?

Or you want a garbled WYSIWYG crap making reference to a bunch of CSS files.

Sorry, tables are still better, faster, and easier to edit.

That 10% of your audience you are alienating by going for the latest and greatest, is 10% too much.
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 00:52   #32
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Simplicity is elegance and usability.

Minimalism.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 00:54   #33
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
word
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 00:57   #34
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Ted Striker
The problem is that you are ASSuming that anyone using tables is automatically using a bunch of nested tables. Not true.
No, I don't assume that. Even simple tables render slower than CSS, however.



Quote:
Originally posted by Ted Striker
Nope.

You want one page with a bunch of white space and a few easy to read tags?

Or you want a garbled WYSIWYG crap making reference to a bunch of CSS files.

Sorry, tables are still better, faster, and easier to edit.

That 10% of your audience you are alienating by going for the latest and greatest, is 10% too much.
As I said, you have no idea what you are talking about.

Case in point: "one page with a bunch of white spaces and a few easy to read tags" (presumably related to tables mostly) does not translate into "a garbled WYSIWYG crap making reference to a bunch of CSS files." You need only one or two CSS statements for your page.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 15, 2003, 01:00   #35
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696


That's the dumbest thing I've ever heard!
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 01:00   #36
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger
No, I don't assume that. Even simple tables render slower than CSS, however.


Of course, it's not like CSS is largely useless overhead to begin with.

The problem with CSS is it's more incompatible than HTML. IE's CSS differs from Mozilla's CSS differs from Opera's CSS.

HTML tables are far more standard.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:01   #37
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Ted Striker


That's the dumbest thing I've ever heard!
I've heard worse, from the same poster though.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:02   #38
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
PHP Code:

if ((is_ie4up && is_mac) || (is_ie4up && is_win) || (is_nav6 && is_mac)){
    
sheet "/includes/css1.css";
    }
else {
    
sheet "/includes/css2.css";
    } 

"Look Mom, I just painted Picasso with these TWO SIMPLE LINES!!!"

__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 01:24   #39
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Ted Striker


That's the dumbest thing I've ever heard!
Clearly, you fail to counter my argument
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 15, 2003, 01:26   #40
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
spacer.gif is still your friend.
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 01:26   #41
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
I don't think he needs to.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:27   #42
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher


Of course, it's not like CSS is largely useless overhead to begin with.
Stop showing off your ignorance, Glonkie. There's no need to include any CSS statement that you don't need. Where's the overhead?

Quote:
Originally posted by Asher
The problem with CSS is it's more incompatible than HTML. IE's CSS differs from Mozilla's CSS differs from Opera's CSS.


Just because IE doesn't support standard CSS doesn't mean other browsers don't.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 15, 2003, 01:29   #43
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher
I don't think he needs to.
Snooze.

Gratuitous use of smilies does not mask your (read: Ted Striker and Glonkie) ignorance in this area.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 15, 2003, 01:29   #44
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger


Just because IE doesn't support standard CSS doesn't mean other browsers don't.
Reality check baby: 95% of web browsers are IE.

So what's the real world standard -- IE or paper standards?
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:31   #45
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger
Snooze.

Gratuitous use of smilies does not mask your (read: Ted Striker and Glonkie) ignorance in this area.
You just said CSS renders faster than a simple HTML table -- that more than invalidates everything you ever say on the matter of web development.

CSS is more flexible, usually requires less code, but a downside of this is it does have more processing overhead -- it needs to translate the "less code" into the same thing as the more explicit HTML tables.
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:33   #46
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
Exactly, so why not cut out the step and just put the explicit HTML code in the first place.

I do like an occasional inline CSS tag for things like font formatting. But in terms of placement HTML is the way to go.

CSS has "been the future" for years now. But people still use the tried and true HTML.
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 01:34   #47
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Saying CSS is faster than HTML is like saying C++ is faster than x86...
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 15, 2003, 01:35   #48
Ted Striker
Apolytoners Hall of Fame
Emperor
 
Ted Striker's Avatar
 
Local Time: 23:22
Local Date: November 1, 2010
Join Date: Dec 1969
Location: Batallón de San Patricio, United States of America
Posts: 3,696
good analogy
__________________
"Let the People know the facts and the country will be saved." Abraham Lincoln

Mis Novias
Ted Striker is offline  
Old August 15, 2003, 01:43   #49
ixnay
Civilization II Democracy GamePtWDG Lux InvictaPtWDG Gathering StormInterSite Democracy Game: Apolyton TeamPtWDG2 Cake or Death?C3C IDG: Apolyton TeamApolytoners Hall of FameCivilization IV CreatorsAge of Nations Team
Emperor
 
ixnay's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Dec 1998
Posts: 3,215
If you're able to make a nice looking page with just tables then more power to you. I don't really care when I'm visiting pages how they're set up so long as they're functional.

However, I personally find that positioning with CSS is easier for complex layouts than strictly using tables. I use tables for simple things on my website still, for when I want my data to appear in table formats (gasp).
ixnay is offline  
Old August 15, 2003, 05:21   #50
Sirotnikov
DiplomacyApolytoners Hall of FameCivilization III Democracy Game
Emperor
 
Sirotnikov's Avatar
 
Local Time: 09:22
Local Date: November 2, 2010
Join Date: Feb 2000
Posts: 7,138
Quote:
You want one page with a bunch of white space and a few easy to read tags?

Or you want a garbled WYSIWYG crap making reference to a bunch of CSS files.
you really have no idea what you are referring to.

CSS is exactly the thing to replace grabled WYSIWYG crap, using dozens of P , FONT, IMG src="spacer.gif", TABLE inside TABLE tags.

If you use dozens of css tags you have obviously failed to use classes or labels.
Sirotnikov is offline  
Old August 15, 2003, 05:23   #51
Sirotnikov
DiplomacyApolytoners Hall of FameCivilization III Democracy Game
Emperor
 
Sirotnikov's Avatar
 
Local Time: 09:22
Local Date: November 2, 2010
Join Date: Feb 2000
Posts: 7,138
And there is no way that complex pages (web portals for instance) (or even this page) are 'easy to read' when they employ tons of useless tables.
Sirotnikov is offline  
Old August 15, 2003, 15:52   #52
:) Smiley
Scenario League / Civ2-Creation
Emperor
 
:) Smiley's Avatar
 
Local Time: 00:22
Local Date: November 2, 2010
Join Date: Feb 2001
Location: hippieland, CA
Posts: 3,781
Is render time even an issue now with today's processor speeds?

Which one yields a smaller file size?
__________________
Visit First Cultural Industries
There are reasons why I believe mankind should live in cities and let nature reclaim all the villages with the exception of a few we keep on display as horrific reminders of rural life.-Starchild
Meat eating and the dominance and force projected over animals that is acompanies it is a gateway or parallel to other prejudiced beliefs such as classism, misogyny, and even racism. -General Ludd
:) Smiley is offline  
Old August 15, 2003, 16:00   #53
Q Classic
Emperor
 
Q Classic's Avatar
 
Local Time: 02:22
Local Date: November 2, 2010
Join Date: Apr 1999
Location: The cities of Orly and Nowai
Posts: 4,228
css is gorgeous.

so is xhtml and php.

you weren't using it before?
__________________
B♭3
Q Classic is offline  
Old August 18, 2003, 01:58   #54
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher
Reality check baby: 95% of web browsers are IE.

So what's the real world standard -- IE or paper standards?
The real world stardard is what leading web designers use - which surely ain't the IE crap.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 18, 2003, 02:02   #55
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger
The real world stardard is what leading web designers use - which surely ain't the IE crap.
So leading web designers don't design their pages to render in IE. Is that correct?
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 18, 2003, 02:03   #56
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher
You just said CSS renders faster than a simple HTML table -- that more than invalidates everything you ever say on the matter of web development.
Yes it does. As I pointed out, you need just one or two CSS statements to put a diplay element where you want it to be.

Quote:
Originally posted by Asher
CSS is more flexible, usually requires less code, but a downside of this is it does have more processing overhead -- it needs to translate the "less code" into the same thing as the more explicit HTML tables.
What processing overhead?

The processing overhead comes from repeatedly using tables to do layouts. Every time you need to place an element, you have to go through the whole ritual. OTOH, once a style is defined under CSS, it can be used anywhere.

Where's the overhead?
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 18, 2003, 02:06   #57
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher
Saying CSS is faster than HTML is like saying C++ is faster than x86...
Once again Glonkie brazenly displays his utter ignorance in this area. Good work.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 18, 2003, 02:08   #58
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger
Yes it does. As I pointed out, you need just one or two CSS statements to put a diplay element where you want it to be.

What processing overhead?

The processing overhead comes from repeatedly using tables to do layouts. Every time you need to place an element, you have to go through the whole ritual. OTOH, once a style is defined under CSS, it can be used anywhere.

Where's the overhead?
WTF? Do you even think about this?

You can do in one or two Java lines what it takes in 12-24 x86 lines, but which is going to be faster?

Do you comprehend what kind of parsing goes on on the browser side when you feed it only a few "simple" CSS commands and let it figure the details out?
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
Old August 18, 2003, 02:08   #59
Urban Ranger
NationStatesApolyton Storywriters' GuildNever Ending Stories
Deity
 
Urban Ranger's Avatar
 
Local Time: 15:22
Local Date: November 2, 2010
Join Date: May 1999
Location: The City State of Noosphere, CPA special envoy
Posts: 14,606
Quote:
Originally posted by Asher
So leading web designers don't design their pages to render in IE. Is that correct?
Yes, in fact. Check out what Eric Meyer says.

They need to go through loops to make things render in IE, then MS would come to the rescue by bushwacking their workarounds.
__________________
(\__/) 07/07/1937 - Never forget
(='.'=) "Claims demand evidence; extraordinary claims demand extraordinary evidence." -- Carl Sagan
(")_(") "Starting the fire from within."
Urban Ranger is offline  
Old August 18, 2003, 02:09   #60
Asher
Apolytoners Hall of Fame
President of the OT
 
Asher's Avatar
 
Local Time: 01:22
Local Date: November 2, 2010
Join Date: Nov 1999
Location: Calgary, Alberta
Posts: 40,843
Quote:
Originally posted by Urban Ranger
Yes, in fact.
Oh...my...God.

Words cannot describe the depths of your stupidity.

I'm so amazed that you seem to think pretty highly of yourself when it comes to technology, but just about every technology thread you post in, you are severely misinformed or misguided, or generally confused. It's like you're in your own little world...
__________________
"I'll never doubt you again when it comes to hockey, [Prince] Asher." - Guynemer
Asher is offline  
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 03:22.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Apolyton Civilization Site | Copyright © The Apolyton Team