public
Description: XHTML live Chat based on the XMLHttpRequest Object (ajax) (implemented in PHP + mySQL)
Homepage: http://chat.plasticshore.com
Clone URL: git://github.com/kohlhofer/xhtmlchat.git
Click here to lend your support to: xhtmlchat and make a donation at www.pledgie.com !
name age message
file README.txt Sat Aug 30 08:11:48 -0700 2008 dropped silly www from read me [kohlhofer]
file db.php Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
file default.css Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
file getChatData.php Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
directory images/ Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
file index.html Sat Aug 30 08:45:19 -0700 2008 changed some wording, added default welcome mes... [kohlhofer]
file initDB.php Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
file scripts.js Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
file sendChatData.php Sat Aug 30 05:15:09 -0700 2008 first commit [kohlhofer]
README.txt
XHTML live Chat
by alexander kohlhofer
http://plasticshore.com

VERSION: 1.1
demo: http://chat.plasticshore.com
Feedback, suggestions and requests: http://nokahuna.com/projects/1091

Feel free to look at, alter and build upon this project. 
I appreciate any help and input to develop this further.

The exact terms can be found in the creative commons license mentioned above. Please let me know if you find this useful 
or if you create anything based on it. If you publish or use any of it I would humbly ask to be linked at one of the 
following urls:

http://plasticshore.com
http://chat.plasticshore.com/



HOW TO:

XHTMLChat required PHP and mySQL. Adjust db.php with you mySQL credentials. Then run initBD.php. After this you should 
be able to chat away at index.html.


LICENSE:

XHTML live Chat is published under a creative commons license
The license can be found at http://creativecommons.org/licenses/by-nc-sa/2.0


CREDITS:

I have used the following resources:

Guide to Using XMLHttpRequest (with Baby Steps)
Providing all you need to know about XMLHttpRequest.
http://bloat.me/ff0w

Unobtrusive Javascript
Got me started on the whole javascript thing.
http://bloat.me/96Na