Docs & Tutorials
Tutorials
- Learn xajax in 10 Minutes » go
- Processing Forms with xajax » go
- Object Oriented Website Programming the Xajax Way » go
- Script Context » go
- Learn some of the basics of xajax with these wiki help pages. » Wiki Tutorials
API Reference
Interested in the nitty-gritty aspects of all of the various PHP and Javascript classes? Here are your answers.
» Api Docs
Live Examples
Get a feel for some of the possibilities that xajax gives you with these demos:
- Multiply
Demonstrates a very basic xajax implementation
Code: multiply.common.php | multiply.server.php | multiply.php - Graffiti Wall
Demonstrates an xajax implementation of a Graffiti Wall
Code: thewall.common.php | thewall.server.php | thewall.php - Signup Form
Demonstrates a simple multipage form using xajax and the xajax.getFormValues() function.
Code: signup.common.php | signup.server.php | signup.php