Cargando…

Ajax for web application developers /

Reusable components and patterns for Ajax-driven applications Ajax is one of the latest and greatest ways to improve users' online experience and create new and innovative web functionality. By allowing specific parts of a web page to be displayed without refreshing the entire page, Ajax signif...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hadlock, Kris
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams, 2006.
Colección:Developer's library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction to Ajax
  • 2. request
  • 3. response
  • 4. Rendering the response with XHTML and CSS
  • 5. Object-oriented JavaScript
  • 6. Creating the engine
  • 7. Using the engine
  • 8. Debugging
  • 9. Extending the engine
  • 10. Accordion
  • 11. Tree view
  • 12. Client-side validation
  • 13. Data grid
  • 14. Singleton pattern
  • 15. Model view controller
  • 16. observer pattern
  • 17. Data reflection pattern
  • 18. Interaction patterns
  • 19. Usability patterns
  • 20. Understanding Ajax database interaction
  • 21. Interacting with a database : the server-side
  • 22. Advanced Ajax database interaction
  • 23. Securing your application
  • 24. Best practices.