网页设计英文翻译
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
网页设计英文翻译
郑州轻工业学院
专科毕业设计,论文,
英文翻译
题目个人博客网站的设计与实现学生姓名吕俊涛专业班级计算机网络技术网页设计09级1班学号 620913510120
院 (系) 软件职业技术学院指导教师(职称) 李辉(助教) 完成时间 2011年5月 20日
翻译题目: 2.0 专业班级:计算机网络技术(网页设计)09级1班姓名:吕俊涛
学号:620913510120
英文原文
2.0
is a programming framework built on the common language runtime that can be used on a server to build powerful Web applications. The first version of offered several important advantages over previous Web development models. 2.0 improves upon that foundation by adding support for several new and exciting features in the areas of developer productivity, administration and management, extensibility, and performance:
1. Developer Productivity
2.0 encapsulates common Web tasks into application services and controls that can be easily reused across web sites. With these
basic building blocks, many scenarios can now be implemented with far less custom code than was required in previous versions. With
2.0 it is possible to significantly reduce the amount of code and concepts necessary to build common scenarios on the web.
(1)New Server Controls. 2.0 introduces many new server controls that enable powerful declarative support for data access, login security, wizard navigation, menus, tree views, portals, and more. Many of these controls take advantage of core application services in for scenarios like data access, membership and roles, and personalization. Some of the new families of controls in 2.0 are described below.
(2)Data Controls. Data access in 2.0 can be accomplished completely declaratively (no code) using the new data-bound and data source controls. There are new data source controls to represent
different data backbends such as SQL database, business objects, and XML, and there are new data-bound controls for rendering common UI for data, such as grid view, details view, and form view...
(3)Navigation Controls. The navigation controls provide common UI
for navigating between pages in your site, such as tree view, menu, and sitemap path. These controls use the site navigation service in 2.0 to retrieve the custom structure you have defined for your site.
(4)Login Controls. The new login controls provide the building
blocks to add authentication and authorization-based UI to your site, such as login forms, create user forms, password retrieval, and custom
UI for logged in users or roles. These controls use the built-in membership and role services in 2.0 to interact with the user
and role information defined for your site.
1
翻译题目: 2.0 专业班级:计算机网络技术(网页设计)09级1班姓名:
吕俊涛
学号:620913510120
(5)Web Part Controls. Web parts are an exciting new family of
controls that enable you to add rich, personalized content and layout to your site, as well as the ability to edit that content and layout
directly from your application pages. These controls rely on the personalization services in 2.0 to provide a unique experience
for each user in your application.
(6)Master Pages. This feature provides the ability to define common structure and interface elements for your site, such as a page header, footer, or navigation bar, in a common location called a "master page", to be shared by many pages in your site. In one simple place you can control the look, feel, and much of functionality for an entire Web site. This improves the maintainability of your site and avoids unnecessary duplication of code for shared site structure or behavior.
(7)Themes and Skins. The themes and skins features in 2.0 allow for easy customization of your site's look-and-feel. You can
define style information in a common location called a "theme", and
apply that style information globally to pages or controls in your site.