1 / 11

AJAX Introduction

AJAX Introduction. Drupal Commerce Camp 2011 3 . September 2011. Plüss Production GmbH. Ernst Plüss Since 2006 Webapplikationen with Drupal Softwaredevelopement DB / Java / JEE IT Support Aarwangen. Topics. What is AJAX? What is JavaScript only? What does Drupal 7 offer?

hall
Télécharger la présentation

AJAX Introduction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. AJAX Introduction Drupal Commerce Camp 2011 3. September 2011

  2. Plüss Production GmbH Ernst Plüss Since 2006 Webapplikationen with Drupal Softwaredevelopement DB / Java / JEE IT Support Aarwangen

  3. Topics What is AJAX? What is JavaScript only? What does Drupal 7 offer? Hands on example using Drupal 7 forms. Where to go from here.

  4. Whatis AJAX? Ajax is an acronym for Asynchronous JavaScript and XML. With Ajax, web applications can send data to, and retrieve data from, a server in the background without interfering with the display and behavior of the existing page.

  5. Whatis AJAX?

  6. Whatis JavaScript only? AJAX does always include some communication between the browser and the webserver.

  7. Examples • AJAX • www.google.com • JavaScript • http://jqueryui.com/demos/accordion

  8. What does Drupal 7 offer? Using #ajax and #autocomplete_path of Forms API. jQuery AJAX API

  9. Hands on AJAX enabled address book. Never want to reload the whole page.

  10. Wheretogonext? • Homework • Add a «delete» button. • On an other URL: Automatically show the last 5 changes saved into the person table. • Remove load button. As soon the searchfield matches one record.

  11. Questions ?

More Related