Best Forum Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Best Forum Community

Tempat Berbagi Informasi dan Ilmu
 
IndeksLatest imagesPencarianPendaftaranLogin
Login
Username:
Password:
Login otomatis: 
:: Lupa password?
Pencarian
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Celtic Woman - Ancient Land (2019) BDRip 720p
VTC - Ajax Tutorials Icon_minitimeSun Mar 10, 2019 3:26 pm by babayHD

» Celtic Woman - Ancient Land (2019) Blu-Ray 1080i
VTC - Ajax Tutorials Icon_minitimeSun Mar 10, 2019 3:22 pm by babayHD

» Agnes Obel - Live In Paris (2016) HDTV
VTC - Ajax Tutorials Icon_minitimeSun Mar 10, 2019 3:19 pm by babayHD

» Peter Gabriel - Secret World Live (2012) BDRip 720p
VTC - Ajax Tutorials Icon_minitimeSun Mar 10, 2019 3:17 pm by babayHD

» Peter Gabriel - Secret World Live (2012) Blu-Ray
VTC - Ajax Tutorials Icon_minitimeSun Mar 10, 2019 3:14 pm by babayHD

» The Australian Pink Floyd Show - The Essence (2019) BDRip 720p
VTC - Ajax Tutorials Icon_minitimeWed Mar 06, 2019 5:31 pm by babayHD

» The Australian Pink Floyd Show - The Essence (2019) Blu-Ray 1080i
VTC - Ajax Tutorials Icon_minitimeWed Mar 06, 2019 5:27 pm by babayHD

» Led Zeppelin - The Song Remains The Same 76 (2007) BDRip 720p
VTC - Ajax Tutorials Icon_minitimeWed Mar 06, 2019 5:22 pm by babayHD

» Led Zeppelin - The Song Remains The Same 1976 (2007) Blu-Ray
VTC - Ajax Tutorials Icon_minitimeWed Mar 06, 2019 5:17 pm by babayHD

Top posters
lttlcc01
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
babayHD
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
-boe-
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
RifkA
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
chapoenk
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
__blue__
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
-=juludud=-
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
ashayo
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
ablamenko
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
cahyo adi kurniawan
VTC - Ajax Tutorials I_vote_lcapVTC - Ajax Tutorials I_voting_barVTC - Ajax Tutorials I_vote_rcap 
Affiliates
free forum
free forum
free forum
readbud - get paid to read and rate articlesInsMatrixindo-matrix.com , sukses dari bisnis modal kecil
Forum Statistic

 

 VTC - Ajax Tutorials

Go down 
PengirimMessage
lttlcc01
***Contributors Forum***

***Contributors Forum***



Jumlah posting : 3039
Join date : 08.03.11

VTC - Ajax Tutorials Empty
PostSubyek: VTC - Ajax Tutorials   VTC - Ajax Tutorials Icon_minitimeTue Jun 28, 2011 8:23 am


VTC - Ajax Tutorials Vtcajax
VTC - Ajax Tutorials
Author: Steve Holzner
Genre: Video Training
ISBN: 1-933736-41-0
Duration: 7 hrs / 97 tutorials
Total size: 192 Mb (in 2 mirrors)

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.

Index of Videos:

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://www.fileserve.com/file/JkHkumv/VTC_AJAX_Training_CD.part1.rar
http://www.fileserve.com/file/uvDBt9x/VTC_AJAX_Training_CD.part2.rar





Code:


http://www.filesonic.com/file/1249127644/VTC_AJAX_Training_CD.part1.rar
http://www.filesonic.com/file/1249135804/VTC_AJAX_Training_CD.part2.rar





Code:


http://www.wupload.com/file/23419727/VTC_AJAX_Training_CD.part1.rar
http://www.wupload.com/file/23420173/VTC_AJAX_Training_CD.part2.rar
Kembali Ke Atas Go down
 
VTC - Ajax Tutorials
Kembali Ke Atas 
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
Best Forum Community :: Your Zone :: Kumpulan Ebook-
Navigasi: