 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:30
|
|
quote: Originally posted by St Leo
WYSIWYG editors suck, have always sucked, and will always suck. |
Depends what you want to do.
You remind me of Steve Gibson, who says all "high level" languages like C, C++, and Java suck, always sucked, and will always suck. 
WYSIWYG editors have their place, not everybody likes playing with CSS crap by hand. Most don't, actually, only the masochistic I'm-a-glorified-scripting-code-monkey web developers are elitist and hold CSS in such high regard.
Everyone else just couldn't care less.
|
|
|  |
 |
|  |
 |
|  |
 |
|  |
 |
|
Urban Ranger
|
|
Apolyton Duke of Off-Topic
|
|
quote: Originally posted by Asher
You remind me of Steve Gibson, who says all "high level" languages like C, C++, and Java suck, always sucked, and will always suck.  |
As a CS major, you should realise the difference between WYSIWYG editors and high level languages (and why the quotes around "high level?").
What a silly analogy. 
quote: Originally posted by Asher
WYSIWYG editors have their place, not everybody likes playing with CSS crap by hand. |
Your bias is showing here. Quick, cover it up!
quote: Originally posted by Asher
Most don't, actually, only the masochistic I'm-a-glorified-scripting-code-monkey web developers are elitist and hold CSS in such high regard. |
Is it easier to modify one CSS file by hand, or hundreds of files with a WYSIWYG editor?
quote: Originally posted by Asher
Everyone else just couldn't care less. |
Certainly, that's why there are hackers who write tight, elegant, and fast code and there are your run-of-the-mill programmers who think that Windows is a work of art.
It is just as certain that quality does count in the long run, as it so amply shown by Japanese cars kicking the crap out of US cars sometime in the late '70s to '80s in the last century.
BTW, what made you the spokesman of "everyone else?"
|
|
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:30
|
|
quote: Originally posted by Urban Ranger
As a CS major, you should realise the difference between WYSIWYG editors and high level languages (and why the quotes around "high level?"). |
There is a difference, and hence why it's an analogy, UR. 
I don't see why it's a silly analogy: high-level languages sacrifice efficiency for convenience, so do WYSIWYG editors.
"high level" is in quotes because, in modern terms, C (and C++) is not considered a high-level language, but a mid-level one. Java and C# are considered high-level languages.
Java and C# abtract farther than C and C++ do.
quote: Your bias is showing here. Quick, cover it up! |
My bias? What the hell do I care? I'm not a web developer, I don't give a crap what people use. Whenever I do do webpages, it's in HTML and not CSS because CSS is pointless for most websites. Stupid eyecandy. Like the CSS example site someone linked to...I found it poorly designed and fairly hard to read. Color schemes with high contrast and font sizes bigger than size 8 is good.
Sites today abuse CSS & flash way too much, it makes me angry. 
quote: Is it easier to modify one CSS file by hand, or hundreds of files with a WYSIWYG editor? |
Have you used a modern WYSIWYG editor?
You'd go into a nice purty dialog box and change settings.
You seem to equate WYSIWYG editors to Notepad or something.
quote: Certainly, that's why there are hackers who write tight, elegant, and fast code and there are your run-of-the-mill programmers who think that Windows is a work of art. |
And then there's the below-average programmers who spend their day developing open source software because they're not good enough to be hired at Microsoft or other proprietary development houses. 
quote: BTW, what made you the spokesman of "everyone else?" |
Hey, do non-CSS sites outnumber CSS sites?
Yeah, thought so. 
Whoa Nelly, you're the one that first asserted CSS was faster, and I'm the one to provide evidence? 
|
|
|  |
 |
|  |
 |
