Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
Welcome muare.forum-viet.com

VTC - Ajax Asynchronous javascript and XML 1466027_a28518e0bb72af535fc0

Latest topics
» Bạn nên biết điều kiện du học Hàn Quốc có
VTC - Ajax Asynchronous javascript and XML EmptyMon 05 Oct 2015, 7:51 pm by giaychuotkhoet

» Hộp đựng đa năng trong phòng tắm và các đồ dụng tiện llợi khác
VTC - Ajax Asynchronous javascript and XML EmptyWed 22 Jul 2015, 1:23 am by aloonline1987

» gel bôi trơn ấm áp warm lovin
VTC - Ajax Asynchronous javascript and XML EmptyTue 19 May 2015, 4:24 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC - Ajax Asynchronous javascript and XML EmptyTue 19 May 2015, 4:19 pm by shopnguoilon_sg

» màng film tránh thai vcf dành cho chị em
VTC - Ajax Asynchronous javascript and XML EmptyTue 19 May 2015, 4:17 pm by shopnguoilon_sg

» stud 100 khẳng định đẳng cấp phái mạnh
VTC - Ajax Asynchronous javascript and XML EmptyFri 15 May 2015, 11:25 am by shopnguoilon_sg

» Lover aider máy mát xa dành cho nữ
VTC - Ajax Asynchronous javascript and XML EmptyFri 15 May 2015, 11:23 am by shopnguoilon_sg

» cung cấp máy ép dĩa chất lượng
VTC - Ajax Asynchronous javascript and XML EmptyFri 17 Apr 2015, 2:15 pm by huyenrio

» Máy in hình lên ly
VTC - Ajax Asynchronous javascript and XML EmptyWed 25 Mar 2015, 2:44 pm by huyenrio

» Máy in hình lên áo
VTC - Ajax Asynchronous javascript and XML EmptyWed 25 Mar 2015, 2:43 pm by huyenrio

»  trang trí cây thông noel ở vinh,cho thuê cây thông noel ở vinh,chuyển quà noel ở vinh
VTC - Ajax Asynchronous javascript and XML EmptyFri 28 Nov 2014, 8:44 am by sunflowerhn83

» Máy in hạn sử dụng DMJ-B chính hãng, giá sốc
VTC - Ajax Asynchronous javascript and XML EmptyThu 02 Oct 2014, 9:40 am by phamlinhnd1010

» Dạy cắm hoa chuyên nghiệp,dạy cắm hoa nghệ thuật,dạy cắt tỉa của quả ở T.p Vinh Nghệ An
VTC - Ajax Asynchronous javascript and XML EmptyTue 30 Sep 2014, 10:10 am by haiha131276

» công ty Yên Phát chuyên phân phối, lắp đặt camera chính hãng giá rẻ nhất miền Bắc.
VTC - Ajax Asynchronous javascript and XML EmptyFri 26 Sep 2014, 10:57 am by phamlinhnd1010

» HOT! Chung cư mini Xuân Đỉnh ở ngay giá chỉ từ 690 triệu 1 căn
VTC - Ajax Asynchronous javascript and XML EmptyFri 26 Sep 2014, 10:44 am by xuantruong23


VTC - Ajax Asynchronous javascript and XML

Go down

VTC - Ajax Asynchronous javascript and XML Empty VTC - Ajax Asynchronous javascript and XML

Bài gửi by Nguyen Trung Hoa Sun 22 Aug 2010, 7:01 am

VTC - Ajax Asynchronous javascript and XML 2qv62br
VTC - Ajax Asynchronous javascript and XML
Steve Holzner | English | HF | ULD

