
Enhance the user experience of your PHP website using AJAX with this practical tutorial featuring detailed case studies
Bogdan Brinzarea, Cristian Darie, Filip Cherecheş-Toşa, Mihai Bucica
Yearly subscription | £150.00 | Monthly subscription | £14.99 |
Overview of AJAX and PHP: Building Responsive Web Applications
- Build a solid foundation for your next generation of web applications
- Use better JavaScript code to enable powerful web features
- Leverage the power of PHP and MySQL to create powerful back-end functionality and make it work in harmony with the smart AJAX client
- Go through numerous case studies that demonstrate how to implement AJAX-enabled features in your site such as: real-time form validation, online chat, suggest & autocomplete, whiteboard, SVG realtime charting, whiteboard, web data grid, RSS reader, drag & drop
[ Detailed Information ]
Language : EnglishPaperback : 284 pages [ 235mm x 191mm ]
Release Date : March 2006
ISBN : 1904811825
ISBN 13 : 978-1-904811-82-4
Author(s) : Bogdan Brinzarea, Cristian Darie, Filip Cherecheş-Toşa, Mihai Bucica
Topics and Technologies : All Books, AJAX, Open Source, PHP, Web Development
[ Book Links ]
[ In Detail ]
|
Assuming a basic knowledge of PHP, XML, JavaScript and MySQL, this book will help you understand how the heart of AJAX beats and how the constituent technologies work together. After teaching the foundations, the book will walk you through numerous real-world case studies covering tasks you’ll be likely to need for your own applications:
- Server-enabled form-validation page
- Online chat collaboration tool
- Customized type-ahead text entry solution
- Real-time charting using SVG
- Database-enabled, editable and customizable data grid
- RSS aggregator application
- A server-managed sortable list with drag&drop support using the script.aculo.us JavaScript toolkit
The appendices guide you through installing your working environment, using powerful tools that enable debugging, improving, and profiling your code, working with XSLT and XPath.
From the Author, Cristian Darie
"AJAX and PHP: Building Responsive Web Applications is mainly a book for beginners, but when designing its contents we tried to find the ideal blend of topics that would help both novice and experienced web developers make a big step forward. One customer was very kind to let us know, through a review, that we succeeded:
"The theory behind all the technologies used is very clearly explained, without boring you with details about obvious things. Right from the first chapter you start learning by examples. The examples can be easily adapted to many web projects and they cover stuff that is both useful and fun."
Here are a few examples of such "useful and fun" things that you can find in this book:
- details on using proxy scripts to work around the security measures in modern browsers
- client-side and server-side code that doesn't break when fed with special characters (such as <, ", etc)
- code that works efficiently with Internet Explorer 5, 6 and 7, Firefox, Opera, Safari, and others
- a very quick introduction to SVG, the new rebel kid of the web (and of the house)
- client-server communication based on message queues that guarantee that your messages aren't lost on the way, and arrive in the intended order at the destination
- server-side state management techniques that use query string parameters and database records to keep track of your client's activity
- simple yet effective error-handling structures that combine JavaScript code and PHP code to report when something bad happens on the client or on the server
- a live errata page that is updated as soon as anyone reports a suggestion or a correction
- a friendly AJAX tutorial and many case studies that teach you how to use JavaScript, PHP, MySQL and XML together in order to achieve wonderful results
The book's authors and the publisher are listening to your feedback, and appreciate when you invest some time to let them know what you think. The first result of this collaboration is an updated version of the AJAX Chat case study that uses (and teaches) JSON instead of XML. Find this new chapter in the code download or on my website.
Thanks for reading such a long message. Have fun!" Cristian Darie.
AJAX and PHP: Building Responsive Web Applications is the most practical and efficient resource a reader can get to enter the exciting world of AJAX. This book will teach you how to create faster, lighter, better web applications by using the AJAX ingredients technologies to their full potential.
View demos of the case studies in this book here: http://ajaxphp.packtpub.com/
UPDATE: Following suggestions from customers, Packt has updated AJAX and PHP: Building Responsive Web Applications to now cover JSON, a document format that can be used as an alternative to XML. Chapter 5, the AJAX Chat Case Study, now introduces JSON theory and also uses JSON instead of XML in the code.
The updated chapter is free and can be downloaded from: www.PacktPub.com/files/AJAX-Chat-and-JSON.pdf [1 MB]
What you will learn from this book :
Chapter 1: AJAX and The Future Of Web Applications is an initial incursion into the world of AJAX and the vast possibilities it opens up for web developers and companies, to offer a better experience to their users. In this chapter you’ll also build your first AJAX-enabled web page, which will give you a first look of the component technologies. You can read this chapter in full, for free, here: http://ajaxphp.packtpub.com/1825_01_Final.pdf
View AJAX and the Future of Web Applications Demo: http://ajaxphp.packtpub.com/ajax/quickstart/
Chapter 2: Client-Side Techniques with Smarter JavaScript will guide you through the technologies you"ll use to build AJAX web clients, using JavaScript, DOM, the XMLHttpRequest object, and XML. While not being a complete tutorial for these technologies, you"ll be taken to the right track of using them together to build a solid foundation for your future applications.
Chapter 3: Server-Side Techniques with PHP and MySQL completes the theory foundation by presenting how to create smart servers to interact with your AJAX client. You"ll learn various techniques for implementing common tasks, including handling security and error handling problems.
Chapter 4: AJAX Form Validation guides you through creating a responsive, modern form with real-time validation based on server data. View AJAX Form Validation Demo: http://ajaxphp.packtpub.com/ajax/validate/
Chapter 5: AJAX Chat presents a simple online chat that works exclusively using AJAX code, without Java applets, Flash code, or other specialized library, as most chat applications work these days. Chapter 5 has now been updated to cover JSON. You can read the chapter in full, for free, here: www.PacktPub.com/files/Ajax_Chat_and_JSON.pdf [PDF - 1 MB]
View AJAX Chat Demo: http://ajaxphp.packtpub.com/ajax/chat/
Chapter 6: AJAX Suggest and Autocomplete builds a Google-suggest like feature, that helps you find PHP functions, and forward you to the official help page for the chosen function. View AJAX Suggest and Autocomplete demo: http://ajaxphp.packtpub.com/ajax/suggest/
Chapter 7: SVG (Scalable Vector Graphics) is a text-based graphics language that can be used to draw shapes and text. (SVG is supported natively by Firefox 1.5, and requires a SVG plugin with other browsers). In this case study you learn how to implement a realtime charting solution with AJAX and SVG. View SVG Demo here: http://ajaxphp.packtpub.com/ajax/svg_chart/
Chapter 8: AJAX Grid teaches you how to build powerful updatable data grid. You"ll learn how to parse XML documents using XSLT to generate the looks of your grid. View AJAX Grid Demo here: http://ajaxphp.packtpub.com/ajax/grid/
Chapter 9: AJAX RSS Reader uses the SimpleXML PHP library, XML and XSLT, to build a simple RSS aggregator. View AJAX RSS Reader Demo here: http://ajaxphp.packtpub.com/ajax/rss_reader/
Chapter 10: AJAX Drag and Drop is a demonstration of using the script.aculo.us framework to build a simple list of elements with drag&drop functionality.
Appendix A: Configuring Your Working Environment teaches you how to install and configure the required software: Apache, PHP, MySQL, phpMyAdmin.
Who this book is written for
This book is for web developers willing to build better web applications. A basic knowledge of PHP, XML, JavaScript and MySQL, or a strong will to learn-as-you-type, is assumed.

