Installation instructions
The following document outlines the process of installation of AJAXExtended to you web server. Please note, however, that in order to use these instructions, you should have some basic server administration skills. Be sure, you're comfortable with terms like file permissions, scripts, cgi-bin, sockets etc.
1. Downloading the latest copy
AJAXExtended is stored in a Subversion repository at http://www.professionalconsulting.ru/svn/ajaxextended/trunk. If you have subversion installed on your local machine, you can check out the current version by typing svn co http://www.professionalconsulting.ru/svn/ajaxextended/trunk. If you have no subversion, you can either install it or click on the link above and download all the files one-by-one with your browser. In this case, be sure to keep the same directory structure.
Package description
/xmlhttp.js — that's the javascript part of AJAXExtended. It contains all the JS classes required for the XMLHTTP magic to work.
/python.server/ — that's just a placeholder for the coming-soon Python version.
/php.server/ — this directory contains the server part of AJAXExtended (PHP version). Make sure you have all these files and directories on your computer (including the empty data directory). Some of these files (e.g. unit-testing files) won't be required for production use, but for installation purposes they're required.
2. Uploading the files to your web server
3. Checking the server scripts
Once you're done uploading the files, fire up your browser window and type in the following address: http://www.yourwebserver.com/path-to-the-php-files/tests/ Depending on what you see on the screen, there're several options:
It doesn't work and you don't have a clue?
Send me an e-mail describing the problem and don't forget to include the description of you web server, the results of script testing (probably, even a screenshot) and other relevant information. Without this information, I won't be able to help you. Usually, you can expect a reply within a day.
4. Embedding AJAXExtended in your web pages
Insert a script tag:
in every html page of your site that will use AJAXExtended.
5. Test it
Start your javascript application and make sure AJAXExtended works.
6. Delete unnecessary files
Remove the /tests/ directory from your web server.
You're done. Congratulations!
Just don't forget to get back to AJAXExtended website every once in a while to upgrade you local copy to the latest stable release.
Recent comments
18 hours 30 min ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
1 week 6 days ago
2 weeks 1 day ago
4 weeks 1 day ago
10 weeks 3 days ago
16 weeks 6 days ago