Ajax, shorthand for Asynchronous javascript and XML, is a set of technologies that allows you to create Web applications that don't need to refresh Web pages in the browser. You can operate behind the scenes, connecting to the server, uploading and downloading data, and display the results in the browser using dynamic HTML. Using Ajax gives your Web pages the feel of a desktop application-the whole display will no longer flash when you click a button. VTC Author Steve Holzner helps you get started developing and building your own Ajax capable web pages. A familiarity with javascript, XML, PHP is recommended for this course. To begin learning, simply click the links.
Introduction
Welcome (03:22)
System Requirements (06:36)
Getting to know Ajax
Downloading Data Behind the Scenes (03:09)
Modifying Web Pages on the Fly (05:30)
Searching in Real Time with Live Searches (03:05)
Getting the Answer With Autocomplete (03:10)
Dragging and Dropping HTML Elements With Ajax (05:43)
Getting Instant Login Feedback (03:31)
Writing Ajax
Working With javascript in Browsers (04:29)
Creating an XMLHttpRequest Object in javascript (07:48)
Checking the XMLHttpRequest Object's readyState property (04:19)
Checking the XMLHttpRequest Object's status property (03:23)
Getting Your Data With the XMLHttpRequest Object (04:54)
Problems creating an XMLHttpRequest Object (05:05)
Fetching Text Data From the Browser (05:23)
Decoding the Fetched Data (06:10)
Selecting Relative or Absolute URLs (03:30)
Getting XMLHttpRequest Objects in Other Ways (05:37)
Using Server-Side Scripting (05:18)
Storing Ajax Data in XML (05:59)
Fetching XML Data From the Server (05:21)
Extracting Data From XML (06:31)
Passing Data to the Server with GET (06:21)
Passing Data to the Server with POST (05:22)
Getting More Ajax Power
Determining Which Browser the User Has (06:27)
Handling Head Requests for More Data (05:12)
Creating a Live Search Pt.1 (07:28)
Creating a Live Search Pt.2 (03:41)
Connecting to Google Suggest (04:24)
Calling a Different Domain Safely (03:53)
Using Two XMLHttpRequest objects (05:31)
Handling Multiple XMLHttpRequest Requests (04:17)
Returning javascript Objects From the Server (05:22)
Creating Ajax Applications
Downloading Images Using Ajax (04:38)
Creating a Shopping Cart (02:31)
Handling Mouse Events (05:48)
Enabling Dragging (05:48)
Handling Drops (04:04)
Communicating With the Shopping Cart on the Server (03:05)
Creating an Ajax-driven Drop-down Menu System (05:57)
Downloading Data with Drop-down Menu System (03:00)
Displaying a Menu with a Drop-down Menu System (04:27)
Exploring The Browser-Side Ajax Frameworks
Introducing Ajax Frameworks (01:58)
Creating Ajax With libXmlRequest (06:04)
Creating Ajax With AjaxLib (05:01)
Creating Ajax With XHConn (04:30)
Creating Ajax With Sack (04:41)
Creating Ajax With Interactive Website Framework (03:09)
Creating Ajax With Sarissa (05:16)
Exploring the Server-Side Ajax Frameworks
Creating Ajax With PHP and Sajax Pt.1 (04:04)
Creating Ajax With PHP and Sajax Pt.2 (04:33)
Creating Ajax With PHP and Xajax (05:03)
Using XML With Ajax
Understanding XML (05:03)
Loading XML into a Browser Object (04:10)
Navigating through XML Documents Using javascript (06:04)
Extracting data from text nodes (03:02)
Handling White Space in Mozilla and Firefox (04:50)
Accessing Attribute Values in XML Elements (07:01)
Accessing XML Elements by Name (04:11)
Validating XML You Get From the Server (06:26)
Validating XML With a DTD (03:19)
Using CSS With Ajax in Web Pages
Introducing CSS (03:50)
Setting Styles (05:57)
Using an External Style Sheet (03:04)
Working with Text Styles (05:42)
Setting Colors and Backgrounds (04:38)
Getting Newly-displayed Text Noticed (05:52)
Showing Ajax Results (03:22)
Hiding Ajax Results (03:44)
Positioning Elements (03:30)
Positioning Elements: Absolute Positioning (03:39)
Positioning Elements: Relative Positioning (03:47)
Stacking (03:04)
Using PHP and Ajax
Using PHP in Web Pages (03:08)
Understanding Basic PHP Syntax (03:38)
Working With Variables (05:09)
Working With Operators (04:54)
Working With Strings (05:48)
Working With Arrays (04:47)
Making Choices With the if Statement (02:08)
Using the switch Statement (04:03)
Using for Loops in PHP (03:58)
Using while Loops in PHP (02:24)
Sending Data to the Server (05:44)
Extracting Data from Text Fields (03:42)
Extracting Data from Checkboxes (04:13)
Extracting Data from Radio Buttons (03:10)
Extracting Data from Listboxes (04:29)
Uploading Files (03:21)
Reading Uploaded Files (04:32)
Redirecting the Browser (02:58)
Doing It Right: Ajax Best Practices
Handling the Back Button (02:33)
Remember - Google Can't See Your Ajax Content (01:53)
Watching Out for Browser Caching (03:50)
Giving Visual Cues (02:42)
Wrap-up (03:20)
Credits
About the Author (00:40)
Code:


http://hotfile.com/list/660975/7b4f8d1
Nguyen Trung Hoa
Nguyen Trung Hoa
Admin

Đánh giá tốt! : 24

Nam
Goat
Tổng số bài gửi : 51033
Birthday : 09/10/1979
Tuổi : 45
Địa chỉ: : Lô L14-4 Khu Phố FBS - Phường 9 - Tp Tuy Hoà - Phú Yên
Điện thoại: : Mobile: 0985017089 ; 0918 957 282
Điểm : 182626
Ngày đăng ký : 13/10/2007

https://muare.forum-viet.com

Về Đầu Trang Go down

Về Đầu Trang

- Similar topics

 
Permissions in this forum:
Bạn không có quyền trả lời bài viết