Quantcast JavaScript | Source and Code System
Browsing articles tagged with " JavaScript"

AJAX

Mar 25, 2010  ¦¦  by admin  ¦¦  AJAX  ¦¦  110 Comments
Ajax (programming) Ajax (shorthand for asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase ...

HTML

Mar 25, 2010  ¦¦  by admin  ¦¦  HTML  ¦¦  55 Comments
HTML, which stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists etc as well as for links, quotes, and other items. It allows images and objects to be embedded and can be used to create interactive forms. ...