Beginning XML - Part 1 (An Introduction)

Written by Amrit Hallan


Continued from page 1

XML was not designed to be a standardized way of coding text: in fact it is impossible to devise a single coding scheme that would suit all languages and all applications. Instead XML is formal language that can be used to pass information aboutrepparttar component parts of a document to another computer system. XML is flexible enough to be able to describe any logical text structure, whether it be a form, memo, letter, report, book, encyclopedia, dictionary or database.

The primary goal of XML is to enable SGML-coded data to be served, received, and processed onrepparttar 118050 Web inrepparttar 118051 way that is as easy as that currently made possible by use ofrepparttar 118052 fixed SGML tag set provided by HTML. Ok, SGML means Standard Generalized Markup Language. SGML was designed inrepparttar 118053 1980's as a tool to enable technical documentation and other forms of publishable data to be interchanged between authors, publishers and those responsible forrepparttar 118054 production of printed copies of data sets. By providing a formal definition ofrepparttar 118055 component parts of a publishable information set, SGML made it possible to verifyrepparttar 118056 correct transmission and receipt of interchanged data sets. It was soon found that these techniques are applicable in areas other than those directly related to publications. For example, SGML is often used as a neutral data format when moving data between databases as part of multinational projects.

XML has been designed for ease of implementation and for interoperability with both SGML and HTML. Unlike early versions of SGML and HTML, XML has been based fromrepparttar 118057 very start onrepparttar 118058 ISO 10646 Universal Multi-Octet Coded Character Set (UCS, which includesrepparttar 118059 codes that make uprepparttar 118060 Unicode character set) so that it can be used in all major trading nations.

Amrit Hallan is a freelance web designer. For all web site development and web promotion needs, you can get in touch with him at http://www.bytesworth.com. For more such articles, visit http://www.bytesworth.com/articles and http://www.bytesworth.com/learn You can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks by sending a blank email at bytesworth-subscribe@topica.com


YOUR FIRST HTML PAGE - I

Written by Amrit Hallan


Continued from page 1

== Step 1: ==

Create a separate directory where you are going to store your file(s).

== Step 2: ==

Open your favorite text editor. I would suggest for this first file, use NOTEPAD because it loads very fast, and no matter how many copies you open, it doesn't act fussy.

== Step 3: ==

Write these two lines first, as they are visible here:

Your entire web page is going to exist withinrepparttar confines of these two tags. I suggest you writerepparttar 118049 closing tag as soon as you writerepparttar 118050 opening tag so that later on, when there are too many tags, you don't get mixed up.

At this moment, you can saverepparttar 118051 file inrepparttar 118052 new directory you just created. Remember while saving, if you are using NotePad, that while writingrepparttar 118053 name ofrepparttar 118054 file, for instance, firstpage.html, you have to enclose it within quotes in order to save it as an HTML page: "firstpage.html".

NOTE: Due to character per line limitations, some ofrepparttar 118055 HTML text may appear broken, but when you are typing in your text editor, press enter only when you have typedrepparttar 118056 closing tag, for instance,

.

Inrepparttar 118057 following two sections, you get to get your hands dirty with pure viscera of HTML.

If you liked this lesson, please forward it to someone you feel would appreciate it.

Send your comments and feedback at amrit@Bytesworth.com

Amrit Hallan is a freelance web designer. For all web site development and web promotion needs, you can get in touch with him at http://www.bytesworth.com. For more such articles, visit http://www.bytesworth.com/articles and http://www.bytesworth.com/learn You can subscribe to his newsletter [BYTESWORTH REACHOUT] on Web Designing Tips & Tricks by sending a blank email at Bytesworth-subscribe@topica.com


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use