![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
NetObject Fusion's excellent WYSIWYG |
#22
| |||
| |||
|
|
Sure. This is one I put together 2 or 3 years ago for a poor kid with Duchenne Muscular Dystrophy using NOF 5 (NOF 8 is now available): http://www.tristangraham.com/. |
#23
| |||||
| |||||
|
|
Sure. This is one I put together 2 or 3 years ago for a poor kid with Duchenne Muscular Dystrophy using NOF 5 (NOF 8 is now available): http://www.tristangraham.com/. The HTML on that page alone is ~30K, and if you're aiming at a dialup audience, your whole budget for the page (html + images + external js + external CSS + any other 'stuff) is 40K. |
|
This is the code from the beginning of the first table: TABLE border=0 cellspacing=0 cellpadding=0 width=78 nof=ly TR valign=top align=left TD width=5 height=20 IMG src="./clearpixel.gif" width=5 height=1 border=0></TD "nof=ly" is, to the best of my knowledge, nonexistant in the HTML spec. |
|
"height=20" is invalid html. |
|
Attributes aren't quoted. And I could go on. |
|
But take a look at the table structure - there are cells all over the place. That's fragile structure to view, and somewhere between difficult and impossible to maintain or update. |
#24
| |||
| |||
|
|
Have you tried it? You might be surprised. |
|
In fact, my partner and I decided to purchase NOF over DreamWeaver because she was/is _not_ an HTML coder, and had no interest in understanding the complexities of HTML, CSS, scripting, or compatibilty with user agents, or OS platforms. |
#25
| |||
| |||
|
|
In fact, my partner and I decided to purchase NOF over DreamWeaver because she was/is _not_ an HTML coder, and had no interest in understanding the complexities of HTML, CSS, scripting, or compatibilty with user agents, or OS platforms. |
#26
| |||
| |||
|
|
So, in the future, users should worry less and less about understanding HTML, just as those who use word processors never think about it. |
|
Now, if you could combine DreamWeaver with NetObject Fusion's excellent WYSIWYG, |
|
An image, for example, will stay exactly where you dropped it, with no table cell sizing, or spacing to worry about. And, if you want to move the image 5 pixels to the left, just highlight the image and tap the left arrow 5 times. It'll stay in place. |
#27
| |||
| |||
|
|
This would require editors that write reasoanable and valid code. I doubt this will ever happen (and I doubt that it's possible at all). |
|
Forget about WYSIWYG, the WWW is _no_ DTP. |
#28
| |||
| |||
|
|
None taken - it's a matter of opinion, right? |
|
But, I still believe Web development software is going to evolve into something that can be used by non-coders. |
|
And, it'll come from client demand to put more control of publishing content into the hands of the subject experts, and leave only the underlying technology in the hands of the Web developer. |
#29
| |||
| |||
|
|
This would require editors that write reasoanable and valid code. I doubt this will ever happen (and I doubt that it's possible at all). Yes and know. DW can make quite clean and valid code. |

|
The bigger issue is structuring the content with the proper markup. Few people know how to do this...in ANY editor (be it DW or MS Word). |
![]() |
| Thread Tools | |
| Display Modes | |
| |