Introduction to LAMP and AJAX for Web Development
For those who don’t know what LAMP and AJAX is, here is a quick introduction.
LAMP stands for Linux, Apache, MySQL and PHP (Palso stands for Perl and Python but I am into PHP only at present) all of which are open source technologies therefore very suitable for small organizations. As the only resources needed is the development and hosting of the application. Generally, This combination of Techniques can solve all your computing, automation and communication needs.
AJAX stands for Asynchronous JavaScript And XML.
This allows you to Communicate between a Web browser and the Server in the background and change the content of the page, or take actions in the server.
Web 2.0 generation web Applications are achieved through AJAX.
Gmail is one such Application which uses AJAX extensively to provide services for all kind of users.
Popularity: 1% [?]
PR: 0






























