Saturday 22nd of November 2008 06:42:34 AM
Nice and Free CSS Templates
| This site contains free css templates for your website - Just copy and paste and there you have a stunning website ! |

Menu und content
I will take a break from my normal pragmatic approach to getting you (the programmer) started with using XML and Java and just talk about the high level (design level) benefits of this wonderful combination. A good design is important to a good implementation for any system.
When you create your data using an XML editor (that you can write), you can not only input the content of your data, but also define the structural relationships that exist inside your data. By allowing you to define your own tags and create the proper structural relationships in your information (with a DTD), you can use any XML parser to check the validity and integrity of the data stored in your XML documents. This makes it very easy to validate the structure and content of your information when you use XML. Without XML, you could also provide this validation feature at the expense of developing the code to this yourself. XML is a great time saver because most of the features that are available in XML are used by most programmers when working on most projects.
By using XML and Java, you can quickly create and use information that is properly structured and valid. By using (or creating) DTDs and storing your information in XML documents, you have a cross-platform and language independent data validation mechanism (for free) in all your projects!
You might use XML to define file formats to store information that is generated and used by your applications. This is another use of the structured nature of XML. The only limitation is that binary information can't be embedded in the body of XML documents. For example, if you wrote a word processor in Java, you might choose to save your word processor documents to an XML (actually your ApplicationML) file. If you use a DTD then your word processor would also get input file format validation as a feature for free. There are many other advantages to using XML and a file storage format for your applications which will be illustrated later in the chapter.
dynamic |

Menu fixed, content
dynamic |

Menu und content
dynamic |

3 columns all
dynamic |

4 columns all
dynamic |

Menu floating |

Menu fix, Inhalt u.
Head dynamic |

3 columns fix
centered |

dynamic mit
Head und Footer |

fixed BOX centered |

dynamic BOX
centered |

fixed Box total
centered |
7.4.2.1. No border at all
So far, we've only talked
about what happens when you're using a visible border style
such as solid or outset. Things
start to get interesting, though, when the border style is set to be
none:
Applies to
all elements