Asynchronous Java Script and XML

Posted by jackson Bird
3
Nov 19, 2016
109 Views

Ajax stands for Asynchronous Java Script and XML. It is a technique to use web technologies on the client side server for creating asynchronous web application. It is used in the background of website. The application build in Ajax is process user request immediately. It is a group of technologies which includes various programming tools such as, DHTML, JavaScript, XML, CSS, XML Http Request, and the Microsoft object.  Ajax helps the web application in sending and retrieving the data from client server without interfering with the behavior and display of the existing page. 

Server-side scripting language is the type of scripting language, which is used in foreground of website. It is used to develop a dynamic website or application by the developers. It employs the script on a web server that produces a customized response for users request to the website. The main purpose of server side scripting language is to provide a customized interface for the users. It is embedded in the site code which runs on the server. There are various languages which are used in server side scripting language such as, PHP, ASP, JSP, .net etc.

PHP: it is an open source scripting language which is used in server side. It stands for Hypertext Preprocessor. Developers create dynamic web pages by the help of PHP scripting language. The PHP file contains html tags, text and scripts with a file extension .php, it is mainly used in a website development to create forums, design a form and login pages.

ASP: ASP is types of server side scripting language that stands for Active server page. It is a technology by Microsoft which runs inside the internet information services. The ASP file is almost similar to Html file. An ASP file includes Html, text, scripts and XML and it has .asp extension.It is mainly used to dynamically change, edit or add content on a web page. It is also used in the background of website, and access the database and returns the result to a browser for the user. ASP programming can also help to minimize the network traffic and provide the security, because asp codes not visible directly from the browser.

MySQL is the most popular database formats which are currently being used which is based on structured query language (SQL). It is an open source database management system, which gives a well-managed structured of your database or collected data. It also process, add and access your data stored in the computer database. It stores the each data in separate tables and also offers a flexible programming environment by applying the logical model of database with objects like, table, columns and rows of database. It also set up the rules which show the relationship between the different fields of data such as one-to-one, one-to-many, many-to-many, so it is also called as relational database management system. Mostly it is associated with web based applications. The MySQL works with both client and server side application and works very fast and in reliable and scalable way so it is very easy to use. It runs on almost all type of operating system, like window, UNIX, Linux etc.

Comments
avatar
Please sign in to add comment.