Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1497 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

WYSIWYG editors, what's really wrong with them?

Thread title: WYSIWYG editors, what's really wrong with them?
Closed Thread  
Page 1 of 5 1 2 3 4 5 >
    Thread tools Search this thread Display Modes  
10-08-2006, 06:17 AM
#1
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old  WYSIWYG editors, what's really wrong with them?

I have been trialling the new Dreamweaver and I have to say I am amazed that it can create tableless valid xhtml/css!

So, what is really wrong with WYSIWYG editors?

If they create good code then what's the big problem?

10-08-2006, 06:27 AM
#2
Bennett is offline Bennett
Status: Narassist
Join date: May 2005
Location: USA
Expertise:
Software:
 
Posts: 4,469
iTrader: 32 / 100%
 

Bennett is on a distinguished road

Send a message via MSN to Bennett

  Old

People won't have something to complain about anymore, and that just won't be good.


Because wasting more time troubleshooting tons of hand code is much more "pro" than getting the job done, making the client happy, and collecting that lovely check.

10-08-2006, 06:33 AM
#3
Awesome is offline Awesome
Awesome's Avatar
Status: Pastafarian
Join date: May 2006
Location: Duct Taped to your Ceiling
Expertise:
Software:
 
Posts: 3,440
iTrader: 26 / 93%
 

Awesome is on a distinguished road

  Old

Originally Posted by Bennett
People won't have something to complain about anymore, and that just won't be good.


Because wasting more time troubleshooting tons of hand code is much more "pro" than getting the job done, making the client happy, and collecting that lovely check.
Heh.

I use Dreamweaver, but I hand code 99% of it. I can't stand other peoples or programs code... I have to know exactly where and how everything is setup and working. Also helps with trouble shooting.

Also, Dreamweaver is able to create valid code, but when you get into anything slightly complicated, it starts freaking out... especially with div clearing.

10-24-2006, 12:20 AM
#4
Zack is offline Zack
Status: I love this place
Join date: Dec 2005
Location: US and A
Expertise:
Software:
 
Posts: 595
iTrader: 2 / 100%
 

Zack is on a distinguished road

  Old

Originally Posted by Bennett
People won't have something to complain about anymore, and that just won't be good.


Because wasting more time troubleshooting tons of hand code is much more "pro" than getting the job done, making the client happy, and collecting that lovely check.
Exactly . I actually use Dreamweaver just for the image maps and the fact that it colors your code for easy reading, numbers each line for easy troubleshooting, and completes your code for you (i.e. if i press </ then it will automatically write </a> if that's what needs to be closed). I don't really use the visual creation thing, because you can do a lot more stuff with the code view.
HTMLGuy

10-08-2006, 06:36 AM
#5
JamesH is offline JamesH
JamesH's Avatar
Status: Request a custom title
Join date: Apr 2006
Location: US
Expertise:
Software:
 
Posts: 2,802
iTrader: 7 / 100%
 

JamesH is on a distinguished road

  Old

I prefer to hand code. Like what Blue Ire said, it helps me trouble shoot, and I just know whats going on when I code myself. However, every once in awhile my code does tend to get messy.

10-08-2006, 07:07 AM
#6
EEight is offline EEight
EEight's Avatar
Status: Member
Join date: Sep 2006
Location: New York City
Expertise:
Software:
 
Posts: 230
iTrader: 0 / 0%
 

EEight is on a distinguished road

Send a message via AIM to EEight

  Old

I haven't gotten my hands on the new Dreamweaver yet, but as far as older WYSIWYG editors go, they have a messy way of producing code. Also, I guess a lot of people like having absolute control of the code and seeing the code while they work on it.

10-08-2006, 08:42 AM
#7
Mikor is offline Mikor
Mikor's Avatar
Status: I'm new around here
Join date: Sep 2006
Location: Hull, England
Expertise:
Software:
 
Posts: 21
iTrader: 0 / 0%
 

Mikor is on a distinguished road

Send a message via MSN to Mikor

  Old

I hand code - I just use the wysiwyg to see if the layout is displaying how I want it

10-08-2006, 09:48 AM
#8
t0m is offline t0m
Status: Request a custom title
Join date: Jan 2005
Location: West Sussex, England
Expertise:
Software:
 
Posts: 2,829
iTrader: 21 / 100%
 

t0m is on a distinguished road

  Old

Originally Posted by Mikor
I hand code - I just use the wysiwyg to see if the layout is displaying how I want it
Couldn't you just use a browser?

I like WYSIWYG editors for a quick piece of coding, perhaps stuff that doesnt need to be all strict and valid -just functional.

I am going to trial the new Dreamweaver, I always seem to think that its difficult, is it hard to get to grips with?

10-08-2006, 09:48 AM
#9
itmpls is offline itmpls
itmpls's Avatar
Status: Member
Join date: Feb 2006
Location: Virginia
Expertise:
Software:
 
Posts: 143
iTrader: 0 / 0%
 

itmpls is on a distinguished road

Send a message via AIM to itmpls

  Old

Because a WYSIWYG Editor (in design view, obviously) is like a "servant" cooking up what you want, but it may not always be the way that you want it... therefore you (the main chef) have to do it yourself to get it the way you want it.

Many WYSIWYG Editors cant handle complex css layouts, and tend to break. I find handcoding much faster (and having 125+ wpm helps), you don't have to waste your time changing what the Editor chose to put in for you, you put it all in there yourself, and you know exactly what elements you used, where you used them, what styles you applied to them, etc... and this definitely helps in troubleshooting.

That's why I prefer handcoding.

10-08-2006, 11:30 AM
#10
Salathe is offline Salathe
Salathe's Avatar
Status: Community Archaeologist
Join date: Jul 2004
Location: Scotland
Expertise: Software Development
Software: vim, PHP
 
Posts: 3,820
iTrader: 25 / 100%
 

Salathe will become famous soon enough

Send a message via MSN to Salathe

  Old

I'm 100% anal about how my code is laid out. Dreamweaver doesn't follow my style, so I don't use it. Then again, I'm not coding as part of my job so the benefits of speed (efficiency) of use (of Dreamweaver) doesn't matter.

If validation is your only goal, then DW does a fair enough job. So, why not use it? Get out into the real world and tell me how many coders really hand-code. (less than you'd think)

Closed Thread  
Page 1 of 5 1 2 3 4 5 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed