Wednesday, January 21, 2009

Lamp Web Application:For Beginner

hi,
The following thing is help full to you to start LAMP Tech to learn.



Benefits of the FOSS ApproachEach of the components in the LAMP stack is an example of Free or Open Source Software (FOSS). The benefit of the FOSS approach is three-fold. First, the nature of FOSS software means applications are available for free download, making them readily available to a wide range of people without payment.



Flexibility: There are no limits to what you can do with the LAMP stack, either technically or because of licensing restrictions. This allows you the flexibility to build and deploy applications in a method that suits you, not the supplier of the technology you are using.
Customization: Because LAMP components are open source, they have built up a huge array of additional components and modules that provide additional functionality. The open source approach enables you to do the same, customizing components and functionality to suit your needs.
Ease of Development: You can write powerful applications using LAMP technology in relatively few lines of code. Often the code is straightforward enough that even nonprogrammers can modify or extend the application.
Ease of Deployment: With neither licensing issues nor the need to compile applications, deployment is often as easy as copying an application to a new host. Most hosting services provide LAMP-based environments as standard, or they can be deployed using a Linux distribution, such as Fedora or Debian.
Security: With many eyes developing the software and years of use by a wide range of users and community groups, LAMP technology is secure and stable. Problems are normally fixed very quickly, and without the need for a costly support contract.
Related AcronymsThe original LAMP acronym has spawned a number of other, related acronyms that capitalize on the main focus of the original combination of technologies to provide feature rich Web sites. Although many alternatives are out there, the most prominent are the following:
LAPP - Linux, Apache, PostGreSQL, Perl/Python/PHP
WAMP - Windows, Apache, MySQL, Perl/Python/PHP
MAMP - Macintosh, Apache, MySQL, Perl/Python/PHP
BAMP - BSD, Apache, MySQL, Perl/Python/PHP
WIMP - Windows, IIS, MySQL, Perl/Python/PHP
AMP - Which allows the omission of the operating system


source:internet