#Simple Ajax Web Chat
This is a simple ajax-powered web chat, with gravatar integration.
I did not create this, this is an original work by Tutorialzine, i simply modified it and simplified with a Facebook like interface.
All credit goes to Tutorialzine.
Original tutorial here:
###Demo (.img)
###Instructions
- Place the files in a directory in your server
- Create a database and import the file
tables.sql
- Edit the file
php/ajax.php
and fill the database configuration
###To-do?
- Use Facebook user details
- Require login to see the messages
###Thanks
- Tutorialzine obviously
- Nicolas Gallagher (necolas), for his Facebook buttons in CSS, for normalize.css, and micro clearfix.