ks Site Admin
Joined: 01 Dec 2007 Posts: 293
|
Posted: Mon Aug 02, 2010 3:19 pm Post subject: |
|
|
First of all, I guest you mean javascript but not JAVA (which is totally another programming language).
AJAX is a complicated technology if you are not very familiar the nature of web programming.
The very simple answer will be:
It allow your web browser talk to the server and show you some output (or do something at behind) without request you refresh the web page.
The programming language you need is a few:
1. Server side (PHP, JAVA, ASP or etc)
2. Database (Mysql,MSSQL, Oracle and etc)
3. HTML (render webpage)
4. Javascript (Ajax is part from Javascript)
5. Probably, CSS
Hope it help. |
|