Browse the glossary using this index

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL

X

moi!!! it is what is is...

XAMPP-lite

by Colin Fraser - Thursday, 21 October 2010, 9:30 PM
 

From Apache Friends the Xampp-lite Moodle installation package is a one stop installer for Apache, PHP, MySQL and Moodle. Originally developed for its simplicity of installation, Xampp-lite was designed, essentially, for stand alone computers using Windows, so that courses could be developed offline. It is generally agreed that it is not a suitable environment for a production site.


Martin Dougiamas

XHTML

by Martin Dougiamas - Wednesday, 1 October 2003, 2:29 PM
 
XHTML will eventually replace HTML as the language used to program web pages for display in your web browser. It's actually very similar to HTML, but has stricter rules about the formatting. As the world moves to XHTML web browsers will display pages more consistently, and the web will also be more accessible to people with disabilities.

Hi!

XML

by Waldeck Schutzer - Friday, 25 September 2009, 3:13 PM
 

XML (eXtensible Markup Language) comes virtually unchanged from the ISO 8879 standard SGML for the implementation of markup languages. It is a general purpose specification that aims at representing with simplicity documents with high quality and usability.

Examples of markup languages coming from xml are xhtml, mathml, musicml, graphml and svg. Applications like OpenOffice use the ooxml file format to represent word processing documents, spreadsheets, presentations and charts. This file format is essentially a zip file containing xml documents.

Although it is very similar to xhtml, the html specification is not a xml markup language.

References

  1. XML on Wikipedia
  2. The W3C recommendation on XML