Types of Web Application Development


AJAX

“AJAX” stands for Asynchronous JavaScript and XML. It is a technique for creating fast and dynamic web pages. It allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.

ASP

ASP is an old (but still powerful) tool for making dynamic Web pages. ASP is a technology (much like PHP) for executing scripts on a web server. In this tutorial you will learn all you need to know about ASP.

CSS

HTML, CSS, and PHP are acronyms for different coding languages used for displaying webpages on the internet.HTML stands for Hyper Text Markup Language, CSS for Cascading Style Sheets, and PHP for PHP Hypertext Preprocessor.

JAVASCRIPT

JavaScript is the client side scripting language and PHP is the server side scripting language. It is used as client side to check and verify client details and PHP is server side used to interact with database.