Books Collection of selected ASP related books |
Online Communities Communities where ASP developers can share tips and ideas |
References Online ASP programming references to aid ASP programmer |
Scripts and Components A huge collection of scripts and software |
Software Collection of software and tools to help in developing ASP pages. |
Tips and Tutorials Guides and tips online on how to create ASP scripts. |
Web Developers ASP web developer online community and web sites. |
Web Sites List of sites opering ASP applications, components, and resources. |
Tip: Use data dictionary links for XML and Web services schemata
When designing XML and Web services schemata you will often (and ideally) reuse data elements defined in pre-existing standards.
Tips and Tutorials
XMLPitstop
Provides a central location for everything that a developer needs to know about XML technologies (XML, XSLT, XLL, SVG and about 40 other categories).
Tips and Tutorials
Native XML Processing in a Statically Typed Language
The recent rush to adopt XML can be attributed in part to the hope that the static typing provided by DTDs (or more sophisticated mechanisms such as XML-Schema) will improve the robustness of data exchange and processing.
Tips and Tutorials
XSL Formatting Objects
XSL Formatting Objects (XSL-FO) are the second half of the Extensible Stylesheet Language (XSL).
Tips and Tutorials
XPointers
XPointer, the XML Pointer Language, defines an addressing scheme for individual parts of an XML document.
Tips and Tutorials
Herong's Notes on XML Technologies
T
Tips and Tutorials
Absolute Beginners' XML Tutorial
The very basics of XML documents set out in a brief tutorial for absolute beginners.
Tips and Tutorials
XML Tutorial
Learn how to create an XML document from scratch and find out why XML is becoming so important.
Tips and Tutorials
XML Tutorials - XSD (XML Schema Definition) Syntax
This tutorial describes: Simple XML Elements with Pre-defined Data Types Simple XML Elements with Extended Data Types Complex XML Elements Simple Content XML Elements Empty XML Elements Anomymous Data Types Sample XSD File - dictionary.
Tips and Tutorials
Beginning XML - Part 1 (An Introduction)
Coming straight to the point, XML stands for EXtensible Markup Language.
Tips and Tutorials