Training

"Winners make choices,
losers make excuses.
"
Decide to be a Winner!!!!

±Arrows Getting Started

± Phase 1
Planning

± Website Tools

± Phase 3
Conceptual Design

± Helpful Information

± Phase 4
Physical Design

± Phase 5
Testing

± Phase 6
Implement and Market Website

± Other Web Development Items

± Multimedia

± Useful Utilities

± Programming

± Advanced Programming

± Microsoft Office Products

± Computer Maintenance

± Other


Web Design

NOTE: This is a collection of information and links collected over the years that might provide useful information. A Safer Company LLC does not guarantee, endorse or approve any of these links or their scripts. Use these links to other websites at your own risk.

XML

XML is a very useful method of representing data and it's very much the way to go with Flash.

Learning XML

Links

Notes

XML uses tags to group related pieces of information into 'nodes'. Nodes are hierarchical, that is, they can contain other nodes within them (child nodes), and their children can contain children, just like MovieClips in Flash (see my Paths tutorial). XML is also associative in that two nodes which are children of the same parent node are recognized as being siblings.

XML is extremely touchy when it comes to formatting. An XML document must strictly conform to various rules in order to be processable: this is a good way to enforce clean coding. The rules are as follows:

All nodes (except self-contained nodes which we may discuss later) must have a beginning and ending tag, which are alphanumerically identical. That means tags are case-sensitive, for instance this is valid:

Valid

<authorName>Jesse Stratford</ authorName>

 

top of page

Page last updated: May 31, 2012 14:45 PM

It is all about:
Content and Navigation...

Web Site by: A Safer Company LLC