- Book Home :
- Table of Contents :
- Downloads :
- See Examples :
- Errata :
- Forum
Building a Web Site with Ajax: Visual QuickProject Guide Examples
Although I don't normally do this, per a reader request, I've made the book's examples available to be seen and used here. The book has three primary examples, each in an Ajax and non-Ajax form. The pages are:
- dept_form.html
- This page returns all of the employees in a selected department.
- add_employee.html
- This page uses Ajax to add an employee to the database (note: the version running on this site does not actually execute the INSERT query that updates the database.)
- search_form.html
- This page provides a simple search to retrieve employees by last name.
Search This Book!
Newsletter #25 Sent!
The latest newsletter went out today. If you're not subscribed to receive it, you can read it online.(February 2, 2010)
Newsletter #24 Released
The latest newsletter went out today. If you're not subscribed to receive it, you can read it online.(December 17, 2009)
New Blog Series on the Yii Framework
I've been writing a series of articles on the Yii framework for PHP Web development. There are currently seven posts, taking you from start to finish of the development process, with more to come.(November 12, 2009)
