|
PHP |
ASP.NET
ASP.NET is a server-side Web application
framework designed for Web development to
produce dynamic Web pages. It was developed
by Microsoft to allow programmers to build
dynamic web sites, web applications and web services.
It was first released in January 2002 with version 1.0
of the .NET Framework, and is the successor to Microsoft's
Active Server Pages (ASP) technology. ASP.NET is built on
the Common Language Runtime (CLR), allowing programmers to
write ASP.NET code using any supported .NET language.
The ASP.NET SOAP extension framework allows ASP.NET components
to process SOAP messages.
JAVA
Java is a general-purpose, concurrent, class-based,
object-oriented computer programming language that
is specifically designed to have as few implementation
dependencies as possible. It is intended to let application
developers "write once, run anywhere" (WORA), meaning that
code that runs on one platform does not need to be recompiled
to run on another. Java applications are typically compiled
to bytecode (class file) that can run on any Java virtual
machine (JVM) regardless of computer architecture.
Java is, as of 2012, one of the most popular programming
languages in use, particularly for client-server web applications,
with a Read more...
MYSQL
MySQL is a popular choice of database for use
in web applications, and is a central component
of the widely used LAMP open source web application
software stack (and other 'AMP' stacks). LAMP is an
acronym for "Linux, Apache, MySQL, Perl/PHP/Python."
Free-software-open source projects that require a full-featured
database management system often use MySQL.
Applications which use MySQL databases include:
TYPO3, Joomla, WordPress, phpBB, MyBB, Drupal and
other software. MySQL is also used in many high-profile,
large-scale World Wide Web products, including Wikipedia,
Google(though not for searches), Facebook, Twitter, Flickr,
Read more...
SQL
SQL is a special-purpose programming language
designed for managing data in relational database
management systems (RDBMS).
Originally based upon relational
algebra and tuple relational calculus,
its scope includes data insert, query,
update and delete, schema creation and
modification, and data access control.
LDAP
The Lightweight Directory Access Protocol
is an application protocol for accessing and
maintaining distributed directory information
services over an Internet Protocol (IP) network.
Directory services may provide any organized set of records,
often with a hierarchical structure, such as a corporate
email directory. Similarly, a telephone directory is a list
of subscribers with an address and a phone number.
LAMP
LAMP is a solution stack of free, open source software.
The acronym LAMP refers to the first letters of Linux
(operating system), Apache HTTP Server, MySQL
(database software), and PHP, Perl or Python,
principal components to build a viable general purpose web server.
The exact combination of software included in
a LAMP package may vary, especially with respect
to the web scripting software, as Perl or Python
are sometimes dropped from the stack. Similar terms
exist for essentially the same software suite (AMP)
running on other operating systems, such as Microsoft
Windows (WAMP), Mac OS (MAMP), Solaris (SAMP), iSeries
(iAMP), or OpenBSD Read more...
OPEN SOURCE
Open source software (OSS) is computer software
with its source code made available and licensed
with an open source license in which the copyright
holder provides the rights to study, change and
distribute the software to anyone and for any purpose.
Open source software is very often developed in a public,
collaborative manner. Open source software is the most
prominent example of open source development and often
compared to (technically defined) user-generated content or
(legally defined) open content movements.