compufield
 

Search for our courses
 
Our Courses :Creative Courses | Digital Film Making Courses | Internet Courses | Programming Courses | Network Certification Courses | Security Certification Courses | Kids & ICSE Courses | Office Automation Courses | Financial Courses
 
 
Miscellaneous : Location of Compufield | Site Map | Student's Accomodation | Per Day Expenses | Jobs Assistance | Send to a Friend
 
Student's Registration : Registration Form | Payment Facilities | Indian Consulates | Visa to Apply
 
COMPUFIELD in Bandra (West) Franchise Course Enquiry IT Corporate Training
 
 
     
 
Certificate Courses in Programming
 
C & C++
 
VB.Net
 
ASP.Net
 
ORACLE (Paper I) SQL
 
MS SQL Server 2003
 
PHP & MySQL
 
AJAX
 
AJAX + PHP & MySQL
 
Java Development Kit
 
JDBC & JavaBeans
 
Java-Servlet
 
JSP
 
J2EE
 
Computer Applications For Class IX (ICSE)
 
Diploma in
Java Programming
 
Diploma in Financial Accounting
 
Certificate course in
Microsoft Excel
(Financial Application)
 
Certificate course in
Macros VBA
(Financial Application)
 
Certificate course in
Microsoft Excel
(Financial Accounting)
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Diploma in Microsoft Excel
(Financial Accounting)
 
Diploma course in
Financial Accounting
using Excel
 
Diploma course in
Computerized Accounting +
Financial Accounting
 
Diploma course in
Computerized Financial
Application (MIS)
 
Diploma in Database-Administration [RDBMS]
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 9i DBA Paper I to IV
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 10g DBA Paper I to II
 
Diploma in Internet Application & ECommerce
 
Diploma in Software Engineering
 
Diploma In Web Designing, Software Engineering,
Global Marketing and E-Commerce
 
Diploma in Web Designing, Multimedia, E-Commerce & Global Marketing
 
Diploma in Web Designing, Multimedia, Software Engineering, E-Commerce & Global Marketing
       
 
 
       


  Email ID:    
     
     
 

 

Asynchronous JavaScript and XML (AJAX)


Our Programming Student's Review
Zohair Mala, Course-"JDK, Javabeans, JDBC, Java Script & Web Publishing" Coountry-"Kuwait" Abhishek Shukla, Course-"PHP & MYSQL", Country-"India" Musadique Kazi, Course-"C,C++, Javascript and Web Publishing", Country-"India" Kavita Maheshwari, Course-"Java Script", Country-"India"
Programming Review
4 5
 
Our Programming Student's Video Review
 
 
View more Video Review's
Ajax (also known as AJAX), shorthand for "Asynchronous JavaScript and XML," is a web development technique for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, and usability.

SALIENT FEATURES

  • XHTML (or HTML) and CSS, for marking up and styling information.
  • The DOM accessed with a client-side scripting language, especially ECMAScript implementations such as JavaScript and JScript, to dynamically display and interact with the information presented.
  • The XMLHttpRequest object is used to exchange data asynchronously with the web server. In some Ajax frameworks and in certain situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server, and in other implementations, dynamically added <script> tags may be used.
  • XML is sometimes used as the format for transferring data between the server and client, although any format will work, including preformatted HTML, plain text, JSON and even EBML. These files may be created dynamically by some form of server-side scripting.

APPLICATION

  • standards-based presentation using XHTML and CSS;
  • dynamic display and interaction using the Document Object Model;
  • data interchange and manipulation using XML and XSLT;
  • asynchronous data retrieval using XMLHttpRequest;
  • and JavaScript binding everything together.
