| |
|
DHTML is NOT a language. DHTML is a TERM describing the art of making dynamic and interactive web pages. DHTML combines HTML, JavaScript, DOM, and CSS.
|
*HTML Tutorial (With HTML you can create your own Web site. HTML is very easy to learn! You will enjoy it!) *HTML Examples (Learn by 100 examples! With our editor, you can edit HTML, and click on a te [read more]
|
|
E4X is a new extension to JavaScript E4X adds direct support for XML to JavaScript E4X is an official JavaScript standard
|
The HTML Document Object Model (HTML DOM) defines a standard way for accessing and manipulating HTML documents. The DOM presents an HTML document as a tree-structure (a node tree), with elements, att [read more]
|
JavaScript is THE scripting language of the Web. JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more. JavaScript is easy to learn! You wi [read more]
|
Web Services can convert your applications into Web-applications. By using Web services, your application can publish its function or message to the rest of the world. Web Services can be used by oth [read more]
|
With RSS you can choose to view the news you want, the news that interest you and are relevant to your work. With RSS you can (finally) separate wanted information from unwanted information (spam)! Wi [read more]
|
The Resource Description Framework (RDF) is a W3C standard for describing resources on the Web. RDF is a framework for describing Web resources, such as the title, author, modification date, content, [read more]
|
|
WSDL (Web Services Description Language) is an XML-based language for describing Web services and how to access them.
|
SOAP is a simple XML-based protocol to let applications exchange information over HTTP. In our SOAP tutorial, you will learn what SOAP is, and how it uses XML to exchange information between applicat [read more]
|
|
XForms is the next generation of HTML forms. In our XForms tutorial you will learn how to start using XForms in your applications.
|
XML Schema is an XML-based alternative to DTDs. An XML Schema describes the structure of an XML document. The XML Schema language is also referred to as XML Schema Definition (XSD). In this tutoria [read more]
|
Linking in XML is divided into two parts: XLink and XPointer. XLink defines a standard way of creating hyperlinks in XML documents. XPointer allows the hyperlinks to point to more specific parts (fr [read more]
|
|
The best way to explain XQuery is to say that XQuery is to XML what SQL is to database tables. XQuery was designed to query XML data. XQuery is also known as XML Query.
|
XPath is a language for finding information in an XML document. XPath is used to navigate through elements and attributes in an XML document. XPath is a major element in the W3C's XSLT standard - and [read more]
|
|
In our XSL-FO tutorial you will learn what XSL-FO is. You will learn how to use XSL-FO to format your XML documents for output.
|
The XML DOM (Document Object Model) defines a standard way for accessing and manipulating XML documents. The DOM presents an XML document as a tree structure, with elements, attributes, and text as n [read more]
|
|
The purpose of a DTD (Document Type Definition) is to define the legal building blocks of an XML document. DTD defines the document structure with a list of legal elements and attributes.
|
XML stands for EXtensible Markup Language. XML was designed to transport and store data. In this tutorial you will learn about XML, and the difference between XML and HTML. XML is important to know, a [read more]
|
*CSS Tutorial (Save a lot of work with CSS! In our CSS tutorial you will learn how to use CSS to control the style and layout of multiple Web pages all at once.) *CSS Examples (Learn by 150 examples! [read more]
|
*XHTML Tutorial (XHTML is a stricter and cleaner version of HTML. In this tutorial you will learn the difference between HTML and XHTML. We will also show you how W3Schools.com was converted into XHTM [read more]
|
XSL stands for EXtensible Stylesheet Language. The World Wide Web Consortium (W3C) started to develop XSL because there was a need for an XML-based style sheet language. XSLT stands for XSL Transfor [read more]
|