Active Articles: 2038
Total Categories: 16
Sub Categories:616
XHTML Tutorials - Introduction To Tag and Attribute Syntax | ||||||||
A collection of 16 tutorial tips on XHTML 1.0 element tag and attribute syntax. Clear answers are provided with tutorial exercises on XHTML elements, opening and closing tags, element attributes, quoting attribute values, required attribute and values, case sensitivity, entering comments, protecting ampersand sign. ... learn more
| ||||||||
| ||||||||
The XML FAQ | ||||||||
Maintained on behalf of the World Wide Web Consortium’s XML Special Interest Group, this site provides a long list of FAQ on XML technology from what it is and what it can do to more specific elements of XML. ... learn more
| ||||||||
| ||||||||
Is Web services the reincarnation of CORBA? | ||||||||
Even during these early stages of the evangelism of Web services, customers have already begun to ask how this technology differs from CORBA. Isn’t it just another form of distributed computing? In this installment of the Web services architect, Dan Gisolfi offers a brief overview of the differences between SOAP, DCOM, and CORBA and suggests ... learn more
| ||||||||
| ||||||||
Two Tier Data Islands with Expanding/Collapsing Child elements | ||||||||
This snippet how to use XML Data Islands in IE to display XML that stores a parent-child relationship. It also demonstrates how you can expand/collapse child elements for a cleaner display of your data. Written by The Head Geek - Creator of XMLPitstop.com. ... learn more
| ||||||||
| ||||||||
Exploring XML Encryption, Part 1 | ||||||||
XML Encryption provides end-to-end security for applications that require secure exchange of structured data. XML itself is the most popular technology for structuring data, and therefore XML-based encryption is the natural way to handle complex requirements for security in data interchange applications. The part 1 of this two-part series explains how XML and security are ... learn more
| ||||||||
| ||||||||
Data, its presentation and user interface forms | ||||||||
To deliver information to a user a site is needed. Web site content should be managed and that involves separation data from its presentation. The task is still often solved with the help of templates in program technologies. Though now we have XSLT technology at our disposal. Any document can be represented with data that ... learn more
| ||||||||
| ||||||||
XHTML 1.0 Tutorials - Understanding In-line Elements and Tags | ||||||||
A collection of 11 FAQs/tutorials tips on XHTML inline elements and tags. Clear answers are provided with tutorial exercises on inline elements like: strong, em, code, sub, sup, del, ins, big, small, br, script. ... learn more
| ||||||||
| ||||||||
Filtering Data Islands | ||||||||
This snippet demonstrates uses the "Singles Online" dating application to demonstrate some of most common functionality found in business applications. a) Filtering b) Sorting by column header (ascending or descending) and c) Highlighting the row as the mouse moves over it. As with my other "Redneck Employee" snippet, it uses a behavior .htc file to ... learn more
| ||||||||
| ||||||||
Using XSLT for content management | ||||||||
This is the first installment of "Working XML", a column with companion project code that demonstrates the evolution of full-fledged XML applications. This column introduces XM (XSLT Make), a simple and affordable Web publishing content-management solution that takes advantage of XML and XSLT. Code samples show the development of a wrapper for the XSLT to ... learn more
| ||||||||
| ||||||||
RDF Tutorial at Zvon | ||||||||
Here you will find XML related materials (both basic and advanced tutorials and references about XSLT, XML, DTD, Mozilla, CSS, schemas, regular expressions, etc.) which can be downloaded for off-line use. ... learn more
| ||||||||
| ||||||||
XHTML 1.0 Tutorials - Understanding Forms and Input Fields | ||||||||
A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, checkbox, hidden, submit, file, image, button; dropdown lists and text areas; multiple forms. ... learn more
| ||||||||
| ||||||||
XML Introduction | ||||||||
In 1970 IBM Introduced SGML (Standard Generalized Markup Language). SGML was developed out of the General Markup Language (GML), which was developed by IBM in the late 1960s. SGML is a semantic and structural language for text documents but is very complicated. HTML is a subset of SGML. In 1996 XML Working Group was formed under ... learn more
| ||||||||
| ||||||||
Using XML and XSLT in VB.NET Jeopardy | ||||||||
This application is a version of the well-known game of jeopardy that we use in our FlaDotNet.com .NET user group. Not only is it fun, but it demonstrates various techiques for processing XML and XSLT in .NET. It is definitely a great reference for learning how to access and transform your XML data in ... learn more
| ||||||||
| ||||||||
Introduction to PHP SOAP Extension | ||||||||
This tutorial describes: What is PHP SOAP Extension? My first example with SOAP Extension. SOAP Extension functions for client applications. How to dump detailed information for debugging. A WSDL document example. How use SOAP Extension in non-WSDL mode. ... learn more
| ||||||||
| ||||||||
DTD Tutorial | ||||||||
DTD is described in XML 1.0 standard. In this tutorial basic DTD features are demonstrated on many examples which can be downloaded for off-line use. ... learn more
| ||||||||
| ||||||||
Anatomy of an XSLT processor | ||||||||
This article describes how an XSLT processor, in this case the author's open-source Saxon, actually works. Although several open-source XSLT implementations exist (see Resources), no one, as far as we know, has published a description of how they work. This article is intended to fill that gap. It describes the internal workings of Saxon, and ... learn more
| ||||||||
| ||||||||
Binding XML to a DropDown in ASP.NET | ||||||||
This example demonstrates a nice an easy way to databing an an XML Document to an ASP.NET drop down control. ... learn more
| ||||||||
| ||||||||
XHTML 1.0 Tutorials - Body Tag and Block Level Tags | ||||||||
A collection of 18 FAQs/tutorials tips on XHTML body tag and block level tags. Clear answers are provided with tutorial exercises on XHTML body element and its sub-elements; normal paragraphs and pre-formatted paragraphs, in-line elements in paragraphs, line breaks and paragraph spacing, block level elements: p, pre, blockquote, h1, hr. ... learn more
| ||||||||
| ||||||||
Displaying an Image from an XML Element | ||||||||
This sample was generated in response to a question that was asked of me from my website. I thought that I would share it with the rest of the world. The question was: "I have been trying (without any luck) to create an XSL file that will create an HTML page that shows the picture ... learn more
| ||||||||
| ||||||||
VoiceXML with XSLT (HTML and WML) | ||||||||
A Sample Chapter from Early Adopter VoiceXML. This chapter examines the use of the Extensible Stylesheet Language for Transformations (XSLT) as a tool for the generation of VoiceXML. I intend to illustrate a complete, end-to-end example of implementing a voice interface for a client-server database via XML and XSL. The case study will demonstrate the ... learn more
| ||||||||
| ||||||||
