PHP-Ajax Profile is an application module that can edit profile records (similar to Facebook) written in PHP, AJAX (Jquery), and MySQL with an MVC pattern. It is customizable and easy to integrate with existing PHP applications.
Tic-Tac-Toe is an interactive Tic-Tac-Toe game that updates the board using AJAX requests upon each player's move. It implements the alpha beta search algorithm (minimax search optimized by performing alpha beta pruning) for determining the next move.