文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | 免费看大片 | WPS | 杀毒软件
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形处理 办公软件 媒体动画 精文荟萃 工具软件 网络编程 程序开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网站建设FrontPage转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [2]
精品推荐
特别推荐
·创建表单
·用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 [2]

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


      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 click (see Figure 6).

Version Control and Team Work

      Any serious developer (and many not-so-serious ones) knows that you cannot effectively work without version control. Visual InterDev 6.0, like the other tools in Visual Studio, is well-integrated with SourceSafe® and work can be transparently versioned. This makes team programming much, much safer. Unfortunately, FrontPage 2000 does not ship with this important component. At press time, I am unaware of any third-party solution that can easily be connected to a team using FrontPage 2000.


Page Deployment

      You often do not really need to be connected to the Web server while editing pages. It's enough to work on local copies, modify them, and then deploy them in a batch to the server. Your editor should support optional deployment.
      Visual InterDev offers two editing modes: local and master. While working in local mode you save pages to a local folder, which is automatically created when you add a new project (like Visual C++ does when you start a new project). You don't need to have continuous access to a Web server. You can connect to the Web server once, load copies of all the necessary files, and disconnect. You can even cancel changes made to pages using the Discard Changes command (see Figure 7). Now you're ready to work with local copies. Once you've updated the site, you can use the Deployment Explorer to select the server's location and deploy the changed files.



      Figure 7: Discarding Changes in Visual InterDev 6.0  


      In master mode, you save files directly to the server. This can be useful and save overhead if you have small changes to make to one or two files. You can also work in offline mode. This works just like local mode, except that your project tree is automatically updated when you go to master mode.


      Figure 8: Publishing a Web Site in FrontPage 2000  


      FrontPage 2000 lets you publish a Web site similarly to Visual InterDev, but it doesn't offer the same concept of local/master mode (see Figure 8).

Importing External Sites

      FrontPage 2000 can import external sites using its Import Web Wizard. If you have an old site or a site that was created without Microsoft tools (and FrontPage extensions), you can import it into FrontPage and save it as a native project. You can choose to import only text pages and images or all files (see Figure 9).



      Figure 9: Import Web Wizard in FrontPage 2000  


      Visual InterDev can import sites too, but they must be created using FrontPage extensions. With FrontPage extensions, some utility files with descriptions of the site structure are available in a site subdirectory; the Import Wizard reads the site structure and imports all the files that are mentioned.

Integrated Debugging

      As a longtime developer, I love advanced debuggers. I grew up using CodeView® and integrated debuggers in Visual C++. Visual InterDev is enjoyable to use because its debugger is similar to the one in Visual C++, with standard features like breakpoints, locals view, stack view, and so on. You can even perform debugging of server-side pages if you're sitting at the server computer. Visual InterDev can handle JScript and VBScript code and can be launched on a just-in-time basis when errors occur in pages loaded into Microsoft Internet Explorer (see Figure 10).



      Figure 10: The Debugger in Visual InterDev 6.0  


      FrontPage 2000 has no integrated debugger. While you may use the Internet Explorer Script Debugger (which is included on the FrontPage 2000 CD), its functionality is limited in comparison to what you get with Visual InterDev.

Standard Pages

      With FrontPage 2000, it's easy to add standard pages, such as a search page, table of contents, or a navigation bar. The functionality works a lot like themes, but it helps you expand your site when necessary.
      Visual InterDev does not give you the same sets of standard pages (except plain ASP/HTML placeholders and diagrams). You can, however, choose from its basic themes during project creation, and apply theme or layout elements to an existing project.


Project Statistics

      FrontPage 2000 provides detailed statistics on your project, including the number of pages and images, the size of all files, the number of tasks, hyperlinks, broken links, and the number of modified and nonmodified pages during a specific period (see Figure 11).



      Figure 11: Project Statistics in FrontPage 2000  


      Visual InterDev 6.0 can check the pages in your project and calculate the number of broken links they contain. But this feature is meager compared to what you can find out with FrontPage 2000.

Security and Permissions

      To ensure no one can modify your pages, sites often use passwording or the Windows NT® security model to deny access to unauthorized persons. Visual InterDev bases its security on this model, meaning you can make use of domain security. This allows you to apply systemwide restrictions to your sites (see Figure 12).



      Figure 12: Security in Visual InterDev 6.0  


      FrontPage 2000 assumes you can protect your site with a password. While this should be enough for most administrators, if your site needs a stronger security scheme, you might want to look at Visual InterDev.

office-level Functions

      One of the standard functions present in any decent desktop productivity application is spell checking. Today, as more and more content goes to the Web, it's very important to ensure your text is well-written. Microsoft has long provided spell checkers in any relevant product—even Outlook® Express—so it's reasonable to expect one in your Web development tool. And unsurprisingly, FrontPage 2000 has built-in spell-checking capabilities. Even better, you can enable multilanguage spelling support, as well as a thesaurus.
      Unfortunately, Visual InterDev (as with all other Visual Studio members) does not provide these functions. Part of the reason is the nature of code—variable names don't need to be real words, so spell checking can be pointless.



      Figure 13: Insert Options  


   &nb

(出处:清风网络学院






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

下一篇:值得收藏的精华代码

转msdn: Visual InterDev 6.0 versus FrontPage 2000: Your Choice [2] 相关文章:
·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 [2] 相关软件:
·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