Cargando…

JQuery 1.3 with PHP.

This book takes a practical approach to integrating PHP and jQuery, showing examples of every point discussed. All examples are written such that you should be able to copy out the code into your own projects and see immediate results, no matter what your experience with JavaScript. You will find pr...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing 2009.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1: Introduction and Overview; Expected developer skills; Differences between PHP and JavaScript; What is jQuery; Why jQuery; How does jQuery fit in with PHP; How to work with the examples; Projects that use PHP and jQuery; WordPress; RoundCube; KFM; Drupal; Summary; Chapter 2: Quick Tricks; Dynamic select boxes; Client-side code; How it works; Server-side code; Quick deletes; Client-side code; Server-side code; Contextual help; Inline editing; Client-side code; Server-side code; Summary
  • Chapter 3: Tabs and AccordionsUsing a jQuery tab plugin; Client-side code; Server-side considerations; Using jQuery accordion plugins; Client-side code; Server-side management of accordions; Client-side code; Server-side code; Just the conversion; Now show the data with the accordions; Server-side management of tabs; Server-side code; Just the conversion; Now show the data with the tabs; Using special codes to define tabs; Client-side code; Server-side code; Loading accordion panels through Ajax; Client-side code; Server-side code; Loading tab panels through Ajax; Client-side code; Summary
  • Chapter 4: Forms and Form ValidationUsing the jQuery validation plugin; Client-side code; Setting up jQuery validation from PHP; Server-side code (setup); Client-side code; Server-side code; Remote validation; Server-side code (setup); Client-side code; Server-side code; Large select boxes; Client-side code; Server-side code; Auto-suggestion; Client-side code; Server-side code; Client-side code; Summary; Chapter 5: File Management; Security; Choosing a directory; Client-side code; Server-side code; Creating, renaming, and deleting directories; Client-side code; Server-side code
  • Moving directoriesClient-side code; Server-side code; File uploads; Client-side code; Server-side code; Renaming, deleting, and moving files; Client-side code; Server-side code; File downloads; Client-side code; Server-side code; Summary; Chapter 6: Calendars; Displaying the calendar; Creating an event; Client-side code; Server-side code; Loading events from the server; Client-side code; Server-side code; Moving and resizing events; Client-side code; Server-side code; Editing events; Client-side code; Server-side code; Deleting events; Client-side code; Server-side code
  • Walk-through of the calendar so farRecurring events; Client-side code; Server-side code; Deleting recurring events; Client-side code; Server-side code; Summary; Chapter 7: Image Manipulation; Showing the list of images; Server-side code; Client-side code; Selecting an image; Client-side code; Server-side code; Preparing your PHP; Rotating; Client-side code; Server-side code; Caching or saving the image; Client-side code; Server-side code; Resizing; Client-side code; Server-side code; Cropping; Client-side code; Server side; Summary; Chapter 8: Drag and Drop; Sorting simple lists