Catálogo de publicaciones - libros
Beginning Ajax with PHP: From Novice to Professional
Lee Babin
Resumen/Descripción – provisto por la editorial
No disponible.
Palabras clave – provistas por la editorial
Software Engineering/Programming and Operating Systems
Disponibilidad
Institución detectada | Año de publicación | Navegá | Descargá | Solicitá |
---|---|---|---|---|
No detectada | 2007 | SpringerLink |
Información
Tipo de recurso:
libros
ISBN impreso
978-1-59059-667-8
ISBN electrónico
978-1-4302-0253-0
Editor responsable
Springer Nature
País de edición
Reino Unido
Fecha de publicación
2007
Información sobre derechos de publicación
© Apress 2007
Cobertura temática
Tabla de contenidos
Cross-Browser Issues
Lee Babin
Creating code that will run in all web browsers has long been the bane of web developers. While the W3C’s list of published standards is long, browser developers have at times been liberal in their interpretations of these standards. Additionally, they have at times made their own additions to their products not covered by these standards, making it difficult for developers to make their applications look and work the same in all browsers.
Pp. 175-185
Security
Lee Babin
Since Ajax has only recently begun to receive mainstream recognition, it could be argued that many developers have been too overcome by the wow factor to really consider the security-related implications of building applications in this manner. It’s important to remember that, no matter what concept or language you are using to build and maintain your applications, you must always consider the security, safety, and well-being of not only your users, but also your own systems and data. Therefore, while developers new to the Ajax concept find themselves smitten with possibilities, they also must realize what is possible from a security standpoint. Is it possible to exploit certain aspects of the Ajax model? Are applications developed in JavaScript more at risk to potential attacks than those that are not? For both questions, the answer is yes. The good news is that only a few issues arise strictly because of the way Ajax functions; most security issues are the same old issues we have always faced, but they are often overlooked due to the new way that Ajax applications are handled.
Pp. 187-204
Testing and Debugging
Lee Babin
The testing and debugging of JavaScript-based applications has long been a difficult task, primarily due to inconsistencies between platforms and browsers, and also due to a lack of developer tools. To further complicate matters, a new browser war has emerged, with Firefox strongly challenging the once dominant Internet Explorer for its share of the market.
Pp. 205-216
The DOM
Lee Babin
The last step in your journey through Ajax- and PHP-based web application development revolves around the DOM. The DOM is a representation of all the objects and elements on a web page. Using a tree structure, all paragraphs, images, links, and other elements can be directly accessed and manipulated using JavaScript.
Pp. 217-233