转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [1]

frontpage|interdev|visual

Visual InterDev 6.0 versus FrontPage 2000: Your Choice
Alexander Maltsev  

Visual InterDev 6.0 and FrontPage 2000 are two tools used by Web professionals, but they offer complementary functions. The best one to choose depends on the task you're tackling.

Many people clearly understand the difference between Visual InterDev and Microsoft FrontPage: Visual InterDev is part of Visual Studio, hence a developer's tool; FrontPage is targeted toward novices and those used to dealing with visual WYSIWYG editing. Yet today, thousands of developers are busy evaluating both products, trying to find the proper tool for their needs.
      In this article, I'll compare the latest versions of the respective products: Visual InterDev 6.0 and FrontPage 2000. I will look at several aspects of advanced Web programming and try to analyze how both products fit into the big picture of Web development.

Graphical and Source Text Editing

      As with previous versions, the default view in FrontPage 2000 is Normal (see Figure 1). It lets you paint a page through a very easy and intuitive interface. A number of helpful toolbars make the editor's window look like a powerful graphical creation product. The FrontPage 2000 editor supports a wealth of modern technologies, such as HTML 4.0, Cascading Style Sheets 1, insertion of Java language applets, JScript and VBScript, ActiveX controls, themes, and even Dynamic HTML effects. I haven't seen any other tool that can beat FrontPage 2000 for rich features. FrontPage also supports bots, a special set of tags within page code specifically interpreted by the server's FrontPage extensions and the editor itself.

      Figure 1: Normal View in FrontPage 2000  

      You can click on the HTML tab in FrontPage to switch to pure HTML mode or preview the page in an embedded browser's window. FrontPage now offers syntax highlighting (also known as color coding) to help distinguish among tags, parameters, and values. Designed as a visual editor, FrontPage 2000 is clearly the way to go for WYSIWYG page layout.
      Visual InterDev 6.0 is less impressive as a visual page editor (see Figure 2). It includes basic HTML functions that are available through the menu or toolbars, but you won't find native support for dynamic effects or anything really hot. This is partially because Visual InterDev 6.0 is more than a year old and the Internet has been growing rapidly (to say the least), but mostly because advanced developers are used to dealing directly with the code.

      Figure 2: The Visual InterDev 6.0 Page Editor  

      On the positive side, Visual InterDev has a terrific built-in code editor that should look familiar to anyone who has ever spent time with Visual C++, Visual Basic, or Visual J++. This feature alone is worth the price of the product.
      When you work with Visual InterDev, most of your time will be spent looking at the HTML code, although you can also use the package's fairly rudimentary visual editor (it's derived from FrontPage 97). While you can use the menu or a few toolbars to get something close to the functionality of the FrontPage editor, I doubt many Web designers will do that.
      If you work in the Source mode you get all the benefits of the integrated Visual Studio package, like configurable syntax highlighting and automatic code completion (type an object, add a dot, and get a popup menu listing all the object's properties and methods). Automatic code completion is an important feature that helps reduce your typing and the mistakes you'll make when typing in member function names. Other features like search and replace in specified files (including by a mask) also simplify your work.
      Another interesting feature in Visual InterDev is a revised version of the Reveal Tags feature of FrontPage 2000. You can think of it as a symbiosis of the Source and Design modes. You see the page rendered in graphical form, but at the same time the view shows the tags around elements. Why is this useful? Say you want to figure out why a heading is so small. By looking at the tags around it, you see it uses an H2 style instead of H1—and you didn't even have to scroll the page or move the mouse!

Creating a Themed Site

      If you're designing a standard site without any unique elements, you may want to consider using a theme (a se

时间: 2024-10-31 10:24:13

转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [1]的相关文章

转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [2]

frontpage|interdev|visual       Figure 6: The Project Deployment Explorer         Visual InterDev also contains the Document Outline page and the Project Deployment Explorer. You can control a site from this Explorer, and change deployment mode in a

微软的这篇文章能彻底解决visual interdev的调试问题(那位仁兄E文好,把她翻译一下)

interdev|visual|解决|微软|问题 微软的这篇文章能彻底解决visual interdev的调试问题需要安装visual interdev server,在visual studio 6.0的第二张盘上 HOWTO: Configure Your Web Server for Visual InterDev 6.0 ASP Debugging ----------------------------------------------------------------------

Visual InterDev 常见问题解答(二)(转贴自ms)

interdev|visual|解答|问题 问:Visual InterDev 支持 Windows DNA吗?答:支持.在Visual InterDev 6.0 中,把服务器组件添加到工程中(拖放操作),或部署携带组件的工程(自动在客户端和服务器端注册组件),这一切将变得更简单.另外,Visual InterDev支持在HTML和脚本之外的COM组件的创建,被称之为Scriptlets,它就像其他任何的COM组件一样.Visual InterDev还支持对任何使用Universal Data

Visual InterDev常见问题解答(二)

问:Visual InterDev 支持 Windows DNA吗?答:支持.在Visual InterDev 6.0 中,把服务器组件添加到工程中(拖放操作),或部署携带组件的工程(自动在客户端和服务器端注册组件),这一切将变得更简单.另外,Visual InterDev支持在HTML和脚本之外的COM组件的创建,被称之为Scriptlets,它就像其他任何的COM组件一样.Visual InterDev还支持对任何使用Universal Data Access(包括ADO,ODBC和OLE

Visual InterDev 常见问题解答(转贴自ms)

interdev|visual|解答|问题 FrontPage和Visual InterDev有何差异?新版本有什么变化吗? Visual InterDev和Visual Basic如何实现共同开发? 使用Visual InterDev创建的网站能用Netscape浏览吗? Visual InterDev是什么? Visual InterDev新版本中有何新特性? Visual InterDev是跨平台的开发工具吗? 使用Visual InterDev创建的网站能用Netscape浏览吗? Vi

Visual InterDev常见问题解答(一)

1.FrontPage和Visual InterDev有何差异?新版本有什么变化吗?2.Visual InterDev和Visual Basic如何实现共同开发?3.使用Visual InterDev创建的网站能用Netscape浏览吗?4.Visual InterDev是什么?5.Visual InterDev新版本中有何新特性?6.Visual InterDev是跨平台的开发工具吗?7.Visual InterDev怎样支持16位Windows用户?8.Visual InterDev的策略是

Visual InterDev的概念

interdev|visual|概念|interdev|visual 对于一般的HTML网页,ASP脚本只需通过记事本就可以编写,但是在这里还是要向大家推荐一个非常强大的WWW设计编辑工具----Microsoft Visual InterDev6. 最早的Visual InterDev1发布于1996年,微软在其中提供了一套集成的工具,用来使程序开发者在建立Web程序时可以处理各种可能发生的工作,这些工作包括HTML网页编辑,ActiveX控件制作,数据库连接,网站管理等工作,以提供给小组开发

解决visual interdev的调试问题

interdev|visual|解决|问题 微软的这篇文章能彻底解决visual interdev的调试问题需要安装visual interdev server,在visual studio 6.0的第二张盘上http://support.microsoft.com/support/kb/articles/Q192/0/11.ASP

visual foxpro 7.0漫谈

今年是开发工具集中更新版本的一年:微软的Visual Studio.Net,Borland 的Delphi 6.Sybase的Power Builder 8都相继推出正式版或是测试版,我们的Visual FoxPro 当然也不会放过这业界大比武的好时机,今年5月微软发布了Visual FoxPro 7,它是继1995年Fox家族第一个可视化成员Visual FoxPro 3以来最具革命意义的版本. "革命意义"这个词可不是我信口开河.随便使用的,这是国外的Fox社区对Visual Fo