TOPICS COVERED
  • Introduction
      Welcome
      System Requirements
    Getting to know Ajax
      Downloading Data Behind the Scenes
      Modifying Web Pages on the Fly
      Searching in Real Time with Live Searches
      Getting the Answer With Autocomplete
      Dragging and Dropping HTML Elements With Ajax
      Getting Instant Login Feedback
    Writing Ajax
      Working With JavaScript in Browsers 
      Creating an XMLHttpRequest Object in JavaScript 
      Checking the XMLHttpRequest Object's readyState
      property 
      Checking the XMLHttpRequest Object's status property 
      Getting Your Data With the XMLHttpRequest Object 
      Problems creating an XMLHttpRequest Object 
      Fetching Text Data From the Browser 
      Decoding the Fetched Data   
      Selecting Relative or Absolute URLs   
      Getting XMLHttpRequest Objects in Other Ways 
      Using Server-Side Scripting 
      Storing Ajax Data in XML 
      Fetching XML Data From the Server 
      Extracting Data From XML 
      Passing Data to the Server with GET   
      Passing Data to the Server with POST 
    Getting More Ajax Power
     Determining Which Browser the User Has
     Handling Head Requests for More Data
     Creating a Live Search Pt.1
     Creating a Live Search Pt.2
     Connecting to Google Suggest  
     Calling a Different Domain Safely
     Using Two XMLHttpRequest objects
     Handling Multiple XMLHttpRequest Requests
     Returning JavaScript Objects From the Server
    Creating Ajax Applications
     Downloading Images Using Ajax
     Creating a Shopping Cart
     Handling Mouse Events
     Enabling Dragging
     Handling Drops
     Communicating With the Shopping Cart on the Server
     Creating an Ajax-driven Drop-down Menu System
     Downloading Data with Drop-down Menu System
     Displaying a Menu with a Drop-down Menu System
    Exploring The Browser-Side Ajax Frameworks
     Introducing Ajax Frameworks
     Creating Ajax With libXmlRequest
     Creating Ajax With AjaxLib
     Creating Ajax With XHConn
     Creating Ajax With Sack
     Creating Ajax With Interactive Website Framework
     Creating Ajax With Sarissa
    Exploring the Server-Side Ajax Frameworks
     Creating Ajax With PHP and Sajax Pt.1
     Creating Ajax With PHP and Sajax Pt.2
     Creating Ajax With PHP and Xajax
    Using XML With Ajax
     Understanding XML
     Loading XML into a Browser Object
     Navigating through XML Documents Using JavaScript
     Extracting data from text nodes
     Handling White Space in Mozilla and Firefox
     Accessing Attribute Values in XML Elements
     Accessing XML Elements by Name
     Validating XML You Get From the Server
     Validating XML With a DTD
    Using CSS With Ajax in Web Pages
     Introducing CSS
     Setting Styles
     Using an External Style Sheet
     Working with Text Styles
     Setting Colors and Backgrounds
     Getting Newly-displayed Text Noticed
     Showing Ajax Results
     Hiding Ajax Results
     Positioning Elements
     Positioning Elements: Absolute Positioning
     Positioning Elements: Relative Positioning
     Stacking
    Using PHP and Ajax
     Using PHP in Web Pages
     Understanding Basic PHP Syntax
     Working With Variables
     Working With Operators
     Working With Strings
     Working With Arrays
     Making Choices With the if Statement  
     Using the switch Statement
     Using for Loops in PHP
     Using while Loops in PHP  
     Sending Data to the Server  
     Extracting Data from Text Fields
     Extracting Data from Checkboxes
     Extracting Data from Radio Buttons
     Extracting Data from Listboxes  
     Uploading Files
     Reading Uploaded Files
     Redirecting the Browser
    Doing It Right: Ajax Best Practices
     Handling the Back Button
     Remember - Google Can't See Your Ajax Content
     Watching Out for Browser Caching  
     Giving Visual Cues
     Wrap-up

Pre-Requisite

C & C++ (Basics)

Php & MySQL
 
 
Course Duration Fees (Indian RS.) Fees (US $)
40 sessions of 1 hr. each 8,000 230
 
Management has full right to change courses, contents, tuition fees without prior notice.
 
Click here to Register for
 
COMPUFIELD offers a unique style of learning -
One computer : One student : One Instructor The timing can be fixed based on our mutual convenience,
between 9.00 a.m. to 7.00 p.m.
Maximum Instructor to Student Ratio 1:4 Course duration in working days = Total sessions divided by number of sessions (hours) per day.
Sessions : Each session will be of 1 hour No extra charges/refund for more/less time taken to complete the course.

Fees is for one course and it includes instructions, practicals,practice, project, preparation for exam (if any)

Lodging, boarding and travelling not included in the fees.
Overseas / local Students take 5 to 10 hours per day to complete their courses earlier.    
 
Solve your Queries Online related to our Courses
Mobile Number
+919820134058 (MD)
Gmail
 compufield@gmail.com
Yahoo Messenger
Yahoo Messenger
compufield@yahoo.com
ICQ
MSN Messenger
compufield@hotmail.com  
Skype
 
HO : Chinoy Mansion, First Floor, Block # 2, Opp. St.Stephen's Church, Warden Road, Mumbai (Bombay)-400 036, India.   : +91-22-23676218
 
"aonlinetraining - distance learning school, institute, college, academy, multimedia, digital art, interior and fashion designing, jewellery, jewelry, jewelery design, internet technology, and software engineering courses" "institute of online internet e-learning, courses  in computer generated fashion designing, technology,free tutorials  haute couture using coreldraw and photoshop software-CAD" "jewelcad distance education courses,  computer based jewellery, jewelry, jewelry, jewelery designing in gold, platinum, diamonds, professional internet learning of necklaces, bracelets, rings, earrings designs"
 
"Compufield -computer Institute specialized in fast track courses-multimedia,web designing,software engineering,certification courses,fashion,jewellery,interior designing courses. India,Bombay(Mumbai)." "COMPUFIELD-Leader in Global IT Corporate training having more than 20yrs exp.Programs offered MS-Office, Advance Excel, Java, Oracle, Linux and many more." "Compufield : free e-greeting cards, animated, musical greetings, ecards, postcards for Christmas, xmas, new year, eid, diwali, valentine's day, birthday, friendship, anniversary, love, congratulations, Halloween."