GeekArticles
XML
Core XMLDifferent classes of typesetting engines
Author: oreillynet.com |
Published: 8th Mar 2008 |
Visited: 70 times |
Add CommentFiled in: Core XMLI've been trying to think of the best way of characterizing the basic classes of typesetting engines. Here's roughly where I am up to. There are basically three approaches used by typesetting systems: Grids The oldest approach. The page is...
Read Article Sponsored Links
Related Articles
• Start Your Engines: Mobile Application Development A fifth of the world's population will soon have a mobile device and access to the Internet. With that many potential users, is an explosion of mobile applications inevitable? If so, what technologies will lead the way in their developm ...
• ODP.NET - Fundamental ODP.NET Classes to Retrieve Data ODP.NET - Fundamental ODP.NET Classes to Retrieve Data
To retrieve data from an Oracle database using ODP.NET, we need to work with a few of the ODP.NET classes. At this point, we will discuss the most fundamental classes available in ODP.NET for retrieving data.
Visit http://www.exforsys.com to r ...
• Microsoft AJAX Library - JavaScript Classes JavaScript Classes
Not only can JavaScript functions contain other functions, but they can also be instantiated. This makes JavaScript functions a good candidate for implementing the concept of a class from traditional object-oriented programming. This is very helpful feature indeed, because...
Vis ...
• Microsoft AJAX Library - C# and JavaScript Classes C# and JavaScript Classes
For the purpose of demonstrating a few more OOP-related concepts, we'll use another class. Our new class is named Table, and it has two public fields (rows, columns), and one method, getCellCount(). The getCellCount() method should return the number of rows multiplied ...