Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Ten XML Schemas you should know - XML tutorial


Learn XML schemas that provide solutions for all sorts of problems, from the basics of Web services to data description. Also, cover database-like solutions that involve contacts and invoices. The schemas in this article were chosen for their usefulness and utility, plus their impact on the XML community in how information is shared and exchanged using the XML format.
Category: XML tutorials > Development - Difficulty:

More cool XML tutorials:



Pattern Matching
Pattern Matching
Using XPath for pattern matching.
Category: XML tutorials > Style Sheets - Difficulty:
Using XML with Databases
Using XML with Databases
Although XML is certainly a great storage format for shuttling data around the Web, most web applications store their data in relational databases. Knowing this, it stands to reason that many web applications will end up accessing data from a database yet interacting with it and sharing it with other applications as XML data. This has a lot do with the fact that XML can be used not only as a document format, but also as a way to represent data in a highly structured manner. In this tutorial, you learn how relational databases work and how you can integrate your XML applications with relational databases. More specifically, you find out how to export database data as XML code, as well as how to make SQL queries on a database and format the results in XML.
Category: XML tutorials > Database - Difficulty:
Get ready for Firefox 3.0
Get ready for Firefox 3.0
Mozilla Firefox 3 is a major release with many enhancements, some of which are targeted at users, and some at developers. In this article, you will learn more about these new Firefox 3 features. For example, one of the updates gives Web developers the ability to build Web applications that work even when the user is disconnected from the Internet.
Category: XML tutorials > Development - Difficulty:
XML Formatting Strategies
XML Formatting Strategies
In this tutorial, you'll learn: the basics of style sheets and XML formatting; when and why to use CSS and XSL on the Web; the practical differences between CSS and XSL style sheets; how to format a basic XML document using CSS and XSLT style sheets.
Category: XML tutorials > Style Sheets - Difficulty:
The XML Document Object Model
The XML Document Object Model
The XML Document Object Model (DOM) is a platform-neutral and language-neutral interface that allows developers to create applications and scripts to access and update the content, style, and structure of XML documents.
Category: XML tutorials > Basics - Difficulty: