TAILIEUCHUNG - ASP.NET AJAX Programmer’s Reference - Chapter 1

AJAX Technologies Các trang Web truyền thống sử dụng công nghệ phía máy chủ và các nguồn lực để vận hành và cung cấp các tính năng và dịch vụ của họ cho người dùng cuối. Những trang web yêu cầu người sử dụng cuối cùng để thực hiện toàn bộ trang postbacks đến máy chủ, nơi mà các trang này có thể chạy các mã phía máy chủ cần thiết để cung cấp các dịch vụ yêu cầu hoặc tính năng. Nói cách khác, những trang Web sử dụng nhấp chuột và chờ đợi, mô hình tương tác userunfriendly,. | AJAX Technologies Traditional Web pages use server-side technologies and resources to operate and deliver their features and services to end users. These Web pages require end users to perform full-page postbacks to the server where these pages can run the required server-side code to deliver the requested service or feature. In other words these Web pages use the click-and-wait userunfriendly interaction pattern which is characterized by waiting periods that disrupt user workflow and degrade the user experience. This click-and-wait user interaction pattern is what makes the traditional Web applications act and feel very different from their desktop counterparts. Asynchronous JavaScript And XML abbreviated AJAX is a popular Web application development approach that uses client-side technologies such as HTML XHTML CSS DOM XML XSLT Javascript and asynchronous client-callback techniques such as XMLHttp requests and hidden-frame techniques to develop more sophisticated and responsive Web applications that break free from the click-and-wait pattern and consequently act and feel more like a desktop application. In other words AJAX is closing the gap between Web applications and their desktop counterparts. This chapter begins by discussing the main characteristics of AJAX-enabled Web pages in the context of an example. Google Suggest The Google Suggest Web page webhp complete 1 contains an AJAX-enabled search box that completes your search items as you type them in as shown in Figure 1-1. Under the hood this AJAX-enabled search box uses AJAX techniques to asynchronously download the required data from the Web server and to display them to the end user without interrupting the user s interaction with the page. All the client-server communications are performed in the background as the end user types into the search box. An AJAX-enabled component such as the Google Suggest search box exhibits the following four important characteristics It uses HTML XHTML CSS

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.