BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / www-technology / #5483同步于 2008/12/21
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖

[合集] linux下有没有类似于dw的可视化的html编辑器

tntzwz
2008/12/21镜像同步0 回复
☆─────────────────────────────────────☆ corndolly (corndolly) 于 (Sun Aug 3 18:20:53 2008) 提到: rt ☆─────────────────────────────────────☆ hg (gyh) 于 (Sun Aug 3 18:39:12 2008) 提到: 有,但是很烂...忘了叫什么了... ☆─────────────────────────────────────☆ yegle (一阁@SL小分队) 于 (Sun Aug 3 18:53:24 2008) 提到: kompozer 【 在 corndolly (corndolly) 的大作中提到: 】 : rt ☆─────────────────────────────────────☆ yegle (一阁@SL小分队) 于 (Sun Aug 3 18:53:41 2008) 提到: 或者nvu 【 在 yegle (一阁@SL小分队) 的大作中提到: 】 : kompozer ☆─────────────────────────────────────☆ zengkui (生命水滴) 于 (Sun Aug 3 19:08:47 2008) 提到: OpenOffice.org ☆─────────────────────────────────────☆ wks (cloverprince) 于 (Sun Aug 3 22:34:28 2008) 提到: no using visual html editor Long live vim! Long live Emacs! ☆─────────────────────────────────────☆ yegle (一阁@SL小分队) 于 (Sun Aug 3 22:34:54 2008) 提到: 那咋看效果呢?WYTIWYG? 【 在 wks (cloverprince) 的大作中提到: 】 : no using visual html editor : Long live vim! Long live Emacs! ☆─────────────────────────────────────☆ wks (cloverprince) 于 (Sun Aug 3 23:40:13 2008) 提到: Some editor claimed to be WYSIWYG, but WYS is usually NOT WYG. The biggest feature of HTML is that it's relatively loss coupling between semantic and representation. If you use mobile phone, the text is narrower; if you use PC, it's wider; if you are blind and want to use speech engine, there is no text at all. And the users are allowed to adjust the font-size and text-color as their own will. Try this: hold CTRL and scrool the mouse whell. The text-size will change. If your eye-sight is not very good, that will be a great help Using WYSIWYG editor, you can drag and drop a picture to a specific position on the screen, and you expect the page to be like that. But what do you exactly mean? You mean: - Place the picture at the exact coordinate: (200,150) - Place the picture below this paragraph. - Place the picture on the right of the text, and the text goes around it. - Place the picture 100 pixels above where it was supposed to be by default. You see the picture placed there, but what will happen when the user changed the window's size? A good practice is to tell the browser where EXACTLY you WANT the picture to be. you can say: - position:absolute; top:200px; left:150px; - position:fixed; top:200px; left:150px; /* and the picture will always stay on screen, even if you scroll the page */ - float: right - position:relative; top:-100px; I concess that a WYSIWYG editor is good at something, like doing CLIENT-SIDE-MAP. That is: add anchors on different position on a picture. For example, if you click a person on a photograph, it will go to his homepage, and goto another page if you click another person on the same photograph. WYSIWYG editor will give you visual aid. == BUT HOW TO SEE THE EFFECT? == as yegle asked. Since you can never anticipate what your page will untimately look like, it is best to check it in an actual browser. And make sure that you test it with MORE THAN ONE browser due to the ubiquitos incompatibility between browsers. 【 在 yegle 的大作中提到: 】 : 那咋看效果呢?WYTIWYG? ☆─────────────────────────────────────☆ yegle (一阁@SL小分队) 于 (Sun Aug 3 23:44:31 2008) 提到: 嗯 最好的办法是多准备几个css文件,针对不同浏览器加载不同的css 【 在 wks (cloverprince) 的大作中提到: 】 : Some editor claimed to be WYSIWYG, but WYS is usually NOT WYG. : The biggest feature of HTML is that it's relatively loss coupling between semantic and representation. : If you use mobile phone, the text is narrower; : ................... ☆─────────────────────────────────────☆ wks (cloverprince) 于 (Sun Aug 3 23:54:20 2008) 提到: Sure and some site has a couple of CSSs that work around for some browsers. Typical sites include Wikipedia. 【 在 yegle 的大作中提到: 】 : 嗯 : 最好的办法是多准备几个css文件,针对不同浏览器加载不同的css ☆─────────────────────────────────────☆ hg (gyh) 于 (Mon Aug 4 00:47:26 2008) 提到: 逞自己英语好啊... ☆─────────────────────────────────────☆ wks (cloverprince) 于 (Mon Aug 4 02:03:54 2008) 提到: Well, did too much for GRE recently. I can't help. 【 在 hg 的大作中提到: 】 : 逞自己英语好啊... ☆─────────────────────────────────────☆ hg (gyh) 于 (Mon Aug 4 10:33:51 2008) 提到: 【 在 wks 的大作中提到: 】 : no using visual html editor : Long live vim! Long live Emacs! 初学者还是可以用用"visual html editor"的,边画边看代码,有助于熟悉代码 ☆─────────────────────────────────────☆ xw2423 (静水之人) 于 (Mon Aug 4 10:36:28 2008) 提到: 赞 GRE hoho 【 在 wks (cloverprince) 的大作中提到: 】 : Well, did too much for GRE recently. I can't help. ☆─────────────────────────────────────☆ wks (cloverprince) 于 (Mon Aug 4 12:42:21 2008) 提到: Beginners should learn to use tags by themselves. They must know what each tag MEANS, not just which tag to use in order to make certain effect. A good book will help. 【 在 hg 的大作中提到: 】 : 初学者还是可以用用"visual html editor"的,边画边看代码,有助于熟悉代码
订阅后,新回复会通过你的通知中心匿名送达。
0 条回复
暂无回复 · 你可以订阅本帖等待新回复。