|
Urban Ranger
|
|
Apolyton Duke of Off-Topic
|
|
quote: Originally posted by Asher
There is a difference, and hence why it's an analogy, UR. 
I don't see why it's a silly analogy: high-level languages sacrifice efficiency for convenience, so do WYSIWYG editors. |
No, no, no. High level languages exchange effectiveness for efficiency for starters. Then the differences just pile up.
Now, if you argue that a RAD environment exchanges efficiency for covenience, I may agree with that.
You can tell the differences between RAD's and high level languages, can't you?
quote: Originally posted by Asher
Java and C# abtract farther than C and C++ do. |
C# abstracts further than C++? That's like saying a paramecium is more advanced than an amoeba.
quote: Originally posted by Asher
My bias? What the hell do I care? I'm not a web developer, I don't give a crap what people use. |
So you admitted that you were here trolling? 
quote: Originally posted by Asher
Sites today abuse CSS & flash way too much, it makes me angry.  |
That's not the point.
quote: Originally posted by Asher
Have you used a modern WYSIWYG editor? |
Like, Dreamweaver? 
quote: Originally posted by Asher
You'd go into a nice purty dialog box and change settings. 
You seem to equate WYSIWYG editors to Notepad or something. |
No WYSIWYG editor is going to magically propagate your changes to one webpage to the entire website.
Sure, there are some automations, but they aren't magical (or at least technologically advanced enough).
quote: Originally posted by Asher
And then there's the below-average programmers who spend their day developing open source software because they're not good enough to be hired at Microsoft or other proprietary development houses. [/qoute]
Try to be more original next time, okay? 
[QUOTE] Originally posted by Asher
Hey, do non-CSS sites outnumber CSS sites?
Yeah, thought so.  |
Good argument 
quote: Originally posted by Asher
Whoa Nelly, you're the one that first asserted CSS was faster, and I'm the one to provide evidence? |
Lets see.
You have been asserting that "tables render faster than CSS."
So, where's the evidence?
|
|
|  |
 |
|
Asher
|
 |
Calgary, Alberta
Nov 1999 time: 22:30
|
|
quote: Originally posted by Urban Ranger
No, no, no. High level languages exchange effectiveness for efficiency for starters. Then the differences just pile up.
Now, if you argue that a RAD environment exchanges efficiency for covenience, I may agree with that.
You can tell the differences between RAD's and high level languages, can't you? |
Look, UR, there's no need to be pigheaded about this. I'm not just saying it as my opinion, it's how the languages are taught now. Computers have changed a bit since you've been in school, the advent of C# and Java in particular have redefined highlevel languages and moved the "old" highlevels down to midlevel.
quote: C# abstracts further than C++? That's like saying a paramecium is more advanced than an amoeba. |

C++ lets you directly interact with hardware, C# is not. That's a HUGE difference.
C# runs in a virtual machine environment, C++ runs right in the environment. C# has GC, C++ does not, etc.
C# and Java are undeniably far higher level than C++ is.
quote: That's not the point. |
How is it not the point? I discourage use of CSS and Flash because people go overboard with them like it's a new toy. 
quote: Like, Dreamweaver? 
No WYSIWYG editor is going to magically propagate your changes to one webpage to the entire website.
Sure, there are some automations, but they aren't magical (or at least technologically advanced enough). |
This is patently untrue, because Dreamweaver, which you're obviously aware of, DOES propagate changes throughout your website when and if you want to change global settings.
quote: You have been asserting that "tables render faster than CSS."
So, where's the evidence? |
I was saying that because you were asserting CSS render faster than tables. 
And tables run faster anecdotally on my P100. 
|
|
|  |
 |
|
Q Cubed
|
 |
t3h y3ll0w p3ril
Apr 1999 time: 23:30
|
|
i have to say, css is the way to go: as has been mentioned before, it's a lot easier to manage websites' layouts using css.
not to mention that dreamweaver by default uses css in its pages.
is it better than tables? i'll have to say yes. it's trickier to think about the layout, but that's just me--i was coding pages in html tables before css came out, so that's what i learned and had gotten used to, but after picking up the strength of css...
adding in the font declarations, and the spacing, size, width, bold, underline, new paragraph, all those formatting delcarations the basic html code add up. it's the difference between a 32kb web page with a 56kb graphic image and a 5kb page with a 2kb css formatting page and a 56kb image loading on a 38.2k connection.
smaller is better, more elegant, and leaner, especially when it comes to coding. even if for all intents and purposes, html/css isn't a computer language, but rather a formatting language.
|
|
|  |
 |
|
devilmunchkin
|
|
first circle of the inferno
Jul 2001 time: 05:30
|
|
so far, i don't see how ccs is THAT much better than doing html tags. maybe it's just me.
|
|
|  |
All times are GMT. The time now is 05:30. Apolyton Time is 00:30. |
top of page
|
| archivepost |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|