文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网站建设FrontPage转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [1]
精品推荐
特别推荐
·创建表单
·用FrontPage 2000作动态网页
·网上电影发布步步进
·Frontpage2000值得学习的10个操作技巧(上)
热点TOP10
·如何用Frontpage下载别人的网站模板
·用FrontPage2000下载整个网站
·FrontPage XP直通车第6站——制作多媒体网页
·Office 2003 Frontpage
·为什么图片显示不出来?
·如何去掉超链接的下划线
·Microsoft FrontPage XP使用技巧-打造一个新的天堂
·Frontpage 2003创建框架网页
·用“搜索引擎工厂”给网站添加搜索平台
·在同一页面不同位置跳转?
·使用FrontPage2000建立一个网页
·用FrontPage2003轻松制作ASP动态网页
·用Dreamweaver制作网页中关于空格的探讨
·用Frontpage手把手教你制作网上电影的发布
·网页制作 用FrongPage设计网页花样
·创建表单
·FrontPageXP网页的编辑
·高手进阶:用FrontPage2003发布您的网站
·用FrontPage 2000作动态网页
·轻松利用FrontPage做站内搜索

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

日期:2007年4月28日 作者: 查看:[大字体 中字体 小字体]


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 set of predefined pages that forms a typical site) and then insert comments and appropriate text into the provided placeholders. FrontPage 2000 includes a bunch of themes you can use, and an optional theme pack provides a huge library of additional themes. Even if you're an inexperienced designer, you can create attractive, professional sites in just a few clicks. Visual InterDev also offers support for themes, but its library is extremely limited. You can share themes between the two products, but beware—if you customize a theme in Visual InterDev, then apply it to a file using FrontPage, FrontPage might overwrite your customizations.


Online Help and Programmer's References

      The two products differ greatly in the type of help and HTML reference they provide. FrontPage 2000 includes few details about the HTML language and applied technologies. It assumes that you will mostly draw pages and won't need in-depth technical information. However, its Answer Wizard is an interesting function that helps a new user get accustomed to the product, and it also provides some handy tips and tricks for more advanced users.



      Figure 3: Visual InterDev 6.0 Reference  


      In contrast, Visual InterDev 6.0 comes with a detailed and comprehensive HTML, JScript, and VBScript reference (see Figure 3). Just as with other tools from the Visual Studio family, if you need some help and press F1, a set of books instantly pops up. Although you won't read everything in the library, the standard HTML Help-based search engine works very well. If you want to get narrower content, you can define smaller subsets of the information. Most MSDN™ subscribers are familiar with this technology. In fact, the reference that comes with Visual InterDev (and Visual Studio) is a special version of the MSDN Library called Visual Studio 6.0 Edition.
      Another vital part of the Visual InterDev documentation is its ASP reference. FrontPage knows nothing about server-side programming (apart from support for FrontPage extensions), but Visual InterDev fully supports this kind of programming and includes in-depth references.

Site Structure Visualization and Access

      Another important feature of Visual InterDev that I've always appreciated is the visual tree pane (called Project Explorer, to be consistent with other Visual Studio tool environments). The Project Explorer shows you the whole site as it relates to its components, helping the user perform many actions, such as adding links. FrontPage 2000 has improved its project view support b

(出处:清风网络学院






上一篇:FrontPage:怎样改密码

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

转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [1] 相关文章:
·Visual Studio 2005集成开发环境图解
·Visual C++ 实现数字化图像的分割
·Visual C++ ADO数据库编程入门
·Visual Basic 控件简介
·在Visual Studio.NET中使用Crystal Report(上)
·windows vista 简体中文MSDN正式版是什么意思?
·eMbedded Visual C++开发入门
·Visual Basic CommonDialog 控件的使用
·使用 JavaScript 创建 FrontPage 下拉菜单
·visual studio 2005 简体中文团队开发版 SQL server 2005简体中文版下载
转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [1] 相关软件:
·Visual Studio 2005 英文版 ISO 查看
·Visual Basic 6.0.with.SP6大企龙卷风集成安装版
·Visual.C++.6.0.with.SP6.大企龙卷风集成安装版
·微软MSDN版的windows操作系统大全 DVD 真正原版
·Visual C++6.0+MSDN2001 ISO 查看
·Visual C++ 6.0 技术内幕
·Visual FoxPro V6.0 精简版
·使用Visual C# 开发asp.NET入门
·Visual Basic 6.0中文版语言参考手册
·Visual Basic 6开发人员指南

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.vipcn.net
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.vipcn.net All Rights Reserved. 鄂ICP备05000083号Powered by:viphot