Jump to content

need advise on making site :D advantages of html??


runnerjp

Recommended Posts

Barand, I think he's asking as to the advantages of typing it all out vs. using a WYSIWYG editor... is that right, runnerjp?

runnerjp: There's one thing you should note. Even if you are using a WYSIWYG editor, it's still generating HTML. The difference lies in the tags and techniques used to create a certain look and layout.

As the world moves further from HTML-based layout to CSS-based layout, WYSIWYG editors are falling further and further behind in efficiency. A CSS-based layout is SO much easier to edit and maintain than an HTML based layout, but WYSIWYG editors are notoriously lacking in CSS support. They're going to generate your page in complete and total HTML (with some in-line CSS, which provides precious few of the advantages that the CSS specification is designed to offer). If you decide that you want to manually tweak HTML that was generated by a WYSIWYG editor, it's going to be considerably more difficult than if you were to write it yourself.

Another reason: The popular WYSIWYG editors (FrontPage and Dreamweaver, specifically) use techniques that are far from the standards. FrontPage-created websites use MS-proprietary techniques that require FrontPage support on the server, and most Dreamweaver-created pages use heavy Javascript, which is not ideal.

And yet another: You are limited in the layouts and designs you can create when you use a WYSIWYG editor. As you get more and more experience, you'll be able to spot a FrontPage-created website instantly. They all have a certain look to them. Dreamweaver is less so - they give you more leeway for customizing. However, you are still limited in the number and styles of end results. If you type your own HTML (and CSS!) then you are quite unlimited in possibilities.

And most importantly (to me): A relatively good WYSIWYG editor is not cheap. Text editors are a dime a dozen, or free! See www.textpad.com for an easy-to-use Windows editor, or www.vim.org (my personal favorite, with a learning curve) for a rather tricky text editor for nearly every operating system under the sun.
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.