Articles


Perl CGI Tutorials Create a CGI Message Board
In this article, you will develop a text file based bulletin board, CGI script that enables you to have a bulletin board on your Web site...

Perl CGI Tutorials Create a CGI Access Counter
CGI programs can make your Web pages dynamic, and one popular application of CGI is the addition of an access counter. An access counter is a text or graphical representation of the number of times that your Web page has been requested....

XML Tutorials Processing XML
Here you'll learn why and how XML data can be used for further processing. We will also discuss the two main programming paradigms used in XML processing: The event-driven approach, The tree-based approach...

XML Tutorials Even-Driven Programming
In this article we will dig deeper into the subject of event driven processing by using two event-driven processing environments: Omnimark LE , SAX...

XML Tutorials Progamming with Document Object Model
In this article: the background of the Document Object Model (DOM), the W3C recommendation, an example of using the DOM, DOM implementations ...

XML Tutorials Using Meta-Data to Describe XML Data
One of XML's most anticipated features is its ability to use the markup for data, such as for encoding the contents of databases (this was always an unfulfilled dream of the SGML community)...

XML Tutorials Styling XML with CSS
There are various ways to convert XML code into HTML or otherwise process it in order to display it inside a Web browser...

XML Tutorials Converting XML with DSSSL
How to write basic DSSSL stylesheets to convert XML code into HTML, RTF (Microsoft Word), and MIF (FrameMaker interchange format)...

XML Tutorials Rendering XML with XSL
Here you learned about DSSSL and how jade can be used to produce far more sophisticated layouts of XML documents. We will complete the tour of XML related style languages by looking at the extensible style language, XSL, itself...

XML Tutorials Real World XML Applications
Learn what the major XML applications are; learn some of the basics of the Mathematics Markup Language (MathML) and see how you can view your code; learn about structured graphics and review some of the pending developments...