Displaying posts published in

October 2002

PHP Basics, Part 1: Creating a Scripted Page

0Now on InformIT.com: PHP Basics, Part 1: Creating a Scripted Page — Learn how to build dynamic web pages with PHP in this three-part series. Part 1 starts you off with an explanation of how to create scripts for your pages.

Tip: Traversing an XML document with a TreeWalker

0Now on IBM developerWorks: Tip: Traversing an XML document with a TreeWalker — XML’s Document Object Model provides objects and methods that enable a developer to navigate a document’s tree, but typically the process involves NodeLists and recursive methods that make it easy to get lost within the structure. The DOM Level 2 Traversal module [...]

Understanding XForms

0Now on IBM’s developerWorks: Understanding XForms (Tutorial) — Today’s Web applications require sophisticated control over a form’s presentation and over the data that is ultimately submitted. XForms, currently at the level of Candidate Recommendation status at the W3C, aims to satisfy those needs, including separating functionality from presentation and streamlining validation and events processing.

Tip: Use a SAX filter to manipulate data

0Now on IBM developerWorks: Tip: Use a SAX filter to manipulate data — The streaming nature of the Simple API for XML (SAX) provides not only an opportunity to process large amounts of data in a short time, but also the ability to insert changes into the stream that implements business rules without affecting the [...]