To build an advanced website, we may need to know some advanced technologies: PHP, MySQL, ASP.NET, JavaScript, XML, and AJAX:
PHP is a reflective programming language originally designed for producing dynamic web pages. PHP can be used with a large number of relational database management systems, runs on all of the most popular web servers and is available for many different operating systems.
MySQL is popular for web applications and acts as the database component of the LAMP, MAMP, and WAMP platforms. Its popularity for use with web application is closely tied to the popularity of PHP, which is often combined with MySQL.
XML is a general-purpose markup language. Its primary purpose is to facilitate the sharing of structured data across different information systems, particularly via the Internet.
Ajax is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. Ajax is based on open standards such as JavaScript and XML, together with open source implementations of other required technologies. JavaScript is the programming language in which Ajax function calls are made. Data retrieved using the technique is commonly formatted using XML.
ASP.NET can used to build dynamic web sites, web applications and XML web services.
It is part of Microsoft's .NET platform and is the successor to Microsoft's Active Server Pages (ASP) technology.
|
|