kohlhofer / xhtmlchat

XHTML live Chat based on the XMLHttpRequest Object (ajax) (implemented in PHP + mySQL)

xhtmlchat / README.txt
bbe16609 » kohlhofer 2008-08-30 first commit 1 XHTML live Chat
2 by alexander kohlhofer
ffb4ba9d » kohlhofer 2008-08-30 dropped silly www from read me 3 http://plasticshore.com
bbe16609 » kohlhofer 2008-08-30 first commit 4
a79c3fc4 » kohlhofer 2008-08-30 updated readme 5 VERSION: 1.1
32969114 » kohlhofer 2008-08-30 first commit 6 demo: http://chat.plasticshore.com
a79c3fc4 » kohlhofer 2008-08-30 updated readme 7 Feedback, suggestions and requests: http://nokahuna.com/projects/1091
bbe16609 » kohlhofer 2008-08-30 first commit 8
9 Feel free to look at, alter and build upon this project.
10 I appreciate any help and input to develop this further.
11
12 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:
13
14 http://plasticshore.com
15 http://chat.plasticshore.com/
a79c3fc4 » kohlhofer 2008-08-30 updated readme 16
17
18
19 HOW TO:
20
1874d8fa » kohlhofer 2009-06-29 fixed a type 21 XHTMLChat requires only 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.
a79c3fc4 » kohlhofer 2008-08-30 updated readme 22
23
24 LICENSE:
25
26 XHTML live Chat is published under a creative commons license
27 The license can be found at http://creativecommons.org/licenses/by-nc-sa/2.0
28
29
30 CREDITS:
31
32 I have used the following resources:
33
34 Guide to Using XMLHttpRequest (with Baby Steps)
35 Providing all you need to know about XMLHttpRequest.
36 http://bloat.me/ff0w
37
38 Unobtrusive Javascript
39 Got me started on the whole javascript thing.
40 http://bloat.me/96Na