Enhance the user experience of your PHP website using AJAX with this practical tutorial featuring detailed case studies
Bogdan Brinzarea, Cristian Darie, Filip Cherecheş-Toşa, Mihai Bucica
Overview of AJAX and PHP: Building Responsive Web Applications
- Build a solid foundation for your next generation of web applications
- Use better JavaScript code to enable powerful web features
- Leverage the power of PHP and MySQL to create powerful back-end functionality and make it work in harmony with the smart AJAX client
- Go through numerous case studies that demonstrate how to implement AJAX-enabled features in your site such as: real-time form validation, online chat, suggest & autocomplete, whiteboard, SVG realtime charting, whiteboard, web data grid, RSS reader, drag & drop
- eBook available as PDF, ePub and Mobi downloads and also on PacktLib


With the multi-format deal, you receive access to the book on PacktLib
for free.
PacktLib allows you to access and search across Packt's entire library of over 400 books, finding practical solutions to your searches at the click of a button.
[ Detailed Information ]
Language : EnglishPaperback : 284 pages [ 235mm x 191mm ]
Release Date : March 2006
ISBN : 1904811825
ISBN 13 : 978-1-904811-82-4
Author(s) : Bogdan Brinzarea, Cristian Darie, Filip Cherecheş-Toşa, Mihai Bucica
Topics and Technologies : All Books, AJAX, Open Source, PHP, Web Development
[ Book Links ]
[ In Detail ]
|
Assuming a basic knowledge of PHP, XML, JavaScript and MySQL, this book will help you understand how the heart of AJAX beats and how the constituent technologies work together. After teaching the foundations, the book will walk you through numerous real-world case studies covering tasks you’ll be likely to need for your own applications:
- Server-enabled form-validation page
- Online chat collaboration tool
- Customized type-ahead text entry solution
- Real-time charting using SVG
- Database-enabled, editable and customizable data grid
- RSS aggregator application
- A server-managed sortable list with drag&drop support using the script.aculo.us JavaScript toolkit
The appendices guide you through installing your working environment, using powerful tools that enable debugging, improving, and profiling your code, working with XSLT and XPath.
From the Author, Cristian Darie
"AJAX and PHP: Building Responsive Web Applications is mainly a book for beginners, but when designing its contents we tried to find the ideal blend of topics that would help both novice and experienced web developers make a big step forward. One customer was very kind to let us know, through a review, that we succeeded:
"The theory behind all the technologies used is very clearly explained, without boring you with details about obvious things. Right from the first chapter you start learning by examples. The examples can be easily adapted to many web projects and they cover stuff that is both useful and fun."
Here are a few examples of such "useful and fun" things that you can find in this book:
- details on using proxy scripts to work around the security measures in modern browsers
- client-side and server-side code that doesn't break when fed with special characters (such as <, ", etc)
- code that works efficiently with Internet Explorer 5, 6 and 7, Firefox, Opera, Safari, and others
- a very quick introduction to SVG, the new rebel kid of the web (and of the house)
- client-server communication based on message queues that guarantee that your messages aren't lost on the way, and arrive in the intended order at the destination
- server-side state management techniques that use query string parameters and database records to keep track of your client's activity
- simple yet effective error-handling structures that combine JavaScript code and PHP code to report when something bad happens on the client or on the server
- a live errata page that is updated as soon as anyone reports a suggestion or a correction
- a friendly AJAX tutorial and many case studies that teach you how to use JavaScript, PHP, MySQL and XML together in order to achieve wonderful results
The book's authors and the publisher are listening to your feedback, and appreciate when you invest some time to let them know what you think. The first result of this collaboration is an updated version of the AJAX Chat case study that uses (and teaches) JSON instead of XML. Find this new chapter in the code download or on my website.
Thanks for reading such a long message. Have fun!" Cristian Darie.
AJAX and PHP: Building Responsive Web Applications is the most practical and efficient resource a reader can get to enter the exciting world of AJAX. This book will teach you how to create faster, lighter, better web applications by using the AJAX ingredients technologies to their full potential.
View demos of the case studies in this book here: http://ajaxphp.packtpub.com/
UPDATE: Following suggestions from customers, Packt has updated AJAX and PHP: Building Responsive Web Applications to now cover JSON, a document format that can be used as an alternative to XML. Chapter 5, the AJAX Chat Case Study, now introduces JSON theory and also uses JSON instead of XML in the code.
The updated chapter is free and can be downloaded from: www.PacktPub.com/files/AJAX-Chat-and-JSON.pdf [1 MB]
What you will learn from this book :
Chapter 1: AJAX and The Future Of Web Applications is an initial incursion into the world of AJAX and the vast possibilities it opens up for web developers and companies, to offer a better experience to their users. In this chapter you’ll also build your first AJAX-enabled web page, which will give you a first look of the component technologies. You can read this chapter in full, for free, here: http://ajaxphp.packtpub.com/1825_01_Final.pdf
View AJAX and the Future of Web Applications Demo: http://ajaxphp.packtpub.com/ajax/quickstart/
Chapter 2: Client-Side Techniques with Smarter JavaScript will guide you through the technologies you"ll use to build AJAX web clients, using JavaScript, DOM, the XMLHttpRequest object, and XML. While not being a complete tutorial for these technologies, you"ll be taken to the right track of using them together to build a solid foundation for your future applications.
Chapter 3: Server-Side Techniques with PHP and MySQL completes the theory foundation by presenting how to create smart servers to interact with your AJAX client. You"ll learn various techniques for implementing common tasks, including handling security and error handling problems.
Chapter 4: AJAX Form Validation guides you through creating a responsive, modern form with real-time validation based on server data. View AJAX Form Validation Demo: http://ajaxphp.packtpub.com/ajax/validate/
Chapter 5: AJAX Chat presents a simple online chat that works exclusively using AJAX code, without Java applets, Flash code, or other specialized library, as most chat applications work these days. Chapter 5 has now been updated to cover JSON. You can read the chapter in full, for free, here: www.PacktPub.com/files/Ajax_Chat_and_JSON.pdf [PDF - 1 MB]
View AJAX Chat Demo: http://ajaxphp.packtpub.com/ajax/chat/
Chapter 6: AJAX Suggest and Autocomplete builds a Google-suggest like feature, that helps you find PHP functions, and forward you to the official help page for the chosen function. View AJAX Suggest and Autocomplete demo: http://ajaxphp.packtpub.com/ajax/suggest/
Chapter 7: SVG (Scalable Vector Graphics) is a text-based graphics language that can be used to draw shapes and text. (SVG is supported natively by Firefox 1.5, and requires a SVG plugin with other browsers). In this case study you learn how to implement a realtime charting solution with AJAX and SVG. View SVG Demo here: http://ajaxphp.packtpub.com/ajax/svg_chart/
Chapter 8: AJAX Grid teaches you how to build powerful updatable data grid. You"ll learn how to parse XML documents using XSLT to generate the looks of your grid. View AJAX Grid Demo here: http://ajaxphp.packtpub.com/ajax/grid/
Chapter 9: AJAX RSS Reader uses the SimpleXML PHP library, XML and XSLT, to build a simple RSS aggregator. View AJAX RSS Reader Demo here: http://ajaxphp.packtpub.com/ajax/rss_reader/
Chapter 10: AJAX Drag and Drop is a demonstration of using the script.aculo.us framework to build a simple list of elements with drag&drop functionality.
Appendix A: Configuring Your Working Environment teaches you how to install and configure the required software: Apache, PHP, MySQL, phpMyAdmin.
Who this book is written for
This book is for web developers willing to build better web applications. A basic knowledge of PHP, XML, JavaScript and MySQL, or a strong will to learn-as-you-type, is assumed.