PDA

View Full Version : Questions from brand newbie


jimdk
10-22-2003, 08:06 PM
This newbie forum is great. I have noticed the participants here do not have much use for WYSIWYG editors, but I haven't seen any reasons. Presumably they produce an inferior website?
Also, what does a text editor, such as provided by Evrsoft, do that you can't do by just building a page with code?
Thanks for the great material:D

DCElliott
10-23-2003, 06:20 AM
Do you use Outlook or Outlook Express?

Do an eMail message with HTML mode turned on an then go to the source tab. What you will find is all kinds of code that is not what you would intend. For example, it will put in a <div> or <p> code where really you just wanted a <br />.

It is impossible to set up "modern" XHTML since it puts <font> codes everywhere and does not do styles. The only place where I would use a wysiwyg editor is for creating tables, and even then you have to go in and do a lot of editing of column widths and such to get it right.

The other thing the some wysiwyg editors do is insert proprietary codes - that is just plain bad and won't validate according to standards.

The last point that I want to make is that only by looking at the structure of HTML can you appreciate how all these parts work together. HTML should be written based on the semantic structure of the content - something that YOU know, but that a wysiwyg editor simply can't fathom. Here are a couple of links to ponder:
http://www.brainstormsandraves.com/articles/semantics/structure/
http://hotwired.lycos.com/webmonkey/02/42/index4a.html?tw=design


DE

animgirl
10-23-2003, 06:37 AM
Presumably they produce an inferior website? I believe he was speaking on our opinon of wysiwyg editors, not the fact that we produce inferior websites in case anyone needs clarification on that because it could be taken either way.

animgirl

Free school4u
06-29-2004, 10:28 PM
I am a newbee. I have downloaded, registered, here I am. Now what. I have the file on my toolbar,I thought it might be easier. But I can I link the things I create to my website? Please someone explain what I do not understand about this service. Do I have a clipboard, please fill me in, thank you, Jill

DCElliott
06-30-2004, 05:04 AM
Jill

You need to do some tuorials and work through examples on your own. That is the only way to learn. The two sources I would recommend are Dave's Site (http://www.davesite.com/webstation/html/) and the w3cschools (http://www.w3schools.com/html/). Only after you have this basic familiarity and have worked with the editor a bit can anyone really help you - you have to have the terms and concepts in order to understand what we are saying.

Good luck and welcome to the forums.

DE