Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Web application"

From NetSec
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
A web application is usually written in one or more server side [[interpreted languages|interpreted language]] combined with [[SQL]] and [[CSS]], [[HTML]], and [[JavaScript]]/[[JQuery]]/[[AJAX]].  The application is served over [[HTTP]] and [[parsed]] by a web browser (such as Internet Explorer, Firefox, Chrome, or Safari).
+
A web application is usually written in one or more server side [[interpreted languages|interpreted language]] combined with [[SQL]] and [[CSS]], [[HTML]], and [[JavaScript]]/[[JQuery]]/[[AJAX]].  The application is served over [[HTTP]] and parsed by a web browser (such as Internet Explorer, Firefox, Chrome, or Safari).
  
 
Examples:
 
Examples:
Line 6: Line 6:
 
* [http://www.joomla.org Joomla]
 
* [http://www.joomla.org Joomla]
 
* [http://www.drupal.org Drupal]
 
* [http://www.drupal.org Drupal]
 
+
* [http://www.redmine.org/ Redmine]
 
+
* [https://www.djangoproject.com/ Django]
[[Category:Information]]
+

Latest revision as of 04:47, 16 May 2012

A web application is usually written in one or more server side interpreted language combined with SQL and CSS, HTML, and JavaScript/JQuery/AJAX. The application is served over HTTP and parsed by a web browser (such as Internet Explorer, Firefox, Chrome, or Safari).

Examples: